dolibarr-git
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-git] [Dolibarr/dolibarr] 3eee68: NEW Prototype of a module DAV


From: Laurent Destailleur
Subject: [Dolibarr-git] [Dolibarr/dolibarr] 3eee68: NEW Prototype of a module DAV
Date: Tue, 27 Mar 2018 07:18:26 -0700

  Branch: refs/heads/develop
  Home:   https://github.com/Dolibarr/dolibarr
  Commit: 3eee68c40491bc453e681a7ec27fd5236430f8aa
      
https://github.com/Dolibarr/dolibarr/commit/3eee68c40491bc453e681a7ec27fd5236430f8aa
  Author: Laurent Destailleur <address@hidden>
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
    M build/rpm/dolibarr_fedora.spec
    M build/rpm/dolibarr_generic.spec
    M build/rpm/dolibarr_mandriva.spec
    M build/rpm/dolibarr_opensuse.spec
    A htdocs/core/modules/modDav.class.php
    A htdocs/dav/fileserver.php
    A htdocs/includes/sabre/autoload.php
    A htdocs/includes/sabre/composer/ClassLoader.php
    A htdocs/includes/sabre/composer/LICENSE
    A htdocs/includes/sabre/composer/autoload_classmap.php
    A htdocs/includes/sabre/composer/autoload_files.php
    A htdocs/includes/sabre/composer/autoload_namespaces.php
    A htdocs/includes/sabre/composer/autoload_psr4.php
    A htdocs/includes/sabre/composer/autoload_real.php
    A htdocs/includes/sabre/composer/autoload_static.php
    A htdocs/includes/sabre/composer/installed.json
    A htdocs/includes/sabre/psr/log/.gitignore
    A htdocs/includes/sabre/psr/log/LICENSE
    A htdocs/includes/sabre/psr/log/Psr/Log/AbstractLogger.php
    A htdocs/includes/sabre/psr/log/Psr/Log/InvalidArgumentException.php
    A htdocs/includes/sabre/psr/log/Psr/Log/LogLevel.php
    A htdocs/includes/sabre/psr/log/Psr/Log/LoggerAwareInterface.php
    A htdocs/includes/sabre/psr/log/Psr/Log/LoggerAwareTrait.php
    A htdocs/includes/sabre/psr/log/Psr/Log/LoggerInterface.php
    A htdocs/includes/sabre/psr/log/Psr/Log/LoggerTrait.php
    A htdocs/includes/sabre/psr/log/Psr/Log/NullLogger.php
    A htdocs/includes/sabre/psr/log/Psr/Log/Test/LoggerInterfaceTest.php
    A htdocs/includes/sabre/psr/log/README.md
    A htdocs/includes/sabre/psr/log/composer.json
    A htdocs/includes/sabre/sabre/dav/.gitignore
    A htdocs/includes/sabre/sabre/dav/.travis.yml
    A htdocs/includes/sabre/sabre/dav/CONTRIBUTING.md
    A htdocs/includes/sabre/sabre/dav/bin/build.php
    A htdocs/includes/sabre/sabre/dav/bin/googlecode_upload.py
    A htdocs/includes/sabre/sabre/dav/bin/migrateto20.php
    A htdocs/includes/sabre/sabre/dav/bin/migrateto21.php
    A htdocs/includes/sabre/sabre/dav/bin/migrateto30.php
    A htdocs/includes/sabre/sabre/dav/bin/migrateto32.php
    A htdocs/includes/sabre/sabre/dav/bin/naturalselection
    A htdocs/includes/sabre/sabre/dav/bin/sabredav
    A htdocs/includes/sabre/sabre/dav/bin/sabredav.php
    A htdocs/includes/sabre/sabre/dav/composer.json
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Backend/AbstractBackend.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Backend/BackendInterface.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Backend/NotificationSupport.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Backend/PDO.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Backend/SchedulingSupport.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Backend/SharingSupport.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Backend/SimplePDO.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Backend/SubscriptionSupport.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Backend/SyncSupport.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Calendar.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/CalendarHome.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/CalendarObject.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/CalendarQueryValidator.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/CalendarRoot.php
    A 
htdocs/includes/sabre/sabre/dav/lib/CalDAV/Exception/InvalidComponentType.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/ICSExportPlugin.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/ICalendar.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/ICalendarObject.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/ICalendarObjectContainer.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/ISharedCalendar.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Notifications/Collection.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Notifications/ICollection.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Notifications/INode.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Notifications/Node.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Notifications/Plugin.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Plugin.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Principal/Collection.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Principal/IProxyRead.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Principal/IProxyWrite.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Principal/ProxyRead.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Principal/ProxyWrite.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Principal/User.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Schedule/IInbox.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Schedule/IMipPlugin.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Schedule/IOutbox.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Schedule/ISchedulingObject.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Schedule/Inbox.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Schedule/Outbox.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Schedule/Plugin.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Schedule/SchedulingObject.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/SharedCalendar.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/SharingPlugin.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Subscriptions/ISubscription.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Subscriptions/Plugin.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Subscriptions/Subscription.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Xml/Filter/CalendarData.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Xml/Filter/CompFilter.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Xml/Filter/ParamFilter.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Xml/Filter/PropFilter.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Xml/Notification/Invite.php
    A 
htdocs/includes/sabre/sabre/dav/lib/CalDAV/Xml/Notification/InviteReply.php
    A 
htdocs/includes/sabre/sabre/dav/lib/CalDAV/Xml/Notification/NotificationInterface.php
    A 
htdocs/includes/sabre/sabre/dav/lib/CalDAV/Xml/Notification/SystemStatus.php
    A 
htdocs/includes/sabre/sabre/dav/lib/CalDAV/Xml/Property/AllowedSharingModes.php
    A 
htdocs/includes/sabre/sabre/dav/lib/CalDAV/Xml/Property/EmailAddressSet.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Xml/Property/Invite.php
    A 
htdocs/includes/sabre/sabre/dav/lib/CalDAV/Xml/Property/ScheduleCalendarTransp.php
    A 
htdocs/includes/sabre/sabre/dav/lib/CalDAV/Xml/Property/SupportedCalendarComponentSet.php
    A 
htdocs/includes/sabre/sabre/dav/lib/CalDAV/Xml/Property/SupportedCalendarData.php
    A 
htdocs/includes/sabre/sabre/dav/lib/CalDAV/Xml/Property/SupportedCollationSet.php
    A 
htdocs/includes/sabre/sabre/dav/lib/CalDAV/Xml/Request/CalendarMultiGetReport.php
    A 
htdocs/includes/sabre/sabre/dav/lib/CalDAV/Xml/Request/CalendarQueryReport.php
    A 
htdocs/includes/sabre/sabre/dav/lib/CalDAV/Xml/Request/FreeBusyQueryReport.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Xml/Request/InviteReply.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Xml/Request/MkCalendar.php
    A htdocs/includes/sabre/sabre/dav/lib/CalDAV/Xml/Request/Share.php
    A htdocs/includes/sabre/sabre/dav/lib/CardDAV/AddressBook.php
    A htdocs/includes/sabre/sabre/dav/lib/CardDAV/AddressBookHome.php
    A htdocs/includes/sabre/sabre/dav/lib/CardDAV/AddressBookRoot.php
    A htdocs/includes/sabre/sabre/dav/lib/CardDAV/Backend/AbstractBackend.php
    A htdocs/includes/sabre/sabre/dav/lib/CardDAV/Backend/BackendInterface.php
    A htdocs/includes/sabre/sabre/dav/lib/CardDAV/Backend/PDO.php
    A htdocs/includes/sabre/sabre/dav/lib/CardDAV/Backend/SyncSupport.php
    A htdocs/includes/sabre/sabre/dav/lib/CardDAV/Card.php
    A htdocs/includes/sabre/sabre/dav/lib/CardDAV/IAddressBook.php
    A htdocs/includes/sabre/sabre/dav/lib/CardDAV/ICard.php
    A htdocs/includes/sabre/sabre/dav/lib/CardDAV/IDirectory.php
    A htdocs/includes/sabre/sabre/dav/lib/CardDAV/Plugin.php
    A htdocs/includes/sabre/sabre/dav/lib/CardDAV/VCFExportPlugin.php
    A htdocs/includes/sabre/sabre/dav/lib/CardDAV/Xml/Filter/AddressData.php
    A htdocs/includes/sabre/sabre/dav/lib/CardDAV/Xml/Filter/ParamFilter.php
    A htdocs/includes/sabre/sabre/dav/lib/CardDAV/Xml/Filter/PropFilter.php
    A 
htdocs/includes/sabre/sabre/dav/lib/CardDAV/Xml/Property/SupportedAddressData.php
    A 
htdocs/includes/sabre/sabre/dav/lib/CardDAV/Xml/Property/SupportedCollationSet.php
    A 
htdocs/includes/sabre/sabre/dav/lib/CardDAV/Xml/Request/AddressBookMultiGetReport.php
    A 
htdocs/includes/sabre/sabre/dav/lib/CardDAV/Xml/Request/AddressBookQueryReport.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Auth/Backend/AbstractBasic.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Auth/Backend/AbstractBearer.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Auth/Backend/AbstractDigest.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Auth/Backend/Apache.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Auth/Backend/BackendInterface.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Auth/Backend/BasicCallBack.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Auth/Backend/File.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Auth/Backend/PDO.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Auth/Plugin.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Browser/GuessContentType.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Browser/HtmlOutput.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Browser/HtmlOutputHelper.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Browser/MapGetToPropFind.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Browser/Plugin.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Browser/PropFindAll.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Browser/assets/favicon.ico
    A 
htdocs/includes/sabre/sabre/dav/lib/DAV/Browser/assets/openiconic/ICON-LICENSE
    A 
htdocs/includes/sabre/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.css
    A 
htdocs/includes/sabre/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.eot
    A 
htdocs/includes/sabre/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.otf
    A 
htdocs/includes/sabre/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.svg
    A 
htdocs/includes/sabre/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.ttf
    A 
htdocs/includes/sabre/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.woff
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Browser/assets/sabredav.css
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Browser/assets/sabredav.png
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Client.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Collection.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/CorePlugin.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Exception.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Exception/BadRequest.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Exception/Conflict.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Exception/ConflictingLock.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Exception/Forbidden.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Exception/InsufficientStorage.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Exception/InvalidResourceType.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Exception/InvalidSyncToken.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Exception/LengthRequired.php
    A 
htdocs/includes/sabre/sabre/dav/lib/DAV/Exception/LockTokenMatchesRequestUri.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Exception/Locked.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Exception/MethodNotAllowed.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Exception/NotAuthenticated.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Exception/NotFound.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Exception/NotImplemented.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Exception/PaymentRequired.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Exception/PreconditionFailed.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Exception/ReportNotSupported.php
    A 
htdocs/includes/sabre/sabre/dav/lib/DAV/Exception/RequestedRangeNotSatisfiable.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Exception/ServiceUnavailable.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Exception/TooManyMatches.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Exception/UnsupportedMediaType.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/FS/Directory.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/FS/File.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/FS/Node.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/FSExt/Directory.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/FSExt/File.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/File.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/ICollection.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/IExtendedCollection.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/IFile.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/IMoveTarget.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/IMultiGet.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/INode.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/IProperties.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/IQuota.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Locks/Backend/AbstractBackend.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Locks/Backend/BackendInterface.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Locks/Backend/File.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Locks/Backend/PDO.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Locks/LockInfo.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Locks/Plugin.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/MkCol.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Mount/Plugin.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Node.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/PartialUpdate/IPatchSupport.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/PartialUpdate/Plugin.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/PropFind.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/PropPatch.php
    A 
htdocs/includes/sabre/sabre/dav/lib/DAV/PropertyStorage/Backend/BackendInterface.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/PropertyStorage/Backend/PDO.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/PropertyStorage/Plugin.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Server.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/ServerPlugin.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Sharing/ISharedNode.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Sharing/Plugin.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/SimpleCollection.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/SimpleFile.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/StringUtil.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Sync/ISyncCollection.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Sync/Plugin.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/TemporaryFileFilterPlugin.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Tree.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/UUIDUtil.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Version.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Xml/Element/Prop.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Xml/Element/Response.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Xml/Element/Sharee.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Xml/Property/Complex.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Xml/Property/GetLastModified.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Xml/Property/Href.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Xml/Property/Invite.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Xml/Property/LocalHref.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Xml/Property/LockDiscovery.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Xml/Property/ResourceType.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Xml/Property/ShareAccess.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Xml/Property/SupportedLock.php
    A 
htdocs/includes/sabre/sabre/dav/lib/DAV/Xml/Property/SupportedMethodSet.php
    A 
htdocs/includes/sabre/sabre/dav/lib/DAV/Xml/Property/SupportedReportSet.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Xml/Request/Lock.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Xml/Request/MkCol.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Xml/Request/PropFind.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Xml/Request/PropPatch.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Xml/Request/ShareResource.php
    A 
htdocs/includes/sabre/sabre/dav/lib/DAV/Xml/Request/SyncCollectionReport.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Xml/Response/MultiStatus.php
    A htdocs/includes/sabre/sabre/dav/lib/DAV/Xml/Service.php
    A htdocs/includes/sabre/sabre/dav/lib/DAVACL/ACLTrait.php
    A htdocs/includes/sabre/sabre/dav/lib/DAVACL/AbstractPrincipalCollection.php
    A htdocs/includes/sabre/sabre/dav/lib/DAVACL/Exception/AceConflict.php
    A htdocs/includes/sabre/sabre/dav/lib/DAVACL/Exception/NeedPrivileges.php
    A htdocs/includes/sabre/sabre/dav/lib/DAVACL/Exception/NoAbstract.php
    A 
htdocs/includes/sabre/sabre/dav/lib/DAVACL/Exception/NotRecognizedPrincipal.php
    A 
htdocs/includes/sabre/sabre/dav/lib/DAVACL/Exception/NotSupportedPrivilege.php
    A htdocs/includes/sabre/sabre/dav/lib/DAVACL/FS/Collection.php
    A htdocs/includes/sabre/sabre/dav/lib/DAVACL/FS/File.php
    A htdocs/includes/sabre/sabre/dav/lib/DAVACL/FS/HomeCollection.php
    A htdocs/includes/sabre/sabre/dav/lib/DAVACL/IACL.php
    A htdocs/includes/sabre/sabre/dav/lib/DAVACL/IPrincipal.php
    A htdocs/includes/sabre/sabre/dav/lib/DAVACL/IPrincipalCollection.php
    A htdocs/includes/sabre/sabre/dav/lib/DAVACL/Plugin.php
    A htdocs/includes/sabre/sabre/dav/lib/DAVACL/Principal.php
    A 
htdocs/includes/sabre/sabre/dav/lib/DAVACL/PrincipalBackend/AbstractBackend.php
    A 
htdocs/includes/sabre/sabre/dav/lib/DAVACL/PrincipalBackend/BackendInterface.php
    A 
htdocs/includes/sabre/sabre/dav/lib/DAVACL/PrincipalBackend/CreatePrincipalSupport.php
    A htdocs/includes/sabre/sabre/dav/lib/DAVACL/PrincipalBackend/PDO.php
    A htdocs/includes/sabre/sabre/dav/lib/DAVACL/PrincipalCollection.php
    A htdocs/includes/sabre/sabre/dav/lib/DAVACL/Xml/Property/Acl.php
    A 
htdocs/includes/sabre/sabre/dav/lib/DAVACL/Xml/Property/AclRestrictions.php
    A 
htdocs/includes/sabre/sabre/dav/lib/DAVACL/Xml/Property/CurrentUserPrivilegeSet.php
    A htdocs/includes/sabre/sabre/dav/lib/DAVACL/Xml/Property/Principal.php
    A 
htdocs/includes/sabre/sabre/dav/lib/DAVACL/Xml/Property/SupportedPrivilegeSet.php
    A 
htdocs/includes/sabre/sabre/dav/lib/DAVACL/Xml/Request/AclPrincipalPropSetReport.php
    A 
htdocs/includes/sabre/sabre/dav/lib/DAVACL/Xml/Request/ExpandPropertyReport.php
    A 
htdocs/includes/sabre/sabre/dav/lib/DAVACL/Xml/Request/PrincipalMatchReport.php
    A 
htdocs/includes/sabre/sabre/dav/lib/DAVACL/Xml/Request/PrincipalPropertySearchReport.php
    A 
htdocs/includes/sabre/sabre/dav/lib/DAVACL/Xml/Request/PrincipalSearchPropertySetReport.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Backend/AbstractPDOTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Backend/AbstractTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Backend/Mock.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Backend/MockScheduling.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Backend/MockSharing.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Backend/MockSubscriptionSupport.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Backend/PDOMySQLTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Backend/PDOPgSqlTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Backend/PDOSqliteTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Backend/SimplePDOTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/CalendarHomeNotificationsTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/CalendarHomeSharedCalendarsTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/CalendarHomeSubscriptionsTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/CalendarHomeTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/CalendarObjectTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/CalendarQueryVAlarmTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/CalendarQueryValidatorTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/CalendarTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDbyDayTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDoubleEventsTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/ExpandEventsFloatingTimeTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/FreeBusyReportTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/ICSExportPluginTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Issue166Test.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Issue172Test.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Issue203Test.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Issue205Test.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Issue211Test.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Issue220Test.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Issue228Test.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/JCalTransformTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Notifications/CollectionTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Notifications/NodeTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Notifications/PluginTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/PluginTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Principal/CollectionTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Principal/ProxyReadTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Principal/ProxyWriteTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Principal/UserTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Schedule/DeliverNewEventTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Schedule/FreeBusyRequestTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Schedule/IMip/MockPlugin.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Schedule/IMipPluginTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Schedule/InboxTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Schedule/OutboxPostTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Schedule/OutboxTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Schedule/PluginBasicTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Schedule/PluginPropertiesTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Schedule/PluginPropertiesWithSharedCalendarTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Schedule/ScheduleDeliverTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Schedule/SchedulingObjectTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/SharedCalendarTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/SharingPluginTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Subscriptions/CreateSubscriptionTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Subscriptions/PluginTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Subscriptions/SubscriptionTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/TestUtil.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/ValidateICalTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/InviteReplyTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/InviteTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/SystemStatusTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Xml/Property/AllowedSharingModesTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Xml/Property/EmailAddressSetTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Xml/Property/InviteTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Xml/Property/ScheduleCalendarTranspTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Xml/Property/SupportedCalendarComponentSetTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Xml/Property/SupportedCalendarDataTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Xml/Property/SupportedCollationSetTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Xml/Request/CalendarQueryReportTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Xml/Request/InviteReplyTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Xml/Request/ShareTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CardDAV/AbstractPluginTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CardDAV/AddressBookHomeTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CardDAV/AddressBookQueryTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CardDAV/AddressBookRootTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CardDAV/AddressBookTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CardDAV/Backend/AbstractPDOTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CardDAV/Backend/Mock.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CardDAV/Backend/PDOMySQLTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CardDAV/Backend/PDOPgSqlTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CardDAV/Backend/PDOSqliteTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CardDAV/CardTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CardDAV/IDirectoryTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CardDAV/MultiGetTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CardDAV/PluginTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CardDAV/SogoStripContentTypeTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CardDAV/TestUtil.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CardDAV/VCFExportTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CardDAV/ValidateFilterTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/CardDAV/ValidateVCardTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CardDAV/Xml/Property/SupportedAddressDataTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CardDAV/Xml/Property/SupportedCollationSetTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CardDAV/Xml/Request/AddressBookMultiGetTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/CardDAV/Xml/Request/AddressBookQueryReportTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/AbstractServer.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractBasicTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractBearerTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractDigestTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractPDOTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Auth/Backend/ApacheTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Auth/Backend/BasicCallBackTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Auth/Backend/FileTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Auth/Backend/Mock.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Auth/Backend/PDOMySQLTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Auth/Backend/PDOPgSqlTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Auth/Backend/PDOSqliteTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Auth/PluginTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/BasicNodeTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Browser/GuessContentTypeTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Browser/MapGetToPropFindTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Browser/PluginTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Browser/PropFindAllTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/ClientMock.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/ClientTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/CorePluginTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/DbTestHelperTrait.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Exception/LockedTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Exception/PaymentRequiredTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Exception/ServiceUnavailableTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Exception/TooManyMatchesTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/ExceptionTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/FSExt/DirectoryTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/FSExt/FileTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/FSExt/ServerTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/GetIfConditionsTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/HTTPPreferParsingTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/HttpCopyTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/HttpDeleteTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/HttpGetTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/HttpHeadTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/HttpMoveTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/HttpPutTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Issue33Test.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Locks/Backend/AbstractTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Locks/Backend/FileTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Locks/Backend/Mock.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Locks/Backend/PDOMySQLTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Locks/Backend/PDOPgSqlTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Locks/Backend/PDOSqliteTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Locks/Backend/PDOTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Locks/MSWordTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Locks/Plugin2Test.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Locks/PluginTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Mock/Collection.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Mock/File.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Mock/PropertiesCollection.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Mock/SharedNode.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Mock/StreamingFile.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/MockLogger.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Mount/PluginTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/ObjectTreeTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/PSR3Test.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/PartialUpdate/FileMock.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/PartialUpdate/PluginTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/PartialUpdate/SpecificationTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/PropFindTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/PropPatchTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/AbstractPDOTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/Mock.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/PDOMysqlTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/PDOPgSqlTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/PDOSqliteTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/PropertyStorage/PluginTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/ServerEventsTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/ServerMKCOLTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/ServerPluginTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/ServerPreconditionTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/ServerPropsInfiniteDepthTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/ServerPropsTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/ServerRangeTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/ServerSimpleTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/ServerUpdatePropertiesTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Sharing/PluginTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Sharing/ShareResourceTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/SimpleFileTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/StringUtilTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Sync/MockSyncCollection.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Sync/PluginTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/SyncTokenPropertyTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/TemporaryFileFilterTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/TestPlugin.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/TreeTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/UUIDUtilTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Xml/Element/PropTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Xml/Element/ResponseTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Xml/Element/ShareeTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Xml/Property/HrefTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Xml/Property/InviteTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Xml/Property/LastModifiedTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Xml/Property/LocalHrefTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Xml/Property/LockDiscoveryTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Xml/Property/ShareAccessTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Xml/Property/SupportedMethodSetTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Xml/Property/SupportedReportSetTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Xml/Request/PropFindTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Xml/Request/PropPatchTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Xml/Request/ShareResourceTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Xml/Request/SyncCollectionTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAV/Xml/XmlTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/ACLMethodTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/AclPrincipalPropSetReportTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/AllowAccessTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/BlockAccessTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/Exception/AceConflictTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/Exception/NeedPrivilegesExceptionTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/Exception/NoAbstractTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/Exception/NotRecognizedPrincipalTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/Exception/NotSupportedPrivilegeTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/ExpandPropertiesTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/FS/CollectionTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/FS/FileTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/FS/HomeCollectionTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/MockACLNode.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/MockPrincipal.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/PluginAdminTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/PluginPropertiesTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/PluginUpdatePropertiesTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/AbstractPDOTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/Mock.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/PDOMySQLTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/PDOPgSqlTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/PDOSqliteTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/PrincipalCollectionTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/PrincipalMatchTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/PrincipalPropertySearchTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/PrincipalSearchPropertySetTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/PrincipalTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/SimplePluginTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/Xml/Property/ACLTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/Xml/Property/AclRestrictionsTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/Xml/Property/CurrentUserPrivilegeSetTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/Xml/Property/PrincipalTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/Xml/Property/SupportedPrivilegeSetTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/Xml/Request/AclPrincipalPropSetReportTest.php
    A 
htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVACL/Xml/Request/PrincipalMatchReportTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/DAVServerTest.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/HTTP/ResponseMock.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/HTTP/SapiMock.php
    A htdocs/includes/sabre/sabre/dav/tests/Sabre/TestUtil.php
    A htdocs/includes/sabre/sabre/dav/tests/bootstrap.php
    A htdocs/includes/sabre/sabre/dav/tests/phpcs/ruleset.xml
    A htdocs/includes/sabre/sabre/dav/tests/phpunit.xml.dist
    A htdocs/includes/sabre/sabre/event/.gitignore
    A htdocs/includes/sabre/sabre/event/.travis.yml
    A htdocs/includes/sabre/sabre/event/CHANGELOG.md
    A htdocs/includes/sabre/sabre/event/LICENSE
    A htdocs/includes/sabre/sabre/event/README.md
    A htdocs/includes/sabre/sabre/event/bin/.empty
    A htdocs/includes/sabre/sabre/event/composer.json
    A htdocs/includes/sabre/sabre/event/examples/promise.php
    A htdocs/includes/sabre/sabre/event/examples/tail.php
    A htdocs/includes/sabre/sabre/event/lib/EventEmitter.php
    A htdocs/includes/sabre/sabre/event/lib/EventEmitterInterface.php
    A htdocs/includes/sabre/sabre/event/lib/EventEmitterTrait.php
    A htdocs/includes/sabre/sabre/event/lib/Loop/Loop.php
    A htdocs/includes/sabre/sabre/event/lib/Loop/functions.php
    A htdocs/includes/sabre/sabre/event/lib/Promise.php
    A htdocs/includes/sabre/sabre/event/lib/Promise/functions.php
    A htdocs/includes/sabre/sabre/event/lib/PromiseAlreadyResolvedException.php
    A htdocs/includes/sabre/sabre/event/lib/Version.php
    A htdocs/includes/sabre/sabre/event/lib/coroutine.php
    A htdocs/includes/sabre/sabre/event/phpunit.xml.dist
    A htdocs/includes/sabre/sabre/event/tests/ContinueCallbackTest.php
    A htdocs/includes/sabre/sabre/event/tests/CoroutineTest.php
    A htdocs/includes/sabre/sabre/event/tests/EventEmitterTest.php
    A htdocs/includes/sabre/sabre/event/tests/Loop/FunctionsTest.php
    A htdocs/includes/sabre/sabre/event/tests/Loop/LoopTest.php
    A htdocs/includes/sabre/sabre/event/tests/Promise/FunctionsTest.php
    A htdocs/includes/sabre/sabre/event/tests/Promise/PromiseTest.php
    A htdocs/includes/sabre/sabre/event/tests/PromiseTest.php
    A htdocs/includes/sabre/sabre/event/tests/benchmark/bench.php
    A htdocs/includes/sabre/sabre/http/.gitignore
    A htdocs/includes/sabre/sabre/http/.travis.yml
    A htdocs/includes/sabre/sabre/http/CHANGELOG.md
    A htdocs/includes/sabre/sabre/http/LICENSE
    A htdocs/includes/sabre/sabre/http/README.md
    A htdocs/includes/sabre/sabre/http/bin/.empty
    A htdocs/includes/sabre/sabre/http/composer.json
    A htdocs/includes/sabre/sabre/http/examples/asyncclient.php
    A htdocs/includes/sabre/sabre/http/examples/basicauth.php
    A htdocs/includes/sabre/sabre/http/examples/client.php
    A htdocs/includes/sabre/sabre/http/examples/digestauth.php
    A htdocs/includes/sabre/sabre/http/examples/reverseproxy.php
    A htdocs/includes/sabre/sabre/http/examples/stringify.php
    A htdocs/includes/sabre/sabre/http/lib/Auth/AWS.php
    A htdocs/includes/sabre/sabre/http/lib/Auth/AbstractAuth.php
    A htdocs/includes/sabre/sabre/http/lib/Auth/Basic.php
    A htdocs/includes/sabre/sabre/http/lib/Auth/Bearer.php
    A htdocs/includes/sabre/sabre/http/lib/Auth/Digest.php
    A htdocs/includes/sabre/sabre/http/lib/Client.php
    A htdocs/includes/sabre/sabre/http/lib/ClientException.php
    A htdocs/includes/sabre/sabre/http/lib/ClientHttpException.php
    A htdocs/includes/sabre/sabre/http/lib/HttpException.php
    A htdocs/includes/sabre/sabre/http/lib/Message.php
    A htdocs/includes/sabre/sabre/http/lib/MessageDecoratorTrait.php
    A htdocs/includes/sabre/sabre/http/lib/MessageInterface.php
    A htdocs/includes/sabre/sabre/http/lib/Request.php
    A htdocs/includes/sabre/sabre/http/lib/RequestDecorator.php
    A htdocs/includes/sabre/sabre/http/lib/RequestInterface.php
    A htdocs/includes/sabre/sabre/http/lib/Response.php
    A htdocs/includes/sabre/sabre/http/lib/ResponseDecorator.php
    A htdocs/includes/sabre/sabre/http/lib/ResponseInterface.php
    A htdocs/includes/sabre/sabre/http/lib/Sapi.php
    A htdocs/includes/sabre/sabre/http/lib/URLUtil.php
    A htdocs/includes/sabre/sabre/http/lib/Util.php
    A htdocs/includes/sabre/sabre/http/lib/Version.php
    A htdocs/includes/sabre/sabre/http/lib/functions.php
    A htdocs/includes/sabre/sabre/http/tests/HTTP/Auth/AWSTest.php
    A htdocs/includes/sabre/sabre/http/tests/HTTP/Auth/BasicTest.php
    A htdocs/includes/sabre/sabre/http/tests/HTTP/Auth/BearerTest.php
    A htdocs/includes/sabre/sabre/http/tests/HTTP/Auth/DigestTest.php
    A htdocs/includes/sabre/sabre/http/tests/HTTP/ClientTest.php
    A htdocs/includes/sabre/sabre/http/tests/HTTP/FunctionsTest.php
    A htdocs/includes/sabre/sabre/http/tests/HTTP/MessageDecoratorTest.php
    A htdocs/includes/sabre/sabre/http/tests/HTTP/MessageTest.php
    A htdocs/includes/sabre/sabre/http/tests/HTTP/RequestDecoratorTest.php
    A htdocs/includes/sabre/sabre/http/tests/HTTP/RequestTest.php
    A htdocs/includes/sabre/sabre/http/tests/HTTP/ResponseDecoratorTest.php
    A htdocs/includes/sabre/sabre/http/tests/HTTP/ResponseTest.php
    A htdocs/includes/sabre/sabre/http/tests/HTTP/SapiTest.php
    A htdocs/includes/sabre/sabre/http/tests/HTTP/URLUtilTest.php
    A htdocs/includes/sabre/sabre/http/tests/HTTP/UtilTest.php
    A htdocs/includes/sabre/sabre/http/tests/bootstrap.php
    A htdocs/includes/sabre/sabre/http/tests/phpcs/ruleset.xml
    A htdocs/includes/sabre/sabre/http/tests/phpunit.xml
    A htdocs/includes/sabre/sabre/uri/.gitignore
    A htdocs/includes/sabre/sabre/uri/.travis.yml
    A htdocs/includes/sabre/sabre/uri/CHANGELOG.md
    A htdocs/includes/sabre/sabre/uri/LICENSE
    A htdocs/includes/sabre/sabre/uri/README.md
    A htdocs/includes/sabre/sabre/uri/composer.json
    A htdocs/includes/sabre/sabre/uri/lib/InvalidUriException.php
    A htdocs/includes/sabre/sabre/uri/lib/Version.php
    A htdocs/includes/sabre/sabre/uri/lib/functions.php
    A htdocs/includes/sabre/sabre/uri/tests/BuildTest.php
    A htdocs/includes/sabre/sabre/uri/tests/NormalizeTest.php
    A htdocs/includes/sabre/sabre/uri/tests/ParseTest.php
    A htdocs/includes/sabre/sabre/uri/tests/ResolveTest.php
    A htdocs/includes/sabre/sabre/uri/tests/SplitTest.php
    A htdocs/includes/sabre/sabre/uri/tests/phpcs/ruleset.xml
    A htdocs/includes/sabre/sabre/uri/tests/phpunit.xml.dist
    A htdocs/includes/sabre/sabre/vobject/.gitignore
    A htdocs/includes/sabre/sabre/vobject/.travis.yml
    A htdocs/includes/sabre/sabre/vobject/CHANGELOG.md
    A htdocs/includes/sabre/sabre/vobject/LICENSE
    A htdocs/includes/sabre/sabre/vobject/README.md
    A htdocs/includes/sabre/sabre/vobject/bin/bench.php
    A htdocs/includes/sabre/sabre/vobject/bin/bench_freebusygenerator.php
    A htdocs/includes/sabre/sabre/vobject/bin/bench_manipulatevcard.php
    A htdocs/includes/sabre/sabre/vobject/bin/fetch_windows_zones.php
    A htdocs/includes/sabre/sabre/vobject/bin/generate_vcards
    A htdocs/includes/sabre/sabre/vobject/bin/generateicalendardata.php
    A htdocs/includes/sabre/sabre/vobject/bin/mergeduplicates.php
    A htdocs/includes/sabre/sabre/vobject/bin/rrulebench.php
    A htdocs/includes/sabre/sabre/vobject/bin/vobject
    A htdocs/includes/sabre/sabre/vobject/composer.json
    A htdocs/includes/sabre/sabre/vobject/lib/BirthdayCalendarGenerator.php
    A htdocs/includes/sabre/sabre/vobject/lib/Cli.php
    A htdocs/includes/sabre/sabre/vobject/lib/Component.php
    A htdocs/includes/sabre/sabre/vobject/lib/Component/Available.php
    A htdocs/includes/sabre/sabre/vobject/lib/Component/VAlarm.php
    A htdocs/includes/sabre/sabre/vobject/lib/Component/VAvailability.php
    A htdocs/includes/sabre/sabre/vobject/lib/Component/VCalendar.php
    A htdocs/includes/sabre/sabre/vobject/lib/Component/VCard.php
    A htdocs/includes/sabre/sabre/vobject/lib/Component/VEvent.php
    A htdocs/includes/sabre/sabre/vobject/lib/Component/VFreeBusy.php
    A htdocs/includes/sabre/sabre/vobject/lib/Component/VJournal.php
    A htdocs/includes/sabre/sabre/vobject/lib/Component/VTimeZone.php
    A htdocs/includes/sabre/sabre/vobject/lib/Component/VTodo.php
    A htdocs/includes/sabre/sabre/vobject/lib/DateTimeParser.php
    A htdocs/includes/sabre/sabre/vobject/lib/Document.php
    A htdocs/includes/sabre/sabre/vobject/lib/ElementList.php
    A htdocs/includes/sabre/sabre/vobject/lib/EofException.php
    A htdocs/includes/sabre/sabre/vobject/lib/FreeBusyData.php
    A htdocs/includes/sabre/sabre/vobject/lib/FreeBusyGenerator.php
    A htdocs/includes/sabre/sabre/vobject/lib/ITip/Broker.php
    A htdocs/includes/sabre/sabre/vobject/lib/ITip/ITipException.php
    A htdocs/includes/sabre/sabre/vobject/lib/ITip/Message.php
    A 
htdocs/includes/sabre/sabre/vobject/lib/ITip/SameOrganizerForAllComponentsException.php
    A htdocs/includes/sabre/sabre/vobject/lib/InvalidDataException.php
    A htdocs/includes/sabre/sabre/vobject/lib/Node.php
    A htdocs/includes/sabre/sabre/vobject/lib/PHPUnitAssertions.php
    A htdocs/includes/sabre/sabre/vobject/lib/Parameter.php
    A htdocs/includes/sabre/sabre/vobject/lib/ParseException.php
    A htdocs/includes/sabre/sabre/vobject/lib/Parser/Json.php
    A htdocs/includes/sabre/sabre/vobject/lib/Parser/MimeDir.php
    A htdocs/includes/sabre/sabre/vobject/lib/Parser/Parser.php
    A htdocs/includes/sabre/sabre/vobject/lib/Parser/XML.php
    A htdocs/includes/sabre/sabre/vobject/lib/Parser/XML/Element/KeyValue.php
    A htdocs/includes/sabre/sabre/vobject/lib/Property.php
    A htdocs/includes/sabre/sabre/vobject/lib/Property/Binary.php
    A htdocs/includes/sabre/sabre/vobject/lib/Property/Boolean.php
    A htdocs/includes/sabre/sabre/vobject/lib/Property/FlatText.php
    A htdocs/includes/sabre/sabre/vobject/lib/Property/FloatValue.php
    A htdocs/includes/sabre/sabre/vobject/lib/Property/ICalendar/CalAddress.php
    A htdocs/includes/sabre/sabre/vobject/lib/Property/ICalendar/Date.php
    A htdocs/includes/sabre/sabre/vobject/lib/Property/ICalendar/DateTime.php
    A htdocs/includes/sabre/sabre/vobject/lib/Property/ICalendar/Duration.php
    A htdocs/includes/sabre/sabre/vobject/lib/Property/ICalendar/Period.php
    A htdocs/includes/sabre/sabre/vobject/lib/Property/ICalendar/Recur.php
    A htdocs/includes/sabre/sabre/vobject/lib/Property/IntegerValue.php
    A htdocs/includes/sabre/sabre/vobject/lib/Property/Text.php
    A htdocs/includes/sabre/sabre/vobject/lib/Property/Time.php
    A htdocs/includes/sabre/sabre/vobject/lib/Property/Unknown.php
    A htdocs/includes/sabre/sabre/vobject/lib/Property/Uri.php
    A htdocs/includes/sabre/sabre/vobject/lib/Property/UtcOffset.php
    A htdocs/includes/sabre/sabre/vobject/lib/Property/VCard/Date.php
    A htdocs/includes/sabre/sabre/vobject/lib/Property/VCard/DateAndOrTime.php
    A htdocs/includes/sabre/sabre/vobject/lib/Property/VCard/DateTime.php
    A htdocs/includes/sabre/sabre/vobject/lib/Property/VCard/LanguageTag.php
    A htdocs/includes/sabre/sabre/vobject/lib/Property/VCard/TimeStamp.php
    A htdocs/includes/sabre/sabre/vobject/lib/Reader.php
    A htdocs/includes/sabre/sabre/vobject/lib/Recur/EventIterator.php
    A 
htdocs/includes/sabre/sabre/vobject/lib/Recur/MaxInstancesExceededException.php
    A htdocs/includes/sabre/sabre/vobject/lib/Recur/NoInstancesException.php
    A htdocs/includes/sabre/sabre/vobject/lib/Recur/RDateIterator.php
    A htdocs/includes/sabre/sabre/vobject/lib/Recur/RRuleIterator.php
    A htdocs/includes/sabre/sabre/vobject/lib/Settings.php
    A htdocs/includes/sabre/sabre/vobject/lib/Splitter/ICalendar.php
    A htdocs/includes/sabre/sabre/vobject/lib/Splitter/SplitterInterface.php
    A htdocs/includes/sabre/sabre/vobject/lib/Splitter/VCard.php
    A htdocs/includes/sabre/sabre/vobject/lib/StringUtil.php
    A htdocs/includes/sabre/sabre/vobject/lib/TimeZoneUtil.php
    A htdocs/includes/sabre/sabre/vobject/lib/UUIDUtil.php
    A htdocs/includes/sabre/sabre/vobject/lib/VCardConverter.php
    A htdocs/includes/sabre/sabre/vobject/lib/Version.php
    A htdocs/includes/sabre/sabre/vobject/lib/Writer.php
    A htdocs/includes/sabre/sabre/vobject/lib/timezonedata/exchangezones.php
    A htdocs/includes/sabre/sabre/vobject/lib/timezonedata/lotuszones.php
    A htdocs/includes/sabre/sabre/vobject/lib/timezonedata/php-bc.php
    A htdocs/includes/sabre/sabre/vobject/lib/timezonedata/php-workaround.php
    A htdocs/includes/sabre/sabre/vobject/lib/timezonedata/windowszones.php
    A htdocs/includes/sabre/sabre/vobject/resources/schema/xcal.rng
    A htdocs/includes/sabre/sabre/vobject/resources/schema/xcard.rng
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/AttachIssueTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/BirthdayCalendarGeneratorTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/CliTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Component/AvailableTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/Component/VAlarmTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Component/VAvailabilityTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Component/VCalendarTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/Component/VCardTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/Component/VEventTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Component/VFreeBusyTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Component/VJournalTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Component/VTimeZoneTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/Component/VTodoTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/ComponentTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/DateTimeParserTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/DocumentTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/ElementListTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/EmClientTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/EmptyParameterTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/EmptyValueIssueTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/FreeBusyDataTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/FreeBusyGeneratorTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/GoogleColonEscapingTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/ICalendar/AttachParseTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/ITip/BrokerAttendeeReplyTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/ITip/BrokerDeleteEventTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/ITip/BrokerNewEventTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/ITip/BrokerProcessMessageTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/ITip/BrokerProcessReplyTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/ITip/BrokerTester.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/ITip/BrokerTimezoneInParseEventInfoWithoutMasterTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/ITip/BrokerUpdateEventTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/ITip/EvolutionTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/ITip/MessageTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/Issue153Test.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/Issue259Test.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Issue36WorkAroundTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/Issue40Test.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/Issue64Test.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/Issue96Test.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/IssueUndefinedIndexTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/JCalTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/JCardTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/LineFoldingIssueTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/ParameterTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/Parser/JsonTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/Parser/MimeDirTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Parser/QuotedPrintableTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/Parser/XmlTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/Property/BinaryTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/Property/BooleanTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Property/CompoundTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/Property/FloatTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Property/ICalendar/CalAddressTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Property/ICalendar/DateTimeTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Property/ICalendar/DurationTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Property/ICalendar/RecurTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/Property/TextTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/Property/UriTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Property/VCard/DateAndOrTimeTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Property/VCard/LanguageTagTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/PropertyTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/ReaderTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Recur/EventIterator/ByMonthInDailyTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Recur/EventIterator/BySetPosHangTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Recur/EventIterator/ExpandFloatingTimesTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Recur/EventIterator/FifthTuesdayProblemTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Recur/EventIterator/HandleRDateExpandTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Recur/EventIterator/IncorrectExpandTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Recur/EventIterator/InfiniteLoopProblemTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Recur/EventIterator/Issue26Test.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Recur/EventIterator/Issue48Test.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Recur/EventIterator/Issue50Test.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Recur/EventIterator/MainTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Recur/EventIterator/MaxInstancesTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Recur/EventIterator/MissingOverriddenTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Recur/EventIterator/NoInstancesTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Recur/EventIterator/OverrideFirstEventTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Recur/EventIterator/SameDateForRecurringEventsTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Recur/RDateIteratorTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Recur/RRuleIteratorTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/RecurrenceIterator/UntilRespectsTimezoneTest.ics
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/SlashRTest.php
    A 
htdocs/includes/sabre/sabre/vobject/tests/VObject/Splitter/ICalendarTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/Splitter/VCardTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/StringUtilTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/TimeZoneUtilTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/UUIDUtilTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/VCard21Test.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/VCardConverterTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/VersionTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/WriterTest.php
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/issue153.vcf
    A htdocs/includes/sabre/sabre/vobject/tests/VObject/issue64.vcf
    A htdocs/includes/sabre/sabre/vobject/tests/bootstrap.php
    A htdocs/includes/sabre/sabre/vobject/tests/phpunit.xml
    A htdocs/includes/sabre/sabre/xml/.gitignore
    A htdocs/includes/sabre/sabre/xml/.travis.yml
    A htdocs/includes/sabre/sabre/xml/CHANGELOG.md
    A htdocs/includes/sabre/sabre/xml/LICENSE
    A htdocs/includes/sabre/sabre/xml/README.md
    A htdocs/includes/sabre/sabre/xml/bin/.empty
    A htdocs/includes/sabre/sabre/xml/composer.json
    A htdocs/includes/sabre/sabre/xml/lib/ContextStackTrait.php
    A htdocs/includes/sabre/sabre/xml/lib/Deserializer/functions.php
    A htdocs/includes/sabre/sabre/xml/lib/Element.php
    A htdocs/includes/sabre/sabre/xml/lib/Element/Base.php
    A htdocs/includes/sabre/sabre/xml/lib/Element/Cdata.php
    A htdocs/includes/sabre/sabre/xml/lib/Element/Elements.php
    A htdocs/includes/sabre/sabre/xml/lib/Element/KeyValue.php
    A htdocs/includes/sabre/sabre/xml/lib/Element/Uri.php
    A htdocs/includes/sabre/sabre/xml/lib/Element/XmlFragment.php
    A htdocs/includes/sabre/sabre/xml/lib/LibXMLException.php
    A htdocs/includes/sabre/sabre/xml/lib/ParseException.php
    A htdocs/includes/sabre/sabre/xml/lib/Reader.php
    A htdocs/includes/sabre/sabre/xml/lib/Serializer/functions.php
    A htdocs/includes/sabre/sabre/xml/lib/Service.php
    A htdocs/includes/sabre/sabre/xml/lib/Version.php
    A htdocs/includes/sabre/sabre/xml/lib/Writer.php
    A htdocs/includes/sabre/sabre/xml/lib/XmlDeserializable.php
    A htdocs/includes/sabre/sabre/xml/lib/XmlSerializable.php
    A htdocs/includes/sabre/sabre/xml/tests/Sabre/Xml/ContextStackTest.php
    A htdocs/includes/sabre/sabre/xml/tests/Sabre/Xml/Deserializer/EnumTest.php
    A 
htdocs/includes/sabre/sabre/xml/tests/Sabre/Xml/Deserializer/KeyValueTest.php
    A 
htdocs/includes/sabre/sabre/xml/tests/Sabre/Xml/Deserializer/RepeatingElementsTest.php
    A 
htdocs/includes/sabre/sabre/xml/tests/Sabre/Xml/Deserializer/ValueObjectTest.php
    A htdocs/includes/sabre/sabre/xml/tests/Sabre/Xml/Element/CDataTest.php
    A htdocs/includes/sabre/sabre/xml/tests/Sabre/Xml/Element/Eater.php
    A htdocs/includes/sabre/sabre/xml/tests/Sabre/Xml/Element/ElementsTest.php
    A htdocs/includes/sabre/sabre/xml/tests/Sabre/Xml/Element/KeyValueTest.php
    A htdocs/includes/sabre/sabre/xml/tests/Sabre/Xml/Element/Mock.php
    A htdocs/includes/sabre/sabre/xml/tests/Sabre/Xml/Element/UriTest.php
    A 
htdocs/includes/sabre/sabre/xml/tests/Sabre/Xml/Element/XmlFragmentTest.php
    A htdocs/includes/sabre/sabre/xml/tests/Sabre/Xml/InfiteLoopTest.php
    A htdocs/includes/sabre/sabre/xml/tests/Sabre/Xml/ReaderTest.php
    A htdocs/includes/sabre/sabre/xml/tests/Sabre/Xml/Serializer/EnumTest.php
    A 
htdocs/includes/sabre/sabre/xml/tests/Sabre/Xml/Serializer/RepeatingElementsTest.php
    A htdocs/includes/sabre/sabre/xml/tests/Sabre/Xml/ServiceTest.php
    A htdocs/includes/sabre/sabre/xml/tests/Sabre/Xml/WriterTest.php
    A htdocs/includes/sabre/sabre/xml/tests/phpcs/ruleset.xml
    A htdocs/includes/sabre/sabre/xml/tests/phpunit.xml.dist
    M htdocs/modulebuilder/template/core/modules/modMyModule.class.php

  Log Message:
  -----------
  NEW Prototype of a module DAV



reply via email to

[Prev in Thread] Current Thread [Next in Thread]