Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move avatar controller to core/controller | Morris Jobke | 2016-01-20 | 1 | -437/+0 |
| | |||||
* | Verify the path is a file on avatar update | Roeland Jago Douma | 2016-01-08 | 1 | -0/+17 |
| | | | | | | | | 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 | -16/+26 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-07 | 1 | -3/+0 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Adding more DB groups to test suits | Thomas Müller | 2015-11-30 | 1 | -0/+2 |
| | | | | Adding more DB groups to test suits | ||||
* | [Avatar] No need to setup FS for avatar tests | Roeland Jago Douma | 2015-11-14 | 1 | -59/+40 |
| | |||||
* | Do not print exception message | Lukas Reschke | 2015-10-13 | 1 | -2/+44 |
| | | | | | | 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. | ||||
* | Revert "Allow Remote avatars" | Thomas Müller | 2015-09-15 | 1 | -17/+12 |
| | |||||
* | Allow remote avatars | Roeland Jago Douma | 2015-08-29 | 1 | -12/+17 |
| | |||||
* | Move avatarcontroller towards Node Api | Roeland Jago Douma | 2015-08-18 | 1 | -11/+11 |
| | |||||
* | [avatar] add error handlers for avatar setup | Morris Jobke | 2015-07-30 | 1 | -4/+17 |
| | | | | | | | | | | | | 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 | ||||
* | Fix test | Lukas Reschke | 2015-06-17 | 1 | -1/+1 |
| | |||||
* | fix tests | Robin Appelman | 2015-05-18 | 1 | -5/+1 |
| | |||||
* | No user no avatar easy as that | Joas Schilling | 2015-03-13 | 1 | -6/+5 |
| | |||||
* | Fix order of expected and actual on assertEquals() calls | Joas Schilling | 2015-03-13 | 1 | -19/+19 |
| | |||||
* | Fix getting the avatar of a non-existing user | Joas Schilling | 2015-03-13 | 1 | -5/+22 |
| | |||||
* | Fix the avatarcontroller cache needing the cache dir | Roeland Jago Douma | 2015-03-11 | 1 | -1/+4 |
| | | | | | This was removed in 82254ad5efb65e8650567f49343ec37eb55e2f3e and unfortunatly missed by jenkins before mering into master. | ||||
* | Avatar controller moved to AppFrameWork | Roeland Jago Douma | 2015-03-11 | 1 | -0/+360 |
* 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 |