aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Repair/ClearGeneratedAvatarCacheTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Clear generated avatar cachesjld31032023-05-151-1/+1
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Adapt tests to config value typingCôme Chilliet2023-04-051-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Move avatar clearing in the backgroundCarl Schwan2022-09-261-3/+7
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update avatars on updateCarl Schwan2022-09-091-2/+2
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+2
| | | | | | | | | | | * 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>
* Implement guest avatar endpointMichael Weimann2019-02-071-1/+1
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Clear avatar cache with frontend repairJohn Molakvoæ (skjnldsv)2018-11-081-0/+82
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>