| Commit message (Expand) | Author | Age | Files | Lines |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-27 | 1 | -25/+4 |
* | chore: Improve phpdoc typing to silence psalm errors | Côme Chilliet | 2024-04-02 | 1 | -0/+3 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -4/+4 |
* | fix: Cleanup unused imports and some type deprecations | Joas Schilling | 2023-07-06 | 1 | -1/+0 |
* | feat(admin_audit): Migrate to non-deprecated IEventDispatcher | Joas Schilling | 2023-07-04 | 1 | -6/+1 |
* | Minor optimizations for saving user personal information | Carl Schwan | 2022-05-12 | 1 | -5/+7 |
* | Add missing use for LoggerInterface | Côme Chilliet | 2022-05-02 | 1 | -0/+1 |
* | Migrate dav application from ILogger to LoggerInterface | Côme Chilliet | 2022-05-02 | 1 | -4/+4 |
* | Delete calendar subscriptions as well when deleting user | Thomas Citharel | 2021-08-13 | 1 | -2/+13 |
* | Make default calendar only contain VEVENTS | Thomas Citharel | 2021-06-25 | 1 | -1/+2 |
* | Always provide theme color for default personal calendar | Thomas Citharel | 2021-06-25 | 1 | -0/+7 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -3/+1 |
* | Add a trashbin for calendars and calendar objects | Christoph Wurst | 2021-05-31 | 1 | -1/+4 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+4 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -0/+1 |
* | Add event dispatcher to OCP | Christoph Wurst | 2019-06-25 | 1 | -3/+3 |
* | be careful with mixed return values even if it may look unsuspicious… | Arthur Schiwon | 2018-11-27 | 1 | -1/+3 |
* | more consistent naming | Arthur Schiwon | 2018-04-05 | 1 | -6/+6 |
* | admin_audit and dav listen to announce and revoke signals | Arthur Schiwon | 2018-04-05 | 1 | -0/+18 |
* | Make sure the arrays are arrays | Joas Schilling | 2018-01-12 | 1 | -3/+3 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+5 |
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
* | getUsersOwnAddressBooks | John Molakvoæ (skjnldsv) | 2017-02-14 | 1 | -1/+1 |
* | update system address book if the user change the personal settings | Bjoern Schiessle | 2016-11-21 | 1 | -1/+8 |
* | Introduce an event for first time login based on the last login time stamp | Thomas Müller | 2016-11-14 | 1 | -6/+1 |
* | Translate the Contacts addressbook when it's default | Joas Schilling | 2016-10-06 | 1 | -2/+3 |
* | Translate the personal calendar | Joas Schilling | 2016-10-06 | 1 | -3/+3 |
* | Rename deleteAllSharesForUser() to deleteAllSharesByUser() | Thomas Citharel | 2016-09-28 | 1 | -1/+1 |
* | fix deletion of calendars | Thomas Citharel | 2016-09-27 | 1 | -5/+12 |
* | delete shares to an user | Thomas Citharel | 2016-09-27 | 1 | -0/+1 |
* | Adjust delete logic and ann unit tests | Thomas Müller | 2016-09-27 | 1 | -20/+9 |
* | delete also addressbooks on user deletion | Thomas Citharel | 2016-09-27 | 1 | -0/+9 |
* | delete calendars when users are deleted | Thomas Citharel | 2016-09-27 | 1 | -1/+13 |
* | more efficient check if addressbook and calendar exists for user | Robin Appelman | 2016-08-31 | 1 | -4/+2 |
* | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -1/+2 |
* | Move dav app to PSR-4 (#24527) | Joas Schilling | 2016-05-12 | 1 | -0/+126 |