[Pkg-owncloud-commits] [owncloud] annotated tag v6.0.1RC1 created (now 01fd6ed)
David Prévot
taffit at moszumanska.debian.org
Sat Jan 18 13:33:55 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag v6.0.1RC1
in repository owncloud.
at 01fd6ed (tag)
tagging a4e842f19a25bf5e42bb4d837475dbdb2f0d49cc (commit)
replaces v6.0.0a
tagged by Frank Karlitschek
on Thu Jan 16 17:18:46 2014 +0100
- Log -----------------------------------------------------------------
6.0.1 RC1
Andreas Fischer (3):
Do not use xcache variable cache if cache size is 0.
Backport of PR #4378: Don't use xcache in case admin auth is enabled.
Merge pull request #6756 from owncloud/remove-ru_RU-stable6
Arthur Schiwon (13):
LDAP: adjust documentation URL for OC 6
LDAP: fix TLS detection
remove unused variables
LDAP: only read config from database, if configID is given. Not what we want to do when on-the-fly-testing settings from the admin page
typo, grammar
Introduce user count action to user management
Add command line tool to show numbers of users and user directories
LDAP: implement userCount action. This required to (finally) clean up and refactor the search method, which will have a positive performance impact on paged search.
remove unnecessary line
LDAP: add tests for countUsers
if backends have the same class name, sum their users up instead of overwriting
add tests for user counting
Infowarning about 32bit
Bjoern Schiessle (19):
enable more tests
call set password hook because it doesn't get triggered during test execution and fix paths
only remove encryption keys if a real file gets deleted, skip this method if a file outside of /data/user/files was deleted
update file cache for target file
always show 'Deleted Files' breadcrumb
always show home breadcrumb in files view
reliable detect encrypted files
fix rename of shared files
check if the old owner and the old path is available
we can also have a path user/cache/...
tests added
don't unshare on delete
it is not an urgent error... a DEBUG message is enough at this point
copy files to owner trash recursively
don't try to encrypt/decrypt cache chunks or files in the trash bin
remove old code
call getFileInfo to enforce a file cache entry for the new version, fix #6286
keep response message
extended test to also check the status messages
Björn Schießle (1):
Merge pull request #6753 from owncloud/no_unshare_on_delete
Carlos Cerrillo (1):
Fixing Issue #6301 on master branch
Frank Karlitschek (3):
clarifying license
Merge pull request #6562 from syncloud/stable6
6.0.1 RC1
Georg Ehrke (1):
fix preview for reshared file
Jan-Christoph Borchardt (2):
fix the legacy popup to make calendar settings look nicer
fix shadow size and arrow position
Jörn Friedrich Dreyer (1):
remove duplicate exe mimetype, add correct msi mimetype
Morris Jobke (1):
Merge pull request #6293 from owncloud/stable6-legacy-settings-popup
Oliver Gasser (1):
DB: Support DECIMAL(precision,scale) syntax in XML
Robin Appelman (12):
preserve 3rd party values in in the Session destructor
check if a $_SESSION entry exists before we try to remove it
add default parameter for AllConfig->get*Value()
Also add default to the \OCP\IConfig interface
cache the home folder of a User
fix fallback overwriting result of getHome
fix the config option to remove the ability for users to set their displayname
Replace static usage of OC_Config and OC_Preferences with the injected \OC\ConfigAll
Pass config object in testGetHomeNotSupported
Return SPACE_UNKNOWN if disk_free_space is disabled when getting the free space on a local storage
Fix APCIterator syntax in \OC\Memcache\APCU::clear
Use storage_mtime when determining if we can reuse cached data while scanning
Thomas Müller (18):
Merge pull request #6291 from owncloud/ldap_doc_link
Merge pull request #6664 from owncloud/fix_empty_mimetypes_stable6
Merge pull request #6666 from ogasser/decimal_precision_scale_stable6_bp
reuse existing helper function OC_Helper::is_function_enabled
we shall explode on ',' only
trimming all array elements
Merge pull request #6678 from owncloud/backport-6660-stable6
turn off mod_pagespeed
Merge pull request #6679 from owncloud/backport-6675-stable6
fixing PHPDoc and use cameCase names
set login name within apache auth backend
rename user-id to loginname to stay consistent
Merge pull request #6696 from owncloud/backport-6693-stable6
remove ru_RU - it's almost untranslated
Merge pull request #6408 from owncloud/ldap_fix_tls_detection
Adding a random postfix to the part file.
in order to work properly with encryption ocTransferId is added to the file path - questionable usage of magic string
Merge pull request #6783 from owncloud/backport-6530-stable6
Thomas Tanghus (1):
Use DEBUG instead of ERROR when favourites not found. Fix #6419
Vincent Petry (14):
Do not use L10n when logging exceptions
Fixed JS plural function to be per app
Removed numRows usage from encryption app
Merge pull request #6498 from owncloud/stable6-oracleencryptiontestfix
Moved content disposition code+workarounds to OCP\Response
Added workaround for Android content disposition
Added isUserAgent() method to request
Now also preventing to override "files" dir size with -1
Removed special handling of part files in shared storage rename
Prevent deleting storage root
Fixed various file name escaping issues in core apps
Fixed timezone issue with SMB storage
Fix calculated folder size to use unencrypted size
Fixed Dropbox/Google storage async save call
Vladimir Sapronov (1):
Made password field required on client side
Volkan Gezer (1):
Fix untranslated text when deleting user
ben-denham (2):
Unshare all will now delete all shares for the item, instead of only for a single owner.
updated the unit test for OCP\Share::unshareAll() to verify that shares by all users are removed for an item.
icewind1991 (1):
Merge pull request #6612 from owncloud/user-no-change-displayname-stable
st3so (1):
fixing typo in redirection query string
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 4feafda fix the legacy popup to make calendar settings look nicer
new 339e073 fix shadow size and arrow position
new 0134b1e LDAP: adjust documentation URL for OC 6
new d343c66 LDAP: fix TLS detection
new 1e40748 remove unused variables
new 3d81009 LDAP: only read config from database, if configID is given. Not what we want to do when on-the-fly-testing settings from the admin page
new a8a35f4 Use DEBUG instead of ERROR when favourites not found. Fix #6419
new 9091dd7 enable more tests
new bdb4890 call set password hook because it doesn't get triggered during test execution and fix paths
new 73a0b69 only remove encryption keys if a real file gets deleted, skip this method if a file outside of /data/user/files was deleted
new 3160b23 update file cache for target file
new ae58a38 Do not use L10n when logging exceptions
new 8f5dfd0 always show 'Deleted Files' breadcrumb
new c88109a always show home breadcrumb in files view
new 913df0c clarifying license
new 2f0ec82 reliable detect encrypted files
new 77af1a7 Fixed JS plural function to be per app
new 148c16b preserve 3rd party values in in the Session destructor
new 4c2d2f4 check if a $_SESSION entry exists before we try to remove it
new 1f93b4e Removed numRows usage from encryption app
new 6de259e Merge pull request #6291 from owncloud/ldap_doc_link
new c4c972f Merge pull request #6498 from owncloud/stable6-oracleencryptiontestfix
new 2f568c9 fix rename of shared files
new 672cbc5 check if the old owner and the old path is available
new eaa5dd0 we can also have a path user/cache/...
new 1346169 tests added
new d9df271 Do not use xcache variable cache if cache size is 0.
new 93b6c83 Backport of PR #4378: Don't use xcache in case admin auth is enabled.
new 75eaea1 Made password field required on client side
new 0bb7202 Merge pull request #6562 from syncloud/stable6
new 2c54dcd add default parameter for AllConfig->get*Value()
new 44fb817 Also add default to the \OCP\IConfig interface
new b5ef21b cache the home folder of a User
new 9960596 fix fallback overwriting result of getHome
new 62887c6 fix the config option to remove the ability for users to set their displayname
new 208037b Replace static usage of OC_Config and OC_Preferences with the injected \OC\ConfigAll
new a8fd55d Pass config object in testGetHomeNotSupported
new f356ef9 Return SPACE_UNKNOWN if disk_free_space is disabled when getting the free space on a local storage
new 956a441 Fix APCIterator syntax in \OC\Memcache\APCU::clear
new c81a05c remove duplicate exe mimetype, add correct msi mimetype
new 6a21922 DB: Support DECIMAL(precision,scale) syntax in XML
new 6a83871 Merge pull request #6664 from owncloud/fix_empty_mimetypes_stable6
new 697ad1c Merge pull request #6666 from ogasser/decimal_precision_scale_stable6_bp
new c9cb258 Moved content disposition code+workarounds to OCP\Response
new b7aaebf Added workaround for Android content disposition
new 2ea3765 Added isUserAgent() method to request
new 542cf79 Now also preventing to override "files" dir size with -1
new 7e36763 reuse existing helper function OC_Helper::is_function_enabled
new 5e928fc we shall explode on ',' only
new bbba8fd trimming all array elements
new 8d38228 Merge pull request #6678 from owncloud/backport-6660-stable6
new c6fa2dd turn off mod_pagespeed
new 627612c Merge pull request #6679 from owncloud/backport-6675-stable6
new 394bd17 typo, grammar
new ea23a09 fixing PHPDoc and use cameCase names
new 596ab75 set login name within apache auth backend
new 9a1cbab rename user-id to loginname to stay consistent
new 52dc90d Merge pull request #6696 from owncloud/backport-6693-stable6
new a711d4e Removed special handling of part files in shared storage rename
new 4b49015 Introduce user count action to user management
new 0f58bd0 Add command line tool to show numbers of users and user directories
new 1c58d8b LDAP: implement userCount action. This required to (finally) clean up and refactor the search method, which will have a positive performance impact on paged search.
new 59ff838 remove unnecessary line
new 1636c6d LDAP: add tests for countUsers
new cf8fc22 if backends have the same class name, sum their users up instead of overwriting
new f1ea0bc add tests for user counting
new ebe3872 Infowarning about 32bit
new 1cbe189 Prevent deleting storage root
new 3ae7bfc fix preview for reshared file
new 28be849 Fixed various file name escaping issues in core apps
new 54cd174 don't unshare on delete
new 5f2e8f7 fixing typo in redirection query string
new ce1a199 Fixing Issue #6301 on master branch
new 3b1396b remove ru_RU - it's almost untranslated
new 87cfbb3 Merge pull request #6753 from owncloud/no_unshare_on_delete
new bcec9ce Merge pull request #6756 from owncloud/remove-ru_RU-stable6
new 1e9f040 Merge pull request #6408 from owncloud/ldap_fix_tls_detection
new 8ef3282 Fixed timezone issue with SMB storage
new 7dddf59 it is not an urgent error... a DEBUG message is enough at this point
new c6ca9be Merge pull request #6612 from owncloud/user-no-change-displayname-stable
new 88dc713 Fix calculated folder size to use unencrypted size
new 6adac6a Use storage_mtime when determining if we can reuse cached data while scanning
new 3e71827 Merge pull request #6293 from owncloud/stable6-legacy-settings-popup
new 3ec3ebb copy files to owner trash recursively
new 3c7541e don't try to encrypt/decrypt cache chunks or files in the trash bin
new a83e37c remove old code
new afe35ca call getFileInfo to enforce a file cache entry for the new version, fix #6286
new 3fde29e keep response message
new 3b21499 extended test to also check the status messages
new 4996982 Adding a random postfix to the part file.
new 0c140d5 in order to work properly with encryption ocTransferId is added to the file path - questionable usage of magic string
new 5dd20db Fixed Dropbox/Google storage async save call
new b0edbd8 Merge pull request #6783 from owncloud/backport-6530-stable6
new 3093c63 Unshare all will now delete all shares for the item, instead of only for a single owner.
new f9e4d0a updated the unit test for OCP\Share::unshareAll() to verify that shares by all users are removed for an item.
new aec0f06 Fix untranslated text when deleting user
new a4e842f 6.0.1 RC1
The 97 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.
--
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