Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correctly parse the subject parameters for link (un)shares of calendars | Joas Schilling | 2018-07-11 | 1 | -0/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix group displaynames in activity | Joas Schilling | 2018-03-12 | 3 | -25/+54 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update wording | Morris Jobke | 2017-12-11 | 1 | -2/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Create activities for (un)publishing calendar events | Thomas Citharel | 2017-12-11 | 2 | -0/+19 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 10 | -0/+21 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add a doc why this should not be removed | Joas Schilling | 2017-10-23 | 3 | -3/+15 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix missing translation of "Personal" calendar in activities | Joas Schilling | 2017-10-16 | 5 | -30/+176 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [DAV][CalDAV] Fixes | Roeland Jago Douma | 2017-08-01 | 3 | -9/+9 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Use PNG version of the icons for shipped activities | Joas Schilling | 2017-06-20 | 3 | -3/+15 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Make sure the used event type and the setting/filter are the same | Joas Schilling | 2017-01-10 | 2 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix legacy caldav endpoints | Roeland Jago Douma | 2017-01-02 | 1 | -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 filter | Joas Schilling | 2016-12-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Adjust all implementations in the server repo | Joas Schilling | 2016-12-01 | 3 | -9/+26 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add tests for the base provider | Joas Schilling | 2016-11-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Deduplicate the provider code | Joas Schilling | 2016-11-30 | 4 | -171/+133 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move event and todo parsing to new API | Joas Schilling | 2016-11-29 | 4 | -294/+364 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Deduplicate icon assignment | Joas Schilling | 2016-11-29 | 1 | -18/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move calendar activity parsing to new API | Joas Schilling | 2016-11-29 | 2 | -73/+285 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move CalDAV activity settings to new API | Joas Schilling | 2016-11-29 | 4 | -23/+296 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move CalDAV activity filters to new API | Joas Schilling | 2016-11-29 | 3 | -25/+186 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix integration tests | Joas Schilling | 2016-11-16 | 1 | -3/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use the event dispatcher | Joas Schilling | 2016-11-03 | 1 | -93/+50 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use a different type for events and todos | Joas Schilling | 2016-11-03 | 2 | -3/+20 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Activities for events and todos | Joas Schilling | 2016-11-03 | 2 | -6/+185 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move the methods into a new class | Joas Schilling | 2016-11-03 | 2 | -0/+691 |
Signed-off-by: Joas Schilling <coding@schilljs.com> |