Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove deprecated at matcher from tests/lib | Côme Chilliet | 2022-08-29 | 1 | -51/+65 |
* | Remove SCSSCacher | John Molakvoæ | 2022-05-13 | 2 | -537/+0 |
* | Remove old legacy SvgController and IconsCacher | John Molakvoæ | 2022-05-10 | 3 | -190/+0 |
* | Fix more ILogger related problems from tests | Côme Chilliet | 2022-03-24 | 1 | -4/+2 |
* | Migrate from ILogger to LoggerInterface where needed in the tests | Côme Chilliet | 2022-03-24 | 6 | -19/+19 |
* | Bump scssphp/scssphp from 1.0.3 to 1.4.0 | Christoph Wurst | 2021-01-11 | 1 | -7/+14 |
* | Fix tests to return config default values | Morris Jobke | 2020-11-07 | 1 | -0/+5 |
* | Clear cached app config while waiting for the SCSSCache to finish processing ... | Morris Jobke | 2020-10-16 | 2 | -2/+13 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 3 | -6/+6 |
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 6 | -37/+37 |
* | Remove deprecated test of internal attributes via assertAttributeEquals in co... | Morris Jobke | 2020-07-23 | 3 | -32/+0 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 4 | -9/+4 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 2 | -25/+25 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 2 | -14/+14 |
* | Use a blank line after the opening tag | Christoph Wurst | 2020-04-09 | 1 | -0/+1 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 2 | -10/+10 |
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 3 | -8/+0 |
|\ | |||||
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 3 | -8/+0 |
* | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 5 | -30/+30 |
* | | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 2 | -32/+32 |
|/ | |||||
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 6 | -6/+6 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 5 | -11/+12 |
* | Lock SCSS so we only run 1 job at a time | Roeland Jago Douma | 2019-07-12 | 1 | -2/+2 |
* | more caching for theming | Robin Appelman | 2018-12-07 | 1 | -1/+1 |
* | Make sure to always load the latest icons-vars.css file | Julius Härtl | 2018-11-12 | 1 | -1/+6 |
* | Fix tests | Julius Härtl | 2018-10-29 | 1 | -2/+2 |
* | Keep list of icons in a separate file for use in the accessibility app | Julius Härtl | 2018-10-25 | 1 | -7/+7 |
* | Append cache bump parameter to scss files URL | Julius Härtl | 2018-08-01 | 1 | -1/+2 |
* | Fix tests | Julius Härtl | 2018-07-26 | 1 | -1/+1 |
* | Fix unit tests to pass the folder now via the appData dependency | Morris Jobke | 2018-07-25 | 1 | -2/+8 |
* | cache isCached state for scss resources | Robin Appelman | 2018-07-24 | 2 | -2/+12 |
* | new tests | John Molakvoæ (skjnldsv) | 2018-07-24 | 1 | -2/+27 |
* | Fix unit tests | Roeland Jago Douma | 2018-07-19 | 1 | -6/+5 |
* | Php code bump | John Molakvoæ (skjnldsv) | 2018-07-19 | 1 | -0/+1 |
* | Fixed tests | John Molakvoæ (skjnldsv) | 2018-07-19 | 3 | -2/+171 |
* | Fix tests | Roeland Jago Douma | 2018-05-14 | 2 | -2/+4 |
* | Use app version to generate scss filename | John Molakvoæ (skjnldsv) | 2018-03-28 | 1 | -12/+23 |
* | Fix tests to use ICacheFactory | Julius Härtl | 2018-03-07 | 4 | -14/+37 |
* | Fix tests | Roeland Jago Douma | 2018-03-07 | 1 | -0/+17 |
* | Fix tests | Roeland Jago Douma | 2018-02-03 | 1 | -0/+4 |
* | Move depsCache clearing to SCSSCacher/JSCombiner | Julius Härtl | 2018-02-03 | 2 | -0/+42 |
* | Add tests for URL rewriting | Julius Härtl | 2018-01-26 | 1 | -4/+14 |
* | Fix "Undefined method setExpectedException()" | Joas Schilling | 2018-01-24 | 1 | -1/+2 |
* | Fixed tests | John Molakvoæ (skjnldsv) | 2017-12-30 | 1 | -11/+13 |
* | Correctly remove temp test directory tree | John Molakvoæ (skjnldsv) | 2017-12-30 | 1 | -1/+13 |
* | Added tests for various installations types | John Molakvoæ (skjnldsv) | 2017-12-30 | 1 | -0/+37 |
* | Fixed webroot for scss files | John Molakvoæ (skjnldsv) | 2017-12-30 | 1 | -11/+2 |
* | Test fixes 2 | John Molakvoæ (skjnldsv) | 2017-12-14 | 1 | -3/+3 |
* | Test fixes | John Molakvoæ (skjnldsv) | 2017-12-14 | 1 | -2/+2 |
* | tests: change helper scope | Kyle Fazzari | 2017-11-08 | 2 | -46/+51 |