summaryrefslogtreecommitdiffstats
path: root/tests/Core/Controller/AvatarControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-1/+1
* Always use status 200 for avatar responseDaniel Kesselberg2020-03-011-1/+5
* Merge pull request #17715 from nextcloud/fix/5456/respect_avatar_privacyJoas Schilling2019-12-041-1/+42
|\
| * Update testsRoeland Jago Douma2019-11-131-1/+42
* | Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
* | More fixesRoeland Jago Douma2019-11-271-1/+1
* | Make phpunit8 compatibleRoeland Jago Douma2019-11-271-2/+2
* | Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
|/
* Implement guest avatar endpointMichael Weimann2019-02-071-2/+2
* Fix unit testJoas Schilling2018-08-011-1/+20
* Fix testsRoeland Jago Douma2017-11-291-6/+2
* Use ::class in test mocksMorris Jobke2017-10-241-5/+5
* Return the user id in case of an errorJoas Schilling2017-08-291-1/+1
* Check the mimetype before reading the content and catch exceptionJoas Schilling2016-10-181-2/+46
* Fix testsRoeland Jago Douma2016-08-301-1/+6
* AvatarController use proper JSONResponseRoeland Jago Douma2016-08-291-3/+3
* AvatarController cleanupRoeland Jago Douma2016-08-251-62/+83
* We have to mock the is_uploaded_file in the OC\Core\Controller namespaceRoeland Jago Douma2016-08-151-8/+10
* Fix mock call in AvatarControllerTestRoeland Jago Douma2016-08-151-12/+12
* Move tests/core/ to PSR-4Joas Schilling2016-05-191-0/+436