Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 1 | -1/+1 |
* | Always use status 200 for avatar response | Daniel Kesselberg | 2020-03-01 | 1 | -1/+5 |
* | Merge pull request #17715 from nextcloud/fix/5456/respect_avatar_privacy | Joas Schilling | 2019-12-04 | 1 | -1/+42 |
|\ | |||||
| * | Update tests | Roeland Jago Douma | 2019-11-13 | 1 | -1/+42 |
* | | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
* | | More fixes | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
* | | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 1 | -2/+2 |
* | | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+1 |
|/ | |||||
* | Implement guest avatar endpoint | Michael Weimann | 2019-02-07 | 1 | -2/+2 |
* | Fix unit test | Joas Schilling | 2018-08-01 | 1 | -1/+20 |
* | Fix tests | Roeland Jago Douma | 2017-11-29 | 1 | -6/+2 |
* | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 1 | -5/+5 |
* | Return the user id in case of an error | Joas Schilling | 2017-08-29 | 1 | -1/+1 |
* | Check the mimetype before reading the content and catch exception | Joas Schilling | 2016-10-18 | 1 | -2/+46 |
* | Fix tests | Roeland Jago Douma | 2016-08-30 | 1 | -1/+6 |
* | AvatarController use proper JSONResponse | Roeland Jago Douma | 2016-08-29 | 1 | -3/+3 |
* | AvatarController cleanup | Roeland Jago Douma | 2016-08-25 | 1 | -62/+83 |
* | We have to mock the is_uploaded_file in the OC\Core\Controller namespace | Roeland Jago Douma | 2016-08-15 | 1 | -8/+10 |
* | Fix mock call in AvatarControllerTest | Roeland Jago Douma | 2016-08-15 | 1 | -12/+12 |
* | Move tests/core/ to PSR-4 | Joas Schilling | 2016-05-19 | 1 | -0/+436 |