]> source.dussan.org Git - nextcloud-server.git/commit
Avatar controller moved to AppFrameWork
authorRoeland Jago Douma <roeland@famdouma.nl>
Tue, 3 Mar 2015 11:52:27 +0000 (12:52 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Wed, 11 Mar 2015 15:37:42 +0000 (16:37 +0100)
commit1a0f9c375be12502d9b016c6bdb4c898ec765bbd
tree6b287f2d71e94740b364d17a5f23424d5f6668aa
parentcfaee93552b519b8e017e63fd5a82b1e5c9f951b
Avatar controller moved to AppFrameWork

* 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
13 files changed:
core/application.php
core/avatar/avatarcontroller.php [new file with mode: 0644]
core/avatar/controller.php [deleted file]
core/routes.php
core/templates/layout.user.php
lib/private/avatar.php
lib/private/avatarmanager.php
lib/private/helper.php
lib/public/appframework/http/datadisplayresponse.php [new file with mode: 0644]
lib/public/iavatar.php
settings/templates/personal.php
tests/core/avatar/avatarcontrollertest.php [new file with mode: 0644]
tests/lib/avatar.php