summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/Activity
Commit message (Collapse)AuthorAgeFilesLines
* Use PNG version of the icons for shipped activitiesJoas Schilling2017-07-073-3/+15
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make sure the used event type and the setting/filter are the sameJoas Schilling2017-01-102-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix legacy caldav endpointsRoeland Jago Douma2017-01-021-2/+2
| | | | | | | * CaldavBackend is now endpoint aware (use old style principals on old endpoint and new onces on new). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix the Todos filterJoas Schilling2016-12-121-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust all implementations in the server repoJoas Schilling2016-12-013-9/+26
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add tests for the base providerJoas Schilling2016-11-301-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Deduplicate the provider codeJoas Schilling2016-11-304-171/+133
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move event and todo parsing to new APIJoas Schilling2016-11-294-294/+364
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Deduplicate icon assignmentJoas Schilling2016-11-291-18/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move calendar activity parsing to new APIJoas Schilling2016-11-292-73/+285
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move CalDAV activity settings to new APIJoas Schilling2016-11-294-23/+296
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move CalDAV activity filters to new APIJoas Schilling2016-11-293-25/+186
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix integration testsJoas Schilling2016-11-161-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use the event dispatcherJoas Schilling2016-11-031-93/+50
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use a different type for events and todosJoas Schilling2016-11-032-3/+20
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Activities for events and todosJoas Schilling2016-11-032-6/+185
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move the methods into a new classJoas Schilling2016-11-032-0/+691
Signed-off-by: Joas Schilling <coding@schilljs.com>