[Pkg-owncloud-commits] [owncloud] annotated tag v6.0.5RC1 created (now 7284c6c)

David Prévot taffit at moszumanska.debian.org
Thu Aug 21 17:39:58 UTC 2014


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

taffit pushed a change to annotated tag v6.0.5RC1
in repository owncloud.

        at  7284c6c   (tag)
   tagging  eb276df08cf478124e4421af1e18f88ed9d3d434 (commit)
  replaces  v6.0.4
 tagged by  root
        on  Wed Aug 20 23:58:36 2014 -0400

- Log -----------------------------------------------------------------
6.0.5RC1

Andreas Fischer (4):
      login() must be called after getServerPublicHostKey().
      Deduplicate user/password extraction from alternative HTTP headers.
      Extract Auth Header logic into new function handleAuthHeaders().
      Update 3rdparty to replace fpassthru() in Sabre.

Arthur Schiwon (4):
      Backport of #9156
      don't trigger update from checkPassword, it is already called by userExists, this is enough.
      do not write to appconfig or preference tables if the value is unchanged
      Hack to avoid Agent DN + Password being overwritten by some ugly browsers with stored site credentials

Bjoern Schiessle (16):
      always use oc filesystem for rename operation
      always use a \OC\Files\View
      always use '/' as dir seperator
      normalize path before comparison to make sure that we always find the mount point
      check if file exists before deleting keys, and add debug output for every
      unit tests
      improved error message
      throw exception if file is to large for trash bin
      update keys recursively if a folder was moved
      check that the file proxies are enabled after each test
      make sure that we don't connect hooks multiple times
      fix detection of system wide mount points
      add unit tests
      fix broken variable name, recoveryPasswordSupported is now recoveryEnabledForUser
      we need the recipient as a additional parameter to know for which share the notification was send
      set incognitoMode to true, getUser should always return false during public upload

Björn Schießle (2):
      Merge pull request #9173 from owncloud/enc_always_use_oc_filesview_oc6
      Merge pull request #9250 from owncloud/enc_check_if_file_exists_oc6

Christopher T. Johnson (1):
      Fix Signiture Does Not Match when mounting Amazon S3 external storage

Clark Tomlinson (1):
      Merge pull request #10440 from owncloud/enforce-debug

Frank Karlitschek (2):
      Merge pull request #10315 from owncloud/clarify-encryption-descripti
      6.0.5 RC1

Georg Ehrke (1):
      don't preload videos on public sharing, fixes #10042

Jan-Christoph Borchardt (2):
      remove unneeded header-right details styles
      fix position and look of public download button

Jean-Louis Dupond (1):
      backport of #9848

Jörn Friedrich Dreyer (2):
      Merge pull request #9675 from owncloud/stable6-9647
      properly encode groups as json, not ',' separated

Lukas Reschke (6):
      Remove uneeded `strip_tags`
      clearify the use-case of this app
      Merge pull request #10344 from owncloud/backport-10096-stable6
      Merge pull request #10034 from owncloud/remove-es_MX-from-stable6
      Merge pull request #10146 from owncloud/fix-8578-stable6
      Also encode > and '

Morris Jobke (3):
      Merge pull request #9197 from owncloud/fix_dir_seperator_oc6
      Merge pull request #9219 from owncloud/stable6-trashwarning
      Fix template rendering for 'blank' templates

Robin McCorkell (2):
      Permit personal mount points to be used for sharing
      Add unit test for multi-user configuration loading

Thomas Müller (9):
      reintroduce download button on public shares
      remove file name from upper right button
      disable download button if zip download is disabled
      Upload abortion is now detected within the  OC_Connector_Sabre_File::put()
      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
      Merge pull request #9776 from owncloud/backport-9738-stable6
      remove language es_MX
      remove l10n folder - sync script and transifex config are no longer required on a stable branch
      in case $_POST['itemSourceName'] does not exist we simply default it to null

Vincent Petry (12):
      Fix merging of external storage configurations
      Remove etag warning in trashbin
      Do not retrieve storage stats for trash bin
      Merge pull request #9251 from owncloud/enc_always_find_mount_point
      Merge pull request #9523 from owncloud/stable6-fix-9302-master
      Merge pull request #9618 from owncloud/fix_8345
      Merge pull request #9635 from owncloud/stable6-files_external_fix_readData
      Merge pull request #9511 from owncloud/stable6-download-button-public-folder
      Merge pull request #9717 from owncloud/backport_9668
      Merge pull request #9109 from owncloud/stable6-extstorage-multiplemountpointconfig
      Merge pull request #9575 from owncloud/fix-7038
      Fix Upload button does not disappear

Volkan Gezer (1):
      Minor changes in config.sample

blizzz (1):
      Merge pull request #9581 from owncloud/backport-9500

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  26ded10   Fix merging of external storage configurations
       new  b66d363   always use oc filesystem for rename operation
       new  46cc6f5   always use a \OC\Files\View
       new  9a44862   always use '/' as dir seperator
       new  2e264b3   Merge pull request #9197 from owncloud/fix_dir_seperator_oc6
       new  da7641c   Remove etag warning in trashbin
       new  a609d5e   Do not retrieve storage stats for trash bin
       new  28eabc1   Merge pull request #9219 from owncloud/stable6-trashwarning
       new  e14e4f1   Merge pull request #9173 from owncloud/enc_always_use_oc_filesview_oc6
       new  e816799   normalize path before comparison to make sure that we always find the mount point
       new  ff8cd42   Merge pull request #9251 from owncloud/enc_always_find_mount_point
       new  cf46391   check if file exists before deleting keys, and add debug output for every delete operation
       new  22cef86   unit tests
       new  46ade71   improved error message
       new  b87591a   Merge pull request #9250 from owncloud/enc_check_if_file_exists_oc6
       new  3bec0dc   Backport of #9156
       new  114ce30   reintroduce download button on public shares
       new  bbc997a   remove file name from upper right button
       new  d9e9191   remove unneeded header-right details styles
       new  bfe76fa   fix position and look of public download button
       new  fca5af2   disable download button if zip download is disabled
       new  3c3ebd5   Fix Signiture Does Not Match when mounting Amazon S3 external storage
       new  a8ec0a7   Upload abortion is now detected within the  OC_Connector_Sabre_File::put()
       new  d5d5541   Merge pull request #9523 from owncloud/stable6-fix-9302-master
       new  b77298b   don't trigger update from checkPassword, it is already called by userExists, this is enough.
       new  0477d56   do not write to appconfig or preference tables if the value is unchanged
       new  c83c174   Merge pull request #9581 from owncloud/backport-9500
       new  afa8006   throw exception if file is to large for trash bin
       new  2aabe31   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  c3c87b0   Merge pull request #9618 from owncloud/fix_8345
       new  82be367   Permit personal mount points to be used for sharing
       new  e4b4c6c   Merge pull request #9635 from owncloud/stable6-files_external_fix_readData
       new  68fa6e6   Merge pull request #9511 from owncloud/stable6-download-button-public-folder
       new  add4ce4   Hack to avoid Agent DN + Password being overwritten by some ugly browsers with stored site credentials
       new  304cf0b   update keys recursively if a folder was moved
       new  6ef2acb   check that the file proxies are enabled after each test
       new  51185c1   make sure that we don't connect hooks multiple times
       new  3e2e766   login() must be called after getServerPublicHostKey().
       new  a47aad8   Merge pull request #9717 from owncloud/backport_9668
       new  3a27cc5   Merge pull request #9109 from owncloud/stable6-extstorage-multiplemountpointconfig
       new  e8be18a   Deduplicate user/password extraction from alternative HTTP headers.
       new  6fb60e9   Extract Auth Header logic into new function handleAuthHeaders().
       new  f99f48e   Remove uneeded `strip_tags`
       new  8d5081f   Merge pull request #9776 from owncloud/backport-9738-stable6
       new  a66b2f5   Merge pull request #9575 from owncloud/fix-7038
       new  3368af8   remove language es_MX
       new  f00563c   remove l10n folder - sync script and transifex config are no longer required on a stable branch
       new  ca29c8b   Fix template rendering for 'blank' templates
       new  2c192a1   don't preload videos on public sharing, fixes #10042
       new  66cccd4   Update 3rdparty to replace fpassthru() in Sabre.
       new  6b38c1d   Add unit test for multi-user configuration loading
       new  e1a77bd   Merge pull request #9675 from owncloud/stable6-9647
       new  e7f9c21   clearify the use-case of this app
       new  d046527   Merge pull request #10315 from owncloud/clarify-encryption-descripti
       new  2a34f53   backport of #9848
       new  274de5a    in case $_POST['itemSourceName'] does not exist we simply default it to null
       new  5343361   Merge pull request #10344 from owncloud/backport-10096-stable6
       new  74a994c   fix detection of system wide mount points
       new  851d478   add unit tests
       new  ffe3bd1   fix broken variable name, recoveryPasswordSupported is now recoveryEnabledForUser
       new  5e85790   Minor changes in config.sample
       new  f82aed0   Fix Upload button does not disappear
       new  ca33b2a   we need the recipient as a additional parameter to know for which share the notification was send
       new  b067848   Merge pull request #10034 from owncloud/remove-es_MX-from-stable6
       new  6d6dfe2   Merge pull request #10440 from owncloud/enforce-debug
       new  663daf4   Merge pull request #10146 from owncloud/fix-8578-stable6
       new  1e692e5   set incognitoMode to true, getUser should always return false during public upload
       new  a5aa04c   properly encode groups as json, not ',' separated
       new  d9ecfa3   Also encode > and '
       new  eb276df   6.0.5 RC1

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