[Pkg-owncloud-commits] [php-sabredav] 155/220: Merge pull request #815 from fruux/default-acl
David Prévot
taffit at moszumanska.debian.org
Thu May 12 01:21:21 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 58c80a2c8d7df1f82f4c2f7d3a53f61d0f029832
Merge: 0be1414 9435a66
Author: Evert Pot <me at evertpot.com>
Date: Mon Apr 11 19:57:38 2016 +0900
Merge pull request #815 from fruux/default-acl
Cleanup of ACL system
CHANGELOG.md | 14 +
lib/CalDAV/Calendar.php | 59 +---
lib/CalDAV/CalendarHome.php | 52 +---
lib/CalDAV/CalendarObject.php | 61 +---
lib/CalDAV/Notifications/Collection.php | 76 +----
lib/CalDAV/Notifications/Node.php | 76 +----
lib/CalDAV/Plugin.php | 19 ++
lib/CalDAV/Schedule/Inbox.php | 64 +----
lib/CalDAV/Schedule/Outbox.php | 69 +----
lib/CalDAV/Schedule/Plugin.php | 74 ++++-
lib/CalDAV/Schedule/SchedulingObject.php | 16 +-
lib/CalDAV/SharedCalendar.php | 22 --
lib/CalDAV/Subscriptions/Subscription.php | 63 +----
lib/CardDAV/AddressBook.php | 82 +-----
lib/CardDAV/AddressBookHome.php | 76 +----
lib/CardDAV/Card.php | 53 +---
lib/DAV/Browser/Plugin.php | 2 +-
lib/DAV/Sharing/Plugin.php | 28 +-
lib/DAVACL/{FS/File.php => ACLTrait.php} | 59 ++--
lib/DAVACL/FS/Collection.php | 48 +---
lib/DAVACL/FS/File.php | 49 +---
lib/DAVACL/FS/HomeCollection.php | 70 +----
lib/DAVACL/IACL.php | 1 -
lib/DAVACL/Plugin.php | 307 +++++++++++++--------
lib/DAVACL/Principal.php | 71 +----
lib/DAVACL/PrincipalCollection.php | 57 +---
lib/DAVACL/Xml/Property/SupportedPrivilegeSet.php | 20 +-
tests/Sabre/CalDAV/CalendarHomeTest.php | 8 +-
tests/Sabre/CalDAV/CalendarObjectTest.php | 16 +-
tests/Sabre/CalDAV/CalendarTest.php | 13 +-
tests/Sabre/CalDAV/ICSExportPluginTest.php | 3 +
.../Sabre/CalDAV/Notifications/CollectionTest.php | 11 +-
tests/Sabre/CalDAV/Notifications/NodeTest.php | 11 +-
tests/Sabre/CalDAV/Notifications/PluginTest.php | 5 +-
tests/Sabre/CalDAV/Principal/UserTest.php | 4 +-
tests/Sabre/CalDAV/Schedule/InboxTest.php | 43 +--
tests/Sabre/CalDAV/Schedule/OutboxTest.php | 46 +--
.../Sabre/CalDAV/Schedule/SchedulingObjectTest.php | 34 +--
.../CalDAV/Subscriptions/SubscriptionTest.php | 16 +-
tests/Sabre/CardDAV/AddressBookHomeTest.php | 11 +-
tests/Sabre/CardDAV/AddressBookTest.php | 11 +-
tests/Sabre/CardDAV/CardTest.php | 9 +-
tests/Sabre/DAV/Sharing/PluginTest.php | 2 +-
tests/Sabre/DAVACL/ACLMethodTest.php | 7 +-
tests/Sabre/DAVACL/AllowAccessTest.php | 15 +-
tests/Sabre/DAVACL/BlockAccessTest.php | 2 +-
tests/Sabre/DAVACL/FS/HomeCollectionTest.php | 9 +-
tests/Sabre/DAVACL/PluginPropertiesTest.php | 7 +-
tests/Sabre/DAVACL/PrincipalTest.php | 6 +-
tests/Sabre/DAVACL/SimplePluginTest.php | 17 +-
.../Xml/Property/SupportedPrivilegeSetTest.php | 35 +--
51 files changed, 475 insertions(+), 1454 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-php/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list