[Pkg-owncloud-commits] [owncloud] annotated tag v7.0.4RC1 created (now 29fa048)
David Prévot
taffit at moszumanska.debian.org
Tue Dec 2 22:04:55 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag v7.0.4RC1
in repository owncloud.
at 29fa048 (tag)
tagging 8fc4f67f1475291672921de4e0bdb419747e8ec6 (commit)
replaces v7.0.3
tagged by Frank Karlitschek
on Mon Dec 1 21:49:24 2014 +0100
- Log -----------------------------------------------------------------
7.0.4RC1
Andreas Fischer (1):
user_ldap: Reimplement convertSID2Str() without BCMath dependency.
Arthur Schiwon (1):
dont fail with 500 if configured display name attribute is not set
Bjoern Schiessle (5):
make sure that we don't find the wrong shares if a user and a group have the same ID
make sure that we only find the shares from the correct share type if users and groups with the same ID exists
only users can have a display name different from the id
use the new base class for share/share.php tests
use login name to verify password
Carla Schroder (3):
added comment that App Store is disabled for EE
Add notes that SQLite is CE only
Markup corrections
Clark Tomlinson (2):
Hiding add to your own cloud if server2server sharing is not enabled
fixing cache routes
Craig Morrissey (1):
adjust autocomplete behavior for sharing menu
Frank Karlitschek (1):
7.0.4 RC1
Georg Ehrke (3):
add y to with-aspect naming schema
delete all children's previews when deleting a folder
delete old previews
Joas Schilling (16):
Testcase base class
Do not use uniqid in Group and User tests as it is not unique on windows
Test LargeFileHelperGetFileSize also with ascii only characters
Windows does not support CHMOD, therefor we can not test not writable folders
Skip some more tests on Windows which just can not work at all
Fix single run of encryption tests and usages of uniqid() and fopen()
Make it possible to cleanPath() absolute Windows paths
Fix Files\Storage\Home::testRoot()
Correctly refresh the apps list after removing the mock
Correctly restore previous root mount point after testing
Back to OC_Util::generateRandomBytes()
Simple fix for the wrong Mapper reset
Fix code layout before fixing the function
Use md5() of the original name instead of uniqid() for slugifying
Merge pull request #12291 from owncloud/issue/10991-stable7-backport
Merge pull request #12288 from owncloud/backport-mapper-fixes
Lukas Reschke (17):
Run preupdate before an update
Ignore port for trusted domains
Merge pull request #12109 from owncloud/add-preupdate-before-upgrade
Add repair steps for legacy config files
Check if app is enabled for user
Backport #12181
Merge pull request #12223 from owncloud/fix-unit-tests-s7
Fix mapping of relative paths
Backport \OC\Security\Crypto to ownCloud 7
Only store user credentials when SMB_OC storage is enabled
Use `/` as redirect location if webroot is set to an empty value
The "dir" key is used within the public sharing template to indicate in which directory the user currently is when sharing a directory with subdirectories. This is needed by the JS scripts.
Try to read the file only instead of trying to touch
Don't show favicon to prevent iteration through subfolders
Check for XMLWriter class
Disable MSSQL for new CE installations
Adjust sample config
Michael Roitzsch (1):
file size on non-(Linux/BSD/Windows)-installations
Miguel Prokop (2):
fix calculation of expiration date if there is a default expiration date set (but not forced) and the user does not want the link to expire.
Consolidate if statement, and update unit test
Morris Jobke (7):
Fix infinite loop if count and limit is 0
add newline
Merge pull request #12154 from owncloud/ignore-port-for-trusted-domain
Merge pull request #12373 from owncloud/backport_preview_fixes_stable7
fixes undefined appitem - fixes #12396
Merge pull request #12415 from owncloud/port-12262
Merge pull request #12397 from owncloud/fix-undefined-appitem
Thomas Müller (1):
Merge pull request #12496 from owncloud/check-xml-writer-for-7
Vincent Petry (5):
Fix root path handling for WebDAV ext storage
Fix file upload to ext storage when recovery key is enabled
Show warning when invalid user was passed
Merge pull request #12131 from owncloud/stable7-enc-recoverykeywithextstoragefix
Merge pull request #11747 from owncloud/storeCredentialsOnlyInSessionIfRequired
michag86 (3):
fix for issue #10880
removal of wrong/double implemented check
cleanup group admin(s) on deleteGroup
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new fea444b dont fail with 500 if configured display name attribute is not set
new f52662a Fix infinite loop if count and limit is 0
new 778efcb Run preupdate before an update
new d859d1b Fix root path handling for WebDAV ext storage
new 1e5a39e user_ldap: Reimplement convertSID2Str() without BCMath dependency.
new 786007c Ignore port for trusted domains
new 2b3b427 Merge pull request #12109 from owncloud/add-preupdate-before-upgrade
new c8a4827 Add repair steps for legacy config files
new 29fd959 fix for issue #10880
new 135479c removal of wrong/double implemented check
new b35a5b5 cleanup group admin(s) on deleteGroup
new 4fbd602 Hiding add to your own cloud if server2server sharing is not enabled
new 32401b4 Check if app is enabled for user
new 0ab7708 Fix file upload to ext storage when recovery key is enabled
new a843129 Backport #12181
new 643835e file size on non-(Linux/BSD/Windows)-installations
new 74a6251 Merge pull request #12223 from owncloud/fix-unit-tests-s7
new 3acd98f add newline
new 0271e75 Merge pull request #12154 from owncloud/ignore-port-for-trusted-domain
new b7cf8fa make sure that we don't find the wrong shares if a user and a group have the same ID
new fcde4c7 make sure that we only find the shares from the correct share type if users and groups with the same ID exists
new e6e0573 only users can have a display name different from the id
new 9384fa6 Testcase base class
new ce3e5a8 Do not use uniqid in Group and User tests as it is not unique on windows
new 060a40a Test LargeFileHelperGetFileSize also with ascii only characters
new ce79974 Windows does not support CHMOD, therefor we can not test not writable folders
new 2dc688d Skip some more tests on Windows which just can not work at all
new 75e8d2a Fix single run of encryption tests and usages of uniqid() and fopen()
new e3a9a19 Make it possible to cleanPath() absolute Windows paths
new a19fd88 Fix Files\Storage\Home::testRoot()
new 122f3ff Correctly refresh the apps list after removing the mock
new 4e17997 Correctly restore previous root mount point after testing
new f371f14 Back to OC_Util::generateRandomBytes()
new bc76998 Simple fix for the wrong Mapper reset
new d49e3d0 use the new base class for share/share.php tests
new f5bd8e4 Fix code layout before fixing the function
new baf8d84 Use md5() of the original name instead of uniqid() for slugifying
new f235e8b Fix mapping of relative paths
new 2f12702 fixing cache routes
new 6a6b645 Merge pull request #12291 from owncloud/issue/10991-stable7-backport
new 54607a2 Merge pull request #12288 from owncloud/backport-mapper-fixes
new 42ada6c adjust autocomplete behavior for sharing menu
new f64c6c9 Show warning when invalid user was passed
new ec853da Backport \OC\Security\Crypto to ownCloud 7
new 74b68e1 Only store user credentials when SMB_OC storage is enabled
new 3ff1f87 Merge pull request #12131 from owncloud/stable7-enc-recoverykeywithextstoragefix
new 4c5aa43 add y to with-aspect naming schema
new d7779f9 delete all children's previews when deleting a folder
new abc7f14 Use `/` as redirect location if webroot is set to an empty value
new 8ea0187 Merge pull request #12373 from owncloud/backport_preview_fixes_stable7
new 6967512 fixes undefined appitem - fixes #12396
new 32a9091 The "dir" key is used within the public sharing template to indicate in which directory the user currently is when sharing a directory with subdirectories. This is needed by the JS scripts.
new 384d189 use login name to verify password
new d815638 Try to read the file only instead of trying to touch
new 161e58b Merge pull request #12415 from owncloud/port-12262
new b1f8388 Merge pull request #12397 from owncloud/fix-undefined-appitem
new cdf37a0 fix calculation of expiration date if there is a default expiration date set (but not forced) and the user does not want the link to expire.
new b96b601 Consolidate if statement, and update unit test
new 8b3728e Don't show favicon to prevent iteration through subfolders
new 392e36d added comment that App Store is disabled for EE
new a60e113 delete old previews
new 5ac96c0 Add notes that SQLite is CE only
new 9b414d8 Markup corrections
new 85b7ee3 Check for XMLWriter class
new b122b28 Disable MSSQL for new CE installations
new 2954169 Adjust sample config
new 46a4af1 Merge pull request #12496 from owncloud/check-xml-writer-for-7
new 3917383 Merge pull request #11747 from owncloud/storeCredentialsOnlyInSessionIfRequired
new 8fc4f67 7.0.4 RC1
The 69 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