summaryrefslogtreecommitdiffstats
path: root/apps/theming
Commit message (Collapse)AuthorAgeFilesLines
* Fix theming preview for background imageJulius Härtl2017-05-091-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2017-05-092-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-05-094-4/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-05-084-2/+4
|
* Add function to request SVG or regular fallback imageLukas Reschke2017-05-082-5/+19
| | | | | | Fixes https://github.com/nextcloud/server/issues/4647 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Adjust login button color and remove borderJulius Härtl2017-05-081-4/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix tests for theming backgroundColorJulius Härtl2017-05-083-6/+50
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Theming app: Add plain background color optionJulius Haertl2017-05-086-15/+108
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2017-05-086-6/+64
|
* [tx-robot] updated from transifexNextcloud bot2017-05-072-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-05-062-0/+46
|
* Fix invalid theming URLsMorris Jobke2017-05-053-12/+25
| | | | | | | * 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>
* [tx-robot] updated from transifexNextcloud bot2017-05-054-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-05-044-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-05-034-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-05-024-0/+58
|
* Merge pull request #4594 from nextcloud/theming-image-defaultMorris Jobke2017-05-012-0/+69
|\ | | | | Delete theming images when logo/background is reset to default
| * Delete theming images when logo/background is reset to defaultJulius Härtl2017-04-302-0/+69
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2017-05-0116-0/+20
|/
* [tx-robot] updated from transifexNextcloud bot2017-04-3048-48/+56
|
* Code cleanup and preview for undo actionsJulius Härtl2017-04-293-34/+19
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Make sure that ThemingDefaults uses the correct default values from \OC_DefaultsJulius Härtl2017-04-292-55/+36
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use generated SCSS for theming previewJulius Härtl2017-04-294-45/+62
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2017-04-2918-18/+0
|
* Merge pull request #4584 from nextcloud/hint-themingMorris Jobke2017-04-281-1/+1
|\ | | | | Hint: Theming customizes the look and feel of supported clients too
| * 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>
* | Invert new header icons on bright theming colorsJulius Härtl2017-04-281-6/+9
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2017-04-2818-2/+20
|
* adding some documentation hints and some smaller cleanupFrank Karlitschek2017-04-251-0/+1
|
* Mock itJoas Schilling2017-04-251-12/+39
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Logo and background URLs must be relativeJoas Schilling2017-04-252-11/+8
| | | | | | They are used way to often for such a change Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix theming testsJulius Härtl2017-04-252-30/+13
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Implement scss variable injection by OC_DefaultsJulius Haertl2017-04-255-681/+293
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* [tx-robot] updated from transifexNextcloud bot2017-04-252-2/+2
|
* Fix theming testsJoas Schilling2017-04-202-10/+10
| | | | | | | Trying to configure method "shouldReplaceIcons" which cannot be configured because it does not exist, has not been specified, is final, or is static Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-04-172-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-04-162-12/+12
|
* [tx-robot] updated from transifexNextcloud bot2017-04-152-0/+50
|
* [tx-robot] updated from transifexNextcloud bot2017-04-142-0/+52
|
* Merge pull request #4256 from nextcloud/themingLukas Reschke2017-04-114-22/+25
|\ | | | | Move OC_Defaults to OCP\Defaults
| * ThemingDefaults append cacheBusterCounter to logo URL by defaultMorris Jobke2017-04-092-15/+18
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-092-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | * currently there are two ways to access default values: OCP\Defaults or OC_Defaults (which is extended by OCA\Theming\ThemingDefaults) * our code used a mixture of both of them, which made it hard to work on theme values * this extended the public interface with the missing methods and uses them everywhere to only rely on the public interface Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-04-082-2/+2
|/
* Add support for themingLukas Reschke2017-04-072-26/+82
| | | | | | Add support for theming in generated emails and simplify API Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* [tx-robot] updated from transifexNextcloud bot2017-04-062-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-04-052-0/+52
|
* [tx-robot] updated from transifexNextcloud bot2017-04-042-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-04-012-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-03-312-0/+46
|
* rename confusing getMailHeaderColor to getColorPrimary, ref #3491Jan-Christoph Borchardt2017-03-2910-22/+22
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>