aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/lib/Migration
Commit message (Collapse)AuthorAgeFilesLines
* fix(theming): Do not throw in background color migrationfix/theming-migrationFerdinand Thiessen2025-01-291-1/+39
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-4/+3
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-152-2/+4
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix: Use migration instead of repair step for restoring custom colorFerdinand Thiessen2024-09-102-63/+88
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Use `IAppConfig` instead of `IConfig->getAppValue`Ferdinand Thiessen2024-09-101-10/+9
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Add repair step to restore primary color after separating primary and ↵Ferdinand Thiessen2024-09-101-0/+64
| | | | | | background Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-311-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore: Remove old theming migration steps as they are only needed onceJulius Härtl2024-02-142-223/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-232-10/+9
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* 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>