[Pkg-owncloud-commits] [owncloud] annotated tag v7.0.5 created (now 2718bac)
David Prévot
taffit at moszumanska.debian.org
Wed Mar 11 15:16:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag v7.0.5
in repository owncloud.
at 2718bac (tag)
tagging 8b83580af708fbda38831c7109486aa35508a7fc (commit)
replaces v7.0.4
tagged by Frank Karlitschek
on Mon Mar 2 22:51:41 2015 +0100
- Log -----------------------------------------------------------------
7.0.5
Arthur Schiwon (9):
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
on ownCloud upgrade: upgrade all apps in order, load important ones
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
Frank Karlitschek (4):
7.0.5 RC1
7.0.5
Merge pull request #14688 from owncloud/stable7-trashbin-selected-delete
bump release
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 (7):
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"
Do not overwrite the shareType so the post hook is still correct
Add a test for the post_shared hook shareType
Fix "Only variables should be passed by reference" in stable7 template
Jörn Friedrich Dreyer (1):
Merge pull request #14147 from owncloud/no-whitespace-from-themes-stable7
Lukas Reschke (3):
Normalize before processing
Merge pull request #13988 from owncloud/group-share-collition-wrong-type-in-post-hook-stable7
Merge pull request #14040 from owncloud/stable7-app-upgrade-order
Morris Jobke (22):
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
Merge pull request #14642 from owncloud/issue/13751-only-variables-passed-by-reference
Olivier Paroz (1):
The class name is Movie NOT Movies
Philipp Knechtges (1):
make regex in controllermethodreflector.php compatible with PCRE 6.x
RealRancor (3):
external user app: Add note to enable it first
Add hint for troubleshooting MS Word previews
Removed anchor in config.sample.php
Robin Appelman (16):
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
Fix deleting selected files in the trashbin
Thomas Imbreckx (1):
Patched french translation (backported from master)
Thomas Müller (11):
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
Merge pull request #14078 from owncloud/stable7-preview-hint
catch any whitespaces which might get written to the output buffer while loading a theme
console commands shall not be limited with respect to execution time - fixes #14156
Merge pull request #14254 from owncloud/console-execution-time-stable7
Merge pull request #12327 from owncloud/stable7l10nbport
Merge pull request #14425 from owncloud/backport-12313
Victor Dubiniuk (2):
Wipe cache if there is no response from feed
Skip headers that can not be split
Vincent Petry (9):
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
Fix "other" app update stack
Volkan Gezer (3):
backport some strings to stable7
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 c494887 backport some strings to stable7
new cbf8dd4 Normalize before processing
new c2a72ce external user app: Add note to enable it first
new 0c3204c Do not overwrite the shareType so the post hook is still correct
new 63e5282 Add a test for the post_shared hook shareType
new d9d7774 on ownCloud upgrade: upgrade all apps in order, load important ones
new 6185253 Fix "other" app update stack
new c11edb9 Add hint for troubleshooting MS Word previews
new fcad725 Merge pull request #14078 from owncloud/stable7-preview-hint
new a45c606 catch any whitespaces which might get written to the output buffer while loading a theme
new 3e5a1ad Merge pull request #14147 from owncloud/no-whitespace-from-themes-stable7
new 9fd53ef Removed anchor in config.sample.php
new e345ae7 Merge pull request #13988 from owncloud/group-share-collition-wrong-type-in-post-hook-stable7
new 73954c4 console commands shall not be limited with respect to execution time - fixes #14156
new 01cede4 Merge pull request #14254 from owncloud/console-execution-time-stable7
new 7b432cb Merge pull request #12327 from owncloud/stable7l10nbport
new 4316387 Merge pull request #14040 from owncloud/stable7-app-upgrade-order
new 3ac33c8 7.0.5
new 45ad072 The class name is Movie NOT Movies
new eb778eb Merge pull request #14425 from owncloud/backport-12313
new 86e4177 Fix "Only variables should be passed by reference" in stable7 template
new 1dea188 Merge pull request #14642 from owncloud/issue/13751-only-variables-passed-by-reference
new 3bf505b Fix deleting selected files in the trashbin
new 02757ad Merge pull request #14688 from owncloud/stable7-trashbin-selected-delete
new 8b83580 bump release
The 25 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