aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/templates/settings-admin.php
Commit message (Collapse)AuthorAgeFilesLines
* added documentation links on settings pagesSascha Wiswedel2019-10-171-0/+1
| | | | Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* Change "Advanced options" to h3Marius Blüm2018-11-041-1/+1
| | | Signed-off-by: Marius Blüm <marius@lineone.io>
* Manually instantiate jscolor to avoid csp errorsJulius Härtl2018-10-021-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* also add a privacy linkArthur Schiwon2018-05-241-1/+8
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Use link not address in labels for URLsArthur Schiwon2018-05-161-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix undo for url-typed inputsArthur Schiwon2018-05-111-2/+2
| | | | | | and minor adjustments Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* allow to specify a link to a legal noticeArthur Schiwon2018-05-091-0/+7
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Fixed typorakekniven2018-04-261-1/+1
|
* Add advanced theming options to frontendJulius Härtl2018-04-191-7/+37
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Show UI when using a custom themeJulius Härtl2018-03-261-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 entryChristian Oliff2018-03-021-1/+1
| | | Change `type="text"` to `type="url"`
* Allows adding of hex color to the theme-colorAbijeet2017-12-081-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 generationJulius Härtl2017-11-081-0/+11
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix starting lower case letter in tooltip of Theming appDaniel Calviño Sánchez2017-05-201-6/+6
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Theming app: Add plain background color optionJulius Haertl2017-05-081-4/+4
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Use generated SCSS for theming previewJulius Härtl2017-04-291-1/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Hint: Theming customizes the look and feel of supported clients tooMarius Blüm2017-04-281-1/+1
| | | | Signed-off-by: Marius Blüm <marius@lineone.io>
* adding some documentation hints and some smaller cleanupFrank Karlitschek2017-04-251-0/+1
|
* Fix typo in theming descriptionJoas Schilling2017-01-231-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* theming: move reset button into field and only show when focusedJan-Christoph Borchardt2016-11-161-27/+32
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Theming: Hide undo button on default valuesJulius Haertl2016-08-261-1/+3
|
* Theming: Add preview for login screenJulius Haertl2016-08-261-1/+4
|
* Validate the input of the theming optionsJoas Schilling2016-08-011-4/+4
|
* Fix apps/Joas Schilling2016-07-211-2/+23
|
* Add tooltipLukas Reschke2016-06-271-6/+6
|
* design and layout fixes for Theming appJan-Christoph Borchardt2016-06-271-13/+21
|
* Migrate logic to dynamic controllerLukas Reschke2016-06-271-8/+16
| | | | Also adds support for having custom login backgrounds
* add some visual feedback if the operation was succesful or notBjoern Schiessle2016-06-271-1/+2
|
* write theme settings to databaseBjoern Schiessle2016-06-271-7/+22
|
* basic information architecture for the theming appJan-Christoph Borchardt2016-06-271-3/+17
|
* initial commit for the theming appBjoern Schiessle2016-06-271-0/+11