summaryrefslogtreecommitdiffstats
path: root/lib/avatar.php
Commit message (Collapse)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-89/+0
| | | | | Conflicts: lib/private/vcategories.php
* Bring another enable_avatars to $_ and fix $thus->$thiskondou2013-09-111-1/+1
|
* Pass view in \OC_Avatar to constructor and use $_ for enable_avatarskondou2013-09-091-19/+22
|
* Use \OC_App for checking whether encryption is enabledkondou2013-09-051-1/+1
|
* fixing style, var name & PHPDocThomas Müller2013-09-041-1/+1
|
* Fix some of @jancborchardt's complaints in oc_avatarskondou2013-09-021-1/+1
|
* Properly check for tmpavatar, invalidate cache, fix debug msgskondou2013-09-011-1/+2
|
* Finish cropper, Get rid of TODOs, Improve \OCP\Avatar and "fix" unitestskondou2013-08-301-3/+7
|
* Continue work on cropperkondou2013-08-281-3/+3
|
* Use Jcrop, have inline errormsg, work on cropping, clean up, WIPkondou2013-08-251-4/+9
|
* Fix spacing, have remove() and return JSON for custom-default-avatarskondou2013-08-251-54/+40
|
* Remove gravatar and no-avatar functionality, prepare for default avatars ↵kondou2013-08-251-84/+30
| | | | even more and reword some stuff
* Clean up and prepare a bit for custom default avatarskondou2013-08-251-7/+6
|
* Several improvementskondou2013-08-251-5/+10
| | | | | | | | - Don't use gravatars default avatars - Use "profile image" instead of "avatar" - Use <p> instead of tables - Ease updateAvatar() - Actually return something in \OCP\Avatar
* Refactor newavatar.php and show (for now) an alert on problems when setting ↵kondou2013-08-251-2/+4
| | | | new avatars
* Have /avatar.php as a central avatar-pointkondou2013-08-251-34/+36
|
* Load avatar from path, if one's providedkondou2013-08-251-6/+6
|
* Add unittests & check filetype in setLocalAvatar()kondou2013-08-251-2/+8
| | | | TODO: Fix OC_Image->mimetype(), it always returns "image/png"
* Modularize get(), async getAvatar, avatars @ usermgmtkondou2013-08-251-21/+92
| | | | And other small improvements
* Add basic avatars and gravatarkondou2013-08-251-0/+59