summaryrefslogtreecommitdiffstats
path: root/core/avatar/avatarcontroller.php
Commit message (Collapse)AuthorAgeFilesLines
* Create an interface for OC_Image and OCP\Image for the public APIJoas Schilling2015-03-161-1/+1
|
* Fix getting the avatar of a non-existing userJoas Schilling2015-03-131-5/+7
|
* Avatar controller moved to AppFrameWorkRoeland Jago Douma2015-03-111-0/+261
* 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