]> source.dussan.org Git - nextcloud-server.git/commit
Integration of SabreDAV
authorJakob Sack <kde@jakobsack.de>
Wed, 20 Jul 2011 13:53:34 +0000 (15:53 +0200)
committerJakob Sack <kde@jakobsack.de>
Wed, 20 Jul 2011 13:53:34 +0000 (15:53 +0200)
commitbf1ca75710a99a96ba39790e9db79bb0a0f950b4
treea1905c91590944e4558a6d2c5bd856be70a70f0e
parent6230001a3c80c081001c46197cc95403cc73622f
Integration of SabreDAV
155 files changed:
3dparty/HTTP/WebDAV/Server.php [deleted file]
3dparty/HTTP/WebDAV/Tools/_parse_lockinfo.php [deleted file]
3dparty/HTTP/WebDAV/Tools/_parse_propfind.php [deleted file]
3dparty/HTTP/WebDAV/Tools/_parse_proppatch.php [deleted file]
3dparty/Sabre.autoload.php [new file with mode: 0644]
3dparty/Sabre.includes.php [new file with mode: 0644]
3dparty/Sabre/CalDAV/Backend/Abstract.php [new file with mode: 0644]
3dparty/Sabre/CalDAV/Backend/PDO.php [new file with mode: 0644]
3dparty/Sabre/CalDAV/Calendar.php [new file with mode: 0644]
3dparty/Sabre/CalDAV/CalendarObject.php [new file with mode: 0644]
3dparty/Sabre/CalDAV/CalendarRootNode.php [new file with mode: 0644]
3dparty/Sabre/CalDAV/Exception/InvalidICalendarObject.php [new file with mode: 0644]
3dparty/Sabre/CalDAV/ICSExportPlugin.php [new file with mode: 0644]
3dparty/Sabre/CalDAV/ICalendarUtil.php [new file with mode: 0644]
3dparty/Sabre/CalDAV/Plugin.php [new file with mode: 0644]
3dparty/Sabre/CalDAV/Principal/Collection.php [new file with mode: 0644]
3dparty/Sabre/CalDAV/Principal/ProxyRead.php [new file with mode: 0644]
3dparty/Sabre/CalDAV/Principal/ProxyWrite.php [new file with mode: 0644]
3dparty/Sabre/CalDAV/Principal/User.php [new file with mode: 0644]
3dparty/Sabre/CalDAV/Property/SupportedCalendarComponentSet.php [new file with mode: 0644]
3dparty/Sabre/CalDAV/Property/SupportedCalendarData.php [new file with mode: 0644]
3dparty/Sabre/CalDAV/Property/SupportedCollationSet.php [new file with mode: 0644]
3dparty/Sabre/CalDAV/Server.php [new file with mode: 0644]
3dparty/Sabre/CalDAV/UserCalendars.php [new file with mode: 0644]
3dparty/Sabre/CalDAV/Version.php [new file with mode: 0644]
3dparty/Sabre/CalDAV/XMLUtil.php [new file with mode: 0644]
3dparty/Sabre/CardDAV/AddressBook.php [new file with mode: 0644]
3dparty/Sabre/CardDAV/AddressBookQueryParser.php [new file with mode: 0644]
3dparty/Sabre/CardDAV/AddressBookRoot.php [new file with mode: 0644]
3dparty/Sabre/CardDAV/Backend/Abstract.php [new file with mode: 0644]
3dparty/Sabre/CardDAV/Backend/PDO.php [new file with mode: 0644]
3dparty/Sabre/CardDAV/Card.php [new file with mode: 0644]
3dparty/Sabre/CardDAV/IAddressBook.php [new file with mode: 0644]
3dparty/Sabre/CardDAV/ICard.php [new file with mode: 0644]
3dparty/Sabre/CardDAV/IDirectory.php [new file with mode: 0644]
3dparty/Sabre/CardDAV/Plugin.php [new file with mode: 0644]
3dparty/Sabre/CardDAV/UserAddressBooks.php [new file with mode: 0644]
3dparty/Sabre/CardDAV/Version.php [new file with mode: 0644]
3dparty/Sabre/DAV/Auth/Backend/AbstractBasic.php [new file with mode: 0644]
3dparty/Sabre/DAV/Auth/Backend/AbstractDigest.php [new file with mode: 0644]
3dparty/Sabre/DAV/Auth/Backend/Apache.php [new file with mode: 0644]
3dparty/Sabre/DAV/Auth/Backend/File.php [new file with mode: 0644]
3dparty/Sabre/DAV/Auth/Backend/PDO.php [new file with mode: 0644]
3dparty/Sabre/DAV/Auth/IBackend.php [new file with mode: 0644]
3dparty/Sabre/DAV/Auth/Plugin.php [new file with mode: 0644]
3dparty/Sabre/DAV/Browser/GuessContentType.php [new file with mode: 0644]
3dparty/Sabre/DAV/Browser/MapGetToPropFind.php [new file with mode: 0644]
3dparty/Sabre/DAV/Browser/Plugin.php [new file with mode: 0644]
3dparty/Sabre/DAV/Client.php [new file with mode: 0644]
3dparty/Sabre/DAV/Directory.php [new file with mode: 0644]
3dparty/Sabre/DAV/Exception.php [new file with mode: 0644]
3dparty/Sabre/DAV/Exception/BadRequest.php [new file with mode: 0644]
3dparty/Sabre/DAV/Exception/Conflict.php [new file with mode: 0644]
3dparty/Sabre/DAV/Exception/ConflictingLock.php [new file with mode: 0644]
3dparty/Sabre/DAV/Exception/FileNotFound.php [new file with mode: 0644]
3dparty/Sabre/DAV/Exception/Forbidden.php [new file with mode: 0644]
3dparty/Sabre/DAV/Exception/InsufficientStorage.php [new file with mode: 0644]
3dparty/Sabre/DAV/Exception/InvalidResourceType.php [new file with mode: 0644]
3dparty/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php [new file with mode: 0644]
3dparty/Sabre/DAV/Exception/Locked.php [new file with mode: 0644]
3dparty/Sabre/DAV/Exception/MethodNotAllowed.php [new file with mode: 0644]
3dparty/Sabre/DAV/Exception/NotAuthenticated.php [new file with mode: 0644]
3dparty/Sabre/DAV/Exception/NotImplemented.php [new file with mode: 0644]
3dparty/Sabre/DAV/Exception/PreconditionFailed.php [new file with mode: 0644]
3dparty/Sabre/DAV/Exception/ReportNotImplemented.php [new file with mode: 0644]
3dparty/Sabre/DAV/Exception/RequestedRangeNotSatisfiable.php [new file with mode: 0644]
3dparty/Sabre/DAV/Exception/UnsupportedMediaType.php [new file with mode: 0644]
3dparty/Sabre/DAV/FS/Directory.php [new file with mode: 0644]
3dparty/Sabre/DAV/FS/File.php [new file with mode: 0644]
3dparty/Sabre/DAV/FS/Node.php [new file with mode: 0644]
3dparty/Sabre/DAV/FSExt/Directory.php [new file with mode: 0644]
3dparty/Sabre/DAV/FSExt/File.php [new file with mode: 0644]
3dparty/Sabre/DAV/FSExt/Node.php [new file with mode: 0644]
3dparty/Sabre/DAV/File.php [new file with mode: 0644]
3dparty/Sabre/DAV/ICollection.php [new file with mode: 0644]
3dparty/Sabre/DAV/IExtendedCollection.php [new file with mode: 0644]
3dparty/Sabre/DAV/IFile.php [new file with mode: 0644]
3dparty/Sabre/DAV/ILockable.php [new file with mode: 0644]
3dparty/Sabre/DAV/INode.php [new file with mode: 0644]
3dparty/Sabre/DAV/IProperties.php [new file with mode: 0644]
3dparty/Sabre/DAV/IQuota.php [new file with mode: 0644]
3dparty/Sabre/DAV/Locks/Backend/Abstract.php [new file with mode: 0644]
3dparty/Sabre/DAV/Locks/Backend/FS.php [new file with mode: 0644]
3dparty/Sabre/DAV/Locks/Backend/File.php [new file with mode: 0644]
3dparty/Sabre/DAV/Locks/Backend/PDO.php [new file with mode: 0644]
3dparty/Sabre/DAV/Locks/LockInfo.php [new file with mode: 0644]
3dparty/Sabre/DAV/Locks/Plugin.php [new file with mode: 0644]
3dparty/Sabre/DAV/Mount/Plugin.php [new file with mode: 0644]
3dparty/Sabre/DAV/Node.php [new file with mode: 0644]
3dparty/Sabre/DAV/ObjectTree.php [new file with mode: 0644]
3dparty/Sabre/DAV/Property.php [new file with mode: 0644]
3dparty/Sabre/DAV/Property/GetLastModified.php [new file with mode: 0644]
3dparty/Sabre/DAV/Property/Href.php [new file with mode: 0644]
3dparty/Sabre/DAV/Property/HrefList.php [new file with mode: 0644]
3dparty/Sabre/DAV/Property/IHref.php [new file with mode: 0644]
3dparty/Sabre/DAV/Property/LockDiscovery.php [new file with mode: 0644]
3dparty/Sabre/DAV/Property/ResourceType.php [new file with mode: 0644]
3dparty/Sabre/DAV/Property/Response.php [new file with mode: 0644]
3dparty/Sabre/DAV/Property/ResponseList.php [new file with mode: 0644]
3dparty/Sabre/DAV/Property/SupportedLock.php [new file with mode: 0644]
3dparty/Sabre/DAV/Property/SupportedReportSet.php [new file with mode: 0644]
3dparty/Sabre/DAV/Server.php [new file with mode: 0644]
3dparty/Sabre/DAV/ServerPlugin.php [new file with mode: 0644]
3dparty/Sabre/DAV/SimpleDirectory.php [new file with mode: 0644]
3dparty/Sabre/DAV/StringUtil.php [new file with mode: 0644]
3dparty/Sabre/DAV/TemporaryFileFilterPlugin.php [new file with mode: 0644]
3dparty/Sabre/DAV/Tree.php [new file with mode: 0644]
3dparty/Sabre/DAV/Tree/Filesystem.php [new file with mode: 0644]
3dparty/Sabre/DAV/URLUtil.php [new file with mode: 0644]
3dparty/Sabre/DAV/UUIDUtil.php [new file with mode: 0644]
3dparty/Sabre/DAV/Version.php [new file with mode: 0644]
3dparty/Sabre/DAV/XMLUtil.php [new file with mode: 0644]
3dparty/Sabre/DAVACL/AbstractPrincipalCollection.php [new file with mode: 0644]
3dparty/Sabre/DAVACL/Exception/AceConflict.php [new file with mode: 0644]
3dparty/Sabre/DAVACL/Exception/NeedPrivileges.php [new file with mode: 0644]
3dparty/Sabre/DAVACL/Exception/NoAbstract.php [new file with mode: 0644]
3dparty/Sabre/DAVACL/Exception/NotRecognizedPrincipal.php [new file with mode: 0644]
3dparty/Sabre/DAVACL/Exception/NotSupportedPrivilege.php [new file with mode: 0644]
3dparty/Sabre/DAVACL/IACL.php [new file with mode: 0644]
3dparty/Sabre/DAVACL/IPrincipal.php [new file with mode: 0644]
3dparty/Sabre/DAVACL/IPrincipalBackend.php [new file with mode: 0644]
3dparty/Sabre/DAVACL/Plugin.php [new file with mode: 0644]
3dparty/Sabre/DAVACL/Principal.php [new file with mode: 0644]
3dparty/Sabre/DAVACL/PrincipalBackend/PDO.php [new file with mode: 0644]
3dparty/Sabre/DAVACL/PrincipalCollection.php [new file with mode: 0644]
3dparty/Sabre/DAVACL/Property/Acl.php [new file with mode: 0644]
3dparty/Sabre/DAVACL/Property/CurrentUserPrivilegeSet.php [new file with mode: 0644]
3dparty/Sabre/DAVACL/Property/Principal.php [new file with mode: 0644]
3dparty/Sabre/DAVACL/Property/SupportedPrivilegeSet.php [new file with mode: 0644]
3dparty/Sabre/DAVACL/Version.php [new file with mode: 0644]
3dparty/Sabre/HTTP/AWSAuth.php [new file with mode: 0644]
3dparty/Sabre/HTTP/AbstractAuth.php [new file with mode: 0644]
3dparty/Sabre/HTTP/BasicAuth.php [new file with mode: 0644]
3dparty/Sabre/HTTP/DigestAuth.php [new file with mode: 0644]
3dparty/Sabre/HTTP/Request.php [new file with mode: 0644]
3dparty/Sabre/HTTP/Response.php [new file with mode: 0644]
3dparty/Sabre/HTTP/Util.php [new file with mode: 0644]
3dparty/Sabre/HTTP/Version.php [new file with mode: 0644]
3dparty/Sabre/VObject/Component.php [new file with mode: 0644]
3dparty/Sabre/VObject/Element.php [new file with mode: 0644]
3dparty/Sabre/VObject/Element/DateTime.php [new file with mode: 0644]
3dparty/Sabre/VObject/Element/MultiDateTime.php [new file with mode: 0644]
3dparty/Sabre/VObject/ElementList.php [new file with mode: 0644]
3dparty/Sabre/VObject/Node.php [new file with mode: 0644]
3dparty/Sabre/VObject/Parameter.php [new file with mode: 0644]
3dparty/Sabre/VObject/ParseException.php [new file with mode: 0644]
3dparty/Sabre/VObject/Property.php [new file with mode: 0644]
3dparty/Sabre/VObject/Reader.php [new file with mode: 0644]
3dparty/Sabre/VObject/Version.php [new file with mode: 0644]
3dparty/Sabre/VObject/includes.php [new file with mode: 0644]
3dparty/Sabre/autoload.php [new file with mode: 0644]
files/webdav.php
lib/Sabre/DAV/FS/OwncloudDirectory.php [new file with mode: 0644]
lib/Sabre/DAV/FS/OwncloudFile.php [new file with mode: 0644]
lib/Sabre/DAV/FS/OwncloudNode.php [new file with mode: 0644]