aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/AppInfo
Commit message (Collapse)AuthorAgeFilesLines
* 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