summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/CalDavBackend.php
Commit message (Expand)AuthorAgeFilesLines
* Adding test for table schedulingobjects and fixing postgres LOBThomas Müller2018-08-061-1/+1
* Use multibyte substringRoeland Jago Douma2018-04-181-2/+2
* Merge pull request #6884 from nextcloud/feature/3003/opt_out_of_birthday_cale...Morris Jobke2017-12-121-0/+16
|\
| * generate birthday calendars in a background job after admin enabled themGeorg Ehrke2017-11-111-0/+16
* | Merge pull request #6590 from nextcloud/dav-create-activities-for-publishingMorris Jobke2017-12-111-0/+10
|\ \
| * | Create activities for (un)publishing calendar eventsThomas Citharel2017-12-111-0/+10
* | | exclude shared calendars from freeBusyGeorg Ehrke2017-12-111-1/+1
|/ /
* | catch errors when parsing calendar data for calendar query requestsGeorg Ehrke2017-11-271-1/+28
* | add option to filter CalendarAPI by componenttypeGeorg Ehrke2017-11-091-2/+8
* | integrate Dav app with Calendar APIGeorg Ehrke2017-11-091-0/+165
|/
* Merge pull request #7042 from nextcloud/bugfix/noid/ensure_unique_uid_for_cal...Lukas Reschke2017-11-071-0/+14
|\
| * ensure uid for calendar objects is uniqueGeorg Ehrke2017-11-061-0/+14
* | Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* | Update license headersMorris Jobke2017-11-061-1/+5
|/
* Check if the user/group exists for dav sharesJoas Schilling2017-10-051-1/+4
* not to backquote LIMIT on CalDavBackend.phpnhirokinet2017-09-031-1/+1
* Fix comparisons in the dav appJoas Schilling2017-08-011-1/+1
* [DAV][CalDAV] FixesRoeland Jago Douma2017-08-011-4/+5
* Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-201-0/+8
* Only use readable chars in Share TokensJoas Schilling2017-07-181-1/+1
* urldecode group principals in Cal- and CardDAV backendGeorg Ehrke2017-06-121-0/+3
* fix replacing of 4MB Unicode Chars in cal props tableGeorg Ehrke2017-05-211-1/+1
* rename calendarobjects_properties -> calendarobjects_propsGeorg Ehrke2017-04-281-2/+2
* unit test custom calendar searchGeorg Ehrke2017-04-281-21/+29
* updateProperties: catch exception when reading calendar dataGeorg Ehrke2017-04-251-1/+6
* add repairstep with backgroundjob to index calendar dataGeorg Ehrke2017-04-251-1/+1
* remove unused CalendarSearchValidatorGeorg Ehrke2017-04-241-20/+0
* add Nextcloud Search extension to CalDAVGeorg Ehrke2017-04-241-0/+278
* add owner-displayname property to calendars and addressbooksGeorg Ehrke2017-04-231-0/+30
* Make sure transparency is an integer when saving a calendarJoas Schilling2017-03-301-2/+2
* fix bug with shared_by for own calendars if sharedGeorg Ehrke2017-03-251-0/+4
* Make sure shares use read-write when availableJoas Schilling2017-03-021-2/+12
* Don't waste energy unless necessaryJoas Schilling2017-03-021-3/+5
* Fix legacy caldav endpointsRoeland Jago Douma2017-01-021-12/+18
* Add test execution against legacy DAV backendLukas Reschke2017-01-021-1/+1
* Minor fixesRoeland Jago Douma2016-11-041-3/+3
* Use the event dispatcherJoas Schilling2016-11-031-22/+71
* Activities for events and todosJoas Schilling2016-11-031-0/+4
* Move the methods into a new classJoas Schilling2016-11-031-287/+19
* Add activities for sharesJoas Schilling2016-11-031-7/+83
* Fix unshare actions for author != ownerJoas Schilling2016-11-031-16/+38
* Add activity for unshare from groupJoas Schilling2016-11-031-0/+26
* Unshare user activitiesJoas Schilling2016-11-031-2/+70
* Start working on calendar activitiesJoas Schilling2016-11-031-1/+95
* Translate the personal calendarJoas Schilling2016-10-061-0/+3
* Merge pull request #1545 from nextcloud/delete-calendars-with-their-usersMorris Jobke2016-09-281-0/+52
|\
| * Rename deleteAllSharesForUser() to deleteAllSharesByUser()Thomas Citharel2016-09-281-1/+1
| * fix deletion of calendarsThomas Citharel2016-09-271-0/+42
| * delete shares to an userThomas Citharel2016-09-271-0/+10
* | add in same requestThomas Citharel2016-09-261-19/+2