Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | getUsersOwnAddressBooks | John Molakvoæ (skjnldsv) | 2017-02-14 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | update system address book if the user change the personal settings | Bjoern Schiessle | 2016-11-21 | 1 | -1/+8 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Introduce an event for first time login based on the last login time stamp | Thomas Müller | 2016-11-14 | 1 | -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 default | Joas Schilling | 2016-10-06 | 1 | -2/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Translate the personal calendar | Joas Schilling | 2016-10-06 | 1 | -3/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Rename deleteAllSharesForUser() to deleteAllSharesByUser() | Thomas Citharel | 2016-09-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | fix deletion of calendars | Thomas Citharel | 2016-09-27 | 1 | -5/+12 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | delete shares to an user | Thomas Citharel | 2016-09-27 | 1 | -0/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Adjust delete logic and ann unit tests | Thomas Müller | 2016-09-27 | 1 | -20/+9 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | delete also addressbooks on user deletion | Thomas Citharel | 2016-09-27 | 1 | -0/+9 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | delete calendars when users are deleted | Thomas Citharel | 2016-09-27 | 1 | -1/+13 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | 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 |
* Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4 |