]> git.mxchange.org Git - friendica-addons.git/commit
Initial Release of the calendar plugin
authorTobias Hößl <tobias@hoessl.eu>
Sun, 3 Jun 2012 18:19:28 +0000 (18:19 +0000)
committerTobias Hößl <tobias@hoessl.eu>
Sun, 3 Jun 2012 18:19:28 +0000 (18:19 +0000)
commit7115197a33ad9141c749a83c454a2f85d9c1290a
tree409cd5070e7be375a221588ec476075f55a4d1c0
parent45cc9885fca461335b3e6a10ee46a019c6f75b77
Initial Release of the calendar plugin
561 files changed:
dav/FriendicaACLPlugin.inc.php [new file with mode: 0644]
dav/README.md [new file with mode: 0644]
dav/SabreDAV/ChangeLog [new file with mode: 0644]
dav/SabreDAV/LICENSE [new file with mode: 0644]
dav/SabreDAV/bin/googlecode_upload.py [new file with mode: 0755]
dav/SabreDAV/bin/gwdg.php [new file with mode: 0755]
dav/SabreDAV/bin/migrateto17.php [new file with mode: 0644]
dav/SabreDAV/bin/naturalselection.py [new file with mode: 0755]
dav/SabreDAV/bin/pearpackage3.php [new file with mode: 0755]
dav/SabreDAV/build.xml [new file with mode: 0644]
dav/SabreDAV/composer.json [new file with mode: 0644]
dav/SabreDAV/docs/caldav-ctag.txt [new file with mode: 0644]
dav/SabreDAV/docs/caldav-proxy.txt [new file with mode: 0644]
dav/SabreDAV/docs/draft-daboo-carddav-directory-gateway-02.txt [new file with mode: 0644]
dav/SabreDAV/docs/draft-desruisseaux-caldav-sched-10.txt [new file with mode: 0644]
dav/SabreDAV/docs/draft-ietf-httpbis-p1-messaging-11.txt [new file with mode: 0644]
dav/SabreDAV/docs/draft-ietf-httpbis-p4-conditional-11.txt [new file with mode: 0644]
dav/SabreDAV/docs/draft-ietf-httpbis-p5-range-11.txt [new file with mode: 0644]
dav/SabreDAV/docs/draft-ietf-httpbis-p6-cache-11.txt [new file with mode: 0644]
dav/SabreDAV/docs/draft-nottingham-http-new-status-04.txt [new file with mode: 0644]
dav/SabreDAV/docs/rfc2425.txt [new file with mode: 0644]
dav/SabreDAV/docs/rfc2426.txt [new file with mode: 0644]
dav/SabreDAV/docs/rfc2518.txt [new file with mode: 0644]
dav/SabreDAV/docs/rfc2616.txt [new file with mode: 0644]
dav/SabreDAV/docs/rfc2617.txt [new file with mode: 0644]
dav/SabreDAV/docs/rfc3253.pdf [new file with mode: 0644]
dav/SabreDAV/docs/rfc3744.pdf [new file with mode: 0644]
dav/SabreDAV/docs/rfc4437.pdf [new file with mode: 0644]
dav/SabreDAV/docs/rfc4790.txt [new file with mode: 0644]
dav/SabreDAV/docs/rfc4791.txt [new file with mode: 0644]
dav/SabreDAV/docs/rfc4918.pdf [new file with mode: 0644]
dav/SabreDAV/docs/rfc5051.txt [new file with mode: 0644]
dav/SabreDAV/docs/rfc5397.txt [new file with mode: 0644]
dav/SabreDAV/docs/rfc5545.txt [new file with mode: 0644]
dav/SabreDAV/docs/rfc5546.txt [new file with mode: 0644]
dav/SabreDAV/docs/rfc5689.txt [new file with mode: 0644]
dav/SabreDAV/docs/rfc5789.txt [new file with mode: 0644]
dav/SabreDAV/docs/rfc6047.txt [new file with mode: 0644]
dav/SabreDAV/docs/rfc6321.txt [new file with mode: 0644]
dav/SabreDAV/docs/rfc6350.txt [new file with mode: 0644]
dav/SabreDAV/docs/rfc6351.txt [new file with mode: 0644]
dav/SabreDAV/docs/rfc6352.txt [new file with mode: 0644]
dav/SabreDAV/examples/addressbookserver.php [new file with mode: 0644]
dav/SabreDAV/examples/basicauth.php [new file with mode: 0644]
dav/SabreDAV/examples/calendarserver.php [new file with mode: 0644]
dav/SabreDAV/examples/digestauth.php [new file with mode: 0644]
dav/SabreDAV/examples/fileserver.php [new file with mode: 0644]
dav/SabreDAV/examples/groupwareserver.php [new file with mode: 0644]
dav/SabreDAV/examples/simplefsserver.php [new file with mode: 0644]
dav/SabreDAV/examples/sql/mysql.addressbook.sql [new file with mode: 0644]
dav/SabreDAV/examples/sql/mysql.calendars.sql [new file with mode: 0644]
dav/SabreDAV/examples/sql/mysql.locks.sql [new file with mode: 0644]
dav/SabreDAV/examples/sql/mysql.principals.sql [new file with mode: 0644]
dav/SabreDAV/examples/sql/mysql.users.sql [new file with mode: 0644]
dav/SabreDAV/examples/sql/pgsql.addressbook.sql [new file with mode: 0644]
dav/SabreDAV/examples/sql/pgsql.calendars.sql [new file with mode: 0644]
dav/SabreDAV/examples/sql/pgsql.locks.sql [new file with mode: 0644]
dav/SabreDAV/examples/sql/pgsql.principals.sql [new file with mode: 0644]
dav/SabreDAV/examples/sql/pgsql.users.sql [new file with mode: 0644]
dav/SabreDAV/examples/sql/sqlite.addressbooks.sql [new file with mode: 0644]
dav/SabreDAV/examples/sql/sqlite.calendars.sql [new file with mode: 0644]
dav/SabreDAV/examples/sql/sqlite.locks.sql [new file with mode: 0644]
dav/SabreDAV/examples/sql/sqlite.principals.sql [new file with mode: 0644]
dav/SabreDAV/examples/sql/sqlite.users.sql [new file with mode: 0644]
dav/SabreDAV/examples/webserver/apache2_htaccess.conf [new file with mode: 0644]
dav/SabreDAV/examples/webserver/apache2_vhost.conf [new file with mode: 0644]
dav/SabreDAV/examples/webserver/apache2_vhost_cgi.conf [new file with mode: 0644]
dav/SabreDAV/lib/Sabre.includes.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/Backend/Abstract.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/Backend/PDO.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/Calendar.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/CalendarObject.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/CalendarQueryParser.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/CalendarQueryValidator.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/CalendarRootNode.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/ICSExportPlugin.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/ICalendar.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/ICalendarObject.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/Plugin.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/Principal/Collection.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/Principal/ProxyRead.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/Principal/ProxyWrite.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/Principal/User.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/Property/SupportedCalendarComponentSet.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/Property/SupportedCalendarData.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/Property/SupportedCollationSet.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/Schedule/IMip.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/Schedule/IOutbox.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/Schedule/Outbox.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/Server.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/UserCalendars.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/Version.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/includes.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CardDAV/AddressBook.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CardDAV/AddressBookQueryParser.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CardDAV/AddressBookRoot.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CardDAV/Backend/Abstract.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CardDAV/Backend/PDO.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CardDAV/Card.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CardDAV/IAddressBook.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CardDAV/ICard.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CardDAV/IDirectory.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CardDAV/Plugin.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CardDAV/Property/SupportedAddressData.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CardDAV/UserAddressBooks.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CardDAV/Version.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CardDAV/includes.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Auth/Backend/AbstractBasic.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Auth/Backend/AbstractDigest.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Auth/Backend/Apache.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Auth/Backend/File.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Auth/Backend/PDO.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Auth/IBackend.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Auth/Plugin.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Browser/GuessContentType.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Browser/MapGetToPropFind.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Browser/Plugin.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Browser/assets/favicon.ico [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/addressbook.png [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/calendar.png [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/card.png [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/collection.png [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/file.png [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/parent.png [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/principal.png [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Client.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Collection.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Exception.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Exception/BadRequest.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Exception/Conflict.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Exception/ConflictingLock.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Exception/FileNotFound.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Exception/Forbidden.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Exception/InsufficientStorage.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Exception/InvalidResourceType.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Exception/Locked.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Exception/MethodNotAllowed.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Exception/NotAuthenticated.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Exception/NotFound.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Exception/NotImplemented.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Exception/PaymentRequired.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Exception/PreconditionFailed.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Exception/ReportNotImplemented.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Exception/RequestedRangeNotSatisfiable.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Exception/UnsupportedMediaType.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/FS/Directory.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/FS/File.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/FS/Node.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/FSExt/Directory.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/FSExt/File.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/FSExt/Node.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/File.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/ICollection.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/IExtendedCollection.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/IFile.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/INode.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/IProperties.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/IQuota.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Locks/Backend/Abstract.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Locks/Backend/FS.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Locks/Backend/File.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Locks/Backend/PDO.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Locks/LockInfo.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Locks/Plugin.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Mount/Plugin.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Node.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/ObjectTree.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/PartialUpdate/IFile.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/PartialUpdate/Plugin.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Property.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Property/GetLastModified.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Property/Href.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Property/HrefList.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Property/IHref.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Property/LockDiscovery.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Property/ResourceType.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Property/Response.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Property/ResponseList.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Property/SupportedLock.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Property/SupportedReportSet.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Server.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/ServerPlugin.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/SimpleCollection.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/SimpleFile.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/StringUtil.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/TemporaryFileFilterPlugin.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Tree.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Tree/Filesystem.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/URLUtil.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/UUIDUtil.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Version.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/XMLUtil.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/includes.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAVACL/AbstractPrincipalCollection.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAVACL/Exception/AceConflict.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAVACL/Exception/NeedPrivileges.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAVACL/Exception/NoAbstract.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAVACL/Exception/NotRecognizedPrincipal.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAVACL/Exception/NotSupportedPrivilege.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAVACL/IACL.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAVACL/IPrincipal.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAVACL/IPrincipalBackend.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAVACL/Plugin.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAVACL/Principal.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAVACL/PrincipalBackend/PDO.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAVACL/PrincipalCollection.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAVACL/Property/Acl.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAVACL/Property/AclRestrictions.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAVACL/Property/CurrentUserPrivilegeSet.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAVACL/Property/Principal.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAVACL/Property/SupportedPrivilegeSet.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAVACL/Version.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAVACL/includes.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/HTTP/AWSAuth.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/HTTP/AbstractAuth.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/HTTP/BasicAuth.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/HTTP/DigestAuth.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/HTTP/Request.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/HTTP/Response.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/HTTP/Util.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/HTTP/Version.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/HTTP/includes.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/VObject/Component.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/VObject/Component/VAlarm.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/VObject/Component/VCalendar.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/VObject/Component/VEvent.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/VObject/Component/VJournal.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/VObject/Component/VTodo.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/VObject/DateTimeParser.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/VObject/Element.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/VObject/ElementList.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/VObject/FreeBusyGenerator.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/VObject/Node.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/VObject/Parameter.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/VObject/ParseException.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/VObject/Property.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/VObject/Property/DateTime.php [new file with mode: 0755]
dav/SabreDAV/lib/Sabre/VObject/Property/MultiDateTime.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/VObject/Reader.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/VObject/RecurrenceIterator.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/VObject/Version.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/VObject/WindowsTimezoneMap.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/VObject/includes.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/autoload.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/Backend/AbstractPDOTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/Backend/AbstractTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/Backend/Mock.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/Backend/PDOMySQLTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/Backend/PDOSqliteTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/CalendarObjectTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/CalendarQueryParserTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/CalendarQueryVAlarmTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/CalendarQueryValidatorTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/CalendarTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDbyDayTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/ExpandEventsDoubleEventsTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/FreeBusyReportTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/ICSExportPluginTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/Issue166Test.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/Issue172Test.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/Issue203Test.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/Issue205Test.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/Issue211Test.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/OutboxPostTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/PluginTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/Principal/CollectionTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/Principal/ProxyReadTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/Principal/ProxyWriteTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/Principal/UserTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/Property/SupportedCalendarComponentSetTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/Property/SupportedCalendarDataTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/Property/SupportedCollationSetTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/Schedule/IMip/Mock.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/Schedule/OutboxTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/ServerTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/TestUtil.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/UserCalendarsTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/ValidateICalTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/VersionTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CardDAV/AbstractPluginTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CardDAV/AddressBookQueryParserTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CardDAV/AddressBookQueryTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CardDAV/AddressBookRootTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CardDAV/AddressBookTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CardDAV/Backend/AbstractPDOTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CardDAV/Backend/Mock.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CardDAV/Backend/PDOMySQLTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CardDAV/Backend/PDOSqliteTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CardDAV/CardTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CardDAV/IDirectoryTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CardDAV/MultiGetTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CardDAV/PluginTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CardDAV/Property/SupportedAddressDataTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CardDAV/SogoStripContentTypeTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CardDAV/UserAddressBooksTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CardDAV/ValidateFilterTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CardDAV/ValidateVCardTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CardDAV/VersionTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/AbstractServer.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Auth/Backend/AbstractBasicTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Auth/Backend/AbstractDigestTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Auth/Backend/AbstractPDOTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Auth/Backend/ApacheTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Auth/Backend/FileTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Auth/Backend/PDOMySQLTest [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Auth/Backend/PDOMySQLTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Auth/Backend/PDOSqliteTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Auth/MockBackend.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Auth/PluginTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/BasicNodeTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Browser/GuessContentTypeTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Browser/MapGetToPropFindTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Browser/PluginTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/ClientMock.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/ClientTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Exception/PaymentRequiredTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/ExceptionTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/FSExt/FileTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/FSExt/NodeTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/FSExt/ServerTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Issue33Test.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Locks/Backend/AbstractTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Locks/Backend/FSTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Locks/Backend/FileTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Locks/Backend/PDOMySQLTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Locks/Backend/PDOTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Locks/GetIfConditionsTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Locks/MSWordTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Locks/PluginTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Mount/PluginTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/ObjectTreeTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/PartialUpdate/FileMock.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/PartialUpdate/PluginTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Property/GetLastModifiedTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Property/HrefListTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Property/HrefTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Property/ResourceTypeTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Property/ResponseTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Property/SupportedReportSetTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/ServerCopyMoveTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/ServerEventsTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/ServerFinderBlockTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/ServerMKCOLTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/ServerPluginTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/ServerPreconditionTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/ServerPropsTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/ServerRangeTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/ServerSimpleTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/ServerUpdatePropertiesTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/SimpleFileTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/StringUtilTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/TemporaryFileFilterTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/TestPlugin.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/Tree/FilesystemTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/TreeTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/URLUtilTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/UUIDUtilTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAV/XMLUtilTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAVACL/ACLMethodTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAVACL/AllowAccessTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAVACL/BlockAccessTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAVACL/Exception/AceConflictTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAVACL/Exception/NeedPrivilegesExceptionTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAVACL/Exception/NoAbstractTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAVACL/Exception/NotRecognizedPrincipalTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAVACL/Exception/NotSupportedPrivilegeTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAVACL/ExpandPropertiesTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAVACL/MockACLNode.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAVACL/MockPrincipal.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAVACL/MockPrincipalBackend.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAVACL/PluginAdminTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAVACL/PluginPropertiesTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAVACL/PluginUpdatePropertiesTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAVACL/PrincipalBackend/AbstractPDOTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAVACL/PrincipalBackend/PDOMySQLTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAVACL/PrincipalBackend/PDOSqliteTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAVACL/PrincipalCollectionTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAVACL/PrincipalPropertySearchTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAVACL/PrincipalSearchPropertySetTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAVACL/PrincipalTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAVACL/Property/ACLRestrictionsTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAVACL/Property/ACLTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAVACL/Property/CurrentUserPrivilegeSetTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAVACL/Property/PrincipalTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAVACL/Property/SupportedPrivilegeSetTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAVACL/SimplePluginTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAVACL/VersionTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/DAVServerTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/HTTP/AWSAuthTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/HTTP/BasicAuthTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/HTTP/DigestAuthTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/HTTP/RequestTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/HTTP/ResponseMock.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/HTTP/ResponseTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/HTTP/UtilTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/HTTP/VersionTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/TestUtil.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/VObject/Component/VAlarmTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/VObject/Component/VCalendarTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/VObject/Component/VEventTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/VObject/Component/VJournalTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/VObject/Component/VTodoTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/VObject/ComponentTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/VObject/DateTimeParserTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/VObject/ElementListTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/VObject/EmClientTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/VObject/FreeBusyGeneratorTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/VObject/Issue153Test.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/VObject/Issue154Test.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/VObject/ParameterTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/VObject/Property/DateTimeTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/VObject/Property/MultiDateTimeTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/VObject/PropertyTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/VObject/ReaderTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/VObject/RecurrenceIteratorFifthTuesdayProblemTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/VObject/RecurrenceIteratorInfiniteLoopProblemTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/VObject/RecurrenceIteratorTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/VObject/VersionTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/VObject/issue153.vcf [new file with mode: 0644]
dav/SabreDAV/tests/bootstrap.php [new file with mode: 0644]
dav/SabreDAV/tests/phpunit.xml [new file with mode: 0644]
dav/calendar.friendica.fnk.php [new file with mode: 0644]
dav/colorpicker/README.md [new file with mode: 0644]
dav/colorpicker/arrow.gif [new file with mode: 0644]
dav/colorpicker/arrow.png [new file with mode: 0644]
dav/colorpicker/colorPicker.css [new file with mode: 0644]
dav/colorpicker/demo.html [new file with mode: 0644]
dav/colorpicker/jquery.colorPicker.js [new file with mode: 0644]
dav/colorpicker/jquery.colorPicker.min.js [new file with mode: 0644]
dav/colorpicker/screenshot.png [new file with mode: 0644]
dav/common/calendar.fnk.php [new file with mode: 0644]
dav/common/dav_caldav_backend.inc.php [new file with mode: 0644]
dav/common/dav_caldav_backend_common.inc.php [new file with mode: 0644]
dav/common/dav_caldav_root.inc.php [new file with mode: 0644]
dav/common/dav_carddav_backend_std.inc.php [new file with mode: 0644]
dav/common/dav_carddav_root.inc.php [new file with mode: 0644]
dav/common/dav_user_addressbooks.inc.php [new file with mode: 0644]
dav/common/dav_user_calendars.inc.php [new file with mode: 0644]
dav/common/dbclasses/dbclass.friendica.calendarobjects.class.php [new file with mode: 0644]
dav/common/dbclasses/dbclass.friendica.calendars.class.php [new file with mode: 0644]
dav/common/dbclasses/dbclass.friendica.jqcalendar.class.php [new file with mode: 0644]
dav/common/dbclasses/dbclass.friendica.notifications.class.php [new file with mode: 0644]
dav/common/dbclasses/dbclass_animexx.class.php [new file with mode: 0644]
dav/common/virtual_cal_source_backend.inc.php [new file with mode: 0644]
dav/common/wdcal.js [new file with mode: 0644]
dav/common/wdcal/js/jquery.calendar.js [new file with mode: 0644]
dav/common/wdcal/js/main.js [new file with mode: 0644]
dav/common/wdcal/js/wdCalendar_lang_DE.js [new file with mode: 0644]
dav/common/wdcal/js/wdCalendar_lang_EN.js [new file with mode: 0644]
dav/common/wdcal_cal_source.inc.php [new file with mode: 0644]
dav/common/wdcal_cal_source_private.inc.php [new file with mode: 0644]
dav/common/wdcal_configuration.php [new file with mode: 0644]
dav/database-init.inc.php [new file with mode: 0644]
dav/dav.php [new file with mode: 0644]
dav/dav_caldav_backend_friendica.inc.php [new file with mode: 0644]
dav/dav_carddav_backend_friendica_community.inc.php [new file with mode: 0644]
dav/dav_friendica_auth.inc.php [new file with mode: 0644]
dav/dav_friendica_principal.inc.php [new file with mode: 0644]
dav/iCalcreator/iCalcreator.class.php [new file with mode: 0755]
dav/iCalcreator/lgpl.txt [new file with mode: 0755]
dav/iCalcreator/releaseNotes-2.12.txt [new file with mode: 0755]
dav/iCalcreator/releaseSummary.txt [new file with mode: 0755]
dav/iCalcreator/summary.html [new file with mode: 0755]
dav/jqueryui/images/ui-bg_diagonals-thick_18_b81900_40x40.png [new file with mode: 0644]
dav/jqueryui/images/ui-bg_diagonals-thick_20_666666_40x40.png [new file with mode: 0644]
dav/jqueryui/images/ui-bg_flat_10_000000_40x100.png [new file with mode: 0644]
dav/jqueryui/images/ui-bg_glass_100_f6f6f6_1x400.png [new file with mode: 0644]
dav/jqueryui/images/ui-bg_glass_100_fdf5ce_1x400.png [new file with mode: 0644]
dav/jqueryui/images/ui-bg_glass_65_ffffff_1x400.png [new file with mode: 0644]
dav/jqueryui/images/ui-bg_gloss-wave_35_f6a828_500x100.png [new file with mode: 0644]
dav/jqueryui/images/ui-bg_highlight-soft_100_eeeeee_1x100.png [new file with mode: 0644]
dav/jqueryui/images/ui-bg_highlight-soft_75_ffe45c_1x100.png [new file with mode: 0644]
dav/jqueryui/images/ui-icons_222222_256x240.png [new file with mode: 0644]
dav/jqueryui/images/ui-icons_228ef1_256x240.png [new file with mode: 0644]
dav/jqueryui/images/ui-icons_ef8c08_256x240.png [new file with mode: 0644]
dav/jqueryui/images/ui-icons_ffd27a_256x240.png [new file with mode: 0644]
dav/jqueryui/images/ui-icons_ffffff_256x240.png [new file with mode: 0644]
dav/jqueryui/jquery-ui-1.8.20.custom.css [new file with mode: 0644]
dav/jqueryui/jquery-ui-1.8.20.custom.min.js [new file with mode: 0644]
dav/layout.fnk.php [new file with mode: 0644]
dav/main.php [new file with mode: 0644]
dav/timepicker/README.md [new file with mode: 0644]
dav/timepicker/index.htm [new file with mode: 0644]
dav/timepicker/jquery.timePicker.js [new file with mode: 0644]
dav/timepicker/jquery.timePicker.min.js [new file with mode: 0644]
dav/timepicker/timePicker.css [new file with mode: 0644]
dav/virtual_cal_source_friendica.inc.php [new file with mode: 0644]
dav/wdcal.css [new file with mode: 0644]
dav/wdcal/css/cal.gif [new file with mode: 0644]
dav/wdcal/css/calendar.css [new file with mode: 0644]
dav/wdcal/css/images/calendar/bubble_combined.png [new file with mode: 0644]
dav/wdcal/css/images/calendar/combined.gif [new file with mode: 0644]
dav/wdcal/css/images/calendar/grid.png [new file with mode: 0644]
dav/wdcal/css/images/calendar/gridth.gif [new file with mode: 0644]
dav/wdcal/css/images/calendar/headbg.gif [new file with mode: 0644]
dav/wdcal/css/images/calendar/indicator_web20_working.gif [new file with mode: 0644]
dav/wdcal/css/images/calendar/load-bg.png [new file with mode: 0644]
dav/wdcal/css/images/calendar/tbg.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/Btn.Close.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/Item.Add.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/Item.Delete.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/Item.Edit.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/Item.Input.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/Item.Save.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/Item.Search.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/add.png [new file with mode: 0644]
dav/wdcal/css/images/icons/appt.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/au.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/cacheClear.png [new file with mode: 0644]
dav/wdcal/css/images/icons/cal-day.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/cal-month.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/cal-proc.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/cal-rsc-perm.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/cal-week.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/cal-wk-week.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/cal.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/calendar.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/calwrkwk.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/canmtg.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/circle_animation.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/clndr.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/clndrsmll.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/cn.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/date.png [new file with mode: 0644]
dav/wdcal/css/images/icons/date_add.png [new file with mode: 0644]
dav/wdcal/css/images/icons/date_reflash.png [new file with mode: 0644]
dav/wdcal/css/images/icons/delete.png [new file with mode: 0644]
dav/wdcal/css/images/icons/edit.png [new file with mode: 0644]
dav/wdcal/css/images/icons/folder_user.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/group.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/group_add.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/hk.png [new file with mode: 0644]
dav/wdcal/css/images/icons/ico1.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/indicator.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/msg_center.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/msg_email.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/msg_im.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/msg_mobile.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/mtgreq-cancel.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/mtgreq.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/mtgrsp-accept.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/mtgrsp-decline.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/mtgrsp-tent.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/pgrs-sm.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/resultset_next.png [new file with mode: 0644]
dav/wdcal/css/images/icons/resultset_previous.png [new file with mode: 0644]
dav/wdcal/css/images/icons/rowdelete.png [new file with mode: 0644]
dav/wdcal/css/images/icons/table.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/table_c.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/table_copy.png [new file with mode: 0644]
dav/wdcal/css/images/icons/table_r.png [new file with mode: 0644]
dav/wdcal/css/images/icons/table_refresh.png [new file with mode: 0644]
dav/wdcal/css/images/icons/tick.png [new file with mode: 0644]
dav/wdcal/css/images/icons/turnback.png [new file with mode: 0644]
dav/wdcal/css/images/icons/us.gif [new file with mode: 0644]
dav/wdcal/css/images/icons/view.png [new file with mode: 0644]
dav/wdcal/css/main.css [new file with mode: 0644]
dav/wdcal_cal_source_friendicaevents.inc.php [new file with mode: 0644]