summaryrefslogtreecommitdiffstats
path: root/tests/Core/Controller/AvatarControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* fix Controller testsArthur Schiwon2022-07-221-2/+3
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-9/+9
* Only allow avatars in 64 and 512 pixel sizeJoas Schilling2022-02-071-11/+51
* Fix tests and avoid PHP errors in themCôme Chilliet2021-11-231-2/+4
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Remove unused members and importsJoas Schilling2020-09-081-9/+1
* The privacy setting is only about syncing to other serversJoas Schilling2020-09-031-33/+0
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-11/+11
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* 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