Add images
Signed-off-by: Julius Härtl <jus@bitgrid.net> update images Signed-off-by: Julius Härtl <jus@bitgrid.net>
After Width: | Height: | Size: 1.0 MiB |
After Width: | Height: | Size: 1.1 MiB |
After Width: | Height: | Size: 249 KiB |
After Width: | Height: | Size: 1.6 MiB |
After Width: | Height: | Size: 1.7 MiB |
After Width: | Height: | Size: 523 KiB |
Before Width: | Height: | Size: 627 KiB |
Before Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 121 KiB |
Before Width: | Height: | Size: 165 KiB |
After Width: | Height: | Size: 1.1 MiB |
After Width: | Height: | Size: 1.0 MiB |
After Width: | Height: | Size: 1.2 MiB |
After Width: | Height: | Size: 186 KiB |
After Width: | Height: | Size: 934 KiB |
After Width: | Height: | Size: 279 KiB |
After Width: | Height: | Size: 454 KiB |
After Width: | Height: | Size: 1.2 MiB |
After Width: | Height: | Size: 239 KiB |
|
@ -37,32 +37,18 @@ use OCP\IConfig;
|
|||
class BackgroundService {
|
||||
|
||||
const SHIPPED_BACKGROUNDS = [
|
||||
'anatoly-mikhaltsov-butterfly-wing-scale-5k.jpg',
|
||||
'bernie-cetonia-aurata-take-off-composition-8k.jpg',
|
||||
'eduardo-neves-pedra-azul-5k.jpg',
|
||||
'europeanspaceagency-baltic-blooms-6k.jpg',
|
||||
'europeanspaceagency-barents-bloom-2k.jpg',
|
||||
'europeanspaceagency-colourful-queensland-6k.jpg',
|
||||
'europeanspaceagency-namib-desert-6k.jpg',
|
||||
'europeanspaceagency-peruvian-andes-6k.jpg',
|
||||
'flickr-148302424@N05-36591009215.jpg',
|
||||
'flickr-andymag-26451722126.jpg',
|
||||
'flickr-angietrenz-24259359268.jpg',
|
||||
'flickr-coconut-cove-mixed-2k.jpg',
|
||||
'flickr-dejankrsmanovic-42971456774.jpg',
|
||||
'flickr-paszczak000-8715851521.jpg',
|
||||
'flickr-xomeox-sewage-3k.jpg',
|
||||
'flickr-zalexandra-7948897538.jpg',
|
||||
'hannes-fritz-flippity-floppity-4k.jpg',
|
||||
'hannes-fritz-parkour-4k.jpg',
|
||||
'hannes-fritz-roulette-4k.jpg',
|
||||
'hannes-fritz-sea-spray-6k.jpg',
|
||||
'insa-wulf-radial-4k.jpg',
|
||||
'microcosmos-lab-microcrystals-5k.jpg',
|
||||
'nasa-goddard-antarctica-melts-6k.jpg',
|
||||
'nasa-goddard-iceberg-greenland-4k.jpg',
|
||||
'pexels-snapwire-forest-4k-cc0.jpg',
|
||||
'yana-sichikova-sergey-ovachev-stone-flower-2k.jpg',
|
||||
'anatoly-mikhaltsov-butterfly-wing-scale.jpg',
|
||||
'bernie-cetonia-aurata-take-off-composition.jpg',
|
||||
'dejan-krsmanovic-ribbed-red-metal.jpg',
|
||||
'eduardo-neves-pedra-azul.jpg',
|
||||
'european-space-agency-barents-bloom.jpg',
|
||||
'european-space-agency-namib-desert.jpg',
|
||||
'hannes-fritz-flippity-floppity.jpg',
|
||||
'hannes-fritz-roulette.jpg',
|
||||
'hannes-fritz-sea-spray.jpg',
|
||||
'kamil-porembinski-clouds.jpg',
|
||||
];
|
||||
|
||||
public function __construct(IRootFolder $rootFolder, IAppData $appData, IConfig $config, $userId) {
|
||||
|
|