Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move event and todo parsing to new API | Joas Schilling | 2016-11-29 | 1 | -8/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Remove debug code | Lukas Reschke | 2016-11-21 | 1 | -4/+0 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | update system address book if the user change the personal settings | Bjoern Schiessle | 2016-11-21 | 1 | -0/+10 |
| | | | | 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 | -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 dispatcher | Joas Schilling | 2016-11-03 | 1 | -0/+57 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move the methods into a new class | Joas Schilling | 2016-11-03 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Start working on calendar activities | Joas Schilling | 2016-11-03 | 1 | -0/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Adding capability about new chunking - refs #25682 (#26368) | Thomas Müller | 2016-10-21 | 1 | -0/+6 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Use magic DI | Joas Schilling | 2016-09-20 | 1 | -97/+7 |
| | |||||
* | Better displaynames for shared address books | Joas Schilling | 2016-08-24 | 1 | -1/+1 |
| | |||||
* | Better displaynames for shared calendars | Joas Schilling | 2016-08-24 | 1 | -1/+1 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -2/+4 |
| | |||||
* | Contacts API: replace raw image data with url (#25081) | Georg Ehrke | 2016-06-21 | 1 | -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üller | 2016-06-16 | 1 | -14/+11 |
| | |||||
* | Implement classification migration as repair step | Thomas Müller | 2016-06-09 | 1 | -16/+8 |
| | |||||
* | Add migration step | Thomas Müller | 2016-06-09 | 1 | -0/+18 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+2 |
| | |||||
* | Move dav app to PSR-4 (#24527) | Joas Schilling | 2016-05-12 | 1 | -0/+170 |
* Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4 |