summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Migration/RegenerateBirthdayCalendars.php
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-051-1/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Don't run repair step for every individual user, outsource that to ↵Georg Ehrke2019-05-231-16/+3
| | | | | | background job Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* avoids users searches on backend, faster processingArthur Schiwon2019-04-171-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Add Repair step to regenerate birthday calendarGeorg Ehrke2019-02-161-0/+85
Signed-off-by: Georg Ehrke <developer@georgehrke.com>