]> source.dussan.org Git - nextcloud-server.git/commit
graceful background image handling 34461/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Thu, 13 Oct 2022 13:40:47 +0000 (15:40 +0200)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Thu, 13 Oct 2022 15:51:30 +0000 (17:51 +0200)
commit59e07102ed2cb54e5122d8c5ca05d3fa11dbc176
tree458fc15ce9e9ecfdff773d69c17b3953beea4127
parent4d98128e9a4c170efb7ae1e5e063df14844964a2
graceful background image handling

- 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>
apps/theming/appinfo/info.xml
apps/theming/lib/Jobs/MigrateBackgroundImages.php [new file with mode: 0644]
apps/theming/lib/Migration/InitBackgroundImagesMigration.php [new file with mode: 0644]
apps/theming/lib/Service/BackgroundService.php