summaryrefslogtreecommitdiffstats
path: root/apps/theming
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-03-28112-112/+114
|
* [tx-robot] updated from transifexNextcloud bot2018-03-272-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-03-262-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-03-254-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2018-03-242-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-03-236-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2018-03-228-0/+24
|
* [tx-robot] updated from transifexNextcloud bot2018-03-2192-354/+354
|
* [tx-robot] updated from transifexNextcloud bot2018-03-152-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-03-146-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-03-1320-0/+20
|
* [tx-robot] updated from transifexNextcloud bot2018-03-1286-172/+172
|
* [tx-robot] updated from transifexNextcloud bot2018-03-112-0/+2
|
* Use cache prefix for theming as wellJulius Härtl2018-03-091-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix tests to use ICacheFactoryJulius Härtl2018-03-092-3/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move base url from global cache prefix to frontend related onesJulius Härtl2018-03-091-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Remove to restrict check for background image/colorJulius Härtl2018-03-061-7/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-03-062-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-03-0410-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-03-0212-2/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-03-0118-0/+18
|
* [tx-robot] updated from transifexNextcloud bot2018-02-282-2/+2
|
* theming: handle not being in the serverrootKyle Fazzari2018-02-262-5/+34
| | | | | | | | | | | | | | Currently, the theming app assumes it's in the serverroot. However, with Nextcloud's flexibility regarding configurable app paths, this is not a safe assumption to make. If it happens to be an incorrect assumption, the theming app fails to work. Instead of relying on the serverroot, just use the path from the AppManager and utilize relative paths for assets from there. Fix #8462 Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
* [tx-robot] updated from transifexNextcloud bot2018-02-232-0/+76
|
* [tx-robot] updated from transifexNextcloud bot2018-02-194-2/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-02-172-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-02-142-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-02-1328-52/+30
|
* Add space on guest pages with custom logoJulius Härtl2018-02-091-0/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Make sure theming logo css only applies when a logo is setJulius Härtl2018-02-091-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-02-082-8/+24
|
* Fix theming testsJulius Härtl2018-02-021-8/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Do not rewrite absolute URLsJulius Härtl2018-02-021-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Only override image styles if the theming values are setJulius Härtl2018-02-021-8/+10
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-02-0184-168/+84
|
* [tx-robot] updated from transifexNextcloud bot2018-01-162-0/+6
|
* More detailed theming capabilitiesJulius Härtl2018-01-106-53/+99
| | | | | | This will allow clients to easily check if a custom background is used Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix appmenu svg double invertJulius Härtl2018-01-101-6/+10
| | | | | | | | | This fixes a regression caused by 9b668d0, where the css filters to preview color inversion of the app menu was applied by default. This commit makes the css filters sensitive on what the current state of the app menu is. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #7705 from nextcloud/theming-calc-adjustMorris Jobke2018-01-093-18/+61
|\ | | | | Adjust theming color calculations using sRGB luma
| * Add colors to testsJulius Härtl2018-01-081-7/+13
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Fix preview when theming changes invertion of iconsJulius Härtl2018-01-081-0/+9
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Adjust theming color calculations using sRGB lumaJulius Härtl2018-01-082-11/+39
| | | | | | | | | | | | based on https://robots.thoughtbot.com/closer-look-color-lightness Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix SCSS processing when undoing theming valuesJulius Härtl2018-01-091-1/+1
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix faulty path in theming scss generationJulius Härtl2018-01-051-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-01-0414-2/+164
|
* Remove css invert since we are using svg filters for nowJulius Härtl2018-01-031-5/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix testsRoeland Jago Douma2017-12-181-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Also replace all other occurencesMorris Jobke2017-12-181-3/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #7427 from nextcloud/fix-white-color-in-emailsMorris Jobke2017-12-113-13/+21
|\ | | | | Fix email buttons for white theme
| * Fix email buttons for white themeMorris Jobke2017-12-113-13/+21
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>