aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Rewrite admin theming in VueChristopher Ng2022-10-281-54/+12
* Fix testsJohn Molakvoæ2022-10-196-10/+51
* Fix testsJohn Molakvoæ2022-10-141-11/+21
* Fix primary and debounce to avoid infinite loopJohn Molakvoæ2022-10-131-3/+3
* Allow to pick custom colourJohn Molakvoæ (skjnldsv)2022-10-136-3/+91
* Fix excessive increase of cachebuster valueChristopher Ng2022-10-111-0/+5
* Use color preset of shipped background as primary colorChristopher Ng2022-10-055-7/+31
* fix highcontrast theme iconsszaimen2022-09-273-9/+9
* Move background settings from dashboard app to Appearance and accessibility s...greta2022-09-142-5/+8
* Fix theming testsJohn Molakvoæ2022-08-191-0/+7
* Automatically enable plain background if primary colour is setJohn Molakvoæ2022-08-161-1/+1
* Revert "Fix unit tests for the theming app"John Molakvoæ2022-08-162-19/+2
* Fix unit tests for the theming appCarl Schwan2022-08-112-2/+19
* Remove deprecated expectException from theming testsCôme Chilliet2022-06-201-3/+3
* Remove deprecated at matcher from theming testsCôme Chilliet2022-06-164-134/+138
* Fix theming setEnabledThemes unique arrayJohn Molakvoæ2022-04-301-0/+32
* Allow to override the default themeJohn Molakvoæ2022-04-303-2/+255
* Add system/light themesJohn Molakvoæ2022-04-283-3/+17
* Fix mix factorJohn Molakvoæ2022-04-261-1/+1
* Fix dyslexia font loadingJohn Molakvoæ2022-04-224-36/+165
* Add default theming disabled fallbackJohn Molakvoæ2022-04-222-1/+147
* PhpunitJohn Molakvoæ2022-04-217-106/+431
* Improve caching policyCarl Schwan2022-02-161-1/+1
* Avoid file system access on checking if an image existsJulius Härtl2022-02-021-13/+5
* Fix tests on PHP 8.1 for encryption, files_sharing, files_version,Côme Chilliet2021-12-162-0/+5
* Fix theming tests on PHP 8.1Côme Chilliet2021-12-161-0/+4
* improve webmanifestszaimen2021-08-241-1/+5
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0410-22/+12
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-163-1/+2
* Store scss variables under a different prefix for each theming config versionJulius Härtl2020-11-301-2/+3
* Optimize chek if background is themedJulius Härtl2020-11-231-18/+5
* Shortcut to avoid file system setup when generating the logo URLMorris Jobke2020-11-091-6/+0
* Remove ISection in favor of IIconSectionMorris Jobke2020-10-281-2/+2
* Fix theming manifest testsJohn Molakvoæ (skjnldsv)2020-10-201-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-053-6/+6
* Fix testsJulius Härtl2020-09-242-90/+91
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-244-2/+4
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-126-38/+38
* Fix PHP CSJoas Schilling2020-06-261-1/+1
* Precalculate the primary element color for dark mode tooJoas Schilling2020-06-262-2/+17
* Move theming js to initial stateRoeland Jago Douma2020-06-051-75/+0
* compress some images with tinypng.comRuben Barkow-Kuder2020-05-225-0/+0
* Update license headers for 19Christoph Wurst2020-04-295-0/+5
* Format control structures, classes, methods and functionChristoph Wurst2020-04-108-14/+8
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-092-12/+12
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-275-7/+0
|\
| * Remove unused importsChristoph Wurst2020-03-255-7/+0