Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-28fix highcontrast theme iconsszaimen
2022-09-14Move background settings from dashboard app to Appearance and accessibility s...greta
2022-08-19Fix theming testsJohn Molakvoæ
2022-08-16Automatically enable plain background if primary colour is setJohn Molakvoæ
2022-08-16Revert "Fix unit tests for the theming app"John Molakvoæ
2022-08-11Fix unit tests for the theming appCarl Schwan
2022-06-20Remove deprecated expectException from theming testsfix/remove-at-matcher-in-theming-testsCôme Chilliet
2022-06-16Remove deprecated at matcher from theming testsCôme Chilliet
2022-04-30Fix theming setEnabledThemes unique arrayJohn Molakvoæ
2022-04-30Allow to override the default themeJohn Molakvoæ
2022-04-28Add system/light themesJohn Molakvoæ
2022-04-26Fix mix factorJohn Molakvoæ
2022-04-22Fix dyslexia font loadingJohn Molakvoæ
2022-04-22Add default theming disabled fallbackJohn Molakvoæ
2022-04-21PhpunitJohn Molakvoæ
2022-02-16Improve caching policyCarl Schwan
2022-02-02Avoid file system access on checking if an image existsJulius Härtl
2021-12-16Fix tests on PHP 8.1 for encryption, files_sharing, files_version,Côme Chilliet
2021-12-16Fix theming tests on PHP 8.1Côme Chilliet
2021-08-24improve webmanifestszaimen
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-11-30Store scss variables under a different prefix for each theming config versionJulius Härtl
2020-11-23Optimize chek if background is themedJulius Härtl
2020-11-09Shortcut to avoid file system setup when generating the logo URLMorris Jobke
2020-10-29Remove ISection in favor of IIconSectionMorris Jobke
2020-10-20Fix theming manifest testsJohn Molakvoæ (skjnldsv)
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-09-24Fix testsJulius Härtl
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-06-26Fix PHP CSJoas Schilling
2020-06-26Precalculate the primary element color for dark mode tooJoas Schilling
2020-06-05Move theming js to initial stateRoeland Jago Douma
2020-05-22compress some images with tinypng.comRuben Barkow-Kuder
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2019-12-20Update license headers for 18Christoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-12-04Fix the theming testsRoeland Jago Douma
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-11-26add var for theming images , advanced options (#16815)John Molakvoæ