[Pkg-owncloud-commits] [php-sabredav] 156/275: Merge pull request #484 from fruux/calendar-auto-schedule

David Prévot taffit at moszumanska.debian.org
Thu Sep 25 14:56:03 UTC 2014


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

taffit pushed a commit to branch master
in repository php-sabredav.

commit d7b3b4fbccd82d9d37d7938070eb8377012ce1af
Merge: 1e181bc 085d0c4
Author: Evert Pot <me at evertpot.com>
Date:   Mon Aug 18 00:14:56 2014 -0400

    Merge pull request #484 from fruux/calendar-auto-schedule
    
    Calendar scheduling support

 bin/migrateto21.php                                | 189 +++++
 composer.json                                      |   2 +-
 examples/addressbookserver.php                     |   2 +-
 examples/calendarserver.php                        |   7 +-
 examples/groupwareserver.php                       |   2 +-
 examples/sql/mysql.calendars.sql                   |  11 +
 examples/sql/pgsql.calendars.sql                   |   1 +
 examples/sql/sqlite.calendars.sql                  |  13 +-
 lib/CalDAV/Backend/AbstractBackend.php             |  69 +-
 lib/CalDAV/Backend/BackendInterface.php            |  21 +
 lib/CalDAV/Backend/PDO.php                         | 127 ++-
 lib/CalDAV/Backend/SchedulingSupport.php           |  65 ++
 lib/CalDAV/Calendar.php                            |   2 +-
 lib/CalDAV/{UserCalendars.php => CalendarHome.php} |  39 +-
 .../{CalendarRootNode.php => CalendarRoot.php}     |   7 +-
 lib/CalDAV/ICalendar.php                           |  22 +-
 ...{ICalendar.php => ICalendarObjectContainer.php} |  16 +-
 lib/CalDAV/Plugin.php                              | 535 +-----------
 lib/CalDAV/Property/EmailAddressSet.php            |  73 ++
 lib/CalDAV/Schedule/IInbox.php                     |  15 +
 lib/CalDAV/Schedule/IMip.php                       | 111 ---
 lib/CalDAV/Schedule/IMipPlugin.php                 | 163 ++++
 lib/CalDAV/Schedule/ISchedulingObject.php          |  14 +
 lib/CalDAV/Schedule/Inbox.php                      | 268 ++++++
 lib/CalDAV/Schedule/Plugin.php                     | 901 +++++++++++++++++++++
 lib/CalDAV/Schedule/SchedulingObject.php           | 280 +++++++
 lib/CalDAV/SharingPlugin.php                       |   2 +-
 lib/DAV/Browser/Plugin.php                         |  42 +-
 lib/DAV/Browser/assets/sabredav.css                |  12 +
 lib/DAVACL/Plugin.php                              |  47 +-
 lib/DAVACL/Principal.php                           |  10 +-
 lib/DAVACL/Property/SupportedPrivilegeSet.php      |  11 +
 tests/Sabre/CalDAV/Backend/AbstractPDOTest.php     |  41 +
 tests/Sabre/CalDAV/Backend/AbstractTest.php        |  66 +-
 tests/Sabre/CalDAV/Backend/Mock.php                |   9 +-
 tests/Sabre/CalDAV/Backend/MockScheduling.php      |  93 +++
 tests/Sabre/CalDAV/Backend/PDOMySQLTest.php        |   2 +-
 ...est.php => CalendarHomeSharedCalendarsTest.php} |  10 +-
 ...sTest.php => CalendarHomeSubscriptionsTest.php} |  10 +-
 ...{UserCalendarsTest.php => CalendarHomeTest.php} |   6 +-
 tests/Sabre/CalDAV/OutboxPostTest.php              | 569 -------------
 tests/Sabre/CalDAV/PluginTest.php                  |  15 +-
 tests/Sabre/CalDAV/Principal/UserTest.php          |   2 +-
 .../Sabre/CalDAV/Schedule/DeliverNewEventTest.php  |  93 +++
 .../CalDAV/{ => Schedule}/FreeBusyRequestTest.php  |  46 +-
 .../Schedule/IMip/{Mock.php => MockPlugin.php}     |   2 +-
 tests/Sabre/CalDAV/Schedule/IMipPluginTest.php     | 150 ++++
 tests/Sabre/CalDAV/Schedule/InboxTest.php          | 186 +++++
 tests/Sabre/CalDAV/Schedule/OutboxPostTest.php     | 136 ++++
 tests/Sabre/CalDAV/Schedule/PluginBasicTest.php    |  25 +
 .../Sabre/CalDAV/Schedule/PluginPropertiesTest.php |  48 ++
 .../Sabre/CalDAV/Schedule/ScheduleDeliverTest.php  | 634 +++++++++++++++
 .../Sabre/CalDAV/Schedule/SchedulingObjectTest.php | 398 +++++++++
 tests/Sabre/CalDAV/ValidateICalTest.php            |   5 +-
 tests/Sabre/DAVACL/PrincipalTest.php               |   2 +-
 tests/Sabre/DAVServerTest.php                      |  25 +-
 tests/bootstrap.php                                |   5 +
 57 files changed, 4347 insertions(+), 1310 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list