[Pkg-owncloud-commits] [owncloud] annotated tag v8.0.3RC1 created (now e170426)

David Prévot taffit at moszumanska.debian.org
Fri Mar 27 22:13:30 UTC 2015


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

taffit pushed a change to annotated tag v8.0.3RC1
in repository owncloud.

        at  e170426   (tag)
   tagging  c1f52508a5fe5ffade5c84bdcff3c1cd2ca808cc (commit)
  replaces  v8.0.2
 tagged by  Frank Karlitschek
        on  Fri Mar 27 00:50:38 2015 +0100

- Log -----------------------------------------------------------------
8.0.3RC1

Andreas Fischer (1):
      Do not use APCu when apc.enabled is Off.

Arthur Schiwon (3):
      set up paged search when limit is 0
      support paged results against 389ds.
      offset needs to be considered in computed limit

Bjoern Schiessle (3):
      add timeout to curl request
      also call generateTarget for group share to add the correct prefix if share_folder is defined in config.php
      always fall back to default share folder

Frank Karlitschek (2):
      8.0.3 RC
      This is RC1 and not RC

Georg Ehrke (1):
      validate resource's integrity before using it

Jan-Christoph Borchardt (1):
      do not show update notification on mobile, fix overlapping of header menus, fix #10544

Jenkins for ownCloud (1):
      [tx-robot] updated from transifex

Joas Schilling (19):
      Update scanFile() and scanChildren() to the new signature of the parent class
      Add a test for ObjectStore\NoopScanner
      Fix method signature for stable8
      Check whether the file id is valid, before using it to delete the previews
      Maintenance mode message might be misleading
      Etc timezones don't exist for .5 and .75 offsets
      Extract the remote host from user input in share dropdown
      Allow specifying the compare-array for insertIfNotExists()
      Only check unique keys for the comparison on filecache insert & update otherwise
      insertIfNotExists() for storage insertion
      Better save then sorry
      Get the id before using it
      Add test for UniqueConstraintViolationException on  wrong key
      Fix doc blocks of insertIfNotExists() method
      Throw a RuntimeException in the cache aswell
      Also use all keys for an empty array, just in case
      The key is over configkey, user and app, not the value
      Also add a note that clob does not work in the compare array
      The iran timezone removed the DST handling which breaks the timezone lib

Lukas Reschke (13):
      Remove hacky Substring support for MSSQL
      Add detection for invalid CLI configuration for settings page
      Simplify code
      Verify CSRF token already in update.php and not the EventSource code
      Add cURL as hard-dependency
      Merge pull request #15006 from owncloud/backport-14586
      Remove hard dependency on cURL for 8.0
      Properly catch whether a share is `null`
      Merge pull request #15192 from owncloud/stable8-15153
      Synchronize PHP settings with master
      Merge pull request #15231 from owncloud/synchronize-php-setting
      Merge pull request #14497 from owncloud/kill-substr-mssql-stable8
      Increment version

Morris Jobke (25):
      proper filename for "require version.php"
      Merge pull request #14756 from owncloud/backport-14750
      Merge pull request #14760 from owncloud/backport-14713
      Merge pull request #14762 from owncloud/backport-14633
      Merge pull request #14765 from owncloud/backport-german-translation
      Merge pull request #14755 from owncloud/backport/14753
      Merge pull request #14698 from owncloud/backport-14550
      Merge pull request #14686 from owncloud/backport-14682
      Merge pull request #14792 from owncloud/backport-14789-stable8
      Merge pull request #14669 from owncloud/enc-migrate-disable-updater-stable8
      Merge pull request #14632 from owncloud/backport/14593
      Merge pull request #14801 from owncloud/backport-13839
      Merge pull request #14514 from owncloud/stable8-tagmanager-nouser
      Merge pull request #14763 from owncloud/backport-14429
      Merge pull request #14917 from owncloud/imagepng_expects_resource_issue_stable8
      Merge pull request #14928 from owncloud/stable8-repair-legacystoragenofatalfail
      proper description of appcodechecker in config sample
      Merge pull request #15008 from owncloud/backport-14071
      Merge pull request #15110 from owncloud/backport-15108
      Merge pull request #15140 from owncloud/backport-15123-stable8
      Merge pull request #14860 from owncloud/stable8-fix-sizepropagationwithshares
      Merge pull request #15238 from owncloud/stable8-fileid-increment
      Merge pull request #15250 from owncloud/use_default_share_folder_oc8
      Merge pull request #15249 from owncloud/fix_group_share_oc8_backport
      Merge pull request #15246 from owncloud/stable8-share-partfilepermissions

Robin Appelman (7):
      Allow disabling the cache updater
      Disable the cache updater when doing the encryption migration
      add some tests for disabled updater
      fix warning in gc
      show a better error message when trying to create a user that already exists
      Add `getNonExistingName()` to the node api
      when the path doesnt exist show a proper error page

Robin McCorkell (2):
      Fix fileglobalgc unlink parameter warnings
      Add unit tests for gc() for \OC\Cache\FileGlobalGC

Roeland Jago Douma (1):
      Backport of #15025

Thomas Müller (12):
      display app update error messages - fixes #14611
      Merge pull request #14839 from owncloud/backport/14838
      cron shall not operate in case we are in maintenance mode - fixes #14843
      Merge pull request #14845 from owncloud/fix-14843-stable8
      Adding unit test which shows insertIfNotExists to fall apart in certain situations
      let insertIfNotExist() throw the native DBALException - no need to hide the real exception
      Merge pull request #14926 from owncloud/stable8-rescanversionsonlyonce
      Merge pull request #15043 from owncloud/stable8-dropbox-root-fix
      Merge pull request #15064 from owncloud/backport-15050
      Merge pull request #15119 from owncloud/remove-curl
      Merge pull request #15208 from owncloud/fix-15146-stable8
      Merge pull request #15275 from owncloud/fix-stable-8

Vincent Petry (20):
      Return null when requesting tags for null user
      Only rescan versions once in trashbin
      Move keys instead of copy during encryption key migration
      Fix size propagation over shared storage boundary
      Add unit test for size propagation across share boundaries
      Do not abort when meeting unfixable legacy storages
      Properly forward repair errors and warnings
      Detect that the done flag was not set after repair fail
      Fixed expected warning count on repair fail
      Fix root request path for Dropbox
      Merge pull request #15079 from owncloud/fix-fileglobalgc-stable8
      Merge pull request #15052 from rullzer/backport-15025
      Merge pull request #14914 from owncloud/backport-14766-compare-array-insertifnotexists
      Merge pull request #15193 from owncloud/stable8-15145
      SQLite autoincrement fix backport
      Fix shared storage permission checks
      Reenable trashbin after failed rename
      Fix permission checks in Sabre connector
      Rename must be possible with update-only permission
      Fix share permission related unit tests

blizzz (2):
      Merge pull request #14751 from owncloud/backport-14706
      Merge pull request #14875 from owncloud/backport-14849-stable8

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

This annotated tag includes the following new commits:

       new  ced104c   Remove hacky Substring support for MSSQL
       new  b63a6a4   Return null when requesting tags for null user
       new  2e85c1f   Add detection for invalid CLI configuration for settings page
       new  266a655   Simplify code
       new  fe9e2e9   Only rescan versions once in trashbin
       new  fa64ba3   Allow disabling the cache updater
       new  efe635f   Disable the cache updater when doing the encryption migration
       new  c0a4aff   add some tests for disabled updater
       new  8f23742   Move keys instead of copy during encryption key migration
       new  2f6eaa3   Update scanFile() and scanChildren() to the new signature of the parent class
       new  3672ec3   Add a test for ObjectStore\NoopScanner
       new  00d0120   Fix method signature for stable8
       new  c0cfd2d   fix warning in gc
       new  860c59a   set up paged search when limit is 0
       new  36bed7c   Verify CSRF token already in update.php and not the EventSource code
       new  c477e24   proper filename for "require version.php"
       new  c100d90   Check whether the file id is valid, before using it to delete the previews
       new  2bfd03e   Maintenance mode message might be misleading
       new  a03d39b   Etc timezones don't exist for .5 and .75 offsets
       new  ed954bd   [tx-robot] updated from transifex
       new  1374f25   display app update error messages - fixes #14611
       new  625bb3c   Extract the remote host from user input in share dropdown
       new  5d53314   Merge pull request #14756 from owncloud/backport-14750
       new  9b573ee   Merge pull request #14760 from owncloud/backport-14713
       new  5c10c05   Merge pull request #14762 from owncloud/backport-14633
       new  8781608   Merge pull request #14765 from owncloud/backport-german-translation
       new  79f827c   Merge pull request #14755 from owncloud/backport/14753
       new  81ae4b3   Merge pull request #14698 from owncloud/backport-14550
       new  1540d8f   Merge pull request #14686 from owncloud/backport-14682
       new  5effc4a   Merge pull request #14792 from owncloud/backport-14789-stable8
       new  7e87cda   Merge pull request #14669 from owncloud/enc-migrate-disable-updater-stable8
       new  f59b286   Merge pull request #14632 from owncloud/backport/14593
       new  8a5ef62   Merge pull request #14801 from owncloud/backport-13839
       new  b95405e   Merge pull request #14514 from owncloud/stable8-tagmanager-nouser
       new  228d408   Merge pull request #14763 from owncloud/backport-14429
       new  e416b46   Merge pull request #14751 from owncloud/backport-14706
       new  096ccb7   Add cURL as hard-dependency
       new  1f10781   Merge pull request #14839 from owncloud/backport/14838
       new  4bf3d29   cron shall not operate in case we are in maintenance mode - fixes #14843
       new  c6136de   Merge pull request #14845 from owncloud/fix-14843-stable8
       new  769f666   Fix size propagation over shared storage boundary
       new  e8ee079   Add unit test for size propagation across share boundaries
       new  a1c414c   support paged results against 389ds.
       new  92a024b   Merge pull request #14875 from owncloud/backport-14849-stable8
       new  4cfa4ec   Allow specifying the compare-array for insertIfNotExists()
       new  78b2c8b   Only check unique keys for the comparison on filecache insert & update otherwise
       new  9383856   insertIfNotExists() for storage insertion
       new  27990b5   Better save then sorry
       new  aa63a16   Get the id before using it
       new  b081bb2   Adding unit test which shows insertIfNotExists to fall apart in certain situations
       new  d9f6971   let insertIfNotExist() throw the native DBALException - no need to hide the real exception
       new  03ef085   Add test for UniqueConstraintViolationException on  wrong key
       new  171974e   Fix doc blocks of insertIfNotExists() method
       new  27df0a1   Throw a RuntimeException in the cache aswell
       new  f15d41e   Also use all keys for an empty array, just in case
       new  bc5ca78   validate resource's integrity before using it
       new  35abb4d   Merge pull request #14917 from owncloud/imagepng_expects_resource_issue_stable8
       new  5538c27   Do not abort when meeting unfixable legacy storages
       new  04809b6   Properly forward repair errors and warnings
       new  6843f16   Detect that the done flag was not set after repair fail
       new  5ad226c   Fixed expected warning count on repair fail
       new  97a65e1   The key is over configkey, user and app, not the value
       new  9ad48e0   Also add a note that clob does not work in the compare array
       new  637503a   Merge pull request #14926 from owncloud/stable8-rescanversionsonlyonce
       new  c9bafe5   Merge pull request #14928 from owncloud/stable8-repair-legacystoragenofatalfail
       new  3dad31d   proper description of appcodechecker in config sample
       new  c28356f   add timeout to curl request
       new  3d7ed01   Merge pull request #15006 from owncloud/backport-14586
       new  4774d64   Merge pull request #15008 from owncloud/backport-14071
       new  02f00c9   Fix root request path for Dropbox
       new  9d0ea7f   Backport of #15025
       new  5720211   Merge pull request #15043 from owncloud/stable8-dropbox-root-fix
       new  625cbc6   show a better error message when trying to create a user that already exists
       new  95d81c3   Merge pull request #15064 from owncloud/backport-15050
       new  88a180f   Fix fileglobalgc unlink parameter warnings
       new  58ad3fa   Add unit tests for gc() for \OC\Cache\FileGlobalGC
       new  bda7b5c   The iran timezone removed the DST handling which breaks the timezone lib
       new  31de51e   Merge pull request #15079 from owncloud/fix-fileglobalgc-stable8
       new  b960fa8   Merge pull request #15110 from owncloud/backport-15108
       new  e2ea175   Remove hard dependency on cURL for 8.0
       new  4149fc4   Merge pull request #15119 from owncloud/remove-curl
       new  6e26b11   offset needs to be considered in computed limit
       new  e4d8dc7   Merge pull request #15140 from owncloud/backport-15123-stable8
       new  4c92aaf   Add `getNonExistingName()` to the node api
       new  78c3483   Properly catch whether a share is `null`
       new  f7f1470   when the path doesnt exist show a proper error page
       new  9bc1f0a   do not show update notification on mobile, fix overlapping of header menus, fix #10544
       new  ba9446a   Do not use APCu when apc.enabled is Off.
       new  d04ad4b   Merge pull request #15052 from rullzer/backport-15025
       new  722faee   Merge pull request #15208 from owncloud/fix-15146-stable8
       new  e12c76e   Merge pull request #15192 from owncloud/stable8-15153
       new  c0bcaa4   Merge pull request #14914 from owncloud/backport-14766-compare-array-insertifnotexists
       new  3232dc7   Synchronize PHP settings with master
       new  bc76760   Merge pull request #15193 from owncloud/stable8-15145
       new  e90ead2   Merge pull request #15231 from owncloud/synchronize-php-setting
       new  b896be8   SQLite autoincrement fix backport
       new  cd47e72   Merge pull request #14860 from owncloud/stable8-fix-sizepropagationwithshares
       new  93ae742   Merge pull request #15238 from owncloud/stable8-fileid-increment
       new  5ee843c   Fix shared storage permission checks
       new  3b69354   Reenable trashbin after failed rename
       new  29c56fb   Fix permission checks in Sabre connector
       new  944b301   Rename must be possible with update-only permission
       new  48ceaa9   Fix share permission related unit tests
       new  893cbc9   also call generateTarget for group share to add the correct prefix if share_folder is defined in config.php
       new  5964cd3   always fall back to default share folder
       new  a64c3fb3  Merge pull request #14497 from owncloud/kill-substr-mssql-stable8
       new  ae59df8   Merge pull request #15250 from owncloud/use_default_share_folder_oc8
       new  baa2e4f   Merge pull request #15249 from owncloud/fix_group_share_oc8_backport
       new  a538f14   Merge pull request #15246 from owncloud/stable8-share-partfilepermissions
       new  5e32033   8.0.3 RC
       new  ddcb4e1   This is RC1 and not RC
       new  03473c5   Increment version
       new  c1f5250   Merge pull request #15275 from owncloud/fix-stable-8

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