[Pkg-owncloud-commits] [owncloud] annotated tag upstream/7.0.0_rc2+dfsg created (now 07700f6)
David Prévot
taffit at moszumanska.debian.org
Mon Jul 14 17:38:16 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag upstream/7.0.0_rc2+dfsg
in repository owncloud.
at 07700f6 (tag)
tagging 3967a0d27ceb541c6b0cd6667aacabc5c879fa42 (commit)
replaces upstream/7.0.0_rc1+dfsg
tagged by David Prévot
on Mon Jul 14 12:36:44 2014 -0400
- Log -----------------------------------------------------------------
Upstream version 7.0.0~rc2+dfsg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJTxAccAAoJELgqIXr9/gny3gAP/0Gi90hMIa9WfnxFgQ7bwwSb
lbijow4ywqyZeHSI6dq5JUr9XoJs40oz7Jo0ahSrke6k6eLClt0Z3EccKd+bR3Jo
o2ctgSratW4cwV77pWBWC0flLSufkUhc3x43gacbbrLc1M93QDoFt9SCUDe10A7f
Slc4vp7KnaSX0sUIP95zdiP07l83gjkXG4S62nAwAQQ9YyrYOfkJjuXylmRlLViC
y5UKU2v8dNyxEuKmChfCQ2lYwfE8lugkv1K1QB899AZ0m84X2wSnpUvI1w/QRHMN
BzXgCOzuQrxjWDm2Tjs5tsrFQf+Un0Bqfd6PPB7xRe47reWVmQFdKZERfnZh2jIo
3lZ2NjjAqu3JrDDEJAdLF3DHBZTIMPUYyfyVqXDbQ5v3FqDk8VgPhrKiye15j4bw
Agi5WgkxW+6R/ZPxffIYglI2yFuV3PCjcmW8DZD8ziiKwwRaodDDFmpDFpH+Z6+M
8qmUmXxdvNC5+7ypcKsZCxC2SRDPfCo2V3t8nc11SxYlUnBIkKA5geQ96daQ9Jhi
FqRv841kL64m/bghStCp4w8t3t0vngvUuTkmWnBbo6aLlVv8eoXAK5zzsU6QTi84
DtmHJbBZ8YtGag9nCmznkKVnw52GwaToMCXV0UDacOwbjyKWbhyCht7eJ+JPODml
7mWMiFBWiKC8LhTGsX9k
=uWg1
-----END PGP SIGNATURE-----
Arthur Schiwon (7):
don't trigger update from checkPassword, it is already called by userExists, this is enough.
do not write to database when the value is the same
add test cases. also split test classes in a file each, looks like only the first class is being executed
also appconfig shall not write to database if the value is unchanged
support for AD primary groups
test class is already in preferences.php
increment group counters when a user is created
Bjoern Schiessle (3):
if a folder gets deleted we unshare all shared files/folders below
make sure that the umount hook always contains the path relative to data/user/files
add owner as parameter for delShareKey
Christopher T. Johnson (1):
Fix Signiture Does Not Match when mounting Amazon S3 external storage
David Prévot (1):
Imported Upstream version 7.0.0~rc2+dfsg
Frank Karlitschek (1):
7RC2
Georg Ehrke (4):
improvements for uninstall button
better validation: cadd extra check if appinfo/info.xml exists
fix phpDocBlock for OC_App::getAppInfo
add ocsids to info.xml
Jan-Christoph Borchardt (5):
use icon-confirm instead of text for accepting remote share, works better with translations
fix user menu name and image not showing clicky mouse pointer
fix icons being slightly off in log in
fix 'remember' label being slightly off in log in
show loading feedback also when clicking 'Apps' entry in app list
Joas Schilling (3):
Only overwrite serverHost when in unit tests
Only calculate the WEBROOT from scriptName if it contains $SUBURI
Add comment to overwrite* configs about CLI/cron problems
Jörn Friedrich Dreyer (6):
change order of registering api and capabilities to fix file version previews
reset collection to 'root' after adding a route to the api
introduce and use getCurrentConnection()
make search case insensitive on postgres and oracle
fix '' to '/' when determining parent for search result
deprecate OC_Search_Provider in favor of \OCP\Search\Provider
Morris Jobke (7):
IE8 fixes
fix cursor for other elements in top right corner
fix size of breadcrumb separator
also make strengthify transparent on setup submit - fixes #9436
fix loading spinner on ctrl click a app entry- fixes #9063
specify CSS rule for warning & update fieldsets - fixes #9491
fix translations
Robin Appelman (6):
set localhost as default database host for installation
Add machine readable error messages to OC\JSON
When changing the mountpoint of an external storage, ensure the old one is removed
Add repair step to set MySQL collation to utf8_bin
use case insensitive LIKE when searching for files in mysql
debounce the search function
Stephane V (2):
Bug 9147 owncloud/core
Fixes #9497
Thomas Müller (7):
update snap.js to v2.0.0-rc1
MySQL: adding repair step to convert MyIsam tables to InnoDB
Adding new interface \OCP\Activity\IExtentsion
Upload abortion is now detected within the OC_Connector_Sabre_File::put()
fixing typos
adding 'groups' entry to remote apps
fixing JS syntax errors
Vincent Petry (9):
Return and use isPreviewAvailable for share previews
Fix FileActions merging override
Fix reload call for all subclasses
Fixed shared list sorting
Fixed dialogs styling, reversed buttons
Improved external share dialog
Do not show recipient for link shares in file list
Fix update cleanup to only affect file and folders
Propagate file action changes to the file lists
Volkan Gezer (2):
Merge pull request #9466 from owncloud/design-fix-fieldset-legend
fix apostrophe fixes #9486
blizzz (1):
Merge pull request #9500 from owncloud/fix9475
libasys (1):
BugFix missing $item on 'file_target' Line 1911
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new ed4ba00 Return and use isPreviewAvailable for share previews
new 843ad18 use icon-confirm instead of text for accepting remote share, works better with translations
new 2115a9b IE8 fixes
new b42215a Fix FileActions merging override
new 2224d1c fix user menu name and image not showing clicky mouse pointer
new b343b18 fix icons being slightly off in log in
new c28fb2d fix 'remember' label being slightly off in log in
new 74edbd5 fix cursor for other elements in top right corner
new c272338 set localhost as default database host for installation
new 3a1c718 change order of registering api and capabilities to fix file version previews
new 195cf27 reset collection to 'root' after adding a route to the api
new f390ae5 introduce and use getCurrentConnection()
new 71261de make search case insensitive on postgres and oracle
new 86545a9 Fix reload call for all subclasses
new 11a2c02 update snap.js to v2.0.0-rc1
new b33c617 show loading feedback also when clicking 'Apps' entry in app list
new b429a71 Add machine readable error messages to OC\JSON
new 0a4e95c fix '' to '/' when determining parent for search result
new 36d2aab deprecate OC_Search_Provider in favor of \OCP\Search\Provider
new 2bd3aa6 if a folder gets deleted we unshare all shared files/folders below
new 0319ee3 make sure that the umount hook always contains the path relative to data/user/files
new 5549148 add owner as parameter for delShareKey
new 67cf1d6 fix size of breadcrumb separator
new a5d34b4 also make strengthify transparent on setup submit - fixes #9436
new 0fe1f25 Merge pull request #9466 from owncloud/design-fix-fieldset-legend
new 04604da improvements for uninstall button
new 127ce3c fix loading spinner on ctrl click a app entry- fixes #9063
new 5344d9b Bug 9147 owncloud/core Added class="date" in the latest column of the log table to get everything on one line (in the ajax request).
new 59fd9d7 better validation: cadd extra check if appinfo/info.xml exists
new d2fd78a fix phpDocBlock for OC_App::getAppInfo
new 8b97073 MySQL: adding repair step to convert MyIsam tables to InnoDB
new 2bfdd02 Fixed shared list sorting
new f5e4ebf Only overwrite serverHost when in unit tests
new dccab5d Only calculate the WEBROOT from scriptName if it contains $SUBURI
new cf982e9 Add comment to overwrite* configs about CLI/cron problems
new db72e90 Fixed dialogs styling, reversed buttons
new 60e3195 Improved external share dialog
new efadfed add ocsids to info.xml
new 19dedf3 Do not show recipient for link shares in file list
new 18f5f85 When changing the mountpoint of an external storage, ensure the old one is removed
new ed1c918 don't trigger update from checkPassword, it is already called by userExists, this is enough.
new ee28863 do not write to database when the value is the same
new 76b310d add test cases. also split test classes in a file each, looks like only the first class is being executed
new 8bd5c6e Fixes #9497
new 01c0601 specify CSS rule for warning & update fieldsets - fixes #9491
new 03c1302 also appconfig shall not write to database if the value is unchanged
new c02e95f Fix Signiture Does Not Match when mounting Amazon S3 external storage
new 2f15ae9 Add repair step to set MySQL collation to utf8_bin Set default collation of mysql connection to utf8_bin Set utf_bin as default collation for new tables
new 1ce9ba1 use case insensitive LIKE when searching for files in mysql
new a78293d Merge pull request #9500 from owncloud/fix9475
new 7a6b76f Adding new interface \OCP\Activity\IExtentsion Adding method getNotificationTypes() Adding method filterNotificationTypes() Adding method getDefaultTypes() Adding method translate() and getTypeIcon() Adding method getGroupParameter() Adding method getNavigation() Adding method getNavigation() Adding method isFilterValid() and getQueryForFilter() Adding unit tests for \OC\ActivityManager
new 0e62a7d Upload abortion is now detected within the OC_Connector_Sabre_File::put() OC_Connector_Sabre_AbortedUploadDetectionPlugin is pointless
new 6043a90 Fix update cleanup to only affect file and folders
new bc1ff47 support for AD primary groups
new 9ee46bb test class is already in preferences.php
new 9ccadcf BugFix missing $item on 'file_target' Line 1911
new 5911188 fix apostrophe fixes #9486
new 2fb022f fix translations
new 31d8bce debounce the search function
new 32c6afb fixing typos
new 10bac56 adding 'groups' entry to remote apps
new a310415 increment group counters when a user is created
new 66130ad fixing JS syntax errors
new 14ea0ea Propagate file action changes to the file lists
new e3d5080 7RC2
new 3967a0d Imported Upstream version 7.0.0~rc2+dfsg
The 66 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