Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Filter potential dangerous filenames for avatars | Lukas Reschke | 2015-04-28 | 1 | -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 trashbin | Thomas Müller | 2015-04-07 | 1 | -0/+13 |
| | |||||
* | Avatar controller moved to AppFrameWork | Roeland Jago Douma | 2015-03-11 | 1 | -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\TestCase | Joas Schilling | 2014-11-19 | 1 | -3/+5 |
| | |||||
* | Make OC_Avatar unit tests independent of currently loggedin user | Robin Appelman | 2014-01-02 | 1 | -5/+13 |
| | |||||
* | Round out Avatar Public API | Arthur Schiwon | 2013-11-21 | 1 | -0/+15 |
| | |||||
* | Fix avatar unittest | kondou | 2013-10-15 | 1 | -1/+1 |
| | |||||
* | test should work now | Bjoern Schiessle | 2013-10-15 | 1 | -1/+0 |
| | |||||
* | Pass view in \OC_Avatar to constructor and use $_ for enable_avatars | kondou | 2013-09-09 | 1 | -6/+6 |
| | |||||
* | Finish cropper, Get rid of TODOs, Improve \OCP\Avatar and "fix" unitests | kondou | 2013-08-30 | 1 | -0/+2 |
| | |||||
* | Continue work on cropper | kondou | 2013-08-28 | 1 | -5/+7 |
| | |||||
* | Fix avatar-unittest | kondou | 2013-08-25 | 1 | -2/+2 |
| | |||||
* | Fix spacing, have remove() and return JSON for custom-default-avatars | kondou | 2013-08-25 | 1 | -11/+3 |
| | |||||
* | Remove gravatar and no-avatar functionality, prepare for default avatars ↵ | kondou | 2013-08-25 | 1 | -33/+5 |
| | | | | even more and reword some stuff | ||||
* | Fix testDefaultAvatar | kondou | 2013-08-25 | 1 | -1/+1 |
| | |||||
* | Have /avatar.php as a central avatar-point | kondou | 2013-08-25 | 1 | -10/+7 |
| | |||||
* | Improve styling & enable avatar-upload at personal page | kondou | 2013-08-25 | 1 | -1/+1 |
| | |||||
* | Add unittests & check filetype in setLocalAvatar() | kondou | 2013-08-25 | 1 | -0/+61 |
TODO: Fix OC_Image->mimetype(), it always returns "image/png" |