[Pkg-owncloud-commits] [owncloud] annotated tag v7.0.0RC3 created (now 7a5f5bc)
David Prévot
taffit at moszumanska.debian.org
Fri Jul 18 16:19:40 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag v7.0.0RC3
in repository owncloud.
at 7a5f5bc (tag)
tagging ef202509f3668d2625078b2fe55db0d505b5c537 (commit)
replaces v7.0.0RC2
tagged by Frank Karlitschek
on Thu Jul 17 21:56:39 2014 -0400
- Log -----------------------------------------------------------------
7.0.0RC3
Andreas Fischer (2):
The file providing the sftp:// scheme needs to be included manually.
Add short description explaining how SFTP ext storage class works.
Arthur Schiwon (1):
Backport of #9562
Bjoern Schiessle (6):
throw exception if file is to large for trash bin
make sure that 'OC_Theme' exists before checking if the method exists
make sure that the crypt library is loaded
introduce some encryption exceptions and catch additional error cases
update keys recursively if a folder was moved
check that the file proxies are enabled after each test
Daniel Hansson (1):
Fix for #9422
DeLtAfOx (1):
backport of #9628
Frank Karlitschek (3):
7.0.0 RC3
update the appstore api url
update upstore api url
Georg Ehrke (2):
add proper version comparision in OC_Installer::isUpdateAvailable
improve check for duplicate apps
Jörn Friedrich Dreyer (4):
use fileinfo object in search results
return relative path
mkae getRelativePath of file search results overwriteable in subclasses
fix logger implementation and test
Lukas Reschke (1):
Update info.xml
Morris Jobke (1):
fix CSS coding style
Philippe Jung (1):
Backport of #9570
Robin Appelman (6):
Add public interfaces for User, UserManager and UserSession
Expose the user manager in the public server container
Dont delete versions as local files
Remove deleted versions from the cache
Use the correct path when building the FileInfo for the search result
Fix renaming files in the root folder of a MappedLocal storage
Robin McCorkell (1):
Add unit test for multi-user configuration loading
Stephan Peijnik (6):
Fixes #9583
Fix indentation.
Renamed $grp to $group in foreach loop.
Do not remove spaces from group IDs in \OC\Group\MetaData::generateGroupMetaData.
Use is_null() instead of empty() when checking the return value of GroupManager::get().
Updated code to reflect changes introduced to \OC\Group\MetaData.
Stephane V (1):
Fix #9590. Fix #9612.
Thomas Müller (9):
append file extension to the temporary file which contains the downloaded archive - in case of zip files fileinfo doesn't seem to return anything reliable
reduce share action text to the user name only
Revert "Fix renaming files in the root folder of a MappedLocal storage"
Revert "files: storage: rename should check parent directories of old and new files"
Merge pull request #9695 from owncloud/revert-backport-9550-stable7
fixing namespace of MapperTestUtility
kill unused require of MapperTestUtility.php
Revert "add share index"
Merge pull request #9690 from owncloud/kill-too-long-index-stable7
Tigran Mkrtchyan (1):
files: storage: rename should check parent directories of old and new files
Vincent Petry (6):
Added mountType attribute and adapted Delete action text
- Added test to trigger index id error
Merge pull request #9584 from anexia-it/bug-9583
Correctly return the owner display name for children of shares
Merge pull request #9674 from owncloud/stable7-9647
Fixed JS and CSS issues in users page
libasys (1):
Update share.php
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 5bb42be add proper version comparision in OC_Installer::isUpdateAvailable
new 9ebb037 improve check for duplicate apps
new fae2a00 The file providing the sftp:// scheme needs to be included manually.
new bae4579 Add short description explaining how SFTP ext storage class works.
new 1cc8be0 Added mountType attribute and adapted Delete action text
new 1a01deb Fix for #9422
new 169b328 Add public interfaces for User, UserManager and UserSession
new 36360a6 Expose the user manager in the public server container
new c5278a4 Dont delete versions as local files
new 9d33360 Remove deleted versions from the cache
new b7d717e append file extension to the temporary file which contains the downloaded archive - in case of zip files fileinfo doesn't seem to return anything reliable
new 8ec00dc Use the correct path when building the FileInfo for the search result
new 334ace9 Backport of #9562
new 8e8c6c9 reduce share action text to the user name only
new 0acb76c Fixes #9583
new 75d45c4 Fix indentation.
new 3de1d2c Renamed $grp to $group in foreach loop.
new a58f85d Do not remove spaces from group IDs in \OC\Group\MetaData::generateGroupMetaData.
new a4a0ebf Use is_null() instead of empty() when checking the return value of GroupManager::get().
new b51d54a Updated code to reflect changes introduced to \OC\Group\MetaData.
new 5a36841 Backport of #9570
new 9fa495c throw exception if file is to large for trash bin
new 3113e99 Update share.php
new 0786371 - Added test to trigger index id error - re-enable encryption migration tests - sqlite requires reconnect after schema changes
new c5c600b Update info.xml
new d3b6a63 backport of #9628
new ebce1e1 use fileinfo object in search results
new eaa5c53 return relative path
new 292ce3f mkae getRelativePath of file search results overwriteable in subclasses
new 8ebe6ce fix logger implementation and test
new cca04f3 make sure that 'OC_Theme' exists before checking if the method exists
new f40554f Merge pull request #9584 from anexia-it/bug-9583
new ca34fb9 Correctly return the owner display name for children of shares
new ec30cc4 make sure that the crypt library is loaded
new ad24915 introduce some encryption exceptions and catch additional error cases
new 4fa3928 Add unit test for multi-user configuration loading
new a163b18 files: storage: rename should check parent directories of old and new files
new 198a30d Fix #9590. Fix #9612. For external storage with lots of parameter settings (>4), wrap the content of the cell to let a full view of the parameters. The rows of the table are now always visible until the end (the trash icon is accessible). (Note : A strange 3px margin forces me to add a class on the row added by javascript, to be able to align them with the rows rendered by the server.)
new e0a69d4 fix CSS coding style
new 0895324 Fix renaming files in the root folder of a MappedLocal storage
new 8af6b72 Revert "Fix renaming files in the root folder of a MappedLocal storage"
new 36039ca Revert "files: storage: rename should check parent directories of old and new files"
new 7e3a4b5 Merge pull request #9695 from owncloud/revert-backport-9550-stable7
new f5aa292 update keys recursively if a folder was moved
new 4de6896 check that the file proxies are enabled after each test
new b020e6b Merge pull request #9674 from owncloud/stable7-9647
new 7886b90 fixing namespace of MapperTestUtility and rename file to be lowercase
new e2f2313 Fixed JS and CSS issues in users page
new a66ee26 kill unused require of MapperTestUtility.php
new fc6d117 Revert "add share index"
new b1575ed Merge pull request #9690 from owncloud/kill-too-long-index-stable7
new 8d85143 7.0.0 RC3
new cce2cb5 update the appstore api url
new ef20250 update upstore api url
The 54 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