summaryrefslogtreecommitdiffstats
path: root/apps/theming/js
Commit message (Collapse)AuthorAgeFilesLines
* Theming: Show loading spinner while uploading filesJulius Haertl2016-08-301-1/+10
|
* Increase theming performanceLukas Reschke2016-08-271-4/+4
| | | | | | | | 1. Set proper caching headers (`Pragma: cache`) 2. Resize image proportionally to a max size of 1920px 3. Store images with progressive mode This resizes a previous 2.8 MB picture to 300kb and makes it rendering going down from 11 seconds to less than 1 here. And future requests won't have to download the file newly.
* Theming: Preview for page titleJulius Haertl2016-08-261-0/+3
|
* Theming: Hide undo button on default valuesJulius Haertl2016-08-261-1/+29
|
* Theming: Add preview for login screenJulius Haertl2016-08-261-4/+15
|
* Theming: Cleanup and remove opacity from checkbox/radiobuttonJulius Haertl2016-07-271-2/+1
|
* Theming: Generate colorized radio buttons dynamicallyJulius Haertl2016-07-271-6/+9
|
* Theming: Colorize radio buttons and append new styles on previewJulius Haertl2016-07-271-6/+10
|
* Theming: Preview for colorized checkboxesJulius Haertl2016-07-271-5/+18
|
* Theming: Fix preview and center alignment of logoJulius Haertl2016-07-251-4/+4
|
* Theming: Fix image paths for caret iconJulius Haertl2016-07-161-1/+1
|
* Theming: Fix spaces in settings-admin.jsJulius Haertl2016-07-151-4/+4
|
* Theming: Implement swapping the foreground color for bright colorsJulius Haertl2016-07-151-0/+33
|
* Only save when value changed or enter is pressedLukas Reschke2016-06-271-9/+15
|
* Add tooltipLukas Reschke2016-06-271-0/+1
|
* 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
* Migrate logic to dynamic controllerLukas Reschke2016-06-271-8/+24
| | | | Also adds support for having custom login backgrounds
* add some visual feedback if the operation was succesful or notBjoern Schiessle2016-06-271-9/+19
|
* write theme settings to databaseBjoern Schiessle2016-06-274-0/+2611
|
* initial commit for the theming appBjoern Schiessle2016-06-271-0/+20