Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement guest avatar endpoint | Michael Weimann | 2019-02-07 | 1 | -1/+0 |
| | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | ||||
* | Make the info available if the avatar was uploaded or generated | Joas Schilling | 2018-08-01 | 1 | -5/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Removed debug stack | John Molakvoæ (skjnldsv) | 2018-06-15 | 1 | -1/+0 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Avatar imagick bump | John Molakvoæ (skjnldsv) | 2018-06-13 | 1 | -48/+14 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Controller tests fixes | John Molakvoæ (skjnldsv) | 2018-06-13 | 1 | -6/+16 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Return Svg avatars | John Molakvoæ (skjnldsv) | 2018-06-13 | 1 | -9/+37 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fix usage | Roeland Jago Douma | 2018-06-04 | 1 | -8/+0 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Remove unused import statements | Morris Jobke | 2018-02-14 | 1 | -1/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Improve OC_Image code to not guess the type of input, but actually request ↵ | Morris Jobke | 2018-01-18 | 1 | -2/+4 |
| | | | | | | | | the specific methods to be called Followup to #7836 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Move avatar code to Avatar Class | Roeland Jago Douma | 2017-11-29 | 1 | -159/+3 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Always generate avatar | Roeland Jago Douma | 2017-11-29 | 1 | -5/+155 |
| | | | | | | | | Even if no avatar is set we should just generate the image. This to not duplicate the code on all the clients. And only server images from the avtar endpoint. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -1/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Exclude avatar from Same-Site Cookie requirement | Lukas Reschke | 2017-10-11 | 1 | -0/+1 |
| | | | | | | Required to work with the upcoming Collabora avatar integration. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Return the user id in case of an error | Joas Schilling | 2017-08-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix AvatarController | Roeland Jago Douma | 2017-08-01 | 1 | -2/+3 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Cache all avatar responses | Roeland Jago Douma | 2016-11-30 | 1 | -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 images | Roeland Jago Douma | 2016-10-26 | 1 | -0/+1 |
| | | | | | | Fixes #1928 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Check the mimetype before reading the content and catch exception | Joas Schilling | 2016-10-18 | 1 | -1/+16 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move AvatarController over to FileDisplayResponse | Roeland Jago Douma | 2016-09-05 | 1 | -8/+3 |
| | |||||
* | Cache avatars properly | Roeland Jago Douma | 2016-08-30 | 1 | -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 JSONResponse | Roeland Jago Douma | 2016-08-29 | 1 | -42/+33 |
| | | | | | * Do not rely on DataResponse magic. We want JSON so use JSON * Fix tests | ||||
* | AvatarController cleanup | Roeland Jago Douma | 2016-08-25 | 1 | -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 controller | Roeland Jago Douma | 2016-08-16 | 1 | -5/+0 |
| | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -3/+4 |
| | |||||
* | Add fancy layout | Lukas Reschke | 2016-06-09 | 1 | -1/+2 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+1 |
| | |||||
* | Rename files to be PSR-4 compliant | Lukas Reschke | 2016-04-06 | 1 | -0/+327 |