Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Christoph Wurst | 2019-12-05 | 2 | -2/+6 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 2 | -3/+5 |
| | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Support recurring events + repeating alarms | Georg Ehrke | 2019-08-15 | 1 | -3/+1 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Provide a fake AudioProvider that is basically the same as PushProvider, ↵ | Georg Ehrke | 2019-08-15 | 1 | -0/+2 |
| | | | | | | better then not showing reminders at all for now Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Stop using deprecated registerNotifier, use registerNotifierService instead | Georg Ehrke | 2019-08-15 | 1 | -12/+6 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Support event reminders (email and notifications) | Thomas Citharel | 2019-08-15 | 1 | -5/+53 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | "Fix" the unit tests | Joas Schilling | 2019-03-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Log failure on parsing | John Molakvoæ (skjnldsv) | 2019-01-04 | 1 | -1/+2 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Load apps that have a dav type set before the dav server plugins | Julius Härtl | 2018-11-14 | 1 | -3/+0 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Make ContactsStore a public API | Tobia De Koninck | 2017-12-11 | 1 | -0/+10 |
| | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be> | ||||
* | Create activities for (un)publishing calendar events | Thomas Citharel | 2017-12-11 | 1 | -0/+9 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | integrate Dav app with Calendar API | Georg Ehrke | 2017-11-09 | 1 | -3/+14 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 2 | -2/+5 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Dav: codestyle fixes in PluginManager | Julius Härtl | 2017-10-14 | 1 | -8/+8 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Let apps register Sabre plugins or collections | Vincent Petry | 2017-10-14 | 1 | -0/+170 |
| | | | | | | upstream #26761 Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Clear cache on vcard change/delete | Roeland Jago Douma | 2017-05-08 | 1 | -0/+13 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Cache the carddav photo endpoint | Roeland Jago Douma | 2017-05-08 | 1 | -1/+12 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Move event and todo parsing to new API | Joas Schilling | 2016-11-29 | 1 | -8/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Remove debug code | Lukas Reschke | 2016-11-21 | 1 | -4/+0 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | update system address book if the user change the personal settings | Bjoern Schiessle | 2016-11-21 | 1 | -0/+10 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Introduce an event for first time login based on the last login time stamp | Thomas Müller | 2016-11-14 | 1 | -1/+11 |
| | | | | | | | | | | | | Use firstLogin event to trigger creation of default calendar and default address book Delay login of admin user after setup so that firstLogin event can properly be processed for the admin Fixing tests ... Skeleton files are not copied over -> only 3 cache entries are remaining Use updateLastLoginTimestamp to properly setup lastLogin value for a test user | ||||
* | Use the event dispatcher | Joas Schilling | 2016-11-03 | 1 | -0/+57 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move the methods into a new class | Joas Schilling | 2016-11-03 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Start working on calendar activities | Joas Schilling | 2016-11-03 | 1 | -0/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Adding capability about new chunking - refs #25682 (#26368) | Thomas Müller | 2016-10-21 | 1 | -0/+6 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Use magic DI | Joas Schilling | 2016-09-20 | 1 | -97/+7 |
| | |||||
* | Better displaynames for shared address books | Joas Schilling | 2016-08-24 | 1 | -1/+1 |
| | |||||
* | Better displaynames for shared calendars | Joas Schilling | 2016-08-24 | 1 | -1/+1 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -2/+4 |
| | |||||
* | Contacts API: replace raw image data with url (#25081) | Georg Ehrke | 2016-06-21 | 1 | -1/+2 |
| | | | | | | | | | | | | | | * add uri to AddressBookImpl array * Introduce ImageExportPlugin for CardDav * add plugin to v1 routes * replace binary contact photo with link * update tests * Adding unit tests | ||||
* | Move birthday calendar generation to a live migration job (#25135) | Thomas Müller | 2016-06-16 | 1 | -14/+11 |
| | |||||
* | Implement classification migration as repair step | Thomas Müller | 2016-06-09 | 1 | -16/+8 |
| | |||||
* | Add migration step | Thomas Müller | 2016-06-09 | 1 | -0/+18 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+2 |
| | |||||
* | Move dav app to PSR-4 (#24527) | Joas Schilling | 2016-05-12 | 1 | -0/+170 |
* Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4 |