[Pkg-owncloud-commits] [owncloud] annotated tag upstream/7.0.5_rc1+dfsg created (now 263bcec)
David Prévot
taffit at moszumanska.debian.org
Fri Feb 6 21:11:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag upstream/7.0.5_rc1+dfsg
in repository owncloud.
at 263bcec (tag)
tagging c7e1397fdd01456966007b440dc8ad5ca419d61d (commit)
replaces upstream/7.0.4+dfsg
tagged by David Prévot
on Fri Feb 6 10:47:00 2015 -0400
- Log -----------------------------------------------------------------
Upstream version 7.0.5~rc1+dfsg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABCAAGBQJU1NPkAAoJEAWMHPlE9r08qC8IAJZwOOc3z88RcCRFiBhNyvBB
TAEujUzEEr8aPXdmTUg4l8rq2cNlTzrAWnuT5U45N5HOBuZQfPShsTmRJO56l0E8
VY+dqRP90yd7bqw6Qmt2iwEu7RciCra+qtrrgj2IsewvKRKpWGbsU6eVlTpicDFz
02EItcuiNSf9N7AhCev3cGSuetfaxkr7AoWdeCfB198SIBUu0Tbu06I7yHOL+Msj
itf+MCdxKxXmpFNVZAO4P61bBFYhvBcQD5n9IBMPa16/tPGL5ZaeBIwC/RBgYkig
yXC3WgXJww3PsZOfjO55vYDgwlYUaqY8++zCalXOrq5jRHGZAVLCP4JQmS8sqBI=
=W4Fz
-----END PGP SIGNATURE-----
Arthur Schiwon (8):
LDAP User Cleanup
add ldap:check-user to check user existance on the fly
forgotten file
PHPdoc fixes, no code change
and don't forget to adjust tests
fix retrieval of user groups
this must be larger then (>), since buggy behaviour occurs when the parameter is a small number
fix update routine
Bjoern Schiessle (2):
detect root of mountpoint also if the trailing slash is missed
for password protected link shares the password is stored in shareWith, so we need to set this manually to null for the hooks
Björn Schießle (1):
Merge pull request #13796 from owncloud/issue/13490-stable7-backport
Boris Rybalkin (1):
fixes #12434
Byron Marohn (1):
Added error check to lib/private/image.php
Carla Schroder (1):
Note in config.sample.php that certain previews are not available in ms windows
David Prévot (1):
Imported Upstream version 7.0.5~rc1+dfsg
Frank Karlitschek (1):
7.0.5 RC1
Georg Ehrke (3):
remove ugly hack and don't use OC\Preview\Image for tiffs and svgs
remove insane debug-log from OC_Image
add config-option for an image's maximum filesize when generating previews
Jan-Christoph Borchardt (2):
Merge pull request #12798 from cyberb/stable7
replace outdated 'shared' people icon with regular share icon as fallback
Joas Schilling (4):
Set the debugoutput channel to error_log instead of echoing it
use uid provided by setupfs hook to mount server2server shares
Update sabre dav to 1.8.12 on stable7
Revert "Close cursor early in calculateFolderSize"
Morris Jobke (21):
remove duplicate loaded personal.js - fixes #12674
fix placeholder fake in IE8 & 9 that brokes group listing in user management - fixes #12525
Merge pull request #12656 from owncloud/stable7-fix-12164
Merge pull request #12663 from zinks-/l10n-fr-backport
fix broken link on app management page for apps without ocsid - fix #9574, fix #10461
Merge pull request #12655 from owncloud/fix-appstore-link
Merge pull request #12825 from d1saster/stable7-fixpcre
show spinner on file upload in IE8, 9
Merge pull request #12332 from owncloud/langbport2
Check for version before mounting a public link
Merge pull request #12735 from owncloud/temp-handling-stable7
Merge pull request #13186 from owncloud/no-session-for-formfactor-stable7
drop useless "!!! No reuse of etag" - fixes #13187
Increase initial user count to 50
Merge pull request #13555 from owncloud/issue/13482-stable7
Fix undefined offset 1 for wrong user mail address
Merge pull request #13470 from owncloud/stable7-share-fixfindshareforuserwithmultiplegroups
Merge pull request #13798 from owncloud/update-sabre-dav-stable7
Merge pull request #13880 from owncloud/backport-10398-stable7
Merge pull request #13888 from owncloud/upload_to_root_of_mountpoint_stable7
Merge pull request #13927 from owncloud/fix_ghost_directories
Philipp Knechtges (1):
make regex in controllermethodreflector.php compatible with PCRE 6.x
Robin Appelman (15):
Check if files are deletable before trying to delete them
Dont show the delete button for selected files if one of the selected files is not deletable
Add js unit test
Ensure user mountpoints are setup when using getUserFolder
Prevent leaking db connection info in the stacktrace
Add \OC\TempManager to handle creating and cleaning temporary files
Use the TempManager to handle temporary files
Return valid fileinfo objects for part files
Add View::getMount() for stable7
Proper constant for stable7
php <5.4 style array
Fix test
Remove duplicated slashes from the requested url
Add unit test
Give a better error message for external shares with self-signed ssl certificates
Thomas Imbreckx (1):
Patched french translation (backported from master)
Thomas Müller (5):
no need to store the form factor in the session - it's computation is rather cheep
Merge pull request #13384 from owncloud/stable7-fix-13317-backport
Merge pull request #13422 from owncloud/user-mgnt-init-fix
Merge pull request #13803 from owncloud/revert-close-cursor-stable7
Merge pull request #13759 from owncloud/fix-12035
Victor Dubiniuk (2):
Wipe cache if there is no response from feed
Skip headers that can not be split
Vincent Petry (8):
Merge pull request #11524 from nazar-pc/patch-1
Do not remove dir entry if it has the same name as the parent
Return real mime type on PROPFIND
Merge pull request #12624 from nazar-pc/stable7
Fix source path when share is a mount point
Use source storage permissions when scanning shared storage
Fix getItemSharedWithUser for groups
Close cursor early in calculateFolderSize
Volkan Gezer (2):
more strings to backport
translated saved message in files external
blizzz (1):
Merge pull request #12643 from owncloud/ldap-user-cleanup-stable7
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 11ca558 more strings to backport
new 913ad86 Merge pull request #11524 from nazar-pc/patch-1
new 26e504e Patched french translation (backported from master)
new 21f467d Wipe cache if there is no response from feed
new ed96f8c remove duplicate loaded personal.js - fixes #12674
new 60b2dd6 Skip headers that can not be split
new 5fcc340 translated saved message in files external
new cf0a12f fix placeholder fake in IE8 & 9 that brokes group listing in user management - fixes #12525
new a05fc9d Check if files are deletable before trying to delete them
new 3720ba9 Dont show the delete button for selected files if one of the selected files is not deletable
new 50705cf Add js unit test
new 7a60651 Merge pull request #12656 from owncloud/stable7-fix-12164
new 36e7d3b Merge pull request #12663 from zinks-/l10n-fr-backport
new 43b6676 fixes #12434
new 72c0cc2 Do not remove dir entry if it has the same name as the parent
new bd06b4c Ensure user mountpoints are setup when using getUserFolder
new 0eb3496 Return real mime type on PROPFIND
new 5fd1d54 remove ugly hack and don't use OC\Preview\Image for tiffs and svgs
new 60099b9 Merge pull request #12624 from nazar-pc/stable7
new 533e8e1 make regex in controllermethodreflector.php compatible with PCRE 6.x
new f0a0e44 fix broken link on app management page for apps without ocsid - fix #9574, fix #10461
new a429fa7 Merge pull request #12655 from owncloud/fix-appstore-link
new bfe4ee6 Merge pull request #12825 from d1saster/stable7-fixpcre
new dd8ba68 LDAP User Cleanup
new a26ddb3 Merge pull request #12798 from cyberb/stable7
new cb5f9d2 add ldap:check-user to check user existance on the fly
new 1d54735 forgotten file
new 5d46dfd PHPdoc fixes, no code change
new dd18f96 and don't forget to adjust tests
new 9c38baa show spinner on file upload in IE8, 9
new 4c0af1b Merge pull request #12332 from owncloud/langbport2
new fb63e75 Merge pull request #12643 from owncloud/ldap-user-cleanup-stable7
new 8778af6 Added error check to lib/private/image.php
new 2fd2b18 Check for version before mounting a public link
new bf1f9df Prevent leaking db connection info in the stacktrace
new a5574e8 Fix source path when share is a mount point
new 344606b Add \OC\TempManager to handle creating and cleaning temporary files
new 06bc987 Use the TempManager to handle temporary files
new d5190b5 Merge pull request #12735 from owncloud/temp-handling-stable7
new 6552fec no need to store the form factor in the session - it's computation is rather cheep
new bd1bf9e replace outdated 'shared' people icon with regular share icon as fallback
new 0d39a63 Merge pull request #13186 from owncloud/no-session-for-formfactor-stable7
new 713f2b3 fix retrieval of user groups
new 4d42485 drop useless "!!! No reuse of etag" - fixes #13187
new 0f04bfc Return valid fileinfo objects for part files
new d534f26 Use source storage permissions when scanning shared storage
new db51d9a Add View::getMount() for stable7
new 5a58d14 Proper constant for stable7
new 7ef006e php <5.4 style array
new 0753514 Fix test
new 6d87922 Merge pull request #13384 from owncloud/stable7-fix-13317-backport
new 616fd4b Increase initial user count to 50
new 5f70ed1 Note in config.sample.php that certain previews are not available in ms windows
new 9d761fc Merge pull request #13422 from owncloud/user-mgnt-init-fix
new 18d46df Fix getItemSharedWithUser for groups
new 1c000b7 this must be larger then (>), since buggy behaviour occurs when the parameter is a small number
new f03a186 Set the debugoutput channel to error_log instead of echoing it
new 11efe73 Merge pull request #13555 from owncloud/issue/13482-stable7
new 153ff1b Remove duplicated slashes from the requested url
new 8459b9f Add unit test
new 491c714 Fix undefined offset 1 for wrong user mail address
new 2d2e024 remove insane debug-log from OC_Image
new 56c51d4 add config-option for an image's maximum filesize when generating previews
new 80560e7 Merge pull request #13470 from owncloud/stable7-share-fixfindshareforuserwithmultiplegroups
new 441f807 fix update routine
new 234f33e Close cursor early in calculateFolderSize
new bd14af5 use uid provided by setupfs hook to mount server2server shares
new ed60bde Update sabre dav to 1.8.12 on stable7
new 91fc933 Revert "Close cursor early in calculateFolderSize"
new 8305ae6 Merge pull request #13798 from owncloud/update-sabre-dav-stable7
new 361b70e Merge pull request #13803 from owncloud/revert-close-cursor-stable7
new 7975b74 Give a better error message for external shares with self-signed ssl certificates
new a81b4c5 Merge pull request #13880 from owncloud/backport-10398-stable7
new 2b83afd detect root of mountpoint also if the trailing slash is missed
new f0b0e46 Merge pull request #13796 from owncloud/issue/13490-stable7-backport
new 6897be7 Merge pull request #13888 from owncloud/upload_to_root_of_mountpoint_stable7
new 3e9d8cc Merge pull request #13759 from owncloud/fix-12035
new c58501e for password protected link shares the password is stored in shareWith, so we need to set this manually to null for the hooks
new 9db5323 Merge pull request #13927 from owncloud/fix_ghost_directories
new c658ec6 7.0.5 RC1
new c7e1397 Imported Upstream version 7.0.5~rc1+dfsg
The 81 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