Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix Controller tests | Arthur Schiwon | 2022-07-22 | 1 | -2/+3 |
* | Update core to PHP 7.4 standard | Carl Schwan | 2022-05-20 | 1 | -9/+9 |
* | Only allow avatars in 64 and 512 pixel size | Joas Schilling | 2022-02-07 | 1 | -11/+51 |
* | Fix tests and avoid PHP errors in them | Côme Chilliet | 2021-11-23 | 1 | -2/+4 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -1/+1 |
* | Remove unused members and imports | Joas Schilling | 2020-09-08 | 1 | -9/+1 |
* | The privacy setting is only about syncing to other servers | Joas Schilling | 2020-09-03 | 1 | -33/+0 |
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 1 | -11/+11 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+0 |
* | 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 |