summaryrefslogtreecommitdiffstats
path: root/apps/theming
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #371 from nextcloud/implement-get-titleJoas Schilling2016-07-112-0/+25
|\ | | | | Implement "getTitle"
| * Implement "getTitle"Lukas Reschke2016-07-112-0/+25
| | | | | | | | Fixes https://github.com/nextcloud/server/issues/341
* | Fix testsoparoz2016-07-111-4/+4
| |
* | Make theming work with pretty URLsoparoz2016-07-112-2/+2
|/ | | | | 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
* Only save when value changed or enter is pressedLukas Reschke2016-06-271-9/+15
|
* Add tooltipLukas Reschke2016-06-272-6/+7
|
* Add comment to "getMailHeaderColor"Lukas Reschke2016-06-271-0/+5
|
* Use stream instead of renameLukas Reschke2016-06-272-14/+45
|
* Replace OC_Defaults with \OC::$server->getThemingDefaults()Lukas Reschke2016-06-271-6/+1
|
* design and layout fixes for Theming appJan-Christoph Borchardt2016-06-272-15/+29
|
* make sure that the preview gets updated every time a new image gets uploadedBjoern Schiessle2016-06-271-2/+3
|
* scale preview imageBjoern Schiessle2016-06-271-3/+5
|
* Disable drop zoneLukas Reschke2016-06-271-0/+2
| | | | Otherwise dropping something somewhere can by mistake upload the file and make it available
* Fix indentationLukas Reschke2016-06-271-3/+3
|
* Migrate logic to dynamic controllerLukas Reschke2016-06-2711-224/+955
| | | | Also adds support for having custom login backgrounds
* add some visual feedback if the operation was succesful or notBjoern Schiessle2016-06-274-16/+82
|
* write theme settings to databaseBjoern Schiessle2016-06-2712-8/+3082
|
* basic information architecture for the theming appJan-Christoph Borchardt2016-06-272-3/+20
|
* initial commit for the theming appBjoern Schiessle2016-06-276-0/+96