[Pkg-owncloud-commits] [owncloud] branch upstream-5.0 updated (1a98027 -> 94dfc2a)
David Prévot
taffit at moszumanska.debian.org
Wed Dec 18 13:05:36 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to branch upstream-5.0
in repository owncloud.
from 1a98027 Imported Upstream version 5.0.13+dfsg
new e01efd3 Cherry-pick of 5d671a8 onto stable5.
new 5965b68 fix enabling apps for oracle cornercase
new b9a62e9 use empty to check for null and ''
new 0b295d9 add missing argument $query
new 0a422ed Merge pull request #5725 from owncloud/fix_enabling_apps_on_oracle_cornercase
new b6cd2a3 fixes #5808
new 5aabf38 Merge pull request #5811 from owncloud/fixing-5808-stable5
new 1c2b290 Fix OC_User::getDisplayName to persist between (browser) sessions. Fixes #3694
new 09588b6 Fix static function call. Sorry.
new a3a97cd Merge pull request #5307 from nicokaiser/fixing-3694-stable5
new e44831d Fixed normalizePath() to strip out single dot dirs
new 42e553c Files app backend now normalizes paths before rendering templates
new a7a87d0 Added missing test with leading backslash
new 477e3a8 Merge pull request #5883 from owncloud/stable5-singledotdirs
new cb656c8 backport search scrollto & filter to stable5
new 847ad6c fixing js error in case the file name is a number
new fbf1b12 Merge pull request #5921 from owncloud/search_scrollto_stable5
new 321a106 Removing trailing dot in path that samba doesn't seem to like
new 79929fb Fixed SMB file deletion success detection
new ee581f5 Merge pull request #5893 from owncloud/stable5-extstorage-smbfixes
new 64b484e Emulate touch() for backends that don't support it
new 6eae96b Fixed testTouch unit test to work with stable5
new 1267dcc Merge branch 'stable5' into fixing-4866-stable5
new 72f3860 Cherry-pick of 5d671a8 onto stable5.
new ca61fac <default></default> and <notnull>true</notnull> contradict each other
new e7c903b Merge branch 'fixing-4866-stable5' of github.com:owncloud/core into fixing-4866-stable5
new 2565a94 Merge pull request #4957 from owncloud/fixing-4866-stable5
new 9ccaf85 External storage space is now not counted in total space
new 4cb6c6f Fixed quota calculation to also exclude ext storage
new a84b6b3 Fixed ext storage free space to not be restricted by quota
new 5e6ea15 Fixed storage stats to be based on current directory
new 8807699 Merge pull request #5934 from owncloud/stable5-excludeextstoragefromquota
new b5d04b0 clear permissions cache when scanning a file
new e016ac1 Merge pull request #5962 from owncloud/clean_permissions_cache_on_filescan
new acd9ea7 Return plausible isReadable() default impl for ext storage
new 411a78b handle duplicate slashes in case of reverse proxy configuration
new 1130406 in case uri and script name don't match we better throw an exception
new 4221490 fixes #6050
new 9ea931f fixing failing unit test
new c3747e3 Merge pull request #6042 from owncloud/backport-6035-oc5
new 63a0348 use defaults to determine webdav realm name
new bc9cfcb Merge pull request #6082 from owncloud/themable_realm_stable5
new 527afe9 fix custom routes defined by apps
new ad77002 Fix getRawPathInfo for the '/' edge case
new f0f0be8 Add post hooks for filesystem scanner
new aaeb782 fixing ajax call to getstoragestats.php
new e079d34 Merge pull request #6147 from owncloud/fix-ajax-getstoragestats-stable5
new 3b18c1b Fixed FTP and SMB to use rmdir() when deleting folders
new 7c62305 Add trailing slash in FTP root path when missing
new a385e86 Return true when touch succeeds
new 6eef3c9 Make rmdir recursive for local storage
new 14be3b3 make rmdir recursive for mappellocal storage backend
new 08cfb7e it is not possible to unshare files in OC5
new b6ecff9 Merge pull request #6207 from owncloud/stable5_unshare_vs_delete
new 605fa4a reuse etags when doing a background scan
new 5d600e9 extend test case for etag preservation
new 8fe4698 get rid of failing test that don't cause additional downloads
new 516e5f2 Merge pull request #6232 from owncloud/stable5-backgroundscan-reuse-etag
new 00cdb38 don't check migration status if a file is accessed by a public link
new e3822ef Merge pull request #6258 from owncloud/stable5_enc_fix_public_access
new e98e98f 5.0.14 RC1
new 68fb82f Imported Upstream version 5.0.14~rc1+dfsg
new b02a15c add getOwner to Home Storage
new 7964691 Merge pull request #6447 from owncloud/fix_home_storage_quota
new 5e5dcc2 5.0.14
new affba09 Imported Upstream version 5.0.14+dfsg
new 5e1fc51 5.0.14a
new 94dfc2a Imported Upstream version 5.0.14.a+dfsg
The 68 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
3rdparty/smb4php/smb.php | 25 +-
apps/calendar/lib/sabre/backend.php | 2 +-
apps/calendar/lib/share/event.php | 11 +-
apps/contacts/appinfo/bootstrap.php | 3 +-
apps/contacts/lib/sabre/validatorplugin.php | 1 +
apps/files/ajax/getstoragestats.php | 8 +-
apps/files/ajax/list.php | 1 +
apps/files/appinfo/remote.php | 3 +-
apps/files/css/files.css | 3 +
apps/files/index.php | 3 +-
apps/files/js/filelist.js | 31 +
apps/files/js/files.js | 8 +-
apps/files/templates/index.php | 19 +-
apps/files_encryption/lib/util.php | 47 +-
apps/files_external/lib/ftp.php | 19 +
apps/files_external/lib/smb.php | 25 +-
apps/files_external/lib/streamwrapper.php | 22 +-
apps/files_external/tests/ftp.php | 12 +
apps/files_external/tests/smbfunctions.php | 41 +
apps/files_imageviewer/appinfo/app.php | 6 -
apps/files_imageviewer/appinfo/info.xml | 11 -
apps/files_imageviewer/appinfo/version | 1 -
.../css/jquery.fancybox-1.3.4.css | 359 ------
apps/files_imageviewer/img/blank.gif | Bin 43 -> 0 bytes
apps/files_imageviewer/img/fancy_close.png | Bin 1517 -> 0 bytes
apps/files_imageviewer/img/fancy_loading.png | Bin 10195 -> 0 bytes
apps/files_imageviewer/img/fancy_nav_left.png | Bin 1446 -> 0 bytes
apps/files_imageviewer/img/fancy_nav_right.png | Bin 1454 -> 0 bytes
apps/files_imageviewer/img/fancy_shadow_e.png | Bin 107 -> 0 bytes
apps/files_imageviewer/img/fancy_shadow_n.png | Bin 106 -> 0 bytes
apps/files_imageviewer/img/fancy_shadow_ne.png | Bin 347 -> 0 bytes
apps/files_imageviewer/img/fancy_shadow_nw.png | Bin 324 -> 0 bytes
apps/files_imageviewer/img/fancy_shadow_s.png | Bin 111 -> 0 bytes
apps/files_imageviewer/img/fancy_shadow_se.png | Bin 352 -> 0 bytes
apps/files_imageviewer/img/fancy_shadow_sw.png | Bin 340 -> 0 bytes
apps/files_imageviewer/img/fancy_shadow_w.png | Bin 103 -> 0 bytes
apps/files_imageviewer/img/fancy_title_left.png | Bin 503 -> 0 bytes
apps/files_imageviewer/img/fancy_title_main.png | Bin 96 -> 0 bytes
apps/files_imageviewer/img/fancy_title_over.png | Bin 70 -> 0 bytes
apps/files_imageviewer/img/fancy_title_right.png | Bin 506 -> 0 bytes
apps/files_imageviewer/img/fancybox-x.png | Bin 203 -> 0 bytes
apps/files_imageviewer/img/fancybox-y.png | Bin 166 -> 0 bytes
apps/files_imageviewer/img/fancybox.png | Bin 15287 -> 0 bytes
apps/files_imageviewer/js/jquery.fancybox-1.3.4.js | 1156 --------------------
.../js/jquery.fancybox-1.3.4.pack.js | 1 -
.../js/jquery.mousewheel-3.0.4.js | 78 --
.../js/jquery.mousewheel-3.0.4.pack.js | 14 -
apps/files_imageviewer/js/lightbox.js | 32 -
apps/files_pdfviewer/js/loader.js | 3 +-
apps/gallery/lib/thumbnail.php | 6 +-
apps/media/lib/ampache.php | 43 +-
apps/media/lib/track.php | 10 +-
apps/media/templates/ampache/albums.php | 2 +-
apps/media/templates/ampache/handshake.php | 2 +-
apps/search_lucene/ajax/lucene.php | 4 +-
apps/search_lucene/appinfo/database.xml | 7 +
apps/search_lucene/appinfo/preupdate.php | 36 +
apps/search_lucene/appinfo/version | 2 +-
apps/search_lucene/lib/indexer.php | 52 +-
apps/search_lucene/lib/lucene.php | 95 +-
apps/updater/js/controllers.js | 2 +-
.../doc/admin/_sources/configuration/auth_ldap.txt | 1 +
core/doc/admin/configuration/auth_ldap.html | 1 +
core/doc/admin/searchindex.js | 2 +-
core/js/js.js | 22 +
db_structure.xml | 2 +-
lib/db.php | 26 +-
lib/fileproxy/quota.php | 7 +-
lib/files.php | 4 +-
lib/files/cache/cache.php | 4 +-
lib/files/cache/scanner.php | 48 +-
lib/files/filesystem.php | 26 +-
lib/files/storage/home.php | 22 +-
lib/files/storage/local.php | 22 +-
lib/files/storage/mappedlocal.php | 26 +-
lib/files/view.php | 12 +-
lib/helper.php | 3 +-
lib/request.php | 36 +-
lib/search/provider/file.php | 3 +-
lib/search/result.php | 3 +-
lib/user.php | 2 +
lib/util.php | 4 +-
search/js/result.js | 55 +-
83 files changed, 682 insertions(+), 1855 deletions(-)
create mode 100644 apps/files_external/tests/smbfunctions.php
delete mode 100644 apps/files_imageviewer/appinfo/app.php
delete mode 100644 apps/files_imageviewer/appinfo/info.xml
delete mode 100644 apps/files_imageviewer/appinfo/version
delete mode 100644 apps/files_imageviewer/css/jquery.fancybox-1.3.4.css
delete mode 100644 apps/files_imageviewer/img/blank.gif
delete mode 100644 apps/files_imageviewer/img/fancy_close.png
delete mode 100644 apps/files_imageviewer/img/fancy_loading.png
delete mode 100644 apps/files_imageviewer/img/fancy_nav_left.png
delete mode 100644 apps/files_imageviewer/img/fancy_nav_right.png
delete mode 100644 apps/files_imageviewer/img/fancy_shadow_e.png
delete mode 100644 apps/files_imageviewer/img/fancy_shadow_n.png
delete mode 100644 apps/files_imageviewer/img/fancy_shadow_ne.png
delete mode 100644 apps/files_imageviewer/img/fancy_shadow_nw.png
delete mode 100644 apps/files_imageviewer/img/fancy_shadow_s.png
delete mode 100644 apps/files_imageviewer/img/fancy_shadow_se.png
delete mode 100644 apps/files_imageviewer/img/fancy_shadow_sw.png
delete mode 100644 apps/files_imageviewer/img/fancy_shadow_w.png
delete mode 100644 apps/files_imageviewer/img/fancy_title_left.png
delete mode 100644 apps/files_imageviewer/img/fancy_title_main.png
delete mode 100644 apps/files_imageviewer/img/fancy_title_over.png
delete mode 100644 apps/files_imageviewer/img/fancy_title_right.png
delete mode 100644 apps/files_imageviewer/img/fancybox-x.png
delete mode 100644 apps/files_imageviewer/img/fancybox-y.png
delete mode 100644 apps/files_imageviewer/img/fancybox.png
delete mode 100644 apps/files_imageviewer/js/jquery.fancybox-1.3.4.js
delete mode 100644 apps/files_imageviewer/js/jquery.fancybox-1.3.4.pack.js
delete mode 100644 apps/files_imageviewer/js/jquery.mousewheel-3.0.4.js
delete mode 100644 apps/files_imageviewer/js/jquery.mousewheel-3.0.4.pack.js
delete mode 100644 apps/files_imageviewer/js/lightbox.js
create mode 100644 apps/search_lucene/appinfo/preupdate.php
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list