[Pkg-owncloud-commits] [owncloud] annotated tag v6.0.4beta1 created (now 77f90f8)
David Prévot
taffit at moszumanska.debian.org
Tue Jun 17 19:13:00 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag v6.0.4beta1
in repository owncloud.
at 77f90f8 (tag)
tagging 508d84dcd808a9980826914ff130a195d463eed2 (commit)
replaces v6.0.3
tagged by Frank Karlitschek
on Tue Jun 17 08:52:15 2014 +0200
- Log -----------------------------------------------------------------
6.0.4 beta 1
Arthur Schiwon (6):
LDAP: set filter mode to raw, so filters will not be changed and broken after upgrade from oc5, when visiting the LDAP settings and opening filter tabs
get the correct version number for compare -.-
bump version and don't overwrite values on next update if not necessary
set result entry identifier earlier, i.e. before a continue for the same level can happen. otherwise will always get the same value and we end up in an infinite loop
add unit test to make sure the infinite loop never comes back
simpler and better readable assignment
Bjoern Schiessle (4):
always encrypt files to owner
only start migration if the encryption was initialized; allow to overwrite keys if no files exists
don't expect depreciated OC_FilesystemView
fix rename of encryption keys
Fabian Henze (2):
Fix setting the max-upload-size for really large values.
Add unit tests for OC_Helper::phpFileSize function
Frank Karlitschek (2):
Merge pull request #8672 from owncloud/stable6-obfuscatepasswords
6.0.4 beta 1
Georg Ehrke (1):
fix issue with spamming logging files when loading cached thumbnail
Jan-Christoph Borchardt (3):
reduce multiselect max-width from 400 to 200px to not take too much space
add max-width to directLink input to prevent overflow
keep long file names in one line to not overflow download button on mobile
Jörn Friedrich Dreyer (1):
Fix copy conflict dialog translation
Lukas Reschke (3):
Harden issubdirectory()
Add deprecation notice to load* functions
Merge pull request #9033 from owncloud/validate-dire
Morris Jobke (3):
fix getUserFolder() of server container
Merge pull request #9016 from owncloud/stable6-maxheartbeatinterval
Merge pull request #9015 from owncloud/stable6-downloadwithdisabledzip
Robin Appelman (17):
Fix getPath for storage roots
Add ->instanceOfStorage to handle instanceof for storage wrappers
Use instanceOfStorage instead of instanceof
Fix storage wrapper being called with null
Pass any methods custom to specific storage implementations to the wrapped storage
Dont backport unit tests for code that isn't backported
Add a change propagator class to handle propagating etag and mtime changes
Split of cache writes in the scanner to their own methods
propagate changes in the scanner
Fix recursive scanning
Fix unit tests
Fix size calculation during recursive scan
Fix unit tests
Repair broken parent link in the scanner
add some comments
remove unused argument
Fix unit test
Thomas Müller (9):
php upload errors are written to log
fix expectation - same as in master
Merge pull request #8683 from owncloud/log-upload-error-stable6
Merge pull request #8692 from owncloud/fix_unit_tests_oc6
Merge pull request #8850 from owncloud/stable6_backport_8607
Merge pull request #8847 from owncloud/stable6_backport_8557
added missing LockNotAcquiredException
fix failing unit test
Merge pull request #8885 from owncloud/flock-stable6
Vincent Petry (13):
Added PostgreSQL version warning + log on upgrade
Fix sharing of ext storage mount points
Added unit test for sharing ext storage mount points
Fix getPathById for Oracle
Merge pull request #8521 from owncloud/stable6-shareextstoragemountpointfix
Fixed getAbsolutePath case when path is "0"
Added password obfuscation for external storage config
Merge pull request #8870 from owncloud/storage-instanceof-stable6
Merge pull request #8970 from owncloud/cache-change-propagator-stable6
Fix public download link when zip download is disabled
Added max heartbeat interval to prevent integer overflow
Merge pull request #8988 from owncloud/stable6_fix_encryption
Merge pull request #9008 from owncloud/repair-parent-stable6
blizzz (2):
Merge pull request #8579 from owncloud/ldap_nail_filter_on_upgrade
Merge pull request #8623 from owncloud/fix-8457
ringmaster (3):
Allow apps to create custom session handlers.
[backport] [stable6] Skip filescan but execute hooks
Continued flock work.
tomneedham (1):
Only accept success as 100 like the OCS spec does
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 6f8a24c Fix setting the max-upload-size for really large values.
new 76cdd85 Add unit tests for OC_Helper::phpFileSize function
new 4e1d57e always encrypt files to owner
new 1d2dc9b fix issue with spamming logging files when loading cached thumbnail
new c341a97 fix getUserFolder() of server container
new a152f3a Added PostgreSQL version warning + log on upgrade
new d2dbab2 Fix getPath for storage roots
new 113cd40 Fix sharing of ext storage mount points
new b91e3be Added unit test for sharing ext storage mount points
new 37e2916 Fix getPathById for Oracle
new 8c1eff8 Merge pull request #8521 from owncloud/stable6-shareextstoragemountpointfix
new 1e6b457 Harden issubdirectory()
new 6843451 LDAP: set filter mode to raw, so filters will not be changed and broken after upgrade from oc5, when visiting the LDAP settings and opening filter tabs
new 0c355cb Fixed getAbsolutePath case when path is "0"
new c18f294 get the correct version number for compare -.-
new 313324a bump version and don't overwrite values on next update if not necessary
new 419e035 Only accept success as 100 like the OCS spec does
new 9f40533 set result entry identifier earlier, i.e. before a continue for the same level can happen. otherwise will always get the same value and we end up in an infinite loop
new 516f75f add unit test to make sure the infinite loop never comes back
new 6f29e1c only start migration if the encryption was initialized; allow to overwrite keys if no files exists
new 9a5da34 Added password obfuscation for external storage config
new 1eedab7 php upload errors are written to log
new ab3b713 don't expect depreciated OC_FilesystemView
new 84b239f reduce multiselect max-width from 400 to 200px to not take too much space
new d17335d fix expectation - same as in master
new 776d656 Merge pull request #8683 from owncloud/log-upload-error-stable6
new 37ef48d simpler and better readable assignment
new 8429dde Merge pull request #8692 from owncloud/fix_unit_tests_oc6
new 8758b66 Merge pull request #8672 from owncloud/stable6-obfuscatepasswords
new 58b6b89 Merge pull request #8579 from owncloud/ldap_nail_filter_on_upgrade
new 2910486 Allow apps to create custom session handlers.
new a908e28 [backport] [stable6] Skip filescan but execute hooks
new e5dcec7 Merge pull request #8850 from owncloud/stable6_backport_8607
new d3445d9 Merge pull request #8847 from owncloud/stable6_backport_8557
new 79b953a Add ->instanceOfStorage to handle instanceof for storage wrappers
new b3c8b57 Use instanceOfStorage instead of instanceof
new f814b9a Fix storage wrapper being called with null
new b62ba98 Pass any methods custom to specific storage implementations to the wrapped storage
new 49f2955 Merge pull request #8870 from owncloud/storage-instanceof-stable6
new 6ec2971 Continued flock work.
new a4c422a added missing LockNotAcquiredException
new e98627d Dont backport unit tests for code that isn't backported
new 45d1654 add max-width to directLink input to prevent overflow
new edced60 keep long file names in one line to not overflow download button on mobile
new 909913d fix failing unit test
new 2911906 Merge pull request #8885 from owncloud/flock-stable6
new 2895261 Add a change propagator class to handle propagating etag and mtime changes
new a543f46 Split of cache writes in the scanner to their own methods
new 81f6e78 propagate changes in the scanner
new f36e354 Fix recursive scanning
new 4d7e1c5 Fix unit tests
new 129bfad Fix size calculation during recursive scan
new 3ea94a7 Fix unit tests
new 4bc0919 Merge pull request #8970 from owncloud/cache-change-propagator-stable6
new 193d237 fix rename of encryption keys
new b2fae8a Fix copy conflict dialog translation
new 6e0a218 Repair broken parent link in the scanner
new e793a87 add some comments
new eeca726 remove unused argument
new 8ef1542 Fix public download link when zip download is disabled
new 00ec5fc Added max heartbeat interval to prevent integer overflow
new 6453454 Merge pull request #9016 from owncloud/stable6-maxheartbeatinterval
new bca536e Merge pull request #8988 from owncloud/stable6_fix_encryption
new 04817fb Merge pull request #9015 from owncloud/stable6-downloadwithdisabledzip
new 81fc7cf Add deprecation notice to load* functions
new 84222e3 Fix unit test
new f6c970e Merge pull request #9008 from owncloud/repair-parent-stable6
new 3d26896 Merge pull request #9033 from owncloud/validate-dire
new 659a3d4 Merge pull request #8623 from owncloud/fix-8457
new 508d84d 6.0.4 beta 1
The 70 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