[Pkg-owncloud-commits] [owncloud] branch master updated (7f14f03 -> 3788bbe)

David Prévot taffit at moszumanska.debian.org
Wed Jan 22 21:21:47 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a change to branch master
in repository owncloud.

      from  7f14f03   Drop allegedly sourceless Flash and Silverlight
       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  65fa896   add getOwner impementation to Home Storage
       new  81f1c04   Merge pull request #6456 from owncloud/fix_home_storage_quota_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  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  3501007   webdav: return SPACE_UNKNOWN if server do not support quota
       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  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  6038283   selective backport of the bug fixes from pr #6863
       new  50721da   Merge pull request #6874 from owncloud/versioning_expire_fixes_stable6
       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  cdfc6ff   fix array ordering issue
       new  fea0ba8   fix size calculation
       new  d41b2c5   Merge pull request #6891 from owncloud/version_fix_array_order_stable6
       new  db5ff38   Imported Upstream version 6.0.1+dfsg
       new  9602584   Merge tag 'upstream/6.0.1+dfsg'
       new  9b29415   Drop curl from Recommends
       new  6b4b118   Suggest SQL servers as alternatives
       new  942665a   Update upstream changelog
       new  f431e46   Refresh patches
       new  3788bbe   Update changelog for 6.0.1+dfsg-1 release

The 42 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.


Summary of changes:
 apps/files/ajax/upload.php                         |   1 +
 apps/files/js/filelist.js                          |   2 +
 apps/files/js/files.js                             |   5 ++-
 apps/files/triggerupdate.php                       |   1 +
 apps/files_encryption/appinfo/info.xml             |   2 +-
 apps/files_encryption/tests/crypt.php              |  34 ++++++++--------
 apps/files_encryption/tests/keymanager.php         |   4 +-
 apps/files_encryption/tests/proxy.php              |   2 +-
 apps/files_encryption/tests/stream.php             |   8 ++--
 apps/files_encryption/tests/trashbin.php           |   4 +-
 apps/files_encryption/tests/util.php               |   8 ++--
 apps/files_encryption/tests/webdav.php             |   2 +-
 apps/files_external/lib/webdav.php                 |   2 +-
 apps/files_sharing/ajax/publicpreview.php          |   3 +-
 apps/files_sharing/appinfo/update.php              |   1 +
 apps/files_sharing/css/public.css                  |  17 ++++----
 apps/files_sharing/js/public.js                    |   3 +-
 apps/files_sharing/public.php                      |   8 ++--
 apps/files_sharing/templates/public.php            |  26 ++++--------
 apps/files_trashbin/lib/trashbin.php               |   2 +-
 apps/files_versions/ajax/getVersions.php           |   3 +-
 apps/files_versions/ajax/preview.php               |  10 +----
 apps/files_versions/lib/versions.php               |  33 ++++++++-------
 apps/files_videoviewer/js/flashmediaelement.swf    | Bin 28644 -> 0 bytes
 .../js/silverlightmediaelement.xap                 | Bin 12461 -> 0 bytes
 apps/gallery/ajax/getimages.php                    |   1 +
 apps/gallery/ajax/image.php                        |   2 +
 apps/gallery/ajax/thumbnail.php                    |   2 +
 apps/gallery/public.php                            |   2 +-
 apps/user_ldap/lib/helper.php                      |  15 +++++--
 .../_sources/installation/installation_source.txt  |  19 +++++----
 .../admin/installation/installation_source.html    |  19 +++++----
 core/doc/user/_sources/files/versioncontrol.txt    |   4 +-
 core/doc/user/files/versioncontrol.html            |   3 +-
 core/skeleton/ownCloudUserManual.pdf               | Bin 1558533 -> 1558473 bytes
 debian/changelog                                   |  14 +++++++
 debian/control                                     |   6 +--
 debian/patches/0001-Disable-the-appstore.patch     |   4 +-
 debian/patches/0002-Fix-displayed-version.patch    |   4 +-
 debian/upstream-changelog                          |   4 +-
 lib/private/files.php                              |   2 +-
 lib/private/files/storage/home.php                 |  10 +++++
 lib/private/files/storage/wrapper/quota.php        |   2 +-
 lib/private/json.php                               |  14 +++++++
 lib/private/util.php                               |   4 ++
 lib/public/backgroundjob.php                       |   6 ++-
 lib/public/json.php                                |  10 ++++-
 lib/public/share.php                               |  45 +++++++++++++++++++--
 version.php                                        |   8 ++--
 49 files changed, 240 insertions(+), 141 deletions(-)
 delete mode 100644 apps/files_videoviewer/js/flashmediaelement.swf
 delete mode 100644 apps/files_videoviewer/js/silverlightmediaelement.xap

-- 
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