summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/AppInfo
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-052-2/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-222-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 alarmsGeorg Ehrke2019-08-151-3/+1
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Provide a fake AudioProvider that is basically the same as PushProvider, ↵Georg Ehrke2019-08-151-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 insteadGeorg Ehrke2019-08-151-12/+6
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Support event reminders (email and notifications)Thomas Citharel2019-08-151-5/+53
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* "Fix" the unit testsJoas Schilling2019-03-061-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Log failure on parsingJohn Molakvoæ (skjnldsv)2019-01-041-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Load apps that have a dav type set before the dav server pluginsJulius Härtl2018-11-141-3/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Make ContactsStore a public APITobia De Koninck2017-12-111-0/+10
| | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
* Create activities for (un)publishing calendar eventsThomas Citharel2017-12-111-0/+9
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* integrate Dav app with Calendar APIGeorg Ehrke2017-11-091-3/+14
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-062-2/+5
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Dav: codestyle fixes in PluginManagerJulius Härtl2017-10-141-8/+8
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Let apps register Sabre plugins or collectionsVincent Petry2017-10-141-0/+170
| | | | | | upstream #26761 Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Clear cache on vcard change/deleteRoeland Jago Douma2017-05-081-0/+13
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Cache the carddav photo endpointRoeland Jago Douma2017-05-081-1/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Move event and todo parsing to new APIJoas Schilling2016-11-291-8/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove debug codeLukas Reschke2016-11-211-4/+0
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* update system address book if the user change the personal settingsBjoern Schiessle2016-11-211-0/+10
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Introduce an event for first time login based on the last login time stampThomas Müller2016-11-141-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 dispatcherJoas Schilling2016-11-031-0/+57
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move the methods into a new classJoas Schilling2016-11-031-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Start working on calendar activitiesJoas Schilling2016-11-031-0/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adding capability about new chunking - refs #25682 (#26368)Thomas Müller2016-10-211-0/+6
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use magic DIJoas Schilling2016-09-201-97/+7
|
* Better displaynames for shared address booksJoas Schilling2016-08-241-1/+1
|
* Better displaynames for shared calendarsJoas Schilling2016-08-241-1/+1
|
* Fix apps/Joas Schilling2016-07-211-2/+4
|
* Contacts API: replace raw image data with url (#25081)Georg Ehrke2016-06-211-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üller2016-06-161-14/+11
|
* Implement classification migration as repair stepThomas Müller2016-06-091-16/+8
|
* Add migration stepThomas Müller2016-06-091-0/+18
|
* Update license headersLukas Reschke2016-05-261-1/+2
|
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-121-0/+170
* Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4