[Pkg-owncloud-commits] [owncloud] annotated tag upstream/7.0.3_rc2_20141023+dfsg created (now 962fef8)

David Prévot taffit at moszumanska.debian.org
Fri Oct 24 15:11:48 UTC 2014


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

taffit pushed a change to annotated tag upstream/7.0.3_rc2_20141023+dfsg
in repository owncloud.

        at  962fef8   (tag)
   tagging  cfcb18dbd0a72cd2d1a15e441f175bfe635381ca (commit)
  replaces  upstream/7.0.3_rc1+dfsg
 tagged by  David Prévot
        on  Fri Oct 24 09:59:59 2014 -0400

- Log -----------------------------------------------------------------
Upstream version 7.0.3~rc2~20141023+dfsg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAABCAAGBQJUSltfAAoJEAWMHPlE9r08dpQIAJfXQ+LDAL6EddbsLafptiS9
i2tIxNoj4w6YYfi9hXYhVLvgdb55UrU9o6hsjhRHk34AzhtA/ygjmO32n9O8cr9K
hM1Hq6UuBXwQ/89y4RGCpC7pqfGtQxMK7Dmy2sNTUZiEujnE76G+v0Z6xpyaRUis
TX+IiYvjK8+nY21B5aDmfA5OhnAu+FIzik3jmiDyjS1c90Mcscee6G/TFmi3uSOU
Njab6A3uASIsfoUo8jm1UIqNWwpvVDHGYm3J4p050A4iiUxxVJFKiZxhZDgJEBXG
566UJAECDbGXxdgip7T++tlpscIluzN6CR9FHTS5r2sMz/CwSt4infG7M/67Jn8=
=Laio
-----END PGP SIGNATURE-----

Arthur Schiwon (3):
      backport of #11478
      backport of #11494
      Backport of #11702

Bjoern Schiessle (4):
      strip whitespace from the beginning and end of the display name to avoid empty display names
      set password field placeholder back if passward was disabled
      always use the correct share type
      if it is not a folder share the path already points to the correct file

Carla Schroder (3):
      small corrections to config.sample.php
      some small tweaks
      commented out instanceid and passwordsalt

David Prévot (1):
      Imported Upstream version 7.0.3~rc2~20141023+dfsg

Jörn Friedrich Dreyer (7):
      fix flickering users
      make skeleton compatible with objectstore
      make tests compatible with hook based skeleton generation
      throw exception in writeBack, the returned boolean is checked nowhere
      Merge pull request #10732 from owncloud/make_skeleton_compatible_with_objectstore_minimal_stable7
      Merge pull request #11550 from owncloud/fix_flickering_users
      guess mimetype on touch

Lukas Reschke (10):
      Fix SVG icons
      Remove insane comment
      Merge pull request #11613 from owncloud/external-share-self-signed-stable7
      Add app version to JS and CSS
      Add a try catch block
      Add unit tests for convertToRelativePath
      Refer to relative path instead of absolute path
      Add "$_SERVER['REQUEST_URI']" to fix the unit tests
      Merge pull request #11673 from owncloud/backport-11593
      Make files non executable

Morris Jobke (2):
      read config.sample.php options and whitespace fixes
      fix the RST syntax of config.sample.php

Robin Appelman (1):
      Use certificate bundle from files_external for external shares

Thomas Müller (3):
      include the apps' versions hash to invalidate the cached assets
      Merge pull request #11610 from owncloud/fix-svg-s7
      fixing usage of EncryptionException

Vincent Petry (6):
      Encapsulate require_once to avoid name space bleedind
      Add proper setup and teardown
      Merge pull request #11691 from owncloud/fix_pub_link_creation
      Lazy initialize external storages
      Fix S3 connection
      Merge pull request #11719 from owncloud/stable7-fix-s3-regression

macjohnny (1):
      backport of #9104

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

This annotated tag includes the following new commits:

       new  496b68e   fix flickering users
       new  6d81789   Fix SVG icons
       new  73a5e38   Remove insane comment
       new  d0101668  Use certificate bundle from files_external for external shares
       new  92d069a   make skeleton compatible with objectstore
       new  6d4d540   make tests compatible with hook based skeleton generation
       new  61873e4   throw exception in writeBack, the returned boolean is checked nowhere
       new  38c817c   Merge pull request #11613 from owncloud/external-share-self-signed-stable7
       new  6e3a7ea   strip whitespace from the beginning and end of the display name to avoid empty display names
       new  5f69b20   Add app version to JS and CSS
       new  af72528   include the apps' versions hash to invalidate the cached assets
       new  b3acb2a   Merge pull request #10732 from owncloud/make_skeleton_compatible_with_objectstore_minimal_stable7
       new  ada93ba   backport of #11478
       new  f2dadc7   Add a try catch block
       new  c8c182b   small corrections to config.sample.php
       new  9ed35a3   some small tweaks
       new  da10518   commented out instanceid and passwordsalt
       new  d2b766d   read config.sample.php options and whitespace fixes
       new  0c6a58a   Merge pull request #11550 from owncloud/fix_flickering_users
       new  d27db8c   fix the RST syntax of config.sample.php
       new  a93e424   set password field placeholder back if passward was disabled
       new  fb9c2b5   Merge pull request #11610 from owncloud/fix-svg-s7
       new  5b6ba39   fixing usage of EncryptionException
       new  9998861   Encapsulate require_once to avoid name space bleedind
       new  174ab07   backport of #9104
       new  86daab2   backport of #11494
       new  7ffe80c   Add unit tests for convertToRelativePath
       new  ff93c58   Refer to relative path instead of absolute path
       new  841998b   Add "$_SERVER['REQUEST_URI']" to fix the unit tests
       new  3e02e79   Add proper setup and teardown
       new  d0b3fe2   Merge pull request #11673 from owncloud/backport-11593
       new  098b4e9   always use the correct share type
       new  a5d6e6e   if it is not a folder share the path already points to the correct file
       new  5624968   Merge pull request #11691 from owncloud/fix_pub_link_creation
       new  6995b96   guess mimetype on touch
       new  09d80ac   Lazy initialize external storages
       new  3399930   Backport of #11702
       new  6a8c417   Fix S3 connection
       new  a3c3358   Merge pull request #11719 from owncloud/stable7-fix-s3-regression
       new  dbfe5ef   Make files non executable
       new  cfcb18d   Imported Upstream version 7.0.3~rc2~20141023+dfsg

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