summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/HookManager.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* getUsersOwnAddressBooksJohn Molakvoæ (skjnldsv)2017-02-141-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* update system address book if the user change the personal settingsBjoern Schiessle2016-11-211-1/+8
| | | | 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-6/+1
| | | | | | | | | | | | 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
* Translate the Contacts addressbook when it's defaultJoas Schilling2016-10-061-2/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Translate the personal calendarJoas Schilling2016-10-061-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Rename deleteAllSharesForUser() to deleteAllSharesByUser()Thomas Citharel2016-09-281-1/+1
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* fix deletion of calendarsThomas Citharel2016-09-271-5/+12
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* delete shares to an userThomas Citharel2016-09-271-0/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Adjust delete logic and ann unit testsThomas Müller2016-09-271-20/+9
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* delete also addressbooks on user deletionThomas Citharel2016-09-271-0/+9
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* delete calendars when users are deletedThomas Citharel2016-09-271-1/+13
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* more efficient check if addressbook and calendar exists for userRobin Appelman2016-08-311-4/+2
|
* Fix apps/Joas Schilling2016-07-211-1/+2
|
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-121-0/+126
* Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4