diff options
author | kondou <kondou@ts.unde.re> | 2013-08-30 09:00:37 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-08-30 09:00:37 +0200 |
commit | ecf187393becc7dc613b4fd1322e40eb58f9f0fd (patch) | |
tree | 4e4b28955ae74fe81c4a6763ecd28ad4ac95cfe8 /core/avatar | |
parent | c533b8068292e2b265c3c73f3ad9e5de0e98a81d (diff) | |
download | nextcloud-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.php | 2 |
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'); |