summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV
Commit message (Expand)AuthorAgeFilesLines
* 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 shared-as-busy events for ownerGeorg Ehrke2017-01-261-1/+7
* Make sure the used event type and the setting/filter are the sameJoas Schilling2017-01-102-2/+2
* Fix generation of birthday, deathdate and anniversary in case where no year i...Thomas Müller2017-01-051-6/+39
* Fix legacy caldav endpointsRoeland Jago Douma2017-01-022-14/+20
* Add test execution against legacy DAV backendLukas Reschke2017-01-021-1/+1
* Fix the Todos filterJoas Schilling2016-12-121-1/+1
* Overwrite the schedule target calendar with the personal one and create it if...Joas Schilling2016-12-092-0/+66
* Adjust all implementations in the server repoJoas Schilling2016-12-013-9/+26
* Add tests for the base providerJoas Schilling2016-11-301-1/+1
* Deduplicate the provider codeJoas Schilling2016-11-304-171/+133
* Move event and todo parsing to new APIJoas Schilling2016-11-294-294/+364
* Deduplicate icon assignmentJoas Schilling2016-11-291-18/+3
* Move calendar activity parsing to new APIJoas Schilling2016-11-292-73/+285
* Move CalDAV activity settings to new APIJoas Schilling2016-11-294-23/+296
* Move CalDAV activity filters to new APIJoas Schilling2016-11-293-25/+186
* Merge pull request #2225 from nextcloud/fix_caldav_proppatch_requestsLukas Reschke2016-11-211-1/+1
|\
| * fix PropPatch requests on calendarsGeorg Ehrke2016-11-211-1/+1
* | BirthdayCalendar: fix issue with birthyear to high when birthday on Dec 31stGeorg Ehrke2016-11-171-1/+5
|/
* Fix integration testsJoas Schilling2016-11-161-3/+3
* Fix CalendarTestRoeland Jago Douma2016-11-041-1/+6
* Fix pluginRoeland Jago Douma2016-11-041-0/+42
* Minor fixesRoeland Jago Douma2016-11-042-4/+4
* Update sabre dav to 3.2 (#26115)Thomas Müller2016-11-042-1/+42
* Use the event dispatcherJoas Schilling2016-11-032-115/+121
* Use a different type for events and todosJoas Schilling2016-11-032-3/+20
* Activities for events and todosJoas Schilling2016-11-033-6/+189
* Move the methods into a new classJoas Schilling2016-11-033-296/+417
* Add activities for sharesJoas Schilling2016-11-032-7/+100
* Fix unshare actions for author != ownerJoas Schilling2016-11-032-16/+54
* Add activity for unshare from groupJoas Schilling2016-11-032-0/+37
* Unshare user activitiesJoas Schilling2016-11-032-4/+80
* Start working on calendar activitiesJoas Schilling2016-11-032-1/+345
* [9.2] Sync deathdate and anniversary to birthday calendar (#25655)Thomas Müller2016-10-141-22/+43
* Translate the personal calendarJoas Schilling2016-10-062-0/+7
* 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
* | Merge pull request #1197 from nextcloud/oc-public-sharingLukas Reschke2016-09-275-1/+593
|\ \ | |/ |/|
| * fix annotations & copyright headersThomas Citharel2016-09-262-3/+39
| * add in same requestThomas Citharel2016-09-263-25/+4
| * fix public calendarsThomas Citharel2016-09-263-1/+22
| * Use true random string as uri for public calendars - as a result we can no lo...Thomas Müller2016-09-263-19/+26
| * Add new constructor argsLukas Reschke2016-09-261-2/+5
| * add calendarserver-sharing to the list of advertised featuresThomas Citharel2016-09-261-1/+1
| * use AllowedSharingModes for can-be-published & can-be-sharedThomas Citharel2016-09-261-2/+3
| * fix can-be-publishedThomas Citharel2016-09-262-1/+5
| * add can-be-published propertyThomas Citharel2016-09-261-0/+4