Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-18 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-13 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-06 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-03 | 2 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-02 | 128 | -256/+128 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-01 | 4 | -4/+112 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-26 | 2 | -0/+38 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-20 | 2 | -6/+6 |
| | |||||
* | Store scss variables under a different prefix for each theming config version | Julius Härtl | 2020-11-30 | 2 | -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 transifex | Nextcloud bot | 2020-11-28 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-26 | 2 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-24 | 2 | -2/+2 |
| | |||||
* | Fix setting images through occ for theming | Julius Härtl | 2020-11-19 | 1 | -4/+5 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-10 | 4 | -12/+12 |
| | |||||
* | Fix tests | Julius Härtl | 2020-11-02 | 2 | -75/+78 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add occ command to set theming values | Julius Härtl | 2020-11-02 | 5 | -76/+214 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Enable theming background transparency | John Molakvoæ (skjnldsv) | 2020-10-27 | 1 | -1/+5 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-25 | 126 | -252/+252 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-21 | 2 | -2/+2 |
| | |||||
* | Combine body-login rules in theming and fix twofactor and guest styling on ↵ | Julius Härtl | 2020-08-25 | 1 | -40/+47 |
| | | | | | | bright colors Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-25 | 2 | -8/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-04 | 6 | -4/+6 |
| | |||||
* | Fix PHP CS | Joas Schilling | 2020-06-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Precalculate the primary element color for dark mode too | Joas Schilling | 2020-06-29 | 4 | -6/+32 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-06-23 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-06-15 | 2 | -4/+4 |
| | |||||
* | Only use background fade if nextcloud blue is set | Julius Härtl | 2020-06-08 | 1 | -30/+23 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-06-07 | 2 | -6/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-06-05 | 18 | -40/+156 |
| | |||||
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 11 | -0/+11 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-20 | 2 | -2/+40 |
| | |||||
* | Provide the proper language to the mailer | Roeland Jago Douma | 2020-04-16 | 1 | -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 transifex | Nextcloud bot | 2020-04-15 | 2 | -0/+2 |
| | |||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 15 | -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 newline | Christoph Wurst | 2020-04-09 | 2 | -2/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 3 | -13/+13 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -1/+0 |
| | | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix multiline comments | Christoph Wurst | 2020-04-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 4 | -2/+5 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-31 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-29 | 2 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-28 | 2 | -0/+62 |
| | |||||
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 6 | -9/+0 |
|\ | | | | | Remove unused imports | ||||
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 6 | -9/+0 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 2 | -7/+7 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 1 | -20/+20 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-17 | 2 | -56/+56 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-15 | 2 | -2/+2 |
| |