[Pkg-owncloud-commits] [owncloud] branch upstream updated (cfcb18d -> e33ed7e)

David Prévot taffit at moszumanska.debian.org
Thu Oct 30 19:56:02 UTC 2014


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

taffit pushed a change to branch upstream
in repository owncloud.

      from  cfcb18d   Imported Upstream version 7.0.3~rc2~20141023+dfsg
       new  3ba1441   Properly catch 503 storage not available in getQuotaInfo
       new  9b908c3   Make supported DBs configurable within config.php
       new  15e357f   Merge pull request #11800 from owncloud/backport-MakeSupportedDBsConfigurable
       new  9c24dbb   Introduce cross-db ILIKE
       new  ec3f92e   Merge pull request #11802 from owncloud/backport-10958
       new  96c092c   Show login again instead of JSON if CSRF check fails
       new  84e942f   Close session for avatar get
       new  77a533a   Close session for search
       new  0d02aa7   Fix moving share keys as non-owner to subdir
       new  68dd41a   Fix warning with unset extension check
       new  a1ded6e   Added encryption test when moving file as non-owner
       new  321a631   7.0.3RC1
       new  e33ed7e   Imported Upstream version 7.0.3~rc2+dfsg

The 13 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_encryption/hooks/hooks.php              |  58 ++++++------
 apps/files_encryption/tests/share.php              |  17 +++-
 apps/files_sharing/lib/sharedstorage.php           |   2 +-
 apps/gallery/js/slideshow.js                       |  62 +++++++++----
 config/config.sample.php                           |  17 ++++
 core/avatar/controller.php                         |   1 +
 .../_sources/configuration/background_jobs.txt     |   2 +-
 .../_sources/installation/installation_source.txt  |  33 +++++--
 core/doc/admin/configuration/background_jobs.html  |   2 +-
 core/doc/admin/contents.html                       |   2 +-
 .../admin/installation/installation_source.html    |  35 ++++---
 core/doc/user/_sources/files/quota.txt             |   3 +-
 core/doc/user/_sources/installing_apps.txt         |  19 ++++
 core/doc/user/files/quota.html                     |   3 +-
 .../user/{genindex.html => installing_apps.html}   |  20 ++--
 core/setup/controller.php                          |  49 +++++-----
 lib/base.php                                       |   6 +-
 lib/private/connector/sabre/directory.php          |  18 ++--
 lib/private/db/adaptermysql.php                    |  17 ++++
 lib/private/db/adapteroci8.php                     |  12 ++-
 lib/private/db/adaptersqlite.php                   |   1 +
 lib/private/db/adaptersqlsrv.php                   |   1 +
 lib/private/db/connectionfactory.php               |   5 +-
 lib/private/db/sqlitesessioninit.php               |  42 +++++++++
 lib/private/files/cache/cache.php                  |  14 +--
 lib/private/setup.php                              | 103 ++++++++++++++++++++-
 lib/private/util.php                               |   8 +-
 search/ajax/search.php                             |   1 +
 version.php                                        |   8 +-
 29 files changed, 402 insertions(+), 159 deletions(-)
 create mode 100644 core/doc/user/_sources/installing_apps.txt
 copy core/doc/user/{genindex.html => installing_apps.html} (70%)
 create mode 100644 lib/private/db/adaptermysql.php
 create mode 100644 lib/private/db/sqlitesessioninit.php

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