[Pkg-owncloud-commits] [php-sabredav] 125/163: Switched to PSR-4

David Prévot taffit at moszumanska.debian.org
Tue May 20 18:55:01 UTC 2014


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

taffit pushed a commit to annotated tag upstream/2.0.0_beta1
in repository php-sabredav.

commit 95d4adbebb90ce67f0a3df849b91147ce23f9b27
Author: Evert Pot <me at evertpot.com>
Date:   Wed May 7 23:29:03 2014 -0400

    Switched to PSR-4
---
 ChangeLog.md                                                |   1 +
 composer.json                                               |  11 +++++------
 lib/{Sabre => }/CalDAV/Backend/AbstractBackend.php          |   0
 lib/{Sabre => }/CalDAV/Backend/BackendInterface.php         |   0
 lib/{Sabre => }/CalDAV/Backend/NotificationSupport.php      |   0
 lib/{Sabre => }/CalDAV/Backend/PDO.php                      |   0
 lib/{Sabre => }/CalDAV/Backend/SharingSupport.php           |   0
 lib/{Sabre => }/CalDAV/Backend/SubscriptionSupport.php      |   0
 lib/{Sabre => }/CalDAV/Backend/SyncSupport.php              |   0
 lib/{Sabre => }/CalDAV/Calendar.php                         |   0
 lib/{Sabre => }/CalDAV/CalendarObject.php                   |   0
 lib/{Sabre => }/CalDAV/CalendarQueryParser.php              |   0
 lib/{Sabre => }/CalDAV/CalendarQueryValidator.php           |   0
 lib/{Sabre => }/CalDAV/CalendarRootNode.php                 |   0
 lib/{Sabre => }/CalDAV/Exception/InvalidComponentType.php   |   0
 lib/{Sabre => }/CalDAV/ICSExportPlugin.php                  |   0
 lib/{Sabre => }/CalDAV/ICalendar.php                        |   0
 lib/{Sabre => }/CalDAV/ICalendarObject.php                  |   0
 lib/{Sabre => }/CalDAV/IShareableCalendar.php               |   0
 lib/{Sabre => }/CalDAV/ISharedCalendar.php                  |   0
 lib/{Sabre => }/CalDAV/Notifications/Collection.php         |   0
 lib/{Sabre => }/CalDAV/Notifications/ICollection.php        |   0
 lib/{Sabre => }/CalDAV/Notifications/INode.php              |   0
 lib/{Sabre => }/CalDAV/Notifications/INotificationType.php  |   0
 lib/{Sabre => }/CalDAV/Notifications/Node.php               |   0
 .../CalDAV/Notifications/Notification/Invite.php            |   0
 .../CalDAV/Notifications/Notification/InviteReply.php       |   0
 .../CalDAV/Notifications/Notification/SystemStatus.php      |   0
 lib/{Sabre => }/CalDAV/Plugin.php                           |   0
 lib/{Sabre => }/CalDAV/Principal/Collection.php             |   0
 lib/{Sabre => }/CalDAV/Principal/IProxyRead.php             |   0
 lib/{Sabre => }/CalDAV/Principal/IProxyWrite.php            |   0
 lib/{Sabre => }/CalDAV/Principal/ProxyRead.php              |   0
 lib/{Sabre => }/CalDAV/Principal/ProxyWrite.php             |   0
 lib/{Sabre => }/CalDAV/Principal/User.php                   |   0
 lib/{Sabre => }/CalDAV/Property/AllowedSharingModes.php     |   0
 lib/{Sabre => }/CalDAV/Property/Invite.php                  |   0
 lib/{Sabre => }/CalDAV/Property/ScheduleCalendarTransp.php  |   0
 .../CalDAV/Property/SupportedCalendarComponentSet.php       |   0
 lib/{Sabre => }/CalDAV/Property/SupportedCalendarData.php   |   0
 lib/{Sabre => }/CalDAV/Property/SupportedCollationSet.php   |   0
 lib/{Sabre => }/CalDAV/Schedule/IMip.php                    |   0
 lib/{Sabre => }/CalDAV/Schedule/IOutbox.php                 |   0
 lib/{Sabre => }/CalDAV/Schedule/Outbox.php                  |   0
 lib/{Sabre => }/CalDAV/ShareableCalendar.php                |   0
 lib/{Sabre => }/CalDAV/SharedCalendar.php                   |   0
 lib/{Sabre => }/CalDAV/SharingPlugin.php                    |   0
 lib/{Sabre => }/CalDAV/Subscriptions/ISubscription.php      |   0
 lib/{Sabre => }/CalDAV/Subscriptions/Plugin.php             |   0
 lib/{Sabre => }/CalDAV/Subscriptions/Subscription.php       |   0
 lib/{Sabre => }/CalDAV/UserCalendars.php                    |   0
 lib/{Sabre => }/CardDAV/AddressBook.php                     |   0
 lib/{Sabre => }/CardDAV/AddressBookQueryParser.php          |   0
 lib/{Sabre => }/CardDAV/AddressBookRoot.php                 |   0
 lib/{Sabre => }/CardDAV/Backend/AbstractBackend.php         |   0
 lib/{Sabre => }/CardDAV/Backend/BackendInterface.php        |   0
 lib/{Sabre => }/CardDAV/Backend/PDO.php                     |   0
 lib/{Sabre => }/CardDAV/Backend/SyncSupport.php             |   0
 lib/{Sabre => }/CardDAV/Card.php                            |   0
 lib/{Sabre => }/CardDAV/IAddressBook.php                    |   0
 lib/{Sabre => }/CardDAV/ICard.php                           |   0
 lib/{Sabre => }/CardDAV/IDirectory.php                      |   0
 lib/{Sabre => }/CardDAV/Plugin.php                          |   0
 lib/{Sabre => }/CardDAV/Property/SupportedAddressData.php   |   0
 lib/{Sabre => }/CardDAV/UserAddressBooks.php                |   0
 lib/{Sabre => }/CardDAV/VCFExportPlugin.php                 |   0
 lib/{Sabre => }/DAV/Auth/Backend/AbstractBasic.php          |   0
 lib/{Sabre => }/DAV/Auth/Backend/AbstractDigest.php         |   0
 lib/{Sabre => }/DAV/Auth/Backend/Apache.php                 |   0
 lib/{Sabre => }/DAV/Auth/Backend/BackendInterface.php       |   0
 lib/{Sabre => }/DAV/Auth/Backend/BasicCallBack.php          |   0
 lib/{Sabre => }/DAV/Auth/Backend/File.php                   |   0
 lib/{Sabre => }/DAV/Auth/Backend/PDO.php                    |   0
 lib/{Sabre => }/DAV/Auth/Plugin.php                         |   0
 lib/{Sabre => }/DAV/Browser/GuessContentType.php            |   0
 lib/{Sabre => }/DAV/Browser/MapGetToPropFind.php            |   0
 lib/{Sabre => }/DAV/Browser/Plugin.php                      |   0
 lib/{Sabre => }/DAV/Browser/assets/favicon.ico              | Bin
 lib/{Sabre => }/DAV/Browser/assets/icons/addressbook.png    | Bin
 lib/{Sabre => }/DAV/Browser/assets/icons/calendar.png       | Bin
 lib/{Sabre => }/DAV/Browser/assets/icons/card.png           | Bin
 lib/{Sabre => }/DAV/Browser/assets/icons/collection.png     | Bin
 lib/{Sabre => }/DAV/Browser/assets/icons/file.png           | Bin
 lib/{Sabre => }/DAV/Browser/assets/icons/other.png          | Bin
 lib/{Sabre => }/DAV/Browser/assets/icons/parent.png         | Bin
 lib/{Sabre => }/DAV/Browser/assets/icons/principal.png      | Bin
 lib/{Sabre => }/DAV/Client.php                              |   0
 lib/{Sabre => }/DAV/Collection.php                          |   0
 lib/{Sabre => }/DAV/CorePlugin.php                          |   0
 lib/{Sabre => }/DAV/Exception.php                           |   0
 lib/{Sabre => }/DAV/Exception/BadRequest.php                |   0
 lib/{Sabre => }/DAV/Exception/Conflict.php                  |   0
 lib/{Sabre => }/DAV/Exception/ConflictingLock.php           |   0
 lib/{Sabre => }/DAV/Exception/FileNotFound.php              |   0
 lib/{Sabre => }/DAV/Exception/Forbidden.php                 |   0
 lib/{Sabre => }/DAV/Exception/InsufficientStorage.php       |   0
 lib/{Sabre => }/DAV/Exception/InvalidResourceType.php       |   0
 lib/{Sabre => }/DAV/Exception/InvalidSyncToken.php          |   0
 lib/{Sabre => }/DAV/Exception/LengthRequired.php            |   0
 .../DAV/Exception/LockTokenMatchesRequestUri.php            |   0
 lib/{Sabre => }/DAV/Exception/Locked.php                    |   0
 lib/{Sabre => }/DAV/Exception/MethodNotAllowed.php          |   0
 lib/{Sabre => }/DAV/Exception/NotAuthenticated.php          |   0
 lib/{Sabre => }/DAV/Exception/NotFound.php                  |   0
 lib/{Sabre => }/DAV/Exception/NotImplemented.php            |   0
 lib/{Sabre => }/DAV/Exception/PaymentRequired.php           |   0
 lib/{Sabre => }/DAV/Exception/PreconditionFailed.php        |   0
 lib/{Sabre => }/DAV/Exception/ReportNotSupported.php        |   0
 .../DAV/Exception/RequestedRangeNotSatisfiable.php          |   0
 lib/{Sabre => }/DAV/Exception/ServiceUnavailable.php        |   0
 lib/{Sabre => }/DAV/Exception/TooMuchMatches.php            |   0
 lib/{Sabre => }/DAV/Exception/UnsupportedMediaType.php      |   0
 lib/{Sabre => }/DAV/FS/Directory.php                        |   0
 lib/{Sabre => }/DAV/FS/File.php                             |   0
 lib/{Sabre => }/DAV/FS/Node.php                             |   0
 lib/{Sabre => }/DAV/FSExt/Directory.php                     |   0
 lib/{Sabre => }/DAV/FSExt/File.php                          |   0
 lib/{Sabre => }/DAV/FSExt/Node.php                          |   0
 lib/{Sabre => }/DAV/File.php                                |   0
 lib/{Sabre => }/DAV/ICollection.php                         |   0
 lib/{Sabre => }/DAV/IExtendedCollection.php                 |   0
 lib/{Sabre => }/DAV/IFile.php                               |   0
 lib/{Sabre => }/DAV/IMultiGet.php                           |   0
 lib/{Sabre => }/DAV/INode.php                               |   0
 lib/{Sabre => }/DAV/IProperties.php                         |   0
 lib/{Sabre => }/DAV/IQuota.php                              |   0
 lib/{Sabre => }/DAV/Locks/Backend/AbstractBackend.php       |   0
 lib/{Sabre => }/DAV/Locks/Backend/BackendInterface.php      |   0
 lib/{Sabre => }/DAV/Locks/Backend/FS.php                    |   0
 lib/{Sabre => }/DAV/Locks/Backend/File.php                  |   0
 lib/{Sabre => }/DAV/Locks/Backend/PDO.php                   |   0
 lib/{Sabre => }/DAV/Locks/LockInfo.php                      |   0
 lib/{Sabre => }/DAV/Locks/Plugin.php                        |   0
 lib/{Sabre => }/DAV/Mount/Plugin.php                        |   0
 lib/{Sabre => }/DAV/Node.php                                |   0
 lib/{Sabre => }/DAV/ObjectTree.php                          |   0
 lib/{Sabre => }/DAV/PartialUpdate/IFile.php                 |   0
 lib/{Sabre => }/DAV/PartialUpdate/IPatchSupport.php         |   0
 lib/{Sabre => }/DAV/PartialUpdate/Plugin.php                |   0
 lib/{Sabre => }/DAV/PropFind.php                            |   0
 lib/{Sabre => }/DAV/PropPatch.php                           |   0
 lib/{Sabre => }/DAV/Property.php                            |   0
 lib/{Sabre => }/DAV/Property/GetLastModified.php            |   0
 lib/{Sabre => }/DAV/Property/Href.php                       |   0
 lib/{Sabre => }/DAV/Property/HrefList.php                   |   0
 lib/{Sabre => }/DAV/Property/IHref.php                      |   0
 lib/{Sabre => }/DAV/Property/LockDiscovery.php              |   0
 lib/{Sabre => }/DAV/Property/ResourceType.php               |   0
 lib/{Sabre => }/DAV/Property/Response.php                   |   0
 lib/{Sabre => }/DAV/Property/ResponseList.php               |   0
 lib/{Sabre => }/DAV/Property/SupportedLock.php              |   0
 lib/{Sabre => }/DAV/Property/SupportedMethodSet.php         |   0
 lib/{Sabre => }/DAV/Property/SupportedReportSet.php         |   0
 lib/{Sabre => }/DAV/PropertyInterface.php                   |   0
 lib/{Sabre => }/DAV/Server.php                              |   0
 lib/{Sabre => }/DAV/ServerPlugin.php                        |   0
 lib/{Sabre => }/DAV/SimpleCollection.php                    |   0
 lib/{Sabre => }/DAV/SimpleFile.php                          |   0
 lib/{Sabre => }/DAV/StringUtil.php                          |   0
 lib/{Sabre => }/DAV/Sync/ISyncCollection.php                |   0
 lib/{Sabre => }/DAV/Sync/Plugin.php                         |   0
 lib/{Sabre => }/DAV/TemporaryFileFilterPlugin.php           |   0
 lib/{Sabre => }/DAV/Tree.php                                |   0
 lib/{Sabre => }/DAV/Tree/Filesystem.php                     |   0
 lib/{Sabre => }/DAV/URLUtil.php                             |   0
 lib/{Sabre => }/DAV/UUIDUtil.php                            |   0
 lib/{Sabre => }/DAV/Version.php                             |   0
 lib/{Sabre => }/DAV/XMLUtil.php                             |   0
 lib/{Sabre => }/DAVACL/AbstractPrincipalCollection.php      |   0
 lib/{Sabre => }/DAVACL/Exception/AceConflict.php            |   0
 lib/{Sabre => }/DAVACL/Exception/NeedPrivileges.php         |   0
 lib/{Sabre => }/DAVACL/Exception/NoAbstract.php             |   0
 lib/{Sabre => }/DAVACL/Exception/NotRecognizedPrincipal.php |   0
 lib/{Sabre => }/DAVACL/Exception/NotSupportedPrivilege.php  |   0
 lib/{Sabre => }/DAVACL/IACL.php                             |   0
 lib/{Sabre => }/DAVACL/IPrincipal.php                       |   0
 lib/{Sabre => }/DAVACL/IPrincipalCollection.php             |   0
 lib/{Sabre => }/DAVACL/Plugin.php                           |   0
 lib/{Sabre => }/DAVACL/Principal.php                        |   0
 lib/{Sabre => }/DAVACL/PrincipalBackend/AbstractBackend.php |   0
 .../DAVACL/PrincipalBackend/BackendInterface.php            |   0
 lib/{Sabre => }/DAVACL/PrincipalBackend/PDO.php             |   0
 lib/{Sabre => }/DAVACL/PrincipalCollection.php              |   0
 lib/{Sabre => }/DAVACL/Property/Acl.php                     |   0
 lib/{Sabre => }/DAVACL/Property/AclRestrictions.php         |   0
 lib/{Sabre => }/DAVACL/Property/CurrentUserPrivilegeSet.php |   0
 lib/{Sabre => }/DAVACL/Property/Principal.php               |   0
 lib/{Sabre => }/DAVACL/Property/SupportedPrivilegeSet.php   |   0
 lib/{Sabre => }/autoload.php                                |   0
 tests/Sabre/DAV/ServerMKCOLTest.php                         |   4 ----
 tests/Sabre/DAV/ServerSimpleTest.php                        |   4 ----
 191 files changed, 6 insertions(+), 14 deletions(-)

diff --git a/ChangeLog.md b/ChangeLog.md
index a597939..cee2539 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -23,6 +23,7 @@ ChangeLog
 * Moved all precondition checking into a central place, instead of having to
   think about it on a per-method basis.
 * jCal transformation for calendar-query REPORT now works again.
+* Switched to PSR-4
 
 
 1.9.0-alpha2 (2014-01-14)
diff --git a/composer.json b/composer.json
index 41fe178..c608989 100644
--- a/composer.json
+++ b/composer.json
@@ -39,12 +39,11 @@
         "ext-pdo" : "*"
     },
     "autoload": {
-        "psr-0" : {
-            "Sabre\\DAV"     : "lib/",
-            "Sabre\\HTTP"    : "lib/",
-            "Sabre\\DAVACL"  : "lib/",
-            "Sabre\\CalDAV"  : "lib/",
-            "Sabre\\CardDAV" : "lib/"
+        "psr-4" : {
+            "Sabre\\DAV\\"     : "lib/DAV/",
+            "Sabre\\DAVACL\\"  : "lib/DAVACL/",
+            "Sabre\\CalDAV\\"  : "lib/CalDAV/",
+            "Sabre\\CardDAV\\" : "lib/CardDAV/"
         }
     },
     "support" : {
diff --git a/lib/Sabre/CalDAV/Backend/AbstractBackend.php b/lib/CalDAV/Backend/AbstractBackend.php
similarity index 100%
rename from lib/Sabre/CalDAV/Backend/AbstractBackend.php
rename to lib/CalDAV/Backend/AbstractBackend.php
diff --git a/lib/Sabre/CalDAV/Backend/BackendInterface.php b/lib/CalDAV/Backend/BackendInterface.php
similarity index 100%
rename from lib/Sabre/CalDAV/Backend/BackendInterface.php
rename to lib/CalDAV/Backend/BackendInterface.php
diff --git a/lib/Sabre/CalDAV/Backend/NotificationSupport.php b/lib/CalDAV/Backend/NotificationSupport.php
similarity index 100%
rename from lib/Sabre/CalDAV/Backend/NotificationSupport.php
rename to lib/CalDAV/Backend/NotificationSupport.php
diff --git a/lib/Sabre/CalDAV/Backend/PDO.php b/lib/CalDAV/Backend/PDO.php
similarity index 100%
rename from lib/Sabre/CalDAV/Backend/PDO.php
rename to lib/CalDAV/Backend/PDO.php
diff --git a/lib/Sabre/CalDAV/Backend/SharingSupport.php b/lib/CalDAV/Backend/SharingSupport.php
similarity index 100%
rename from lib/Sabre/CalDAV/Backend/SharingSupport.php
rename to lib/CalDAV/Backend/SharingSupport.php
diff --git a/lib/Sabre/CalDAV/Backend/SubscriptionSupport.php b/lib/CalDAV/Backend/SubscriptionSupport.php
similarity index 100%
rename from lib/Sabre/CalDAV/Backend/SubscriptionSupport.php
rename to lib/CalDAV/Backend/SubscriptionSupport.php
diff --git a/lib/Sabre/CalDAV/Backend/SyncSupport.php b/lib/CalDAV/Backend/SyncSupport.php
similarity index 100%
rename from lib/Sabre/CalDAV/Backend/SyncSupport.php
rename to lib/CalDAV/Backend/SyncSupport.php
diff --git a/lib/Sabre/CalDAV/Calendar.php b/lib/CalDAV/Calendar.php
similarity index 100%
rename from lib/Sabre/CalDAV/Calendar.php
rename to lib/CalDAV/Calendar.php
diff --git a/lib/Sabre/CalDAV/CalendarObject.php b/lib/CalDAV/CalendarObject.php
similarity index 100%
rename from lib/Sabre/CalDAV/CalendarObject.php
rename to lib/CalDAV/CalendarObject.php
diff --git a/lib/Sabre/CalDAV/CalendarQueryParser.php b/lib/CalDAV/CalendarQueryParser.php
similarity index 100%
rename from lib/Sabre/CalDAV/CalendarQueryParser.php
rename to lib/CalDAV/CalendarQueryParser.php
diff --git a/lib/Sabre/CalDAV/CalendarQueryValidator.php b/lib/CalDAV/CalendarQueryValidator.php
similarity index 100%
rename from lib/Sabre/CalDAV/CalendarQueryValidator.php
rename to lib/CalDAV/CalendarQueryValidator.php
diff --git a/lib/Sabre/CalDAV/CalendarRootNode.php b/lib/CalDAV/CalendarRootNode.php
similarity index 100%
rename from lib/Sabre/CalDAV/CalendarRootNode.php
rename to lib/CalDAV/CalendarRootNode.php
diff --git a/lib/Sabre/CalDAV/Exception/InvalidComponentType.php b/lib/CalDAV/Exception/InvalidComponentType.php
similarity index 100%
rename from lib/Sabre/CalDAV/Exception/InvalidComponentType.php
rename to lib/CalDAV/Exception/InvalidComponentType.php
diff --git a/lib/Sabre/CalDAV/ICSExportPlugin.php b/lib/CalDAV/ICSExportPlugin.php
similarity index 100%
rename from lib/Sabre/CalDAV/ICSExportPlugin.php
rename to lib/CalDAV/ICSExportPlugin.php
diff --git a/lib/Sabre/CalDAV/ICalendar.php b/lib/CalDAV/ICalendar.php
similarity index 100%
rename from lib/Sabre/CalDAV/ICalendar.php
rename to lib/CalDAV/ICalendar.php
diff --git a/lib/Sabre/CalDAV/ICalendarObject.php b/lib/CalDAV/ICalendarObject.php
similarity index 100%
rename from lib/Sabre/CalDAV/ICalendarObject.php
rename to lib/CalDAV/ICalendarObject.php
diff --git a/lib/Sabre/CalDAV/IShareableCalendar.php b/lib/CalDAV/IShareableCalendar.php
similarity index 100%
rename from lib/Sabre/CalDAV/IShareableCalendar.php
rename to lib/CalDAV/IShareableCalendar.php
diff --git a/lib/Sabre/CalDAV/ISharedCalendar.php b/lib/CalDAV/ISharedCalendar.php
similarity index 100%
rename from lib/Sabre/CalDAV/ISharedCalendar.php
rename to lib/CalDAV/ISharedCalendar.php
diff --git a/lib/Sabre/CalDAV/Notifications/Collection.php b/lib/CalDAV/Notifications/Collection.php
similarity index 100%
rename from lib/Sabre/CalDAV/Notifications/Collection.php
rename to lib/CalDAV/Notifications/Collection.php
diff --git a/lib/Sabre/CalDAV/Notifications/ICollection.php b/lib/CalDAV/Notifications/ICollection.php
similarity index 100%
rename from lib/Sabre/CalDAV/Notifications/ICollection.php
rename to lib/CalDAV/Notifications/ICollection.php
diff --git a/lib/Sabre/CalDAV/Notifications/INode.php b/lib/CalDAV/Notifications/INode.php
similarity index 100%
rename from lib/Sabre/CalDAV/Notifications/INode.php
rename to lib/CalDAV/Notifications/INode.php
diff --git a/lib/Sabre/CalDAV/Notifications/INotificationType.php b/lib/CalDAV/Notifications/INotificationType.php
similarity index 100%
rename from lib/Sabre/CalDAV/Notifications/INotificationType.php
rename to lib/CalDAV/Notifications/INotificationType.php
diff --git a/lib/Sabre/CalDAV/Notifications/Node.php b/lib/CalDAV/Notifications/Node.php
similarity index 100%
rename from lib/Sabre/CalDAV/Notifications/Node.php
rename to lib/CalDAV/Notifications/Node.php
diff --git a/lib/Sabre/CalDAV/Notifications/Notification/Invite.php b/lib/CalDAV/Notifications/Notification/Invite.php
similarity index 100%
rename from lib/Sabre/CalDAV/Notifications/Notification/Invite.php
rename to lib/CalDAV/Notifications/Notification/Invite.php
diff --git a/lib/Sabre/CalDAV/Notifications/Notification/InviteReply.php b/lib/CalDAV/Notifications/Notification/InviteReply.php
similarity index 100%
rename from lib/Sabre/CalDAV/Notifications/Notification/InviteReply.php
rename to lib/CalDAV/Notifications/Notification/InviteReply.php
diff --git a/lib/Sabre/CalDAV/Notifications/Notification/SystemStatus.php b/lib/CalDAV/Notifications/Notification/SystemStatus.php
similarity index 100%
rename from lib/Sabre/CalDAV/Notifications/Notification/SystemStatus.php
rename to lib/CalDAV/Notifications/Notification/SystemStatus.php
diff --git a/lib/Sabre/CalDAV/Plugin.php b/lib/CalDAV/Plugin.php
similarity index 100%
rename from lib/Sabre/CalDAV/Plugin.php
rename to lib/CalDAV/Plugin.php
diff --git a/lib/Sabre/CalDAV/Principal/Collection.php b/lib/CalDAV/Principal/Collection.php
similarity index 100%
rename from lib/Sabre/CalDAV/Principal/Collection.php
rename to lib/CalDAV/Principal/Collection.php
diff --git a/lib/Sabre/CalDAV/Principal/IProxyRead.php b/lib/CalDAV/Principal/IProxyRead.php
similarity index 100%
rename from lib/Sabre/CalDAV/Principal/IProxyRead.php
rename to lib/CalDAV/Principal/IProxyRead.php
diff --git a/lib/Sabre/CalDAV/Principal/IProxyWrite.php b/lib/CalDAV/Principal/IProxyWrite.php
similarity index 100%
rename from lib/Sabre/CalDAV/Principal/IProxyWrite.php
rename to lib/CalDAV/Principal/IProxyWrite.php
diff --git a/lib/Sabre/CalDAV/Principal/ProxyRead.php b/lib/CalDAV/Principal/ProxyRead.php
similarity index 100%
rename from lib/Sabre/CalDAV/Principal/ProxyRead.php
rename to lib/CalDAV/Principal/ProxyRead.php
diff --git a/lib/Sabre/CalDAV/Principal/ProxyWrite.php b/lib/CalDAV/Principal/ProxyWrite.php
similarity index 100%
rename from lib/Sabre/CalDAV/Principal/ProxyWrite.php
rename to lib/CalDAV/Principal/ProxyWrite.php
diff --git a/lib/Sabre/CalDAV/Principal/User.php b/lib/CalDAV/Principal/User.php
similarity index 100%
rename from lib/Sabre/CalDAV/Principal/User.php
rename to lib/CalDAV/Principal/User.php
diff --git a/lib/Sabre/CalDAV/Property/AllowedSharingModes.php b/lib/CalDAV/Property/AllowedSharingModes.php
similarity index 100%
rename from lib/Sabre/CalDAV/Property/AllowedSharingModes.php
rename to lib/CalDAV/Property/AllowedSharingModes.php
diff --git a/lib/Sabre/CalDAV/Property/Invite.php b/lib/CalDAV/Property/Invite.php
similarity index 100%
rename from lib/Sabre/CalDAV/Property/Invite.php
rename to lib/CalDAV/Property/Invite.php
diff --git a/lib/Sabre/CalDAV/Property/ScheduleCalendarTransp.php b/lib/CalDAV/Property/ScheduleCalendarTransp.php
similarity index 100%
rename from lib/Sabre/CalDAV/Property/ScheduleCalendarTransp.php
rename to lib/CalDAV/Property/ScheduleCalendarTransp.php
diff --git a/lib/Sabre/CalDAV/Property/SupportedCalendarComponentSet.php b/lib/CalDAV/Property/SupportedCalendarComponentSet.php
similarity index 100%
rename from lib/Sabre/CalDAV/Property/SupportedCalendarComponentSet.php
rename to lib/CalDAV/Property/SupportedCalendarComponentSet.php
diff --git a/lib/Sabre/CalDAV/Property/SupportedCalendarData.php b/lib/CalDAV/Property/SupportedCalendarData.php
similarity index 100%
rename from lib/Sabre/CalDAV/Property/SupportedCalendarData.php
rename to lib/CalDAV/Property/SupportedCalendarData.php
diff --git a/lib/Sabre/CalDAV/Property/SupportedCollationSet.php b/lib/CalDAV/Property/SupportedCollationSet.php
similarity index 100%
rename from lib/Sabre/CalDAV/Property/SupportedCollationSet.php
rename to lib/CalDAV/Property/SupportedCollationSet.php
diff --git a/lib/Sabre/CalDAV/Schedule/IMip.php b/lib/CalDAV/Schedule/IMip.php
similarity index 100%
rename from lib/Sabre/CalDAV/Schedule/IMip.php
rename to lib/CalDAV/Schedule/IMip.php
diff --git a/lib/Sabre/CalDAV/Schedule/IOutbox.php b/lib/CalDAV/Schedule/IOutbox.php
similarity index 100%
rename from lib/Sabre/CalDAV/Schedule/IOutbox.php
rename to lib/CalDAV/Schedule/IOutbox.php
diff --git a/lib/Sabre/CalDAV/Schedule/Outbox.php b/lib/CalDAV/Schedule/Outbox.php
similarity index 100%
rename from lib/Sabre/CalDAV/Schedule/Outbox.php
rename to lib/CalDAV/Schedule/Outbox.php
diff --git a/lib/Sabre/CalDAV/ShareableCalendar.php b/lib/CalDAV/ShareableCalendar.php
similarity index 100%
rename from lib/Sabre/CalDAV/ShareableCalendar.php
rename to lib/CalDAV/ShareableCalendar.php
diff --git a/lib/Sabre/CalDAV/SharedCalendar.php b/lib/CalDAV/SharedCalendar.php
similarity index 100%
rename from lib/Sabre/CalDAV/SharedCalendar.php
rename to lib/CalDAV/SharedCalendar.php
diff --git a/lib/Sabre/CalDAV/SharingPlugin.php b/lib/CalDAV/SharingPlugin.php
similarity index 100%
rename from lib/Sabre/CalDAV/SharingPlugin.php
rename to lib/CalDAV/SharingPlugin.php
diff --git a/lib/Sabre/CalDAV/Subscriptions/ISubscription.php b/lib/CalDAV/Subscriptions/ISubscription.php
similarity index 100%
rename from lib/Sabre/CalDAV/Subscriptions/ISubscription.php
rename to lib/CalDAV/Subscriptions/ISubscription.php
diff --git a/lib/Sabre/CalDAV/Subscriptions/Plugin.php b/lib/CalDAV/Subscriptions/Plugin.php
similarity index 100%
rename from lib/Sabre/CalDAV/Subscriptions/Plugin.php
rename to lib/CalDAV/Subscriptions/Plugin.php
diff --git a/lib/Sabre/CalDAV/Subscriptions/Subscription.php b/lib/CalDAV/Subscriptions/Subscription.php
similarity index 100%
rename from lib/Sabre/CalDAV/Subscriptions/Subscription.php
rename to lib/CalDAV/Subscriptions/Subscription.php
diff --git a/lib/Sabre/CalDAV/UserCalendars.php b/lib/CalDAV/UserCalendars.php
similarity index 100%
rename from lib/Sabre/CalDAV/UserCalendars.php
rename to lib/CalDAV/UserCalendars.php
diff --git a/lib/Sabre/CardDAV/AddressBook.php b/lib/CardDAV/AddressBook.php
similarity index 100%
rename from lib/Sabre/CardDAV/AddressBook.php
rename to lib/CardDAV/AddressBook.php
diff --git a/lib/Sabre/CardDAV/AddressBookQueryParser.php b/lib/CardDAV/AddressBookQueryParser.php
similarity index 100%
rename from lib/Sabre/CardDAV/AddressBookQueryParser.php
rename to lib/CardDAV/AddressBookQueryParser.php
diff --git a/lib/Sabre/CardDAV/AddressBookRoot.php b/lib/CardDAV/AddressBookRoot.php
similarity index 100%
rename from lib/Sabre/CardDAV/AddressBookRoot.php
rename to lib/CardDAV/AddressBookRoot.php
diff --git a/lib/Sabre/CardDAV/Backend/AbstractBackend.php b/lib/CardDAV/Backend/AbstractBackend.php
similarity index 100%
rename from lib/Sabre/CardDAV/Backend/AbstractBackend.php
rename to lib/CardDAV/Backend/AbstractBackend.php
diff --git a/lib/Sabre/CardDAV/Backend/BackendInterface.php b/lib/CardDAV/Backend/BackendInterface.php
similarity index 100%
rename from lib/Sabre/CardDAV/Backend/BackendInterface.php
rename to lib/CardDAV/Backend/BackendInterface.php
diff --git a/lib/Sabre/CardDAV/Backend/PDO.php b/lib/CardDAV/Backend/PDO.php
similarity index 100%
rename from lib/Sabre/CardDAV/Backend/PDO.php
rename to lib/CardDAV/Backend/PDO.php
diff --git a/lib/Sabre/CardDAV/Backend/SyncSupport.php b/lib/CardDAV/Backend/SyncSupport.php
similarity index 100%
rename from lib/Sabre/CardDAV/Backend/SyncSupport.php
rename to lib/CardDAV/Backend/SyncSupport.php
diff --git a/lib/Sabre/CardDAV/Card.php b/lib/CardDAV/Card.php
similarity index 100%
rename from lib/Sabre/CardDAV/Card.php
rename to lib/CardDAV/Card.php
diff --git a/lib/Sabre/CardDAV/IAddressBook.php b/lib/CardDAV/IAddressBook.php
similarity index 100%
rename from lib/Sabre/CardDAV/IAddressBook.php
rename to lib/CardDAV/IAddressBook.php
diff --git a/lib/Sabre/CardDAV/ICard.php b/lib/CardDAV/ICard.php
similarity index 100%
rename from lib/Sabre/CardDAV/ICard.php
rename to lib/CardDAV/ICard.php
diff --git a/lib/Sabre/CardDAV/IDirectory.php b/lib/CardDAV/IDirectory.php
similarity index 100%
rename from lib/Sabre/CardDAV/IDirectory.php
rename to lib/CardDAV/IDirectory.php
diff --git a/lib/Sabre/CardDAV/Plugin.php b/lib/CardDAV/Plugin.php
similarity index 100%
rename from lib/Sabre/CardDAV/Plugin.php
rename to lib/CardDAV/Plugin.php
diff --git a/lib/Sabre/CardDAV/Property/SupportedAddressData.php b/lib/CardDAV/Property/SupportedAddressData.php
similarity index 100%
rename from lib/Sabre/CardDAV/Property/SupportedAddressData.php
rename to lib/CardDAV/Property/SupportedAddressData.php
diff --git a/lib/Sabre/CardDAV/UserAddressBooks.php b/lib/CardDAV/UserAddressBooks.php
similarity index 100%
rename from lib/Sabre/CardDAV/UserAddressBooks.php
rename to lib/CardDAV/UserAddressBooks.php
diff --git a/lib/Sabre/CardDAV/VCFExportPlugin.php b/lib/CardDAV/VCFExportPlugin.php
similarity index 100%
rename from lib/Sabre/CardDAV/VCFExportPlugin.php
rename to lib/CardDAV/VCFExportPlugin.php
diff --git a/lib/Sabre/DAV/Auth/Backend/AbstractBasic.php b/lib/DAV/Auth/Backend/AbstractBasic.php
similarity index 100%
rename from lib/Sabre/DAV/Auth/Backend/AbstractBasic.php
rename to lib/DAV/Auth/Backend/AbstractBasic.php
diff --git a/lib/Sabre/DAV/Auth/Backend/AbstractDigest.php b/lib/DAV/Auth/Backend/AbstractDigest.php
similarity index 100%
rename from lib/Sabre/DAV/Auth/Backend/AbstractDigest.php
rename to lib/DAV/Auth/Backend/AbstractDigest.php
diff --git a/lib/Sabre/DAV/Auth/Backend/Apache.php b/lib/DAV/Auth/Backend/Apache.php
similarity index 100%
rename from lib/Sabre/DAV/Auth/Backend/Apache.php
rename to lib/DAV/Auth/Backend/Apache.php
diff --git a/lib/Sabre/DAV/Auth/Backend/BackendInterface.php b/lib/DAV/Auth/Backend/BackendInterface.php
similarity index 100%
rename from lib/Sabre/DAV/Auth/Backend/BackendInterface.php
rename to lib/DAV/Auth/Backend/BackendInterface.php
diff --git a/lib/Sabre/DAV/Auth/Backend/BasicCallBack.php b/lib/DAV/Auth/Backend/BasicCallBack.php
similarity index 100%
rename from lib/Sabre/DAV/Auth/Backend/BasicCallBack.php
rename to lib/DAV/Auth/Backend/BasicCallBack.php
diff --git a/lib/Sabre/DAV/Auth/Backend/File.php b/lib/DAV/Auth/Backend/File.php
similarity index 100%
rename from lib/Sabre/DAV/Auth/Backend/File.php
rename to lib/DAV/Auth/Backend/File.php
diff --git a/lib/Sabre/DAV/Auth/Backend/PDO.php b/lib/DAV/Auth/Backend/PDO.php
similarity index 100%
rename from lib/Sabre/DAV/Auth/Backend/PDO.php
rename to lib/DAV/Auth/Backend/PDO.php
diff --git a/lib/Sabre/DAV/Auth/Plugin.php b/lib/DAV/Auth/Plugin.php
similarity index 100%
rename from lib/Sabre/DAV/Auth/Plugin.php
rename to lib/DAV/Auth/Plugin.php
diff --git a/lib/Sabre/DAV/Browser/GuessContentType.php b/lib/DAV/Browser/GuessContentType.php
similarity index 100%
rename from lib/Sabre/DAV/Browser/GuessContentType.php
rename to lib/DAV/Browser/GuessContentType.php
diff --git a/lib/Sabre/DAV/Browser/MapGetToPropFind.php b/lib/DAV/Browser/MapGetToPropFind.php
similarity index 100%
rename from lib/Sabre/DAV/Browser/MapGetToPropFind.php
rename to lib/DAV/Browser/MapGetToPropFind.php
diff --git a/lib/Sabre/DAV/Browser/Plugin.php b/lib/DAV/Browser/Plugin.php
similarity index 100%
rename from lib/Sabre/DAV/Browser/Plugin.php
rename to lib/DAV/Browser/Plugin.php
diff --git a/lib/Sabre/DAV/Browser/assets/favicon.ico b/lib/DAV/Browser/assets/favicon.ico
similarity index 100%
rename from lib/Sabre/DAV/Browser/assets/favicon.ico
rename to lib/DAV/Browser/assets/favicon.ico
diff --git a/lib/Sabre/DAV/Browser/assets/icons/addressbook.png b/lib/DAV/Browser/assets/icons/addressbook.png
similarity index 100%
rename from lib/Sabre/DAV/Browser/assets/icons/addressbook.png
rename to lib/DAV/Browser/assets/icons/addressbook.png
diff --git a/lib/Sabre/DAV/Browser/assets/icons/calendar.png b/lib/DAV/Browser/assets/icons/calendar.png
similarity index 100%
rename from lib/Sabre/DAV/Browser/assets/icons/calendar.png
rename to lib/DAV/Browser/assets/icons/calendar.png
diff --git a/lib/Sabre/DAV/Browser/assets/icons/card.png b/lib/DAV/Browser/assets/icons/card.png
similarity index 100%
rename from lib/Sabre/DAV/Browser/assets/icons/card.png
rename to lib/DAV/Browser/assets/icons/card.png
diff --git a/lib/Sabre/DAV/Browser/assets/icons/collection.png b/lib/DAV/Browser/assets/icons/collection.png
similarity index 100%
rename from lib/Sabre/DAV/Browser/assets/icons/collection.png
rename to lib/DAV/Browser/assets/icons/collection.png
diff --git a/lib/Sabre/DAV/Browser/assets/icons/file.png b/lib/DAV/Browser/assets/icons/file.png
similarity index 100%
rename from lib/Sabre/DAV/Browser/assets/icons/file.png
rename to lib/DAV/Browser/assets/icons/file.png
diff --git a/lib/Sabre/DAV/Browser/assets/icons/other.png b/lib/DAV/Browser/assets/icons/other.png
similarity index 100%
rename from lib/Sabre/DAV/Browser/assets/icons/other.png
rename to lib/DAV/Browser/assets/icons/other.png
diff --git a/lib/Sabre/DAV/Browser/assets/icons/parent.png b/lib/DAV/Browser/assets/icons/parent.png
similarity index 100%
rename from lib/Sabre/DAV/Browser/assets/icons/parent.png
rename to lib/DAV/Browser/assets/icons/parent.png
diff --git a/lib/Sabre/DAV/Browser/assets/icons/principal.png b/lib/DAV/Browser/assets/icons/principal.png
similarity index 100%
rename from lib/Sabre/DAV/Browser/assets/icons/principal.png
rename to lib/DAV/Browser/assets/icons/principal.png
diff --git a/lib/Sabre/DAV/Client.php b/lib/DAV/Client.php
similarity index 100%
rename from lib/Sabre/DAV/Client.php
rename to lib/DAV/Client.php
diff --git a/lib/Sabre/DAV/Collection.php b/lib/DAV/Collection.php
similarity index 100%
rename from lib/Sabre/DAV/Collection.php
rename to lib/DAV/Collection.php
diff --git a/lib/Sabre/DAV/CorePlugin.php b/lib/DAV/CorePlugin.php
similarity index 100%
rename from lib/Sabre/DAV/CorePlugin.php
rename to lib/DAV/CorePlugin.php
diff --git a/lib/Sabre/DAV/Exception.php b/lib/DAV/Exception.php
similarity index 100%
rename from lib/Sabre/DAV/Exception.php
rename to lib/DAV/Exception.php
diff --git a/lib/Sabre/DAV/Exception/BadRequest.php b/lib/DAV/Exception/BadRequest.php
similarity index 100%
rename from lib/Sabre/DAV/Exception/BadRequest.php
rename to lib/DAV/Exception/BadRequest.php
diff --git a/lib/Sabre/DAV/Exception/Conflict.php b/lib/DAV/Exception/Conflict.php
similarity index 100%
rename from lib/Sabre/DAV/Exception/Conflict.php
rename to lib/DAV/Exception/Conflict.php
diff --git a/lib/Sabre/DAV/Exception/ConflictingLock.php b/lib/DAV/Exception/ConflictingLock.php
similarity index 100%
rename from lib/Sabre/DAV/Exception/ConflictingLock.php
rename to lib/DAV/Exception/ConflictingLock.php
diff --git a/lib/Sabre/DAV/Exception/FileNotFound.php b/lib/DAV/Exception/FileNotFound.php
similarity index 100%
rename from lib/Sabre/DAV/Exception/FileNotFound.php
rename to lib/DAV/Exception/FileNotFound.php
diff --git a/lib/Sabre/DAV/Exception/Forbidden.php b/lib/DAV/Exception/Forbidden.php
similarity index 100%
rename from lib/Sabre/DAV/Exception/Forbidden.php
rename to lib/DAV/Exception/Forbidden.php
diff --git a/lib/Sabre/DAV/Exception/InsufficientStorage.php b/lib/DAV/Exception/InsufficientStorage.php
similarity index 100%
rename from lib/Sabre/DAV/Exception/InsufficientStorage.php
rename to lib/DAV/Exception/InsufficientStorage.php
diff --git a/lib/Sabre/DAV/Exception/InvalidResourceType.php b/lib/DAV/Exception/InvalidResourceType.php
similarity index 100%
rename from lib/Sabre/DAV/Exception/InvalidResourceType.php
rename to lib/DAV/Exception/InvalidResourceType.php
diff --git a/lib/Sabre/DAV/Exception/InvalidSyncToken.php b/lib/DAV/Exception/InvalidSyncToken.php
similarity index 100%
rename from lib/Sabre/DAV/Exception/InvalidSyncToken.php
rename to lib/DAV/Exception/InvalidSyncToken.php
diff --git a/lib/Sabre/DAV/Exception/LengthRequired.php b/lib/DAV/Exception/LengthRequired.php
similarity index 100%
rename from lib/Sabre/DAV/Exception/LengthRequired.php
rename to lib/DAV/Exception/LengthRequired.php
diff --git a/lib/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php b/lib/DAV/Exception/LockTokenMatchesRequestUri.php
similarity index 100%
rename from lib/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php
rename to lib/DAV/Exception/LockTokenMatchesRequestUri.php
diff --git a/lib/Sabre/DAV/Exception/Locked.php b/lib/DAV/Exception/Locked.php
similarity index 100%
rename from lib/Sabre/DAV/Exception/Locked.php
rename to lib/DAV/Exception/Locked.php
diff --git a/lib/Sabre/DAV/Exception/MethodNotAllowed.php b/lib/DAV/Exception/MethodNotAllowed.php
similarity index 100%
rename from lib/Sabre/DAV/Exception/MethodNotAllowed.php
rename to lib/DAV/Exception/MethodNotAllowed.php
diff --git a/lib/Sabre/DAV/Exception/NotAuthenticated.php b/lib/DAV/Exception/NotAuthenticated.php
similarity index 100%
rename from lib/Sabre/DAV/Exception/NotAuthenticated.php
rename to lib/DAV/Exception/NotAuthenticated.php
diff --git a/lib/Sabre/DAV/Exception/NotFound.php b/lib/DAV/Exception/NotFound.php
similarity index 100%
rename from lib/Sabre/DAV/Exception/NotFound.php
rename to lib/DAV/Exception/NotFound.php
diff --git a/lib/Sabre/DAV/Exception/NotImplemented.php b/lib/DAV/Exception/NotImplemented.php
similarity index 100%
rename from lib/Sabre/DAV/Exception/NotImplemented.php
rename to lib/DAV/Exception/NotImplemented.php
diff --git a/lib/Sabre/DAV/Exception/PaymentRequired.php b/lib/DAV/Exception/PaymentRequired.php
similarity index 100%
rename from lib/Sabre/DAV/Exception/PaymentRequired.php
rename to lib/DAV/Exception/PaymentRequired.php
diff --git a/lib/Sabre/DAV/Exception/PreconditionFailed.php b/lib/DAV/Exception/PreconditionFailed.php
similarity index 100%
rename from lib/Sabre/DAV/Exception/PreconditionFailed.php
rename to lib/DAV/Exception/PreconditionFailed.php
diff --git a/lib/Sabre/DAV/Exception/ReportNotSupported.php b/lib/DAV/Exception/ReportNotSupported.php
similarity index 100%
rename from lib/Sabre/DAV/Exception/ReportNotSupported.php
rename to lib/DAV/Exception/ReportNotSupported.php
diff --git a/lib/Sabre/DAV/Exception/RequestedRangeNotSatisfiable.php b/lib/DAV/Exception/RequestedRangeNotSatisfiable.php
similarity index 100%
rename from lib/Sabre/DAV/Exception/RequestedRangeNotSatisfiable.php
rename to lib/DAV/Exception/RequestedRangeNotSatisfiable.php
diff --git a/lib/Sabre/DAV/Exception/ServiceUnavailable.php b/lib/DAV/Exception/ServiceUnavailable.php
similarity index 100%
rename from lib/Sabre/DAV/Exception/ServiceUnavailable.php
rename to lib/DAV/Exception/ServiceUnavailable.php
diff --git a/lib/Sabre/DAV/Exception/TooMuchMatches.php b/lib/DAV/Exception/TooMuchMatches.php
similarity index 100%
rename from lib/Sabre/DAV/Exception/TooMuchMatches.php
rename to lib/DAV/Exception/TooMuchMatches.php
diff --git a/lib/Sabre/DAV/Exception/UnsupportedMediaType.php b/lib/DAV/Exception/UnsupportedMediaType.php
similarity index 100%
rename from lib/Sabre/DAV/Exception/UnsupportedMediaType.php
rename to lib/DAV/Exception/UnsupportedMediaType.php
diff --git a/lib/Sabre/DAV/FS/Directory.php b/lib/DAV/FS/Directory.php
similarity index 100%
rename from lib/Sabre/DAV/FS/Directory.php
rename to lib/DAV/FS/Directory.php
diff --git a/lib/Sabre/DAV/FS/File.php b/lib/DAV/FS/File.php
similarity index 100%
rename from lib/Sabre/DAV/FS/File.php
rename to lib/DAV/FS/File.php
diff --git a/lib/Sabre/DAV/FS/Node.php b/lib/DAV/FS/Node.php
similarity index 100%
rename from lib/Sabre/DAV/FS/Node.php
rename to lib/DAV/FS/Node.php
diff --git a/lib/Sabre/DAV/FSExt/Directory.php b/lib/DAV/FSExt/Directory.php
similarity index 100%
rename from lib/Sabre/DAV/FSExt/Directory.php
rename to lib/DAV/FSExt/Directory.php
diff --git a/lib/Sabre/DAV/FSExt/File.php b/lib/DAV/FSExt/File.php
similarity index 100%
rename from lib/Sabre/DAV/FSExt/File.php
rename to lib/DAV/FSExt/File.php
diff --git a/lib/Sabre/DAV/FSExt/Node.php b/lib/DAV/FSExt/Node.php
similarity index 100%
rename from lib/Sabre/DAV/FSExt/Node.php
rename to lib/DAV/FSExt/Node.php
diff --git a/lib/Sabre/DAV/File.php b/lib/DAV/File.php
similarity index 100%
rename from lib/Sabre/DAV/File.php
rename to lib/DAV/File.php
diff --git a/lib/Sabre/DAV/ICollection.php b/lib/DAV/ICollection.php
similarity index 100%
rename from lib/Sabre/DAV/ICollection.php
rename to lib/DAV/ICollection.php
diff --git a/lib/Sabre/DAV/IExtendedCollection.php b/lib/DAV/IExtendedCollection.php
similarity index 100%
rename from lib/Sabre/DAV/IExtendedCollection.php
rename to lib/DAV/IExtendedCollection.php
diff --git a/lib/Sabre/DAV/IFile.php b/lib/DAV/IFile.php
similarity index 100%
rename from lib/Sabre/DAV/IFile.php
rename to lib/DAV/IFile.php
diff --git a/lib/Sabre/DAV/IMultiGet.php b/lib/DAV/IMultiGet.php
similarity index 100%
rename from lib/Sabre/DAV/IMultiGet.php
rename to lib/DAV/IMultiGet.php
diff --git a/lib/Sabre/DAV/INode.php b/lib/DAV/INode.php
similarity index 100%
rename from lib/Sabre/DAV/INode.php
rename to lib/DAV/INode.php
diff --git a/lib/Sabre/DAV/IProperties.php b/lib/DAV/IProperties.php
similarity index 100%
rename from lib/Sabre/DAV/IProperties.php
rename to lib/DAV/IProperties.php
diff --git a/lib/Sabre/DAV/IQuota.php b/lib/DAV/IQuota.php
similarity index 100%
rename from lib/Sabre/DAV/IQuota.php
rename to lib/DAV/IQuota.php
diff --git a/lib/Sabre/DAV/Locks/Backend/AbstractBackend.php b/lib/DAV/Locks/Backend/AbstractBackend.php
similarity index 100%
rename from lib/Sabre/DAV/Locks/Backend/AbstractBackend.php
rename to lib/DAV/Locks/Backend/AbstractBackend.php
diff --git a/lib/Sabre/DAV/Locks/Backend/BackendInterface.php b/lib/DAV/Locks/Backend/BackendInterface.php
similarity index 100%
rename from lib/Sabre/DAV/Locks/Backend/BackendInterface.php
rename to lib/DAV/Locks/Backend/BackendInterface.php
diff --git a/lib/Sabre/DAV/Locks/Backend/FS.php b/lib/DAV/Locks/Backend/FS.php
similarity index 100%
rename from lib/Sabre/DAV/Locks/Backend/FS.php
rename to lib/DAV/Locks/Backend/FS.php
diff --git a/lib/Sabre/DAV/Locks/Backend/File.php b/lib/DAV/Locks/Backend/File.php
similarity index 100%
rename from lib/Sabre/DAV/Locks/Backend/File.php
rename to lib/DAV/Locks/Backend/File.php
diff --git a/lib/Sabre/DAV/Locks/Backend/PDO.php b/lib/DAV/Locks/Backend/PDO.php
similarity index 100%
rename from lib/Sabre/DAV/Locks/Backend/PDO.php
rename to lib/DAV/Locks/Backend/PDO.php
diff --git a/lib/Sabre/DAV/Locks/LockInfo.php b/lib/DAV/Locks/LockInfo.php
similarity index 100%
rename from lib/Sabre/DAV/Locks/LockInfo.php
rename to lib/DAV/Locks/LockInfo.php
diff --git a/lib/Sabre/DAV/Locks/Plugin.php b/lib/DAV/Locks/Plugin.php
similarity index 100%
rename from lib/Sabre/DAV/Locks/Plugin.php
rename to lib/DAV/Locks/Plugin.php
diff --git a/lib/Sabre/DAV/Mount/Plugin.php b/lib/DAV/Mount/Plugin.php
similarity index 100%
rename from lib/Sabre/DAV/Mount/Plugin.php
rename to lib/DAV/Mount/Plugin.php
diff --git a/lib/Sabre/DAV/Node.php b/lib/DAV/Node.php
similarity index 100%
rename from lib/Sabre/DAV/Node.php
rename to lib/DAV/Node.php
diff --git a/lib/Sabre/DAV/ObjectTree.php b/lib/DAV/ObjectTree.php
similarity index 100%
rename from lib/Sabre/DAV/ObjectTree.php
rename to lib/DAV/ObjectTree.php
diff --git a/lib/Sabre/DAV/PartialUpdate/IFile.php b/lib/DAV/PartialUpdate/IFile.php
similarity index 100%
rename from lib/Sabre/DAV/PartialUpdate/IFile.php
rename to lib/DAV/PartialUpdate/IFile.php
diff --git a/lib/Sabre/DAV/PartialUpdate/IPatchSupport.php b/lib/DAV/PartialUpdate/IPatchSupport.php
similarity index 100%
rename from lib/Sabre/DAV/PartialUpdate/IPatchSupport.php
rename to lib/DAV/PartialUpdate/IPatchSupport.php
diff --git a/lib/Sabre/DAV/PartialUpdate/Plugin.php b/lib/DAV/PartialUpdate/Plugin.php
similarity index 100%
rename from lib/Sabre/DAV/PartialUpdate/Plugin.php
rename to lib/DAV/PartialUpdate/Plugin.php
diff --git a/lib/Sabre/DAV/PropFind.php b/lib/DAV/PropFind.php
similarity index 100%
rename from lib/Sabre/DAV/PropFind.php
rename to lib/DAV/PropFind.php
diff --git a/lib/Sabre/DAV/PropPatch.php b/lib/DAV/PropPatch.php
similarity index 100%
rename from lib/Sabre/DAV/PropPatch.php
rename to lib/DAV/PropPatch.php
diff --git a/lib/Sabre/DAV/Property.php b/lib/DAV/Property.php
similarity index 100%
rename from lib/Sabre/DAV/Property.php
rename to lib/DAV/Property.php
diff --git a/lib/Sabre/DAV/Property/GetLastModified.php b/lib/DAV/Property/GetLastModified.php
similarity index 100%
rename from lib/Sabre/DAV/Property/GetLastModified.php
rename to lib/DAV/Property/GetLastModified.php
diff --git a/lib/Sabre/DAV/Property/Href.php b/lib/DAV/Property/Href.php
similarity index 100%
rename from lib/Sabre/DAV/Property/Href.php
rename to lib/DAV/Property/Href.php
diff --git a/lib/Sabre/DAV/Property/HrefList.php b/lib/DAV/Property/HrefList.php
similarity index 100%
rename from lib/Sabre/DAV/Property/HrefList.php
rename to lib/DAV/Property/HrefList.php
diff --git a/lib/Sabre/DAV/Property/IHref.php b/lib/DAV/Property/IHref.php
similarity index 100%
rename from lib/Sabre/DAV/Property/IHref.php
rename to lib/DAV/Property/IHref.php
diff --git a/lib/Sabre/DAV/Property/LockDiscovery.php b/lib/DAV/Property/LockDiscovery.php
similarity index 100%
rename from lib/Sabre/DAV/Property/LockDiscovery.php
rename to lib/DAV/Property/LockDiscovery.php
diff --git a/lib/Sabre/DAV/Property/ResourceType.php b/lib/DAV/Property/ResourceType.php
similarity index 100%
rename from lib/Sabre/DAV/Property/ResourceType.php
rename to lib/DAV/Property/ResourceType.php
diff --git a/lib/Sabre/DAV/Property/Response.php b/lib/DAV/Property/Response.php
similarity index 100%
rename from lib/Sabre/DAV/Property/Response.php
rename to lib/DAV/Property/Response.php
diff --git a/lib/Sabre/DAV/Property/ResponseList.php b/lib/DAV/Property/ResponseList.php
similarity index 100%
rename from lib/Sabre/DAV/Property/ResponseList.php
rename to lib/DAV/Property/ResponseList.php
diff --git a/lib/Sabre/DAV/Property/SupportedLock.php b/lib/DAV/Property/SupportedLock.php
similarity index 100%
rename from lib/Sabre/DAV/Property/SupportedLock.php
rename to lib/DAV/Property/SupportedLock.php
diff --git a/lib/Sabre/DAV/Property/SupportedMethodSet.php b/lib/DAV/Property/SupportedMethodSet.php
similarity index 100%
rename from lib/Sabre/DAV/Property/SupportedMethodSet.php
rename to lib/DAV/Property/SupportedMethodSet.php
diff --git a/lib/Sabre/DAV/Property/SupportedReportSet.php b/lib/DAV/Property/SupportedReportSet.php
similarity index 100%
rename from lib/Sabre/DAV/Property/SupportedReportSet.php
rename to lib/DAV/Property/SupportedReportSet.php
diff --git a/lib/Sabre/DAV/PropertyInterface.php b/lib/DAV/PropertyInterface.php
similarity index 100%
rename from lib/Sabre/DAV/PropertyInterface.php
rename to lib/DAV/PropertyInterface.php
diff --git a/lib/Sabre/DAV/Server.php b/lib/DAV/Server.php
similarity index 100%
rename from lib/Sabre/DAV/Server.php
rename to lib/DAV/Server.php
diff --git a/lib/Sabre/DAV/ServerPlugin.php b/lib/DAV/ServerPlugin.php
similarity index 100%
rename from lib/Sabre/DAV/ServerPlugin.php
rename to lib/DAV/ServerPlugin.php
diff --git a/lib/Sabre/DAV/SimpleCollection.php b/lib/DAV/SimpleCollection.php
similarity index 100%
rename from lib/Sabre/DAV/SimpleCollection.php
rename to lib/DAV/SimpleCollection.php
diff --git a/lib/Sabre/DAV/SimpleFile.php b/lib/DAV/SimpleFile.php
similarity index 100%
rename from lib/Sabre/DAV/SimpleFile.php
rename to lib/DAV/SimpleFile.php
diff --git a/lib/Sabre/DAV/StringUtil.php b/lib/DAV/StringUtil.php
similarity index 100%
rename from lib/Sabre/DAV/StringUtil.php
rename to lib/DAV/StringUtil.php
diff --git a/lib/Sabre/DAV/Sync/ISyncCollection.php b/lib/DAV/Sync/ISyncCollection.php
similarity index 100%
rename from lib/Sabre/DAV/Sync/ISyncCollection.php
rename to lib/DAV/Sync/ISyncCollection.php
diff --git a/lib/Sabre/DAV/Sync/Plugin.php b/lib/DAV/Sync/Plugin.php
similarity index 100%
rename from lib/Sabre/DAV/Sync/Plugin.php
rename to lib/DAV/Sync/Plugin.php
diff --git a/lib/Sabre/DAV/TemporaryFileFilterPlugin.php b/lib/DAV/TemporaryFileFilterPlugin.php
similarity index 100%
rename from lib/Sabre/DAV/TemporaryFileFilterPlugin.php
rename to lib/DAV/TemporaryFileFilterPlugin.php
diff --git a/lib/Sabre/DAV/Tree.php b/lib/DAV/Tree.php
similarity index 100%
rename from lib/Sabre/DAV/Tree.php
rename to lib/DAV/Tree.php
diff --git a/lib/Sabre/DAV/Tree/Filesystem.php b/lib/DAV/Tree/Filesystem.php
similarity index 100%
rename from lib/Sabre/DAV/Tree/Filesystem.php
rename to lib/DAV/Tree/Filesystem.php
diff --git a/lib/Sabre/DAV/URLUtil.php b/lib/DAV/URLUtil.php
similarity index 100%
rename from lib/Sabre/DAV/URLUtil.php
rename to lib/DAV/URLUtil.php
diff --git a/lib/Sabre/DAV/UUIDUtil.php b/lib/DAV/UUIDUtil.php
similarity index 100%
rename from lib/Sabre/DAV/UUIDUtil.php
rename to lib/DAV/UUIDUtil.php
diff --git a/lib/Sabre/DAV/Version.php b/lib/DAV/Version.php
similarity index 100%
rename from lib/Sabre/DAV/Version.php
rename to lib/DAV/Version.php
diff --git a/lib/Sabre/DAV/XMLUtil.php b/lib/DAV/XMLUtil.php
similarity index 100%
rename from lib/Sabre/DAV/XMLUtil.php
rename to lib/DAV/XMLUtil.php
diff --git a/lib/Sabre/DAVACL/AbstractPrincipalCollection.php b/lib/DAVACL/AbstractPrincipalCollection.php
similarity index 100%
rename from lib/Sabre/DAVACL/AbstractPrincipalCollection.php
rename to lib/DAVACL/AbstractPrincipalCollection.php
diff --git a/lib/Sabre/DAVACL/Exception/AceConflict.php b/lib/DAVACL/Exception/AceConflict.php
similarity index 100%
rename from lib/Sabre/DAVACL/Exception/AceConflict.php
rename to lib/DAVACL/Exception/AceConflict.php
diff --git a/lib/Sabre/DAVACL/Exception/NeedPrivileges.php b/lib/DAVACL/Exception/NeedPrivileges.php
similarity index 100%
rename from lib/Sabre/DAVACL/Exception/NeedPrivileges.php
rename to lib/DAVACL/Exception/NeedPrivileges.php
diff --git a/lib/Sabre/DAVACL/Exception/NoAbstract.php b/lib/DAVACL/Exception/NoAbstract.php
similarity index 100%
rename from lib/Sabre/DAVACL/Exception/NoAbstract.php
rename to lib/DAVACL/Exception/NoAbstract.php
diff --git a/lib/Sabre/DAVACL/Exception/NotRecognizedPrincipal.php b/lib/DAVACL/Exception/NotRecognizedPrincipal.php
similarity index 100%
rename from lib/Sabre/DAVACL/Exception/NotRecognizedPrincipal.php
rename to lib/DAVACL/Exception/NotRecognizedPrincipal.php
diff --git a/lib/Sabre/DAVACL/Exception/NotSupportedPrivilege.php b/lib/DAVACL/Exception/NotSupportedPrivilege.php
similarity index 100%
rename from lib/Sabre/DAVACL/Exception/NotSupportedPrivilege.php
rename to lib/DAVACL/Exception/NotSupportedPrivilege.php
diff --git a/lib/Sabre/DAVACL/IACL.php b/lib/DAVACL/IACL.php
similarity index 100%
rename from lib/Sabre/DAVACL/IACL.php
rename to lib/DAVACL/IACL.php
diff --git a/lib/Sabre/DAVACL/IPrincipal.php b/lib/DAVACL/IPrincipal.php
similarity index 100%
rename from lib/Sabre/DAVACL/IPrincipal.php
rename to lib/DAVACL/IPrincipal.php
diff --git a/lib/Sabre/DAVACL/IPrincipalCollection.php b/lib/DAVACL/IPrincipalCollection.php
similarity index 100%
rename from lib/Sabre/DAVACL/IPrincipalCollection.php
rename to lib/DAVACL/IPrincipalCollection.php
diff --git a/lib/Sabre/DAVACL/Plugin.php b/lib/DAVACL/Plugin.php
similarity index 100%
rename from lib/Sabre/DAVACL/Plugin.php
rename to lib/DAVACL/Plugin.php
diff --git a/lib/Sabre/DAVACL/Principal.php b/lib/DAVACL/Principal.php
similarity index 100%
rename from lib/Sabre/DAVACL/Principal.php
rename to lib/DAVACL/Principal.php
diff --git a/lib/Sabre/DAVACL/PrincipalBackend/AbstractBackend.php b/lib/DAVACL/PrincipalBackend/AbstractBackend.php
similarity index 100%
rename from lib/Sabre/DAVACL/PrincipalBackend/AbstractBackend.php
rename to lib/DAVACL/PrincipalBackend/AbstractBackend.php
diff --git a/lib/Sabre/DAVACL/PrincipalBackend/BackendInterface.php b/lib/DAVACL/PrincipalBackend/BackendInterface.php
similarity index 100%
rename from lib/Sabre/DAVACL/PrincipalBackend/BackendInterface.php
rename to lib/DAVACL/PrincipalBackend/BackendInterface.php
diff --git a/lib/Sabre/DAVACL/PrincipalBackend/PDO.php b/lib/DAVACL/PrincipalBackend/PDO.php
similarity index 100%
rename from lib/Sabre/DAVACL/PrincipalBackend/PDO.php
rename to lib/DAVACL/PrincipalBackend/PDO.php
diff --git a/lib/Sabre/DAVACL/PrincipalCollection.php b/lib/DAVACL/PrincipalCollection.php
similarity index 100%
rename from lib/Sabre/DAVACL/PrincipalCollection.php
rename to lib/DAVACL/PrincipalCollection.php
diff --git a/lib/Sabre/DAVACL/Property/Acl.php b/lib/DAVACL/Property/Acl.php
similarity index 100%
rename from lib/Sabre/DAVACL/Property/Acl.php
rename to lib/DAVACL/Property/Acl.php
diff --git a/lib/Sabre/DAVACL/Property/AclRestrictions.php b/lib/DAVACL/Property/AclRestrictions.php
similarity index 100%
rename from lib/Sabre/DAVACL/Property/AclRestrictions.php
rename to lib/DAVACL/Property/AclRestrictions.php
diff --git a/lib/Sabre/DAVACL/Property/CurrentUserPrivilegeSet.php b/lib/DAVACL/Property/CurrentUserPrivilegeSet.php
similarity index 100%
rename from lib/Sabre/DAVACL/Property/CurrentUserPrivilegeSet.php
rename to lib/DAVACL/Property/CurrentUserPrivilegeSet.php
diff --git a/lib/Sabre/DAVACL/Property/Principal.php b/lib/DAVACL/Property/Principal.php
similarity index 100%
rename from lib/Sabre/DAVACL/Property/Principal.php
rename to lib/DAVACL/Property/Principal.php
diff --git a/lib/Sabre/DAVACL/Property/SupportedPrivilegeSet.php b/lib/DAVACL/Property/SupportedPrivilegeSet.php
similarity index 100%
rename from lib/Sabre/DAVACL/Property/SupportedPrivilegeSet.php
rename to lib/DAVACL/Property/SupportedPrivilegeSet.php
diff --git a/lib/Sabre/autoload.php b/lib/autoload.php
similarity index 100%
rename from lib/Sabre/autoload.php
rename to lib/autoload.php
diff --git a/tests/Sabre/DAV/ServerMKCOLTest.php b/tests/Sabre/DAV/ServerMKCOLTest.php
index 0722a1a..3eea687 100644
--- a/tests/Sabre/DAV/ServerMKCOLTest.php
+++ b/tests/Sabre/DAV/ServerMKCOLTest.php
@@ -4,10 +4,6 @@ namespace Sabre\DAV;
 
 use Sabre\HTTP;
 
-require_once 'Sabre/HTTP/ResponseMock.php';
-require_once 'Sabre/DAV/AbstractServer.php';
-require_once 'Sabre/DAV/Exception.php';
-
 class ServerMKCOLTest extends AbstractServer {
 
     function testMkcol() {
diff --git a/tests/Sabre/DAV/ServerSimpleTest.php b/tests/Sabre/DAV/ServerSimpleTest.php
index f04f535..7b09295 100644
--- a/tests/Sabre/DAV/ServerSimpleTest.php
+++ b/tests/Sabre/DAV/ServerSimpleTest.php
@@ -4,10 +4,6 @@ namespace Sabre\DAV;
 
 use Sabre\HTTP;
 
-require_once 'Sabre/HTTP/ResponseMock.php';
-require_once 'Sabre/DAV/AbstractServer.php';
-require_once 'Sabre/DAV/Exception.php';
-
 class ServerSimpleTest extends AbstractServer{
 
     function testConstructArray() {

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