| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(manifest): Check if app exists instead of accessing null as an array | Joas Schilling | 2024-01-17 | 1 | -1/+6 |
* | Limit key names when uploading theme images | Vincent Petry | 2023-01-11 | 1 | -0/+30 |
* | Fix excessive increase of cachebuster value | Christopher Ng | 2022-10-11 | 1 | -0/+5 |
* | fix highcontrast theme icons | szaimen | 2022-09-27 | 1 | -2/+2 |
* | Move background settings from dashboard app to Appearance and accessibility s... | greta | 2022-09-14 | 1 | -1/+8 |
* | Remove deprecated at matcher from theming tests | Côme Chilliet | 2022-06-16 | 1 | -25/+25 |
* | Add system/light themes | John Molakvoæ | 2022-04-28 | 1 | -0/+3 |
* | Fix dyslexia font loading | John Molakvoæ | 2022-04-22 | 1 | -12/+1 |
* | Phpunit | John Molakvoæ | 2022-04-21 | 2 | -96/+161 |
* | Improve caching policy | Carl Schwan | 2022-02-16 | 1 | -1/+1 |
* | Fix tests on PHP 8.1 for encryption, files_sharing, files_version, | Côme Chilliet | 2021-12-16 | 2 | -0/+5 |
* | Fix theming tests on PHP 8.1 | Côme Chilliet | 2021-12-16 | 1 | -0/+4 |
* | improve webmanifest | szaimen | 2021-08-24 | 1 | -1/+5 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 2 | -5/+3 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+0 |
* | Fix theming manifest tests | John Molakvoæ (skjnldsv) | 2020-10-20 | 1 | -1/+1 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -3/+3 |
* | Fix tests | Julius Härtl | 2020-09-24 | 1 | -83/+26 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 2 | -2/+2 |
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 2 | -13/+13 |
* | Move theming js to initial state | Roeland Jago Douma | 2020-06-05 | 1 | -75/+0 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 2 | -4/+2 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -10/+10 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -1/+0 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 2 | -4/+0 |
|\ |
|
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 2 | -4/+0 |
* | | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 1 | -20/+20 |
|/ |
|
* | Update license headers | Christoph Wurst | 2019-12-05 | 2 | -3/+8 |
* | Fix the theming tests | Roeland Jago Douma | 2019-12-04 | 1 | -0/+6 |
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 2 | -2/+2 |
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 2 | -3/+3 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 2 | -6/+7 |
* | Validate urls in theming settings and properly handle error messages | Julius Härtl | 2019-07-31 | 1 | -4/+14 |
* | Disables SVG favicon uploads when imagemagick is missing. | Michael Weimann | 2018-09-05 | 2 | -2/+57 |
* | Fixed theming tests | John Molakvoæ (skjnldsv) | 2018-06-20 | 1 | -15/+15 |
* | Merge pull request #9258 from nextcloud/theming-logo-png | Morris Jobke | 2018-06-15 | 2 | -7/+10 |
|\ |
|
| * | Minor fixes and cleanup | Julius Härtl | 2018-06-06 | 2 | -7/+10 |
* | | Fix possible test timing issues in IconController | Roeland Jago Douma | 2018-06-13 | 1 | -2/+4 |
* | | Mock the timefactory in the theming tests | Roeland Jago Douma | 2018-06-07 | 1 | -5/+7 |
|/ |
|
* | Fix usage | Roeland Jago Douma | 2018-06-04 | 2 | -51/+0 |
* | also add a privacy link | Arthur Schiwon | 2018-05-24 | 1 | -0/+2 |
* | Merge pull request #9437 from nextcloud/feature/noid/imprint | Roeland Jago Douma | 2018-05-17 | 1 | -0/+2 |
|\ |
|
| * | fix tests | Arthur Schiwon | 2018-05-11 | 1 | -0/+2 |
* | | Add Content-Disposition header | Julius Härtl | 2018-05-17 | 1 | -1/+3 |
* | | Properly check mime type of the uploaded file | Julius Härtl | 2018-05-17 | 1 | -6/+7 |
|/ |
|
* | Fix theming tests | Julius Härtl | 2018-04-19 | 2 | -152/+90 |
* | Update ThemingControllerTest.php | rakekniven | 2018-03-19 | 1 | -2/+2 |
* | Update ThemingControllerTest.php | rakekniven | 2018-03-10 | 1 | -1/+1 |
* | Add mock to setup | Kyle Fazzari | 2018-02-24 | 1 | -16/+4 |