summaryrefslogtreecommitdiffstats
path: root/apps/theming/lib/Migration
Commit message (Collapse)AuthorAgeFilesLines
* l10n: Fixed grammarrakekniven2023-02-111-1/+1
| | | | | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* l10n: Change administrator to administrationValdnet2023-01-301-5/+5
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* l10n: Change admin to administratorValdnet2023-01-301-5/+5
| | | | | Spelling unification. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* fix(l10n): fix admin images migrationrakekniven2023-01-231-1/+1
| | | | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* fix(theming): fix admin images migrationJohn Molakvoæ (skjnldsv)2023-01-232-76/+101
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* use constblizzz2022-11-181-1/+1
| | | | Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
* optimize background image migration jobArthur Schiwon2022-11-181-1/+1
| | | | | | | | | | | | | | | - separate in two stages: to prepare, and to actually migrate - in step one, prepare a list of users to be migrated, and store it compressed as app config - gzcompress can be used, because we already require zlib - upon the next calls (step two), slice off the first 5000 users and migrate them. Re-add job if necessary to repeat. - downside is that an app config value will in the beginning use the RAM with any request, until it thins out. Examples: 2m UUIDs (75 MiB) result in ~40 MiB compressed data, while 0.2Mib for 10 000 UUIDs, 0.4MiB for 20 000 and 4.1 MiB for 200 000. Acceptable. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Add a repair step to cleanup old theming cacheChristopher Ng2022-10-181-0/+76
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* graceful background image handlingArthur Schiwon2022-10-131-0/+48
| | | | | | | - fallback to background image from old location - migrate background images to new location as insensitive job Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Migrate old accessibility configJohn Molakvoæ2022-04-211-0/+123
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Remove theming migrationJulius Härtl2018-01-261-77/+0
| | | | | | Those images are alredy migrated after the instance has been updated to NC12 Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update license headersMorris Jobke2017-11-061-11/+11
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add tests for theming migration stepJulius Haertl2017-02-161-7/+6
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Add repair step to move existing theming imagesJulius Haertl2017-02-161-0/+78
Signed-off-by: Julius Haertl <jus@bitgrid.net>