Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added documentation links on settings pages | Sascha Wiswedel | 2019-10-17 | 1 | -0/+1 |
| | | | | Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com> | ||||
* | Change "Advanced options" to h3 | Marius Blüm | 2018-11-04 | 1 | -1/+1 |
| | | | Signed-off-by: Marius Blüm <marius@lineone.io> | ||||
* | Manually instantiate jscolor to avoid csp errors | Julius Härtl | 2018-10-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | also add a privacy link | Arthur Schiwon | 2018-05-24 | 1 | -1/+8 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Use link not address in labels for URLs | Arthur Schiwon | 2018-05-16 | 1 | -2/+2 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | fix undo for url-typed inputs | Arthur Schiwon | 2018-05-11 | 1 | -2/+2 |
| | | | | | | and minor adjustments Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | allow to specify a link to a legal notice | Arthur Schiwon | 2018-05-09 | 1 | -0/+7 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Fixed typo | rakekniven | 2018-04-26 | 1 | -1/+1 |
| | |||||
* | Add advanced theming options to frontend | Julius Härtl | 2018-04-19 | 1 | -7/+37 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Show UI when using a custom theme | Julius Härtl | 2018-03-26 | 1 | -2/+1 |
| | | | | | | Do not hide the theming app UI when using a custom theme besides it, but warn the users about some settings being overwritten by that. Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Use correct input type for the url entry | Christian Oliff | 2018-03-02 | 1 | -1/+1 |
| | | | Change `type="text"` to `type="url"` | ||||
* | Allows adding of hex color to the theme-color | Abijeet | 2017-12-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Fixes #7158. Adds a # on the color if missing. Increased maxlength, added hash:true for jscolor, and adding a # if not present on the change event. Since the input element now allows a hex code, changed values to hexcode. In addition, added a function to get RGB array from hex or rgb values. Calling it in both methods and using it to perform comparison. Also changed the way we were determining whether the jscolor component had loaded. Changed the control to use data-jscolor rather than defining opts in the class. Signed-off-by: Abijeet <abijeetpatro@gmail.com> | ||||
* | Theming: add hint about favicon generation | Julius Härtl | 2017-11-08 | 1 | -0/+11 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fix starting lower case letter in tooltip of Theming app | Daniel Calviño Sánchez | 2017-05-20 | 1 | -6/+6 |
| | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | Theming app: Add plain background color option | Julius Haertl | 2017-05-08 | 1 | -4/+4 |
| | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | Use generated SCSS for theming preview | Julius Härtl | 2017-04-29 | 1 | -1/+4 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Hint: Theming customizes the look and feel of supported clients too | Marius Blüm | 2017-04-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Marius Blüm <marius@lineone.io> | ||||
* | adding some documentation hints and some smaller cleanup | Frank Karlitschek | 2017-04-25 | 1 | -0/+1 |
| | |||||
* | Fix typo in theming description | Joas Schilling | 2017-01-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | theming: move reset button into field and only show when focused | Jan-Christoph Borchardt | 2016-11-16 | 1 | -27/+32 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Theming: Hide undo button on default values | Julius Haertl | 2016-08-26 | 1 | -1/+3 |
| | |||||
* | Theming: Add preview for login screen | Julius Haertl | 2016-08-26 | 1 | -1/+4 |
| | |||||
* | Validate the input of the theming options | Joas Schilling | 2016-08-01 | 1 | -4/+4 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -2/+23 |
| | |||||
* | Add tooltip | Lukas Reschke | 2016-06-27 | 1 | -6/+6 |
| | |||||
* | design and layout fixes for Theming app | Jan-Christoph Borchardt | 2016-06-27 | 1 | -13/+21 |
| | |||||
* | Migrate logic to dynamic controller | Lukas Reschke | 2016-06-27 | 1 | -8/+16 |
| | | | | 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 | -1/+2 |
| | |||||
* | write theme settings to database | Bjoern Schiessle | 2016-06-27 | 1 | -7/+22 |
| | |||||
* | basic information architecture for the theming app | Jan-Christoph Borchardt | 2016-06-27 | 1 | -3/+17 |
| | |||||
* | initial commit for the theming app | Bjoern Schiessle | 2016-06-27 | 1 | -0/+11 |