summaryrefslogtreecommitdiffstats
path: root/apps/theming
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Don't try to resize a svg uploaded as background image.Daniel Kesselberg2020-03-011-2/+1
| | | | | | image* are gd functions without support for svg hence we are not able to resize svg. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* [tx-robot] updated from transifexNextcloud bot2020-02-242-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-02-082-0/+24
|
* [tx-robot] updated from transifexNextcloud bot2020-01-302-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-01-282-2/+12
|
* Migrate leafo/scssphp to scssphp/scssphpChristoph Wurst2020-01-231-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #19054 from nextcloud/theming/use-fbiconRoeland Jago Douma2020-01-221-1/+1
|\ | | | | Use themed favicon-fb
| * Use themed favicon-fbJulius Härtl2020-01-211-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2020-01-222-2/+2
| |
* | Fix app updatesRoeland Jago Douma2020-01-211-2/+2
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2020-01-192-10/+10
|
* [tx-robot] updated from transifexNextcloud bot2020-01-182-2/+2
|
* Merge pull request #18726 from marius-wieschollek/bugfix/18661Roeland Jago Douma2020-01-081-1/+1
|\ | | | | [#18661] Always include custom login image in theming
| * [#18661] Always include custom login image in themingMarius David Wieschollek2020-01-071-1/+1
| | | | | | | | Signed-off-by: Marius David Wieschollek <git.public@mdns.eu>
* | [tx-robot] updated from transifexNextcloud bot2020-01-082-0/+6
|/
* [#18645] Have custom login images cover the whole pageMarius David Wieschollek2020-01-051-0/+6
| | | | Signed-off-by: Marius David Wieschollek <git.public@mdns.eu>
* [tx-robot] updated from transifexNextcloud bot2019-12-242-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-12-232-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-12-2286-52/+206
|
* Update license headers for 18Christoph Wurst2019-12-203-3/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2019-12-092-12/+12
|
* [tx-robot] updated from transifexNextcloud bot2019-12-072-2/+2
|
* Update license headersChristoph Wurst2019-12-0522-34/+77
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2019-12-052-0/+108
|
* Fix the theming testsRoeland Jago Douma2019-12-041-0/+6
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #18140 from nextcloud/bugfix/17814/csp-svgRoeland Jago Douma2019-12-031-0/+3
|\ | | | | Allow inline styles for theming images
| * Allow inline styles for theming imagesJulius Härtl2019-11-271-0/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2019-11-302-0/+2
| |
* | Merge pull request #18064 from nextcloud/feature/php74Roeland Jago Douma2019-11-2810-17/+17
|\ \ | | | | | | Add php7.4 support
| * | Mode to modern phpunitRoeland Jago Douma2019-11-276-11/+11
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Make phpunit8 compatibleRoeland Jago Douma2019-11-2710-11/+11
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / [tx-robot] updated from transifexNextcloud bot2019-11-282-2/+2
|/
* Merge pull request #18082 from nextcloud/design/style-updateRoeland Jago Douma2019-11-261-5/+24
|\ | | | | Update style of log in page and header
| * Adjust gradient to theming valueJulius Härtl2019-11-251-5/+20
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>