summaryrefslogtreecommitdiffstats
path: root/apps/theming
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-08-022-0/+106
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix missing theming for login buttonCarl Schwan2021-07-201-0/+12
| | | | | | Close #27495 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #27680 from nextcloud/backport/27675/stable20John Molakvoæ2021-06-282-1/+10
|\ | | | | [stable20] Validate the theming color also on CLI
| * Validate the theming color also on CLIJoas Schilling2021-06-252-1/+10
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2021-06-272-2/+2
|/
* [tx-robot] updated from transifexNextcloud bot2021-06-192-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-06-042-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-05-302-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2021-05-262-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-04-192-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-04-132-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-04-082-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-04-052-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-04-024-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2021-03-234-10/+10
|
* [tx-robot] updated from transifexNextcloud bot2021-03-222-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2021-03-112-14/+14
|
* [tx-robot] updated from transifexNextcloud bot2021-03-042-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-03-032-2/+18
|
* [tx-robot] updated from transifexNextcloud bot2021-02-262-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2021-02-182-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-02-132-2/+2
|
* Merge pull request #25458 from nextcloud/backport/23588/stable20Roeland Jago Douma2021-02-095-24/+24
|\ | | | | [stable20] Override default dashboard background with theming one
| * override default dashboard background with theming oneJulien Veyssier2021-02-095-24/+24
| | | | | | | | | | | | | | | | | | fix getAppValue default value in theming app fix cacheBuster value injection Signed-off-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [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
|
* Shortcut to avoid file system setup when generating the logo URLMorris Jobke2020-11-092-11/+14
| | | | | | If an SVG is requested and the app config value for logoMime is set then the logo is there. Otherwise we need to check it and maybe also generate a PNG from the SVG (that's done in getImage() which needs to be called then). Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Enable theming background transparencyJohn Molakvoæ (skjnldsv)2020-10-261-1/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2020-10-14126-254/+254
|
* Fix testsJulius Härtl2020-09-242-90/+91
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add occ command to set theming valuesJulius Härtl2020-09-245-72/+210
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update .l10nignore for apps to exclude bundled JS filesMorris Jobke2020-09-151-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2020-08-252-8/+8
|
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-246-3/+7
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵Morris Jobke2020-08-126-38/+38
| | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2020-08-046-4/+6
|
* Merge pull request #21988 from nextcloud/enh/theming-guestMorris Jobke2020-07-241-40/+47
|\ | | | | Combine body-login rules in theming and fix twofactor and guest styling on bright colors
| * Combine body-login rules in theming and fix twofactor and guest styling on ↵Julius Härtl2020-07-241-40/+47
| | | | | | | | | | | | bright colors Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Use IBootstrap for the app themingMorris Jobke2020-07-243-64/+97
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use DOMContentLoaded and fix sharebymail loading issueJohn Molakvoæ (skjnldsv)2020-07-201-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>