[Pkg-owncloud-commits] [owncloud] annotated tag v5.0.16RC1 created (now 4a652d6)

David Prévot taffit at moszumanska.debian.org
Wed Apr 23 19:51:56 UTC 2014


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

taffit pushed a change to annotated tag v5.0.16RC1
in repository owncloud.

        at  4a652d6   (tag)
   tagging  e2ab6027c31b3de3d8759244b8f47dcb9e2977f5 (commit)
  replaces  v5.0.15
 tagged by  Frank Karlitschek
        on  Wed Apr 23 18:13:30 2014 +0200

- Log -----------------------------------------------------------------
5.0.16RC1

Bjoern Schiessle (6):
      we need the file_source to delete a share successfully
      fix path creation for re-shares, issue #7662
      add 'received_from' info to the share, so that every share can have a different value
      finally fix the paths for the OCS Share API
      fix left-over from merge conflict
      fix variable name

Björn Schießle (1):
      Merge pull request #8299 from owncloud/fix_group_restore_stable5

Frank Karlitschek (2):
      increase internal version number once more
      5.0.16 RC1

Jörn Friedrich Dreyer (3):
      don't block php session while download is in progress
      backport #6290 to stable5
      restore trashbin download.php

Lukas Reschke (6):
      Use $installedVersion instead of $currentVersion
      Revert "Use $installedVersion instead of $currentVersion"
      Use $installedVersion instead of $currentVersion
      Backport of #7682 to stable5
      Merge pull request #8323 from owncloud/stable5-backport-8183-and-co
      Check whether the user has permissions to add personal storage backends

Morris Jobke (2):
      Merge pull request #7900 from owncloud/close_session_early_on_download_stable5
      Merge pull request #8115 from owncloud/stable5-fixselectallanddownload

Robin Appelman (6):
      Give storages the option to implement the getById behaviour for View->getPath
      Implement getPath for shared files
      Improve phpdoc
      Verify that a file exists before we share it
      Backport of #8183 to stable6
      Backport of #8197 to stable6

Thomas Müller (11):
      Merge pull request #7654 from owncloud/backport-7646-stable5
      set content-type on ocs exceptions
      fixing method names
      remove Sabre_DAV_Browser_Plugin
      Merge pull request #7700 from owncloud/backport-7681-stable5
      Revert "remove Sabre_DAV_Browser_Plugin"
      Merge pull request #8030 from owncloud/getpath-shared-stable5
      backport of the FilesPlugin to stable5
      adding the plugin to the server object
      Merge pull request #8234 from owncloud/backport-fileids-stable5
      Merge pull request #8298 from owncloud/backport_6290_to_stable5

Vincent Petry (16):
      Show warning page when accessing server from an untrusted domain
      Added localhost as trusted domain
      Added unit tests for serverHost and other related functions
      Fixed X-Forwarded-Host parsing
      Merge pull request #7584 from owncloud/stable5-trusteddomainerrorpage
      Disable XML entities when parsing XML
      Merge pull request #7691 from owncloud/backport-7683-stable5
      When reading the size of "files" mountpoints need to be excluded
      Fix "restore all selected files"
      Merge pull request #7762 from owncloud/stable5-fixtrashandversionrootsizecalc
      Merge pull request #7763 from owncloud/stable5-fixrestoreall
      Merge pull request #7610 from owncloud/stable5-fix-updater
      Added requesttoken back for IE8
      Added missing var that messes up IE8
      Merge pull request #8005 from owncloud/files-fixie8upload
      Fixed Sabre Node implementation to correctly return timestamps as int

blizzz (1):
      Merge pull request #7229 from owncloud/stable5-fix-5828-backport

tomneedham (1):
      Backport fix-5828 manually to stable5. Implements 17e45e2 on stable5

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

This annotated tag includes the following new commits:

       new  8c09d66   Backport fix-5828 manually to stable5. Implements 17e45e2 on stable5
       new  b66b10b   increase internal version number once more
       new  47c4971   Show warning page when accessing server from an untrusted domain
       new  03810e6   Added localhost as trusted domain
       new  6a07f9f   Added unit tests for serverHost and other related functions
       new  7ba91c3   Fixed X-Forwarded-Host parsing
       new  aef1e51   Use $installedVersion instead of $currentVersion
       new  b442a9b   Revert "Use $installedVersion instead of $currentVersion"
       new  25d9e41   Use $installedVersion instead of $currentVersion
       new  e1723d7   Merge pull request #7584 from owncloud/stable5-trusteddomainerrorpage
       new  53d36e6   we need the file_source to delete a share successfully
       new  991b059   Merge pull request #7654 from owncloud/backport-7646-stable5
       new  109b65b   Disable XML entities when parsing XML
       new  013ec9a   fix path creation for re-shares, issue #7662
       new  2867992   add 'received_from' info to the share, so that every share can have a different value
       new  a440b36   set content-type on ocs exceptions
       new  4721b54   fixing method names
       new  5d1f681   Merge pull request #7691 from owncloud/backport-7683-stable5
       new  997a9ce   remove Sabre_DAV_Browser_Plugin
       new  afe9de5   Merge pull request #7700 from owncloud/backport-7681-stable5
       new  ab1d69b   finally fix the paths for the OCS Share API
       new  84a5c28   fix left-over from merge conflict
       new  d677f78   When reading the size of "files" mountpoints need to be excluded
       new  1afbea1   Fix "restore all selected files"
       new  2e3b3b9   Merge pull request #7762 from owncloud/stable5-fixtrashandversionrootsizecalc
       new  635e34d   Merge pull request #7763 from owncloud/stable5-fixrestoreall
       new  ae9efcf   don't block php session while download is in progress
       new  97afb56   Merge pull request #7900 from owncloud/close_session_early_on_download_stable5
       new  c831fd8   Merge pull request #7229 from owncloud/stable5-fix-5828-backport
       new  c45de90   Merge pull request #7610 from owncloud/stable5-fix-updater
       new  140a65e   Revert "remove Sabre_DAV_Browser_Plugin"
       new  dffcf9f   Added requesttoken back for IE8
       new  d3926b8   Give storages the option to implement the getById behaviour for View->getPath
       new  2af0ebf   Implement getPath for shared files
       new  6142534   Improve phpdoc
       new  7554374   Added missing var that messes up IE8
       new  e20d23e   Merge pull request #8030 from owncloud/getpath-shared-stable5
       new  9bc463d   Merge pull request #8005 from owncloud/files-fixie8upload
       new  c67aaf6   Fixed Sabre Node implementation to correctly return timestamps as int
       new  f16a19b   backport of the FilesPlugin to stable5
       new  6964474   adding the plugin to the server object
       new  ec594eb   Merge pull request #8234 from owncloud/backport-fileids-stable5
       new  2264615   Verify that a file exists before we share it
       new  ec6c2a3   Merge pull request #8115 from owncloud/stable5-fixselectallanddownload
       new  93a1136   Backport of #7682 to stable5
       new  ee82224   backport #6290 to stable5
       new  6205c55   restore trashbin download.php
       new  00193c6   fix variable name
       new  29b7927   Merge pull request #8299 from owncloud/fix_group_restore_stable5
       new  f48b0d9   Backport of #8183 to stable6
       new  23e3752   Backport of #8197 to stable6
       new  b4c207a   Merge pull request #8323 from owncloud/stable5-backport-8183-and-co
       new  5327b30   Check whether the user has permissions to add personal storage backends
       new  c6a8efe   Merge pull request #8298 from owncloud/backport_6290_to_stable5
       new  e2ab602   5.0.16 RC1

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