[Pkg-owncloud-commits] [owncloud] annotated tag v8.0.4RC1 created (now 201572f)
David Prévot
taffit at moszumanska.debian.org
Sun May 31 12:32:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag v8.0.4RC1
in repository owncloud.
at 201572f (tag)
tagging 2396ddf9e9ecab73c1d997538806462cc3da9be4 (commit)
replaces v8.0.3
tagged by Frank Karlitschek
on Fri May 29 15:06:04 2015 -0400
- Log -----------------------------------------------------------------
8.0.4RC1
Andreas Fischer (1):
Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround.
Arthur Schiwon (1):
throw exception when LDAP Connection was lost
Björn Schießle (1):
Merge pull request #16496 from owncloud/stable8-share-readonlyfile-permissions
Frank Karlitschek (3):
8.0.4 RC1
8.0.4RC1
8.0.4
Jens-Christian Fischer (2):
don't update identical values
clarify the duplication of the $params array
Joas Schilling (18):
Correctly create activities for public downloads
Do not make setupMounts() public just because of testing
Correctly get the unique mountpoint name when mounting the share
Use insertIfNotExists() instead of manual logic
Add a unit test for the naming conflict on the mountpoint name
*cough*
Merge the two tests into one
Correctly generate the feedback URL for remote share
check the called URL
Add tests for the remote sharing url
Correctly remove the protocol before prepeding it
make scrutinizer happy
Fix scrutinizer complains and return type doc
Correctly send Federate-Cloud Share Feedback against the remote share ID
Add tests for the correct share id on the call aswell
Disable OCS api when in maintenance mode
Fix the share mail notification when the item is in a folder
Merge pull request #16248 from owncloud/stable8-fixrmdirtodeletefolderstotrash
Jörn Friedrich Dreyer (7):
do not hide exception when ldap server has a hiccup
do not disclose information, show generic error on login page
fix_tests
throw exception when backends don't provide a user instead of creating legacy local storages
fix filesystem and encryption tests
fix cherrypicking
Merge pull request #15797 from owncloud/stable8-backport-15489
Lukas Reschke (9):
Add use statement
Don't display errors and log them
Don't depend on always_populate_raw_post_data
Merge pull request #16102 from owncloud/backport-add-workaround-for-populate-raw-post-data
Use existing IRequest to not read php://input multiple times
Merge pull request #16110 from owncloud/stable8-backport-15510-and-15465
Merge pull request #16201 from owncloud/stable8-backport-16124
Check if cURL supports the desired features
Sync third-party
Morris Jobke (28):
fix filepicker
Revert "Revert "[stable8] Properly add trailing slash to mount point""
more robust share dialog
throw exception if setup is incomplete
fix typo and comment
Throw ServerNotAvailableException always
fix unit tests
Merge pull request #15287 from dratini0/stable8
Merge pull request #15862 from owncloud/public-reshare-webdav-stable8
Merge pull request #15672 from owncloud/revert-15666-revert-15572-stable8-shares-properlyformatmountpoint
Merge pull request #15610 from rullzer/backport-15564
Merge pull request #15609 from owncloud/stable8-share-donotreturntrashedfiles
Merge pull request #15605 from owncloud/backport-15566
Merge pull request #15533 from owncloud/stable8-davclient-catchmoreexceptions
Merge pull request #15502 from owncloud/backport-14293-public-download-activities
Merge pull request #15369 from owncloud/stable8-backport-15353
Merge pull request #16012 from owncloud/add-use-statement
Merge pull request #16270 from owncloud/stable8-fix-16179
Merge pull request #15270 from owncloud/stable8-fix-ext-owncloud
Merge pull request #15078 from owncloud/fix-smb-oc-admin-stable8
fix theme in IE8 and IE9
Merge pull request #16421 from owncloud/stable8-replace-static-dbtableprefix-with-config-dbtableprefix
Merge pull request #15959 from owncloud/backport-15596-remote-share-feedback-urls
Merge pull request #16459 from owncloud/sync-3rdparty
Merge pull request #15401 from owncloud/response-setContentLengthHeader-stable8
Closes "New" dropdown when switching category
Merge pull request #16416 from owncloud/stable8-16415
Merge pull request #16423 from rullzer/backport_15738
Robin Appelman (9):
use the permissions mask cache wrapper instead of the read only cache
resolve reshares in public webdav
remove unneeded readonlycache
fix subfolder reshares over webdav
Fix external shares without password on oracle
Add unit tests for external share mananger
block cron when in single user mode
block webdav in single user mode
block ocs in single user mode
Robin McCorkell (2):
Support constructing an SMB_OC without saved session credentials
Fix bugs in ownCloud external storage
Roeland Jago Douma (2):
Do not try to make user subadmin of group twice
Fix to make sure expiration date is properly set
Steffen Lindner (1):
Skip disable3rdParty Apps
Thomas Müller (7):
Cron has to be executed with the correct user - fixes 13912 and others
Fix single user check in case no user is logged in
Fix singe user mode on public.php - take two
Merge pull request #16497 from owncloud/stable8-backport-16473
Merge pull request #16462 from owncloud/stable8-backport-16444
Merge pull request #15306 from netzkolchose/stable8
Merge pull request #16117 from owncloud/fix-api-when-firewall-app-is-installed
Vincent Petry (9):
Catch more exceptions when connecting to remote DAV server
Do not return shares for files outside "files"
Add logout in share test to avoid nasty side effects
Added rmdir to trashbin storage wrapper
Properly log out test users in unit tests
Merge pull request #15974 from owncloud/backport-15549
Merge pull request #16375 from owncloud/tests-properlogout
Add unit test for migrator with different prefix
Do not automatically add "update" permission to shared mounts
dratini0 (1):
Backporting #14125 to stable8, as called for by @LukasReschke
heppstux (1):
Fixing: Undefined index: REMOTE_ADDR in lib/private/request.php
martin-rueegg (1):
replace 'oc_' with dbtableprefix form config for temporary table names and indexes
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 09631f6 Support constructing an SMB_OC without saved session credentials
new c8c8d61 Fix bugs in ownCloud external storage
new 86d3f85 Backporting #14125 to stable8, as called for by @LukasReschke
new 4808293 Fixing: Undefined index: REMOTE_ADDR in lib/private/request.php
new 4905a4c Cron has to be executed with the correct user - fixes 13912 and others
new 94ada40 Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround.
new f914be3 Correctly create activities for public downloads
new 486e7e5 Catch more exceptions when connecting to remote DAV server
new 1e60931 fix filepicker
new 80461da Do not return shares for files outside "files"
new 823f2d2 Add logout in share test to avoid nasty side effects
new 68d37af Do not try to make user subadmin of group twice
new 0f314ce Revert "Revert "[stable8] Properly add trailing slash to mount point""
new 01328b4 do not hide exception when ldap server has a hiccup
new fed8ff8 do not disclose information, show generic error on login page
new f98a624 fix_tests
new 3fe9093 more robust share dialog
new 2eced9e throw exception if setup is incomplete
new 8939d13 throw exception when backends don't provide a user instead of creating legacy local storages
new ac062bd fix filesystem and encryption tests
new 69ae83e fix typo and comment
new 92febbf fix cherrypicking
new 1f1e6f2 Throw ServerNotAvailableException always
new 15f54c2 fix unit tests
new 3b7d285 throw exception when LDAP Connection was lost
new 2e694ed use the permissions mask cache wrapper instead of the read only cache
new f6df154 resolve reshares in public webdav
new e296709 remove unneeded readonlycache
new ba46469 fix subfolder reshares over webdav
new ad2738f Merge pull request #15287 from dratini0/stable8
new d32a5d5 Merge pull request #15862 from owncloud/public-reshare-webdav-stable8
new 337c541 Merge pull request #15672 from owncloud/revert-15666-revert-15572-stable8-shares-properlyformatmountpoint
new f87d492 Merge pull request #15610 from rullzer/backport-15564
new aacfe93 Merge pull request #15609 from owncloud/stable8-share-donotreturntrashedfiles
new a4961af Merge pull request #15605 from owncloud/backport-15566
new 84287fe Merge pull request #15533 from owncloud/stable8-davclient-catchmoreexceptions
new 5be2aa4 Merge pull request #15502 from owncloud/backport-14293-public-download-activities
new b453ccc Merge pull request #15369 from owncloud/stable8-backport-15353
new 8d51e8e don't update identical values
new c668a7c clarify the duplication of the $params array
new 5230854 Add use statement
new 053ac11 Merge pull request #16012 from owncloud/add-use-statement
new 66f1495 Fix external shares without password on oracle
new 1aeb4c0 Add unit tests for external share mananger
new a2af0aa Do not make setupMounts() public just because of testing
new 6a6acd2 Correctly get the unique mountpoint name when mounting the share
new 67ee025 Use insertIfNotExists() instead of manual logic
new 739e5f9 Add a unit test for the naming conflict on the mountpoint name
new c501ca9 *cough*
new 5b5bf27 Merge the two tests into one
new 3dbe7e1 Correctly generate the feedback URL for remote share
new b1a9e26 check the called URL
new 2e0c366 Add tests for the remote sharing url
new 927eb76 Correctly remove the protocol before prepeding it
new f3a6adf make scrutinizer happy
new 92ae7c2 Fix scrutinizer complains and return type doc
new 45a36fe Correctly send Federate-Cloud Share Feedback against the remote share ID
new 5733878 Add tests for the correct share id on the call aswell
new ecf8343 Don't display errors and log them
new 8e59d4c Don't depend on always_populate_raw_post_data
new 3f4eba1 Disable OCS api when in maintenance mode
new eded1f0 block cron when in single user mode
new 7c0c34f block webdav in single user mode
new 714ca7a block ocs in single user mode
new 30ed561 Fix single user check in case no user is logged in
new 3be30ba Fix singe user mode on public.php - take two
new df9de41 Merge pull request #16102 from owncloud/backport-add-workaround-for-populate-raw-post-data
new b290348 Use existing IRequest to not read php://input multiple times
new 21c4331 Merge pull request #16110 from owncloud/stable8-backport-15510-and-15465
new dbaaae0 Fix the share mail notification when the item is in a folder
new f50fc14 Merge pull request #16201 from owncloud/stable8-backport-16124
new a97dae9 Added rmdir to trashbin storage wrapper
new 62e7696 Check if cURL supports the desired features
new 485d415 Merge pull request #16270 from owncloud/stable8-fix-16179
new 6fa4ee8 Merge pull request #15797 from owncloud/stable8-backport-15489
new 8c4322e Merge pull request #15270 from owncloud/stable8-fix-ext-owncloud
new 15c8501 Merge pull request #16248 from owncloud/stable8-fixrmdirtodeletefolderstotrash
new a5466fc Properly log out test users in unit tests
new 1d35c01 Merge pull request #15974 from owncloud/backport-15549
new 23b8277 Merge pull request #15078 from owncloud/fix-smb-oc-admin-stable8
new 4e44d2e Merge pull request #16375 from owncloud/tests-properlogout
new bb79a6b fix theme in IE8 and IE9
new 524045c replace 'oc_' with dbtableprefix form config for temporary table names and indexes
new 488c4a9 Fix to make sure expiration date is properly set
new 80afbd3 Add unit test for migrator with different prefix
new 7015dd7 Merge pull request #16421 from owncloud/stable8-replace-static-dbtableprefix-with-config-dbtableprefix
new 0c231f5 Merge pull request #15959 from owncloud/backport-15596-remote-share-feedback-urls
new 71a88d5 Sync third-party
new 68b2a85 Merge pull request #16459 from owncloud/sync-3rdparty
new 3bc312e Merge pull request #15401 from owncloud/response-setContentLengthHeader-stable8
new d24d30f Closes "New" dropdown when switching category
new 6eb8bdb Skip disable3rdParty Apps
new 609da64 Do not automatically add "update" permission to shared mounts
new 94f7b3e Merge pull request #16497 from owncloud/stable8-backport-16473
new a3b53a7 Merge pull request #16496 from owncloud/stable8-share-readonlyfile-permissions
new e1492d9 Merge pull request #16462 from owncloud/stable8-backport-16444
new d5d3cbd Merge pull request #16416 from owncloud/stable8-16415
new cd311c1 Merge pull request #16423 from rullzer/backport_15738
new 2d24ad5 Merge pull request #15306 from netzkolchose/stable8
new 8b635cd Merge pull request #16117 from owncloud/fix-api-when-firewall-app-is-installed
new 080b837 8.0.4 RC1
new bf69107 8.0.4RC1
new 2396ddf 8.0.4
The 103 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