Julius Härtl
|
c190dfbe53
|
Scale logo only for custom ones
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2017-05-19 21:01:41 +02:00 |
Lukas Reschke
|
099234cf12
|
Add function to request SVG or regular fallback image
Fixes https://github.com/nextcloud/server/issues/4647
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
|
2017-05-08 14:51:55 +02:00 |
Julius Härtl
|
510f7cf1b6
|
Fix tests for theming backgroundColor
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2017-05-08 10:16:30 +02:00 |
Morris Jobke
|
ac04fb8277
|
Fix invalid theming URLs
* logo and background image had the cache buster applied twice:
background-image: url(http://192.168.99.100/server/core/img/logo.svg?v=0?v=0);
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
2017-05-05 00:37:32 -03:00 |
Julius Härtl
|
b436e43d68
|
Make sure that ThemingDefaults uses the correct default values from \OC_Defaults
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2017-04-29 00:40:15 -03:00 |
Joas Schilling
|
6448cf5748
|
Mock it
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2017-04-25 12:16:07 +02:00 |
Joas Schilling
|
bedd500884
|
Logo and background URLs must be relative
They are used way to often for such a change
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2017-04-25 11:43:06 +02:00 |
Julius Härtl
|
bc1efdf2e1
|
Fix theming tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2017-04-25 11:39:49 +02:00 |
Julius Haertl
|
68a63ad3f3
|
Implement scss variable injection by OC_Defaults
Signed-off-by: Julius Haertl <jus@bitgrid.net>
Add Scss variables to example theme and theming app
Signed-off-by: Julius Haertl <jus@bitgrid.net>
Use SCSSCacher to build theming css
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Update theming.scss
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Code cleanup
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Fix tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Inject SCSSCacher for easier testing
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Fix typehint
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Generate absolute URLs
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Fix tests to always use absolute urls for theming images
Signed-off-by: Julius Härtl <jus@bitgrid.net>
MailheaderColor -> ColorPrimary
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2017-04-25 11:39:45 +02:00 |
Morris Jobke
|
d83c8e0271
|
ThemingDefaults append cacheBusterCounter to logo URL by default
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
2017-04-09 21:43:09 -05:00 |
Lukas Reschke
|
281ad406e8
|
Add support for theming
Add support for theming in generated emails and simplify API
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
|
2017-04-07 12:03:47 -05:00 |
Jan-Christoph Borchardt
|
9a75714c22
|
rename confusing getMailHeaderColor to getColorPrimary, ref #3491
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
|
2017-03-29 18:23:23 +02:00 |
Julius Haertl
|
2e8dd21815
|
Improve caching
Signed-off-by: Julius Haertl <jus@bitgrid.net>
|
2016-11-18 10:23:24 +01:00 |
Roeland Jago Douma
|
011364317a
|
Fix ThemingDefaults getMock deprecation
|
2016-08-31 20:33:18 +02:00 |
Joas Schilling
|
c7c53aefb2
|
Use the lazy root to make tests pass 🙈
|
2016-08-24 09:52:05 +02:00 |
Julius Haertl
|
80fe499707
|
Theming: Add logo and background to ThemingDefaults
|
2016-08-24 00:40:22 +02:00 |
Arthur Schiwon
|
0fdf801c25
|
fix theming tests
|
2016-08-12 16:58:59 +02:00 |
Bjoern Schiessle
|
18fd8ff70c
|
rename "Tenmplate" to "ThemingDefaults" to make the auto loader happy"
|
2016-08-12 15:32:28 +02:00 |