[Pkg-owncloud-commits] [owncloud] annotated tag upstream/6.0.1+dfsg created (now cf1ddba)
David Prévot
taffit at moszumanska.debian.org
Wed Jan 22 21:21:54 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag upstream/6.0.1+dfsg
in repository owncloud.
at cf1ddba (tag)
tagging db5ff38993a3f4db2a91b2646f2c1fdebe612c79 (commit)
replaces upstream/6.0.1_rc1+dfsg
tagged by David Prévot
on Wed Jan 22 08:46:59 2014 -0400
- Log -----------------------------------------------------------------
Upstream version 6.0.1+dfsg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABCAAGBQJS373DAAoJEAWMHPlE9r08+hgH/0gixETIb1qfKO7t01dj/evZ
9YLeCM799I3HENtyMtJtvN90WoxvskkfkLRarBG9kC6xGGqxEF7YK24ATowc849K
UoSe1YAxblFeoGc9NtA1Paa/vZ+wey+OoBkTOT6k1KZ+saNJz3ozog+fWgWwJtjQ
p5UwCmxAZjREdQhHeObYvA+BtebUn2p8dLz59ZFoOMDFTIsB6CghoJgFdCA87nqe
2yPLUOZ/+7eTvh1XmidJv/OUvbEFLfNmnQB7x1XJUn/0ehGSq32vCWBYiljvBDnA
1hPAQ3BXWtqokHARl+rl0HUTJaNaap2+D6UFhfYM/8u6F90C9n66Zx2USeYpr5k=
=5kYM
-----END PGP SIGNATURE-----
Bjoern Schiessle (4):
updated description of the files encryption app
selective backport of the bug fixes from pr #6863
fix array ordering issue
fix size calculation
Björn Schießle (3):
Merge pull request #6867 from owncloud/protect-versions-preview-stable6
Merge pull request #6874 from owncloud/versioning_expire_fixes_stable6
Merge pull request #6891 from owncloud/version_fix_array_order_stable6
David Prévot (1):
Imported Upstream version 6.0.1+dfsg
Frank Karlitschek (1):
6.0.1
Jörn Friedrich Dreyer (4):
add needUpgrade() check to addQueuedTask()
use 'download.zip' as default name for zip downloads instead of 'owncloud.zip'
user workarount to compare CLOB column with CHAR value
add getOwner impementation to Home Storage
Myles McNamara (5):
fix upload button layout
remove extra upload controls
modify js to move upload wrapper, modify css to match core values
change em to px
change publicUploadButtonMock to public_upload
Thomas Müller (10):
Merge pull request #6828 from owncloud/dont_add_queuedtasks_during_upgrade
Merge pull request #6862 from owncloud/neutral_download_zip_default_name_stable6
Merge pull request #6865 from owncloud/fix_user_ldap_sql_on_oracle_stable6
don't use the user id within the versions preview call as it could be used to access previews of another user
OC_Util::setupFS($user) will create a data dir for the given string - no matter if the user really exists - OCP\JSON::checkUserExists($owner); introduces a ready to use check which will bail out with an JSON error
Merge pull request #6456 from owncloud/fix_home_storage_quota_stable6
Merge pull request #6869 from owncloud/fix-setupfs-only-for-existing-users-stable6
adding password protection check to getShareByToken()
in case no share is found for the given token we can return right away
fixing comment + adding unit test for checkPasswordProtectedShare
Tigran Mkrtchyan (1):
webdav: return SPACE_UNKNOWN if server do not support quota
Vincent Petry (5):
Fix to not destroy draggable when no draggable was set
Fix array access syntax for older PHP
Fixed quota wrapper to not wrap failed fopen streams
When reading the size of "files" mountpoints need to be excluded
Replaced time() with uniqid() to make sure the file name is unique
rnveach (2):
fixed selector string and removed all checkbox if it was selected
added trigger to redo selection text on a directory change
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new d44b98d Fix to not destroy draggable when no draggable was set
new 4c1510b updated description of the files encryption app
new bc22799 Fix array access syntax for older PHP
new 40c2f47 add needUpgrade() check to addQueuedTask()
new 369ec65 Merge pull request #6828 from owncloud/dont_add_queuedtasks_during_upgrade
new 89d60a2 fixed selector string and removed all checkbox if it was selected
new c4c5e34 added trigger to redo selection text on a directory change
new 09cc0c5 Fixed quota wrapper to not wrap failed fopen streams
new 127ab3c When reading the size of "files" mountpoints need to be excluded
new 0b11762 use 'download.zip' as default name for zip downloads instead of 'owncloud.zip'
new 98db90b Merge pull request #6862 from owncloud/neutral_download_zip_default_name_stable6
new 047ae7f user workarount to compare CLOB column with CHAR value
new a9f7764 Merge pull request #6865 from owncloud/fix_user_ldap_sql_on_oracle_stable6
new 464b311 don't use the user id within the versions preview call as it could be used to access previews of another user
new 65fa896 add getOwner impementation to Home Storage
new b722ce6 OC_Util::setupFS($user) will create a data dir for the given string - no matter if the user really exists - OCP\JSON::checkUserExists($owner); introduces a ready to use check which will bail out with an JSON error
new 81f1c04 Merge pull request #6456 from owncloud/fix_home_storage_quota_stable6
new 180bb9f Merge pull request #6867 from owncloud/protect-versions-preview-stable6
new e46df97 Replaced time() with uniqid() to make sure the file name is unique
new 6038283 selective backport of the bug fixes from pr #6863
new 3501007 webdav: return SPACE_UNKNOWN if server do not support quota
new c430fe6 Merge pull request #6869 from owncloud/fix-setupfs-only-for-existing-users-stable6
new 4351609 adding password protection check to getShareByToken()
new c10af30 in case no share is found for the given token we can return right away
new ea334cf fixing comment + adding unit test for checkPasswordProtectedShare
new 14cbec6 6.0.1
new 50721da Merge pull request #6874 from owncloud/versioning_expire_fixes_stable6
new cdfc6ff fix array ordering issue
new fea0ba8 fix size calculation
new 7251c65 fix upload button layout
new 5e1c373 remove extra upload controls
new 72b680c modify js to move upload wrapper, modify css to match core values
new 6d330e8 change em to px
new 5f7bc2c change publicUploadButtonMock to public_upload
new d41b2c5 Merge pull request #6891 from owncloud/version_fix_array_order_stable6
new db5ff38 Imported Upstream version 6.0.1+dfsg
The 36 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