Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move avatar controller to core/controller | Morris Jobke | 2016-01-20 | 1 | -327/+0 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | Verify the path is a file on avatar update | Roeland Jago Douma | 2016-01-08 | 1 | -0/+3 |
| | | | | | | | | Fixes #21533 Before we just assumed that the passed path was a file. This does not have to be the case. Thus check if it actually is a file before doing any more tests. | ||||
* | [Avatar] Make the avatar controller use the avatar node | Roeland Jago Douma | 2015-12-16 | 1 | -10/+14 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -1/+2 |
| | |||||
* | Do not print exception message | Lukas Reschke | 2015-10-13 | 1 | -12/+15 |
| | | | | | | In case of an error the error message often contains sensitive data such as the full path which potentially leads to a full path disclosure. Thus the error message should not directly get displayed to the user and instead be logged. | ||||
* | Use injected request | Vincent Petry | 2015-10-09 | 1 | -1/+1 |
| | |||||
* | fix IE8 user agent detection | Morris Jobke | 2015-10-09 | 1 | -1/+1 |
| | |||||
* | Fix uploading avatar and root certs in IE8 | Vincent Petry | 2015-10-09 | 1 | -12/+46 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
| | |||||
* | Revert "Allow Remote avatars" | Thomas Müller | 2015-09-15 | 1 | -5/+1 |
| | |||||
* | Allow remote avatars | Roeland Jago Douma | 2015-08-29 | 1 | -1/+5 |
| | |||||
* | Remove requesttoken for avatars | Lukas Reschke | 2015-08-23 | 1 | -0/+1 |
| | | | | First step for https://github.com/owncloud/core/issues/11915 | ||||
* | Move avatarcontroller towards Node Api | Roeland Jago Douma | 2015-08-18 | 1 | -7/+13 |
| | |||||
* | [avatar] add error handlers for avatar setup | Morris Jobke | 2015-07-30 | 1 | -0/+8 |
| | | | | | | | | | | | | add colon to translated string use placeholder in t() Adding a size limitation for avatar upload Unit test for file size Fix typo & display server side error message | ||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+2 |
| | |||||
* | Correc type annotation | Lukas Reschke | 2015-06-17 | 1 | -3/+3 |
| | |||||
* | Add `no-store` to AppFramework | Lukas Reschke | 2015-06-15 | 1 | -2/+1 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -0/+2 |
| | |||||
* | Merge pull request #15048 from owncloud/avatar-crop-square | Morris Jobke | 2015-03-24 | 1 | -1/+1 |
|\ | | | | | round width and height when cropping avatar | ||||
| * | round width and height when cropping avatar | Robin Appelman | 2015-03-20 | 1 | -1/+1 |
| | | |||||
* | | Create an interface for OC_Image and OCP\Image for the public API | Joas Schilling | 2015-03-16 | 1 | -1/+1 |
|/ | |||||
* | Fix getting the avatar of a non-existing user | Joas Schilling | 2015-03-13 | 1 | -5/+7 |
| | |||||
* | Avatar controller moved to AppFrameWork | Roeland Jago Douma | 2015-03-11 | 1 | -0/+261 |
* 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 |