Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Theming: Show loading spinner while uploading files | Julius Haertl | 2016-08-30 | 1 | -1/+10 |
| | |||||
* | Increase theming performance | Lukas Reschke | 2016-08-27 | 1 | -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 title | Julius Haertl | 2016-08-26 | 1 | -0/+3 |
| | |||||
* | Theming: Hide undo button on default values | Julius Haertl | 2016-08-26 | 1 | -1/+29 |
| | |||||
* | Theming: Add preview for login screen | Julius Haertl | 2016-08-26 | 1 | -4/+15 |
| | |||||
* | Theming: Cleanup and remove opacity from checkbox/radiobutton | Julius Haertl | 2016-07-27 | 1 | -2/+1 |
| | |||||
* | Theming: Generate colorized radio buttons dynamically | Julius Haertl | 2016-07-27 | 1 | -6/+9 |
| | |||||
* | Theming: Colorize radio buttons and append new styles on preview | Julius Haertl | 2016-07-27 | 1 | -6/+10 |
| | |||||
* | Theming: Preview for colorized checkboxes | Julius Haertl | 2016-07-27 | 1 | -5/+18 |
| | |||||
* | Theming: Fix preview and center alignment of logo | Julius Haertl | 2016-07-25 | 1 | -4/+4 |
| | |||||
* | Theming: Fix image paths for caret icon | Julius Haertl | 2016-07-16 | 1 | -1/+1 |
| | |||||
* | Theming: Fix spaces in settings-admin.js | Julius Haertl | 2016-07-15 | 1 | -4/+4 |
| | |||||
* | Theming: Implement swapping the foreground color for bright colors | Julius Haertl | 2016-07-15 | 1 | -0/+33 |
| | |||||
* | Only save when value changed or enter is pressed | Lukas Reschke | 2016-06-27 | 1 | -9/+15 |
| | |||||
* | Add tooltip | Lukas Reschke | 2016-06-27 | 1 | -0/+1 |
| | |||||
* | make sure that the preview gets updated every time a new image gets uploaded | Bjoern Schiessle | 2016-06-27 | 1 | -2/+3 |
| | |||||
* | scale preview image | Bjoern Schiessle | 2016-06-27 | 1 | -3/+5 |
| | |||||
* | Disable drop zone | Lukas Reschke | 2016-06-27 | 1 | -0/+2 |
| | | | | Otherwise dropping something somewhere can by mistake upload the file and make it available | ||||
* | Migrate logic to dynamic controller | Lukas Reschke | 2016-06-27 | 1 | -8/+24 |
| | | | | Also adds support for having custom login backgrounds | ||||
* | add some visual feedback if the operation was succesful or not | Bjoern Schiessle | 2016-06-27 | 1 | -9/+19 |
| | |||||
* | write theme settings to database | Bjoern Schiessle | 2016-06-27 | 4 | -0/+2611 |
| | |||||
* | initial commit for the theming app | Bjoern Schiessle | 2016-06-27 | 1 | -0/+20 |