[Pkg-owncloud-commits] [owncloud] annotated tag v7.0.1RC1 created (now d2b9698)
David Prévot
taffit at moszumanska.debian.org
Thu Jul 31 03:51:58 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag v7.0.1RC1
in repository owncloud.
at d2b9698 (tag)
tagging c0f0e79b5e62e229cc3e3a0fa597239b5eebccaf (commit)
replaces v7.0.0
tagged by Frank Karlitschek
on Wed Jul 30 17:41:05 2014 -0400
- Log -----------------------------------------------------------------
7.0.1RC1
Bjoern Schiessle (12):
fix sharing update, add proper escaping
add OCS api call to set expire date for link shares
adjust error code
update attributes for share with user list, file should always have delete permissions, this means unshare in this context, and the overview page is always a root view
remove share permission if user is excluded from sharing
show a warning in the personal settings and admin settins if the encyption keys are not initialized
define type in pre hook
make sure that we set the expire date if a date is adefault date is set
add unit test
make the versions and encryption app aware of the copy operation
add unit test for rename and copy operation
make sure that we always find all versions
Björn Schießle (1):
Merge pull request #9892 from owncloud/fix_sharing_update_oc7
Der-Jan (1):
Fixed wrong brackets in apps settings
Frank Karlitschek (2):
7.0.1 RC1
Merge branch 'stable7' of https://github.com/owncloud/core into stable7
Georg Ehrke (2):
extract transparency fix from #8050
don't preload videos on public sharing, fixes #10042
Jan-Christoph Borchardt (8):
improve look of search on mobile, save space in top bar
enable input grouping also outside of log in screen
use more understandable 'link' icon for public links (instead of hard to recognize globe), fix #9707
also use link icon for the folders ..
Merge pull request #9902 from Der-Jan/stable7
fix notification preventing top bar clickability, fix #9680
fix yellow notification style
set max width for notifications so they won't overlap the whole header
Lukas Reschke (1):
Verify whether the URL is valid
Michael Göhler (1):
max icon size for app menu
Morris Jobke (2):
update getID3 library & add autoload
Fix template rendering for 'blank' templates
Remco Brenninkmeijer (1):
Backport of sorting fix from master
Robin Appelman (4):
Fix remote share when remote server is installed at the root
Dont throw an error when calling $server->getUserFolder when logged out
Dont try to execute jobs that no longer exist
Also keep maxY into account when scaling a preview while preserving aspect ratio
Thomas Müller (14):
only commit in case a transaction is active
Adding test which breaks because bit and/or enum datatypes are used
register type mappings for unknown/unsupported mysql types
- adding default value for $recoveryPassword
ownCloud users are exported as address book
generate copy of sqlite database file in data directory
Merge pull request #9948 from owncloud/backport-9904-stable7
remove MssqlBundle
function declaration did not match
Merge pull request #9946 from owncloud/remove-mssql-bundle-stable7
function declaration did not match
Merge pull request #9990 from owncloud/fix-failing-unit-test-stable7
only call exec() if allowed to
migration test for sqlite - adding type mapping for 'tinyint unsigned'
Vincent Petry (4):
Prevent cron.php to trigger apps updating
Fix preview animation on uploading
Set version AFTER a successful update
Fix enforced share expiration date to be based on share time
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new faf0bfb Backport of sorting fix from master
new 3c0f5d0 Fix remote share when remote server is installed at the root
new 303e504 only commit in case a transaction is active
new 127aa30 Prevent cron.php to trigger apps updating
new f75f1b4 Adding test which breaks because bit and/or enum datatypes are used
new c152ab4 register type mappings for unknown/unsupported mysql types
new f33c49e - adding default value for $recoveryPassword - set password correctly in lost password
new d6e6174 Fix preview animation on uploading
new 06bcf3d fix sharing update, add proper escaping
new d28b4ca Merge pull request #9892 from owncloud/fix_sharing_update_oc7
new c72f0e6 Fixed wrong brackets in apps settings
new 87ec3fb Dont throw an error when calling $server->getUserFolder when logged out
new 0530182 Verify whether the URL is valid
new 9cd7414 Set version AFTER a successful update
new 2d7379d improve look of search on mobile, save space in top bar
new df0d00c Dont try to execute jobs that no longer exist
new 0cabafb update getID3 library & add autoload
new 7cd1a48 enable input grouping also outside of log in screen
new 02a61c0 ownCloud users are exported as address book
new 51cbe2a generate copy of sqlite database file in data directory
new 1831ae9 Merge pull request #9948 from owncloud/backport-9904-stable7
new 2e28b7f add OCS api call to set expire date for link shares
new 663e8bc adjust error code
new 8757a99 Fix enforced share expiration date to be based on share time
new 3b76014 remove MssqlBundle
new 53c1e3d function declaration did not match
new a50c33a Merge pull request #9946 from owncloud/remove-mssql-bundle-stable7
new bfb6b7b function declaration did not match
new 7287789 Merge pull request #9990 from owncloud/fix-failing-unit-test-stable7
new 59aa54d update attributes for share with user list, file should always have delete permissions, this means unshare in this context, and the overview page is always a root view
new b4a379b remove share permission if user is excluded from sharing
new 72459ca show a warning in the personal settings and admin settins if the encyption keys are not initialized
new d677040 define type in pre hook
new 1cd1214 max icon size for app menu
new 64094c5 use more understandable 'link' icon for public links (instead of hard to recognize globe), fix #9707
new eb665bf only call exec() if allowed to
new 185e41a Fix template rendering for 'blank' templates
new dc41f63 migration test for sqlite - adding type mapping for 'tinyint unsigned'
new 8f9deb1 also use link icon for the folders ..
new 0b8135d make sure that we set the expire date if a date is adefault date is set
new 60b1a6e add unit test
new 78ea700 Merge pull request #9902 from Der-Jan/stable7
new 5eca22d make the versions and encryption app aware of the copy operation
new 2e8f993 add unit test for rename and copy operation
new 19bad71 make sure that we always find all versions
new 4f40cde Also keep maxY into account when scaling a preview while preserving aspect ratio
new f68fa07 extract transparency fix from #8050
new 24c8774 don't preload videos on public sharing, fixes #10042
new 57c954a fix notification preventing top bar clickability, fix #9680
new 32cec6c fix yellow notification style
new a0f024f set max width for notifications so they won't overlap the whole header
new 727374a 7.0.1 RC1
new c0f0e79 Merge branch 'stable7' of https://github.com/owncloud/core into stable7
The 53 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