summaryrefslogtreecommitdiffstats
path: root/lib/private/Repair/NC11
Commit message (Collapse)AuthorAgeFilesLines
* Copy avatars to the new locationJoas Schilling2017-05-181-14/+56
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* We want to see 1 in 100 messages, not all but the 100thJoas Schilling2017-05-181-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a repair step to fix broken mountsJoas Schilling2016-12-131-0/+78
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fixed correct filename of MoveAvatarsBackgroundJobRoeland Jago Douma2016-12-131-0/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #2405 from nextcloud/add-avatar-job-onceRoeland Jago Douma2016-11-301-8/+16
|\ | | | | Execute MoveAvatars repair step only once
| * Execute MoveAvatars repair step only onceMorris Jobke2016-11-291-8/+16
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Add test if repair step is already doneRoeland Jago Douma2016-11-191-4/+14
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Adds background job to cleanup all previews.Roeland Jago Douma2016-11-192-0/+184
|/ | | | | | | | | | * A repair step that inserts a background job for each user * Each background job will delete for 15 seconds if it takes longer we reschedule. This is done so instances that don't use the system cron won't time out. * Added tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use callForSeenUsers for avatar migrationMorris Jobke2016-10-281-24/+22
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* DI fails for bg jobRoeland Jago Douma2016-10-051-10/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use a backgroundjob to move avatarsRoeland Jago Douma2016-10-052-78/+118
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Avatar migration stepRoeland Jago Douma2016-10-051-0/+134
* Skip move avatar if avatars disabled Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>