aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/HookManager.php
Commit message (Expand)AuthorAgeFilesLines
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-4/+4
* fix: Cleanup unused imports and some type deprecationsJoas Schilling2023-07-061-1/+0
* feat(admin_audit): Migrate to non-deprecated IEventDispatcherJoas Schilling2023-07-041-6/+1
* Minor optimizations for saving user personal informationCarl Schwan2022-05-121-5/+7
* Add missing use for LoggerInterfaceCôme Chilliet2022-05-021-0/+1
* Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-021-4/+4
* Delete calendar subscriptions as well when deleting userThomas Citharel2021-08-131-2/+13
* Make default calendar only contain VEVENTSThomas Citharel2021-06-251-1/+2
* Always provide theme color for default personal calendarThomas Citharel2021-06-251-0/+7
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+1
* Add a trashbin for calendars and calendar objectsChristoph Wurst2021-05-311-1/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+4
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
* Add event dispatcher to OCPChristoph Wurst2019-06-251-3/+3
* be careful with mixed return values even if it may look unsuspicious…Arthur Schiwon2018-11-271-1/+3
* more consistent namingArthur Schiwon2018-04-051-6/+6
* admin_audit and dav listen to announce and revoke signalsArthur Schiwon2018-04-051-0/+18
* Make sure the arrays are arraysJoas Schilling2018-01-121-3/+3
* Update license headersMorris Jobke2017-11-061-0/+5
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* getUsersOwnAddressBooksJohn Molakvoæ (skjnldsv)2017-02-141-1/+1
* update system address book if the user change the personal settingsBjoern Schiessle2016-11-211-1/+8
* Introduce an event for first time login based on the last login time stampThomas Müller2016-11-141-6/+1
* Translate the Contacts addressbook when it's defaultJoas Schilling2016-10-061-2/+3
* Translate the personal calendarJoas Schilling2016-10-061-3/+3
* Rename deleteAllSharesForUser() to deleteAllSharesByUser()Thomas Citharel2016-09-281-1/+1
* fix deletion of calendarsThomas Citharel2016-09-271-5/+12
* delete shares to an userThomas Citharel2016-09-271-0/+1
* Adjust delete logic and ann unit testsThomas Müller2016-09-271-20/+9
* delete also addressbooks on user deletionThomas Citharel2016-09-271-0/+9
* delete calendars when users are deletedThomas Citharel2016-09-271-1/+13
* 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