summaryrefslogtreecommitdiffstats
path: root/core/avatar
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2013-08-30 09:00:37 +0200
committerkondou <kondou@ts.unde.re>2013-08-30 09:00:37 +0200
commitecf187393becc7dc613b4fd1322e40eb58f9f0fd (patch)
tree4e4b28955ae74fe81c4a6763ecd28ad4ac95cfe8 /core/avatar
parentc533b8068292e2b265c3c73f3ad9e5de0e98a81d (diff)
downloadnextcloud-server-ecf187393becc7dc613b4fd1322e40eb58f9f0fd.tar.gz
nextcloud-server-ecf187393becc7dc613b4fd1322e40eb58f9f0fd.zip
Finish cropper, Get rid of TODOs, Improve \OCP\Avatar and "fix" unitests
Diffstat (limited to 'core/avatar')
-rw-r--r--core/avatar/controller.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/avatar/controller.php b/core/avatar/controller.php
index b4ee791130c..9666fd879fb 100644
--- a/core/avatar/controller.php
+++ b/core/avatar/controller.php
@@ -79,8 +79,6 @@ class OC_Core_Avatar_Controller {
}
public static function getTmpAvatar($args) {
- // TODO deliver actual size here as well, so Jcrop can do its magic and we have the actual coordinates here again
- // TODO or don't have a size parameter and only resize client sided (looks promising)
$user = OC_User::getUser();
$tmpavatar = \OC_Cache::get('tmpavatar');