[Pkg-owncloud-commits] [owncloud] branch master updated (1b24134 -> 433c1bb)

David Prévot taffit at moszumanska.debian.org
Wed Apr 23 18:58:58 UTC 2014


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

taffit pushed a change to branch master
in repository owncloud.

      from  1b24134   Upstream the chosen path patch
       new  22485fe   Correctly process request parameters other than GET or POST, dont use globals in the class but inject it
       new  980b11f   default to GET request when no method is set to fix unittests, also set parsed json parameters on the post attribute
       new  3405342   merge dicontainer
       new  33bdab1   use references for middleware to fix problems on 5.3
       new  a53ec9e   merge middleware string registration
       new  130f241   Merge pull request #8265 from owncloud/appframework-fix-backports
       new  97d6db9   LDAP: cache display names immediately on retrieval, saves tens of unecessary queries to LDAP server in the share dialog for example
       new  02de48e   add additional comments, PHPdoc and check whether it's really applicable
       new  1403a85   Merge pull request #8232 from owncloud/fix_8135
       new  7424114   Update 3rdparty submodule
       new  a314508   Backport of #8164
       new  9f1788f   Backport of #8183 to stable6
       new  9b36224   Backport of #8197 to stable6
       new  1041617   Merge pull request #8260 from owncloud/stable6-backport-8183-and-co
       new  d3a15b6   Check whether the user has permissions to add personal storage backends
       new  4696b06   Merge pull request #8261 from owncloud/stable6-backport-8182
       new  60edf98   remove OC_GROUP_BACKEND_GET_DISPLAYNAME option for group backends
       new  8d00f1c   LDAP: getDisplayNamesInGroup is not an option for group backends anymore
       new  649233e   clean up group backends
       new  637aa56   remove now unnecessary test
       new  f93ab11   implement getDisplayNames in group manager
       new  af45da9   adjust user manager tests
       new  6aeb599   test for group manager's displayNamesInGroup
       new  72b9081   trim must not be used in empty in PHP < 5.5
       new  fcffccf   keep the constant to not provoke PHP warnings
       new  0a9487e   fix after rebase
       new  14c9508   Merge pull request #7745 from owncloud/fix_6946_stable6
       new  53df9c9   6.0.3 RC1
       new  61eba84   Imported Upstream version 6.0.3~rc1+dfsg
       new  bb4ce1e   Merge tag 'upstream/6.0.3_rc1+dfsg'
       new  90e4eac   Refresh patches
       new  433c1bb   Update changelog for 6.0.3~rc1+dfsg-1 release

The 32 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:
 3rdparty/doctrine/common/bin/travis-setup.php      | 141 ---------------
 apps/activity/lib/data.php                         |   2 +-
 apps/activity/lib/search.php                       |   2 +-
 apps/calendar/lib/export.php                       |  10 --
 apps/contacts/lib/backend/database.php             |   6 +-
 apps/contacts/lib/backend/shared.php               |  14 +-
 apps/contacts/lib/dispatcher.php                   |   6 +-
 apps/contacts/lib/share/addressbook.php            |   5 +-
 apps/files_external/ajax/addMountPoint.php         |   7 +-
 .../3rdparty/Zend/Search/Lucene/Document/Docx.php  |   1 +
 .../Zend/Search/Lucene/Document/OpenXml.php        |   1 +
 .../3rdparty/Zend/Search/Lucene/Document/Xlsx.php  |   1 +
 apps/search_lucene/document/Ods.php                |   1 +
 apps/search_lucene/document/Odt.php                |   1 +
 apps/search_lucene/document/OpenDocument.php       |   1 +
 apps/user_ldap/group_ldap.php                      |  21 +--
 apps/user_ldap/group_proxy.php                     |  16 --
 apps/user_ldap/js/ldapFilter.js                    | 100 +++++++++++
 apps/user_ldap/js/settings.js                      | 100 +++--------
 apps/user_ldap/lib/access.php                      |  15 ++
 apps/user_ldap/settings.php                        |   1 +
 .../doc/admin/_sources/configuration/auth_ldap.txt |  65 ++++---
 core/doc/admin/configuration/auth_ldap.html        |  65 ++++---
 core/skeleton/ownCloudUserManual.pdf               | Bin 1572014 -> 1571999 bytes
 debian/changelog                                   |  19 ++
 debian/patches/0001-Disable-the-appstore.patch     |   2 +-
 ...octrine-Symphony-Sabre-and-Patchwork-path.patch |   4 +-
 lib/base.php                                       |  29 ++++
 .../dependencyinjection/dicontainer.php            |  12 +-
 lib/private/appframework/http/request.php          |  87 ++++------
 lib/private/connector/sabre/file.php               |   7 +-
 lib/private/eventsource.php                        |   3 +-
 lib/private/files/type/detection.php               |  36 +++-
 lib/private/group.php                              |  12 +-
 lib/private/group/backend.php                      |  22 +--
 lib/private/group/database.php                     |  26 ---
 lib/private/group/group.php                        |   6 +-
 lib/private/group/manager.php                      |  34 ++++
 lib/private/helper.php                             |  10 ++
 lib/private/json.php                               |   2 -
 lib/private/mimetypes.list.php                     | 192 ++++++++++++---------
 lib/private/server.php                             |   9 +-
 lib/private/template.php                           |  23 ---
 lib/private/user/manager.php                       |   4 +-
 lib/public/appframework/iappcontainer.php          |   4 +-
 version.php                                        |   8 +-
 46 files changed, 539 insertions(+), 594 deletions(-)
 delete mode 100644 3rdparty/doctrine/common/bin/travis-setup.php
 create mode 100644 apps/user_ldap/js/ldapFilter.js

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