aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Cdav.php
Commit message (Collapse)AuthorAgeFilesLines
* make sure we transform events to UTC on import before storing. Transform ↵Mario2021-04-221-2/+2
| | | | from event timezone if available otherwise channel default
* cdav: fix regression - sync code was messing with caldav/carddav discoveryMario2021-03-241-22/+23
|
* Fix DAV calendars and addressbooks sync on remote accessMax Kostikov2021-03-221-12/+12
|
* exec is marked deprecatedMario2021-01-151-1/+1
|
* streamline keyidMario2021-01-091-1/+1
|
* Use Zot6 for CardDAV and CalDAV sync between clonesMax Kostikov2020-12-191-18/+19
|
* try to prevent hubloc confusion in some placesMario2020-12-121-13/+16
| | | (cherry picked from commit 61cfeb5bdb749319357912d958cd13304b895bce)
* $id is expected to be an array with a calendarId and an instanceId for caldavMario Vavti2020-08-151-1/+1
|
* Implement DAV calendars sync with clonesMax Kostikov2020-02-241-33/+123
|
* Revert "Use argv() instead URI parsing"Max Kostikov2020-02-201-234/+183
| | | | This reverts commit bcfb69eeeef6a0506a0ec0574a03b673df84a55a
* Ãremove some old unused javascript librariesMario2019-11-101-2/+0
| | | (cherry picked from commit 971e7eef9c415a2ce82eb0cd22eaabee12ae719c)
* calendar: revert back to UTC strings for dates due to better legibility. ↵Mario Vavti2019-07-111-6/+6
| | | | Strip timezone info from UTC string and always treat values as UTC.
* http signature consolidationzotlabs2019-06-261-2/+3
|
* improve timezone detection for caldav and remove smart birthday feature. ↵Mario Vavti2019-05-221-2/+10
| | | | Force adjust birthdays until we agree on how to deal with this.
* remove unused codeMario Vavti2019-05-211-4/+1
|
* fix all day events for caldav calendarsMario Vavti2019-05-211-15/+45
|
* calendar merge: initial commit for timezone supportMario Vavti2019-05-201-17/+33
|
* calendar merge: implement channel calendar import in cdav/calendarMario Vavti2019-05-101-3/+14
|
* Merge branch 'dev' into 'dev'Max Kostikov2019-05-091-18/+1
|\ | | | | | | | | remove the caldav and event app and make calendar the default app See merge request hubzilla/core!1643
| * remove the caldav and event app and make calendar the default appMario Vavti2019-05-091-18/+1
| |
* | Merge branch 'dev' into 'dev'Max Kostikov2019-05-091-0/+1
|\ \ | |/ |/| | | | | Add 'Create' button translation in CalDAV See merge request hubzilla/core!1642
| * Add 'Create' button translationMax Kostikov2019-05-091-0/+1
| |
* | calendar merge: cleanup and comment out some unused codeMario Vavti2019-05-091-2/+3
|/
* select event by event_hash instead of item_idMario Vavti2019-04-301-9/+16
|
* calendar merge: implement single event editing UIMario Vavti2019-04-301-2/+42
|
* calendar merge: bring back event categoriesMario Vavti2019-04-241-1/+5
|
* resolve merge conflictMario Vavti2019-04-201-0/+1
|\
| * Add translation to update buttonMax Kostikov2019-04-191-0/+1
| |
* | provide link to source and some cleanupMario Vavti2019-04-191-0/+1
| |
* | calendar merge initial commitMario Vavti2019-04-191-2/+35
|/
* enable list viewsMario Vavti2019-04-061-0/+2
|
* upgrade cdav calendar to version 4Mario Vavti2019-04-061-28/+53
|
* Update Cdav.phpMax Kostikov2018-09-281-2/+2
|
* Update Cdav.phpMax Kostikov2018-09-281-2/+2
|
* settings for events and cdav calendarMario2018-09-231-1/+3
|
* appify inviteMario Vavti2018-09-151-1/+2
|
* appify cdav stuff. WARNING: if you use caldav or carddav from a client or ↵Mario Vavti2018-09-151-5/+47
| | | | the webinterface you will need to enable those apps to make things work again
* strip acct: from OWA auth to API endpointszotlabs2017-12-071-1/+1
|
* fix issue #921 - default addressbook has no nameMario2017-11-301-1/+1
|
* feed untranslated appnames to nav_set_selected() and query for the active ↵Mario Vavti2017-10-091-2/+2
| | | | app directly to get app details
* Reviewed. This is OK.zotlabs2017-09-031-2/+0
| | | | | | Revert "may be exploitable in current form - awaiting review" This reverts commit 7bff60edacd68ef3dccf6f956e9c57092919950a.
* may be exploitable in current form - awaiting reviewzotlabs2017-09-021-0/+2
|
* some changes after testing server-to-server magic authzotlabs2017-08-311-6/+8
|
* add server-to-server magic auth to dav and cdav controllerszotlabs2017-08-311-14/+62
|
* create cdav principal also on client access and remove redundant pconfig ↵Mario Vavti2017-08-101-0/+9
| | | | check in authentication process
* more nav_set_selectedgit-marijus2017-07-221-0/+2
|
* reimplement creation of default calendar and default addressbook using sabre ↵Mario Vavti2017-07-041-23/+19
| | | | classes
* revert using channel_hash for cdav until we figure out how to do so cleanlyzotlabs2017-07-031-5/+5
|
* cdav migration to corezotlabs2017-06-221-6/+7
|
* start porting cdav proper to corezotlabs2017-06-211-0/+1201