summaryrefslogtreecommitdiffstats
path: root/apps/theming
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-02-182-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-02-132-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-02-062-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-02-032-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2021-02-02128-256/+128
|
* [tx-robot] updated from transifexNextcloud bot2021-02-014-4/+112
|
* [tx-robot] updated from transifexNextcloud bot2021-01-262-0/+38
|
* [tx-robot] updated from transifexNextcloud bot2020-12-202-6/+6
|
* Store scss variables under a different prefix for each theming config versionJulius Härtl2020-11-302-4/+6
| | | | | | | | | The main issue with using the general theming- prefix is that with APCu caching the cache is not shared between processes, so when trying to reset the cache through the CLI, e.g. when updating the theming config the old cache is never invalidated. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2020-11-282-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-11-262-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2020-11-242-2/+2
|
* Fix setting images through occ for themingJulius Härtl2020-11-191-4/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2020-11-104-12/+12
|
* Fix testsJulius Härtl2020-11-022-75/+78
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add occ command to set theming valuesJulius Härtl2020-11-025-76/+214
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Enable theming background transparencyJohn Molakvoæ (skjnldsv)2020-10-271-1/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2020-09-25126-252/+252
|
* [tx-robot] updated from transifexNextcloud bot2020-09-212-2/+2
|
* Combine body-login rules in theming and fix twofactor and guest styling on ↵Julius Härtl2020-08-251-40/+47
| | | | | | bright colors Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2020-08-252-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2020-08-046-4/+6
|
* Fix PHP CSJoas Schilling2020-06-291-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Precalculate the primary element color for dark mode tooJoas Schilling2020-06-294-6/+32
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2020-06-232-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-06-152-4/+4
|
* Only use background fade if nextcloud blue is setJulius Härtl2020-06-081-30/+23
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2020-06-072-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2020-06-0518-40/+156
|
* Update license headers for 19Christoph Wurst2020-04-2911-0/+11
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-04-202-2/+40
|
* Provide the proper language to the mailerRoeland Jago Douma2020-04-161-2/+2
| | | | | | | Else we can't properly translate the footer in the recipients e-mail language. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2020-04-152-0/+2
|
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1015-40/+34
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Make sure every file ends with an empty newlineChristoph Wurst2020-04-092-2/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove trailing and in between spacesChristoph Wurst2020-04-091-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-093-13/+13
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
| | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix multiline commentsChristoph Wurst2020-04-081-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-314-2/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-03-312-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-03-292-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-03-282-0/+62
|
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-276-9/+0
|\ | | | | Remove unused imports
| * Remove unused importsChristoph Wurst2020-03-256-9/+0
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Use the short array syntax, everywhereChristoph Wurst2020-03-262-7/+7
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-20/+20
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-03-172-56/+56
|
* [tx-robot] updated from transifexNextcloud bot2020-03-152-2/+2
|