[Pkg-owncloud-commits] [owncloud] annotated tag v7.0.6RC1 created (now 52a9c4d)
David Prévot
taffit at moszumanska.debian.org
Sun May 31 01:59:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag v7.0.6RC1
in repository owncloud.
at 52a9c4d (tag)
tagging 927cae7efcb0a3c820dcd69878b890b404d35cbc (commit)
replaces v7.0.5
tagged by Frank Karlitschek
on Fri May 29 14:01:55 2015 -0400
- Log -----------------------------------------------------------------
7.0.6RC1
Andreas Fischer (1):
Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround.
Arthur Schiwon (7):
set up paged search when limit is 0
support paged results against 389ds.
offset needs to be considered in computed limit
Backport of #13740
Fixes returns of group memberships and counting if all members have the specific groups as primary set.
throw exception when LDAP Connection was lost
add primary group users to resultset before caching
Bjoern Schiessle (3):
also call generateTarget for group share to add the correct prefix if share_folder is defined in config.php
always fall back to default share folder
make sure to get the right list of users with access to the file, including the owner
Frank Karlitschek (1):
7.0.6 RC1
Joas Schilling (1):
Disable OCS api when in maintenance mode
Jörn Friedrich Dreyer (8):
don't return null for not existing group id's
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
add lookup route for displaynames
use displayname lookup route in files_external settings
Lukas Reschke (5):
Remove hacky Substring support for MSSQL
Merge pull request #14498 from owncloud/kill-substr-mssql-stable7
Add "Reply-To" support for sharing notifications
Merge pull request #15833 from owncloud/backport-files-external-fixes
Merge pull request #16114 from owncloud/stable7-backport-15510-and-15465
Morris Jobke (17):
Merge pull request #14707 from owncloud/ldap-reset-paged-search-on-null-limit-stable7
Merge pull request #14182 from RealRancor/update_office_preview
Merge pull request #14637 from owncloud/backport-13341
Merge pull request #15141 from owncloud/backport-15123-stable7
Merge pull request #14889 from owncloud/backport-14849-stable7
Merge pull request #14861 from owncloud/stable7-fix-sizepropagationwithshare
Merge pull request #15072 from owncloud/fix_group_share
Merge pull request #15251 from owncloud/use_default_share_folder_oc7
Merge pull request #15435 from owncloud/dont_return_empty_groups
Merge pull request #15559 from owncloud/backport-15541-stable7
more robust share dialog
throw exception if setup is incomplete
Merge pull request #15332 from owncloud/dont_hide_exceptions
Merge pull request #15863 from owncloud/public-reshare-webdav-stable7
Merge pull request #15271 from owncloud/stable7-fix-ext-owncloud
Merge pull request #15077 from owncloud/fix-smb-oc-admin-stable7
Merge pull request #15402 from owncloud/response-setContentLengthHeader-stable7
RealRancor (2):
Fix libre/openoffice preview on multi-user instances
Add note for asset pipeline and third-party apps on stable7
Robin Appelman (7):
Clear statcache before getting the mtime from local storage backends
also clear statcache in mapped local
resolve reshares in public webdav
fix subfolder reshares over webdav
block cron when in single user mode
block webdav in single user mode
block ocs in single user mode
Robin McCorkell (3):
Check directory handle before we use it
Support constructing an SMB_OC without saved session credentials
Fix bugs in ownCloud external storage
Thomas Müller (10):
cron shall not operate in case we are in maintenance mode - fixes #14843
Merge pull request #14846 from owncloud/fix-14843-stable7
Merge pull request #14902 from owncloud/tempmanager-fix-backport
Merge pull request #15161 from owncloud/stable7-fixcronconfig
Cron has to be executed with the correct user - fixes 13912 and others
Merge pull request #15370 from owncloud/stable7-backport-15353
Fix single user check in case no user is logged in
Fix singe user mode on public.php - take two
Merge pull request #16291 from RealRancor/asset_pipe_note
Merge pull request #13742 from owncloud/fix-12190-2-stable7
Vincent Petry (6):
Read version and product name from update template
Fix size propagation over shared storage boundary
Add unit test for size propagation across share boundaries
Uglify unit test to make them work on stable7
Fix config API usage in cron.php
Merge pull request #16608 from owncloud/fix_14588
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 6a46ede Fix libre/openoffice preview on multi-user instances
new 51017e4 Remove hacky Substring support for MSSQL
new ec71e0b Read version and product name from update template
new 24eb2bc set up paged search when limit is 0
new 39492eb Merge pull request #14707 from owncloud/ldap-reset-paged-search-on-null-limit-stable7
new 5544509 Merge pull request #14182 from RealRancor/update_office_preview
new b588692 Merge pull request #14637 from owncloud/backport-13341
new c716776 cron shall not operate in case we are in maintenance mode - fixes #14843
new 27ec925 Merge pull request #14846 from owncloud/fix-14843-stable7
new a529b2b Fix size propagation over shared storage boundary
new 4f9c750 Add unit test for size propagation across share boundaries
new b62d20f Uglify unit test to make them work on stable7
new 92cbeef Clear statcache before getting the mtime from local storage backends
new 0ca1500 also clear statcache in mapped local
new db76376 support paged results against 389ds.
new 03ca380 Check directory handle before we use it
new 9e52b17 Merge pull request #14902 from owncloud/tempmanager-fix-backport
new df2f85e also call generateTarget for group share to add the correct prefix if share_folder is defined in config.php
new 467da3c Support constructing an SMB_OC without saved session credentials
new bf7e2c7 offset needs to be considered in computed limit
new 1325649 Merge pull request #15141 from owncloud/backport-15123-stable7
new 2bb6a92 Fix config API usage in cron.php
new 0c72c99 Merge pull request #14889 from owncloud/backport-14849-stable7
new 529d45c Merge pull request #15161 from owncloud/stable7-fixcronconfig
new ef1ddfc Merge pull request #14861 from owncloud/stable7-fix-sizepropagationwithshare
new 32bd2d1 Merge pull request #15072 from owncloud/fix_group_share
new 0cdeeec always fall back to default share folder
new 423311c Merge pull request #14498 from owncloud/kill-substr-mssql-stable7
new 57d6c49 Merge pull request #15251 from owncloud/use_default_share_folder_oc7
new 1c5a86a Fix bugs in ownCloud external storage
new 6ebe04f Cron has to be executed with the correct user - fixes 13912 and others
new a4c0f25 Merge pull request #15370 from owncloud/stable7-backport-15353
new 3f23ae4 Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround.
new 1ae73f0 don't return null for not existing group id's
new 43b2f3c Merge pull request #15435 from owncloud/dont_return_empty_groups
new e6c2382 Add "Reply-To" support for sharing notifications
new 03c9657 Merge pull request #15559 from owncloud/backport-15541-stable7
new f3bd266 Backport of #13740
new 07988cf Fixes returns of group memberships and counting if all members have the specific groups as primary set.
new caae0e6 do not hide exception when ldap server has a hiccup
new 2403721 do not disclose information, show generic error on login page
new 77a601c fix_tests
new f830150 more robust share dialog
new a2cc658 throw exception if setup is incomplete
new f7db588 throw exception when backends don't provide a user instead of creating legacy local storages
new 919241c fix filesystem and encryption tests
new 598f798 throw exception when LDAP Connection was lost
new e72cd71 Merge pull request #15332 from owncloud/dont_hide_exceptions
new 79187fc add lookup route for displaynames
new e37f9c8 use displayname lookup route in files_external settings
new 2c10e31 resolve reshares in public webdav
new 38644cf fix subfolder reshares over webdav
new d01bfe3 Merge pull request #15833 from owncloud/backport-files-external-fixes
new 8800622 Disable OCS api when in maintenance mode
new 67c862c block cron when in single user mode
new 780530e block webdav in single user mode
new 0418b33 block ocs in single user mode
new 9c44e7b Fix single user check in case no user is logged in
new 2c656b0 Fix singe user mode on public.php - take two
new f5a597b Merge pull request #16114 from owncloud/stable7-backport-15510-and-15465
new cf05d50 Merge pull request #15863 from owncloud/public-reshare-webdav-stable7
new 02ef384 Add note for asset pipeline and third-party apps on stable7
new 87052be Merge pull request #16291 from RealRancor/asset_pipe_note
new 765526e Merge pull request #15271 from owncloud/stable7-fix-ext-owncloud
new ae850d7 add primary group users to resultset before caching
new 8a39256 Merge pull request #15077 from owncloud/fix-smb-oc-admin-stable7
new 5014d2c Merge pull request #15402 from owncloud/response-setContentLengthHeader-stable7
new 55a122a Merge pull request #13742 from owncloud/fix-12190-2-stable7
new b4741cf make sure to get the right list of users with access to the file, including the owner
new b04d510 Merge pull request #16608 from owncloud/fix_14588
new 927cae7 7.0.6 RC1
The 71 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