Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-24 | 2 | -2/+2 |
| | |||||
* | Optimize chek if background is themed | Julius Härtl | 2020-11-23 | 2 | -26/+6 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | 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> | ||||
* | override default dashboard background with theming one | Julien Veyssier | 2020-11-13 | 5 | -10/+10 |
| | | | | | | | | 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> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-10 | 4 | -12/+12 |
| | |||||
* | Shortcut to avoid file system setup when generating the logo URL | Morris Jobke | 2020-11-09 | 2 | -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> | ||||
* | Cleanup ImageManager::getImage() | Morris Jobke | 2020-11-04 | 1 | -6/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add gif to if-statement to not convert | Jacob Neplokh | 2020-11-02 | 1 | -1/+1 |
| | | | | | | - SVGs are already there, so I just added it alongside it (as recommended by https://github.com/nextcloud/server/issues/16232#issuecomment-679920284) Signed-off-by: Jacob Neplokh <me@jacobneplokh.com> | ||||
* | Remove ISection in favor of IIconSection | Morris Jobke | 2020-10-28 | 1 | -2/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Enable theming background transparency | John Molakvoæ (skjnldsv) | 2020-10-25 | 1 | -1/+5 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fix theming manifest tests | John Molakvoæ (skjnldsv) | 2020-10-20 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | manifest to report correct favicon size | nhirokinet | 2020-10-16 | 1 | -1/+1 |
| | | | | | | | | | In the environment where php-imagick with SVG support is correctly installed, this endpoint returns 512x512 image. https://github.com/nextcloud/server/blob/d9015a8c94bfd71fe484618a06d276701d3bf9ff/apps/theming/lib/Controller/IconController.php#L146 The problem is in the environment without php-imagick or without SVG support, this will fall back to original, whose default is 128x128; but I thought this is a separate problem. (For this, default image may be enlarged. Should I create another issue if this is important one?) Signed-off-by: nhirokinet <nhirokinet@nhiroki.net> | ||||
* | Allow setting favicon with a .ico file | Gary Kim | 2020-10-14 | 1 | -0/+5 |
| | | | | Signed-off-by: Gary Kim <gary@garykim.dev> | ||||
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 9 | -27/+27 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-25 | 126 | -252/+252 |
| | |||||
* | Fix tests | Julius Härtl | 2020-09-24 | 2 | -90/+91 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add occ command to set theming values | Julius Härtl | 2020-09-24 | 5 | -72/+210 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-21 | 2 | -2/+2 |
| | |||||
* | Bump versions | Joas Schilling | 2020-09-18 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update .l10nignore for apps to exclude bundled JS files | Morris Jobke | 2020-09-15 | 1 | -0/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-25 | 2 | -8/+8 |
| | |||||
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 6 | -3/+7 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵ | Morris Jobke | 2020-08-12 | 6 | -38/+38 |
| | | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-04 | 6 | -4/+6 |
| | |||||
* | Merge pull request #21988 from nextcloud/enh/theming-guest | Morris Jobke | 2020-07-24 | 1 | -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ärtl | 2020-07-24 | 1 | -40/+47 |
| | | | | | | | | | | | | bright colors Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Use IBootstrap for the app theming | Morris Jobke | 2020-07-24 | 3 | -64/+97 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use DOMContentLoaded and fix sharebymail loading issue | John Molakvoæ (skjnldsv) | 2020-07-20 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fix PHP CS | Joas Schilling | 2020-06-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Precalculate the primary element color for dark mode too | Joas Schilling | 2020-06-26 | 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 |
| | |||||
* | Merge pull request #21058 from nextcloud/bug/set_serverBackground_custom_default | Roeland Jago Douma | 2020-06-08 | 1 | -2/+2 |
|\ | | | | | Set serverBackground if it is a custom background or default hub | ||||
| * | Set serverBackground if it is a custom background or default hub | GretaD | 2020-06-08 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com> | ||||
* | | Merge pull request #21198 from nextcloud/bugfix/19040 | Roeland Jago Douma | 2020-06-08 | 1 | -30/+23 |
|\ \ | | | | | | | Only use background fade if nextcloud blue is set | ||||
| * | | Only use background fade if nextcloud blue is set | Julius Härtl | 2020-06-03 | 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 |
| |/ |/| | |||||
* | | Move theming js to initial state | Roeland Jago Douma | 2020-06-05 | 7 | -127/+87 |
|/ | | | | | | | | A bit more elegant. Plus it will allow us to also write a proper @nextcloud/theming package. To make life easier down the line for all. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-29 | 2 | -8/+22 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-26 | 4 | -0/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-23 | 4 | -2/+6 |
| | |||||
* | Merge pull request #21001 from rubo77/pngs | Roeland Jago Douma | 2020-05-22 | 5 | -0/+0 |
|\ | | | | | compress some images with tinypng.com | ||||
| * | compress some images with tinypng.com | Ruben Barkow-Kuder | 2020-05-22 | 5 | -0/+0 |
| | | | | | | | | | | Signed-off-by: Ruben Barkow-Kuder <github@r.z11.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-22 | 2 | -0/+34 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-19 | 2 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-17 | 4 | -22/+26 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-16 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-15 | 2 | -0/+8 |
| | |||||
* | [tx-robot] updated from transifexv19.0.0RC2 | Nextcloud bot | 2020-05-14 | 2 | -2/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-13 | 2 | -0/+2 |
| |