summaryrefslogtreecommitdiffstats
path: root/tests/core/avatar/avatarcontrollertest.php
Commit message (Collapse)AuthorAgeFilesLines
* move avatar controller to core/controllerMorris Jobke2016-01-201-437/+0
|
* Verify the path is a file on avatar updateRoeland Jago Douma2016-01-081-0/+17
| | | | | | | | Fixes #21533 Before we just assumed that the passed path was a file. This does not have to be the case. Thus check if it actually is a file before doing any more tests.
* [Avatar] Make the avatar controller use the avatar nodeRoeland Jago Douma2015-12-161-16/+26
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-071-3/+0
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* Adding more DB groups to test suitsThomas Müller2015-11-301-0/+2
| | | | Adding more DB groups to test suits
* [Avatar] No need to setup FS for avatar testsRoeland Jago Douma2015-11-141-59/+40
|
* Do not print exception messageLukas Reschke2015-10-131-2/+44
| | | | | | In case of an error the error message often contains sensitive data such as the full path which potentially leads to a full path disclosure. Thus the error message should not directly get displayed to the user and instead be logged.
* Revert "Allow Remote avatars"Thomas Müller2015-09-151-17/+12
|
* Allow remote avatarsRoeland Jago Douma2015-08-291-12/+17
|
* Move avatarcontroller towards Node ApiRoeland Jago Douma2015-08-181-11/+11
|
* [avatar] add error handlers for avatar setupMorris Jobke2015-07-301-4/+17
| | | | | | | | | | | | add colon to translated string use placeholder in t() Adding a size limitation for avatar upload Unit test for file size Fix typo & display server side error message
* Fix testLukas Reschke2015-06-171-1/+1
|
* fix testsRobin Appelman2015-05-181-5/+1
|
* No user no avatar easy as thatJoas Schilling2015-03-131-6/+5
|
* Fix order of expected and actual on assertEquals() callsJoas Schilling2015-03-131-19/+19
|
* Fix getting the avatar of a non-existing userJoas Schilling2015-03-131-5/+22
|
* Fix the avatarcontroller cache needing the cache dirRoeland Jago Douma2015-03-111-1/+4
| | | | | This was removed in 82254ad5efb65e8650567f49343ec37eb55e2f3e and unfortunatly missed by jenkins before mering into master.
* Avatar controller moved to AppFrameWorkRoeland Jago Douma2015-03-111-0/+360
* Original avatarcontroller migrated to the appframework * Added DataDisplayResponse that show data inline in the browser (used to retrun the image) * Removed some unneeded code * Added unit tests for the avatarcontroller