aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/appinfo/routes.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-311-26/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat(theming): Allow to configure default apps and app order in frontend ↵Ferdinand Thiessen2023-10-201-0/+5
| | | | | | | | | settings * Also add API for setting the value using ajax. * Add cypress tests for app order and defaul apps Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Faster theming tests, better colours comparison and properly follow admin ↵John Molakvoæ2022-11-301-0/+5
| | | | | | theming changes Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Allow to remove the background and select a custom colourJohn Molakvoæ2022-11-291-0/+5
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Move background settings from dashboard app to Appearance and accessibility ↵greta2022-09-141-0/+10
| | | | | | | settings Signed-off-by: greta <gretadoci@gmail.com> Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Font fixes and design update for theme pickerJohn Molakvoæ2022-04-211-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Migrating themes to Theming appJohn Molakvoæ2022-04-211-50/+64
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Start theming providersJoas Schilling2022-04-211-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move theming js to initial stateRoeland Jago Douma2020-06-051-5/+0
| | | | | | | | A bit more elegant. Plus it will allow us to also write a proper @nextcloud/theming package. To make life easier down the line for all. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Make sure every file ends with an empty newlineChristoph Wurst2020-04-091-1/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move to more generic image handling and add extra imagesJulius Härtl2018-04-191-9/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update license headersMorris Jobke2017-11-061-0/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add themed manifest.json to theming appJulius Härtl2017-09-121-0/+6
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Sanitize input and small fixesJulius Haertl2016-11-181-2/+2
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Theming: Fix default parameters in icon routesJulius Haertl2016-11-181-1/+0
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Theming: Add favicon-touch and fix icon creation with non svg imagesJulius Haertl2016-11-181-1/+7
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Theming: Add dynamic icon and favicon endpointsJulius Haertl2016-11-181-0/+13
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Theming: Add OCA.Theming Js for app interactionJulius Haertl2016-08-101-0/+5
|
* Update routes.phpJoas Schilling2016-07-281-4/+2
|
* Fix apps/Joas Schilling2016-07-211-0/+4
|
* Make theming work with pretty URLsoparoz2016-07-111-1/+1
| | | | | In some envs the rewrite rules for pretty URLs apply to all CSS files, so let's not end the route name with that etension. Fixes #315
* Fix indentationLukas Reschke2016-06-271-3/+3
|
* Migrate logic to dynamic controllerLukas Reschke2016-06-271-1/+16
| | | | Also adds support for having custom login backgrounds
* write theme settings to databaseBjoern Schiessle2016-06-271-0/+42