summaryrefslogtreecommitdiffstats
path: root/core/Controller/AvatarController.php
Commit message (Collapse)AuthorAgeFilesLines
* Cache all avatar responsesRoeland Jago Douma2016-11-301-16/+10
| | | | | | | * Cache for 30 minutes * Also cache when avatar can't be found Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix avatar on exif rotated imagesRoeland Jago Douma2016-10-261-0/+1
| | | | | | Fixes #1928 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Check the mimetype before reading the content and catch exceptionJoas Schilling2016-10-181-1/+16
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move AvatarController over to FileDisplayResponseRoeland Jago Douma2016-09-051-8/+3
|
* Cache avatars properlyRoeland Jago Douma2016-08-301-5/+29
| | | | | * Set proper caching headers for avatars (15 minutes) * For our own avatar use some extra logic to invalidate when we update
* AvatarController use proper JSONResponseRoeland Jago Douma2016-08-291-42/+33
| | | | | * Do not rely on DataResponse magic. We want JSON so use JSON * Fix tests
* AvatarController cleanupRoeland Jago Douma2016-08-251-21/+23
| | | | | | | * Use all DI components * Let the AppFramework resolve the AvatarController * Update unit tests * Unit tests no longer require DB
* Delete IE8 support in the avatar controllerRoeland Jago Douma2016-08-161-5/+0
|
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-3/+4
|
* Add fancy layoutLukas Reschke2016-06-091-1/+2
|
* Update license headersLukas Reschke2016-05-261-1/+1
|
* Rename files to be PSR-4 compliantLukas Reschke2016-04-061-0/+327