Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -1/+0 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 10 | -10/+16 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 3 | -3/+0 |
* | Prevent php info about missing index for old events | Joas Schilling | 2019-01-09 | 1 | -1/+1 |
* | Correctly handle the classification of events in the activity stream | Joas Schilling | 2019-01-08 | 2 | -3/+20 |
* | Fix wrong used type | Joas Schilling | 2018-11-23 | 1 | -1/+1 |
* | Replace contacts-dark icon with contacts | Julius Härtl | 2018-07-24 | 2 | -2/+2 |
* | Fixed tests | John Molakvoæ (skjnldsv) | 2018-07-19 | 1 | -1/+1 |
* | Correctly parse the subject parameters for link (un)shares of calendars | Joas Schilling | 2018-07-02 | 1 | -0/+2 |
* | Fix group displaynames in activity | Joas Schilling | 2018-03-08 | 3 | -25/+54 |
* | Update wording | Morris Jobke | 2017-12-11 | 1 | -2/+2 |
* | Create activities for (un)publishing calendar events | Thomas Citharel | 2017-12-11 | 2 | -0/+19 |
* | Update license headers | Morris Jobke | 2017-11-06 | 10 | -0/+21 |
* | Add a doc why this should not be removed | Joas Schilling | 2017-10-23 | 3 | -3/+15 |
* | Fix missing translation of "Personal" calendar in activities | Joas Schilling | 2017-10-16 | 5 | -30/+176 |
* | [DAV][CalDAV] Fixes | Roeland Jago Douma | 2017-08-01 | 3 | -9/+9 |
* | Use PNG version of the icons for shipped activities | Joas Schilling | 2017-06-20 | 3 | -3/+15 |
* | Make sure the used event type and the setting/filter are the same | Joas Schilling | 2017-01-10 | 2 | -2/+2 |
* | Fix legacy caldav endpoints | Roeland Jago Douma | 2017-01-02 | 1 | -2/+2 |
* | Fix the Todos filter | Joas Schilling | 2016-12-12 | 1 | -1/+1 |
* | Adjust all implementations in the server repo | Joas Schilling | 2016-12-01 | 3 | -9/+26 |
* | Add tests for the base provider | Joas Schilling | 2016-11-30 | 1 | -1/+1 |
* | Deduplicate the provider code | Joas Schilling | 2016-11-30 | 4 | -171/+133 |
* | Move event and todo parsing to new API | Joas Schilling | 2016-11-29 | 4 | -294/+364 |
* | Deduplicate icon assignment | Joas Schilling | 2016-11-29 | 1 | -18/+3 |
* | Move calendar activity parsing to new API | Joas Schilling | 2016-11-29 | 2 | -73/+285 |
* | Move CalDAV activity settings to new API | Joas Schilling | 2016-11-29 | 4 | -23/+296 |
* | Move CalDAV activity filters to new API | Joas Schilling | 2016-11-29 | 3 | -25/+186 |
* | Fix integration tests | Joas Schilling | 2016-11-16 | 1 | -3/+3 |
* | Use the event dispatcher | Joas Schilling | 2016-11-03 | 1 | -93/+50 |
* | Use a different type for events and todos | Joas Schilling | 2016-11-03 | 2 | -3/+20 |
* | Activities for events and todos | Joas Schilling | 2016-11-03 | 2 | -6/+185 |
* | Move the methods into a new class | Joas Schilling | 2016-11-03 | 2 | -0/+691 |