aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming
Commit message (Collapse)AuthorAgeFilesLines
* Always give primary button a border for light primary colorsJan-Christoph Borchardt2018-11-211-4/+3
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix revert icon position on theming settingsJohn Molakvoæ (skjnldsv)2018-11-161-2/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-11-152-0/+36
|
* [tx-robot] updated from transifexNextcloud bot2018-11-082-0/+2
|
* Change "Advanced options" to h3Marius Blüm2018-11-041-1/+1
| | | Signed-off-by: Marius Blüm <marius@lineone.io>
* [tx-robot] updated from transifexNextcloud bot2018-11-032-4/+4
|
* Remove replace call which does not replace anythingStefan Weil2018-10-241-1/+1
| | | | | | The original code replaced / by /. Signed-off-by: Stefan Weil <sw@weilnetz.de>
* [tx-robot] updated from transifexNextcloud bot2018-10-234-6/+6
|
* Don't require Same Site Cookies on assetsThomas Citharel2018-10-171-0/+2
| | | | | | | | Which can be used for public iframe embeeding See https://github.com/nextcloud/calendar/issues/169 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Use default favicon on sharing pagesJulius Härtl2018-10-111-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #10898 from ↵Morris Jobke2018-10-087-20/+40
|\ | | | | | | | | nextcloud/feature/10684/default-logo-color-theme-colors Switches the default logo color depending on the primary color
| * Adapts the theming util to the new core logo image pathMichael Weimann2018-10-042-3/+3
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * Fixes the logo testMichael Weimann2018-10-031-2/+2
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * Refactors the scss svg functionsMichael Weimann2018-10-021-2/+2
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * Updates inverted logo handling to work like the app iconsMichael Weimann2018-10-024-91/+26
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * Moves the logo files to logoMichael Weimann2018-10-024-12/+13
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * Switches the default logo color depending on the primary colorMichael Weimann2018-10-024-8/+92
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | [tx-robot] updated from transifexNextcloud bot2018-10-072-0/+8
| |
* | Append error from exception for messageDaniel Kesselberg2018-10-031-1/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Fix call to loggerDaniel Kesselberg2018-10-031-1/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Manually instantiate jscolor to avoid csp errorsJulius Härtl2018-10-022-1/+5
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-09-302-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-09-274-8/+20
|
* Merge pull request #11123 from CrazyEasy/patch-1Roeland Jago Douma2018-09-251-2/+2
|\ | | | | Bugfix 2FA theme: buttons white
| * Used CSS VariablesEASY2018-09-101-2/+2
| |
| * Update theming.scssEASY2018-09-091-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-252-4/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-202-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-172-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-154-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-144-4/+38
| |
* | Merge pull request #11042 from ↵Joas Schilling2018-09-131-4/+2
|\ \ | | | | | | | | | | | | nextcloud/bugfix/10894/php73-filter_var-deprecation Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894
| * | Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894Patrik Kernstock2018-09-041-4/+2
| | | | | | | | | | | | Signed-off-by: Patrik Kernstock <info@pkern.at>
* | | [tx-robot] updated from transifexNextcloud bot2018-09-122-0/+2
| |/ |/|
* | Disables SVG favicon uploads when imagemagick is missing.Michael Weimann2018-09-054-4/+77
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | Update version requirements and versions of shipped appsJoas Schilling2018-09-051-2/+2
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-09-012-0/+2
|
* Merge pull request #10924 from nextcloud/bugfix/10901/theming-bugfix-primaryJulius Härtl2018-08-304-3/+8
|\ | | | | Fix SCSS variable management with the theming app
| * Fix capabilities testJulius Härtl2018-08-301-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Make the default element color for bright theming colors lighterJulius Härtl2018-08-302-2/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Remove border from primary button when color is brightJulius Härtl2018-08-291-0/+5
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #10876 from nextcloud/bugfix/10873/theming-settingsbuttonJulius Härtl2018-08-291-2/+2
|\ \ | |/ |/| Theming: apply proper size to the remove background button
| * Theming: apply proper size to the remove background buttonJulius Härtl2018-08-271-2/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Theming: Fix footer testsJulius Härtl2018-08-272-9/+25
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Theming: Only Entity in footer if a url is setJulius Härtl2018-08-271-3/+7
|/ | | | | | fixes #10024 Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-08-232-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-08-212-0/+2
|
* TypoJohn Molakvoæ (skjnldsv)2018-08-151-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Undo button fix in themingJohn Molakvoæ (skjnldsv)2018-08-151-0/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-08-142-0/+2
|