summaryrefslogtreecommitdiffstats
path: root/tests/lib/avatar.php
Commit message (Collapse)AuthorAgeFilesLines
* Filter potential dangerous filenames for avatarsLukas Reschke2015-04-281-0/+23
| | | | We don't want to have users misusing this API resulting in a potential file disclosure of "avatar.(jpg|png)" files.
* fixing unit test execution related to trashbinThomas Müller2015-04-071-0/+13
|
* Avatar controller moved to AppFrameWorkRoeland Jago Douma2015-03-111-1/+4
| | | | | | | | * 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
* Make root tests extend the \Test\TestCaseJoas Schilling2014-11-191-3/+5
|
* Make OC_Avatar unit tests independent of currently loggedin userRobin Appelman2014-01-021-5/+13
|
* Round out Avatar Public APIArthur Schiwon2013-11-211-0/+15
|
* Fix avatar unittestkondou2013-10-151-1/+1
|
* test should work nowBjoern Schiessle2013-10-151-1/+0
|
* Pass view in \OC_Avatar to constructor and use $_ for enable_avatarskondou2013-09-091-6/+6
|
* Finish cropper, Get rid of TODOs, Improve \OCP\Avatar and "fix" unitestskondou2013-08-301-0/+2
|
* Continue work on cropperkondou2013-08-281-5/+7
|
* Fix avatar-unittestkondou2013-08-251-2/+2
|
* Fix spacing, have remove() and return JSON for custom-default-avatarskondou2013-08-251-11/+3
|
* Remove gravatar and no-avatar functionality, prepare for default avatars ↵kondou2013-08-251-33/+5
| | | | even more and reword some stuff
* Fix testDefaultAvatarkondou2013-08-251-1/+1
|
* Have /avatar.php as a central avatar-pointkondou2013-08-251-10/+7
|
* Improve styling & enable avatar-upload at personal pagekondou2013-08-251-1/+1
|
* Add unittests & check filetype in setLocalAvatar()kondou2013-08-251-0/+61
TODO: Fix OC_Image->mimetype(), it always returns "image/png"