]> git.mxchange.org Git - friendica-addons.git/commit
Heavily refactored, including multiple calendars per user and recurring events. Not...
authorTobias Hößl <tobias@hoessl.eu>
Sun, 8 Jul 2012 17:12:58 +0000 (17:12 +0000)
committerTobias Hößl <tobias@hoessl.eu>
Sun, 8 Jul 2012 17:12:58 +0000 (17:12 +0000)
commitfefee23e903a4d82944dcaf75b8953c5181a6ebf
tree7667e37c7bf7ea414bef69cba75869d065dbc845
parent4a5e30ec845bcb756543f14c4d8e0b5a3138f2fc
Heavily refactored, including multiple calendars per user and recurring events. Not in an installable state yet, though
78 files changed:
dav/Changelog.txt [new file with mode: 0644]
dav/README.md
dav/SabreDAV/ChangeLog
dav/SabreDAV/bin/migrateto17.php
dav/SabreDAV/docs/caldav-notifications.txt [new file with mode: 0644]
dav/SabreDAV/docs/caldav-sharing-02.txt [new file with mode: 0644]
dav/SabreDAV/docs/rfc5785.txt [new file with mode: 0644]
dav/SabreDAV/examples/webserver/apache2_vhost.conf
dav/SabreDAV/examples/webserver/apache2_vhost_cgi.conf
dav/SabreDAV/lib/Sabre/CalDAV/Backend/Abstract.php
dav/SabreDAV/lib/Sabre/CalDAV/Backend/BackendInterface.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/Backend/NotificationSupport.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/Calendar.php
dav/SabreDAV/lib/Sabre/CalDAV/CalendarObject.php
dav/SabreDAV/lib/Sabre/CalDAV/CalendarQueryValidator.php
dav/SabreDAV/lib/Sabre/CalDAV/CalendarRootNode.php
dav/SabreDAV/lib/Sabre/CalDAV/Exception/InvalidComponentType.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/Notifications/Collection.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/Notifications/ICollection.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/Notifications/INode.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/Notifications/INotificationType.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/Notifications/Node.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/Notifications/Notification/SystemStatus.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/CalDAV/Plugin.php
dav/SabreDAV/lib/Sabre/CalDAV/UserCalendars.php
dav/SabreDAV/lib/Sabre/CardDAV/Backend/PDO.php
dav/SabreDAV/lib/Sabre/CardDAV/Plugin.php
dav/SabreDAV/lib/Sabre/DAV/Locks/Plugin.php
dav/SabreDAV/lib/Sabre/DAV/Property.php
dav/SabreDAV/lib/Sabre/DAV/Property/Response.php
dav/SabreDAV/lib/Sabre/DAV/PropertyInterface.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/DAV/Server.php
dav/SabreDAV/lib/Sabre/DAV/Tree/Filesystem.php
dav/SabreDAV/lib/Sabre/VObject/Property/DateTime.php [changed mode: 0755->0644]
dav/SabreDAV/lib/Sabre/VObject/TimeZoneUtil.php [new file with mode: 0644]
dav/SabreDAV/lib/Sabre/VObject/includes.php
dav/SabreDAV/tests/Sabre/CalDAV/Backend/Mock.php
dav/SabreDAV/tests/Sabre/CalDAV/ICSExportPluginTest.php
dav/SabreDAV/tests/Sabre/CalDAV/Issue220Test.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/Notifications/CollectionTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/Notifications/NodeTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/Notifications/Notification/SystemStatusTest.php [new file with mode: 0644]
dav/SabreDAV/tests/Sabre/CalDAV/OutboxPostTest.php
dav/SabreDAV/tests/Sabre/CalDAV/PluginTest.php
dav/SabreDAV/tests/Sabre/CalDAV/ValidateICalTest.php
dav/SabreDAV/tests/Sabre/CardDAV/ValidateVCardTest.php
dav/SabreDAV/tests/Sabre/DAV/ServerEventsTest.php
dav/SabreDAV/tests/Sabre/DAV/Tree/FilesystemTest.php
dav/SabreDAV/tests/Sabre/VObject/TimeZoneUtilTest.php [new file with mode: 0644]
dav/calendar.friendica.fnk.php
dav/colorpicker/demo.html
dav/common/calendar.fnk.php
dav/common/calendar_rendering.fnk.php [new file with mode: 0644]
dav/common/dav_caldav_backend_common.inc.php
dav/common/dav_caldav_backend_private.inc.php [new file with mode: 0644]
dav/common/dav_caldav_backend_virtual.inc.php [new file with mode: 0644]
dav/common/dav_caldav_calendar_virtual.inc.php [new file with mode: 0644]
dav/common/dav_carddav_backend_std.inc.php
dav/common/dav_user_calendars.inc.php
dav/common/wdcal.js
dav/common/wdcal/js/jquery.calendar.js
dav/common/wdcal/js/wdCalendar_lang_DE.js
dav/common/wdcal/js/wdCalendar_lang_EN.js
dav/common/wdcal_backend.inc.php [new file with mode: 0644]
dav/common/wdcal_configuration.php
dav/common/wdcal_edit.inc.php [new file with mode: 0644]
dav/database-init.inc.php
dav/dav.php
dav/dav_caldav_backend_virtual_friendica.inc.php [new file with mode: 0644]
dav/dav_carddav_backend_virtual_friendica.inc.php [new file with mode: 0644]
dav/dav_friendica_auth.inc.php
dav/dav_friendica_principal.inc.php
dav/jqueryui/jquery-ui-1.8.21.custom.css [new file with mode: 0644]
dav/jqueryui/jquery-ui-1.8.21.custom.min.js [new file with mode: 0644]
dav/jqueryui/jquery.ui.datepicker-de.js [new file with mode: 0644]
dav/layout.fnk.php
dav/main.php
dav/wdcal.css