summaryrefslogtreecommitdiffstats
path: root/apps/theming
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-05-184-2/+10
|
* Merge pull request #4918 from nextcloud/theming-capabilities-plain-backgroundMorris Jobke2017-05-172-28/+48
|\ | | | | OCS Return color when theming uses no background image
| * Return color when theming uses no background imageJulius Härtl2017-05-172-28/+48
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix testsJulius Härtl2017-05-171-5/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Use appdata logo when generating iconsJulius Härtl2017-05-174-33/+65
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2017-05-144-0/+4
|
* Don't open the dialog for logo and backgroundJoas Schilling2017-05-121-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Clicking on theming preview triggers fileupload dialogMorris Jobke2017-05-112-0/+12
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-05-114-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2017-05-1012-0/+62
|
* 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