summaryrefslogtreecommitdiffstats
path: root/core/Controller/AvatarController.php
Commit message (Expand)AuthorAgeFilesLines
* composer run cs:fixCôme Chilliet2023-01-201-8/+8
* Update avatars on updateCarl Schwan2022-09-091-1/+1
* Avatar new styleCarl Schwan2022-09-091-1/+39
* Remake profile picture saving with VueChristopher Ng2022-09-021-0/+13
* Use Image class from public APIChristopher Ng2022-06-021-3/+3
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-49/+21
* Fix caching of the user avatarCarl Schwan2022-02-251-1/+1
* Only allow avatars in 64 and 512 pixel sizeJoas Schilling2022-02-071-4/+9
* Fix errors in AvatarController when data() returns nullCôme Chilliet2021-11-231-2/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
* show informative errors in log and UI on avatar upload error in user settingsJulien Veyssier2021-04-011-1/+13
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-3/+3
* Remove unused members and importsJoas Schilling2020-09-081-6/+1
* The privacy setting is only about syncing to other serversJoas Schilling2020-09-031-15/+0
* Cache the avatar for a dayRoeland Jago Douma2020-05-121-2/+2
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-4/+4
* Fix multiline commentsChristoph Wurst2020-04-081-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Merge pull request #19723 from nextcloud/bug/18603/avatar-responseRoeland Jago Douma2020-03-031-2/+2
|\
| * Always use status 200 for avatar responseDaniel Kesselberg2020-03-011-2/+2
* | Also cache avatars when it's not allowedJoas Schilling2020-02-281-4/+6
|/
* Update license headersChristoph Wurst2019-12-051-2/+2
* Merge pull request #17715 from nextcloud/fix/5456/respect_avatar_privacyJoas Schilling2019-12-041-16/+20
|\
| * Update testsRoeland Jago Douma2019-11-131-21/+3
| * Honor avatar visibility settingsRoeland Jago Douma2019-10-281-4/+26
* | Some php-cs fixesRoeland Jago Douma2019-11-221-1/+2
|/
* Implement guest avatar endpointMichael Weimann2019-02-071-1/+0
* Make the info available if the avatar was uploaded or generatedJoas Schilling2018-08-011-5/+6
* Removed debug stackJohn Molakvoæ (skjnldsv)2018-06-151-1/+0
* Avatar imagick bumpJohn Molakvoæ (skjnldsv)2018-06-131-48/+14
* Controller tests fixesJohn Molakvoæ (skjnldsv)2018-06-131-6/+16
* Return Svg avatarsJohn Molakvoæ (skjnldsv)2018-06-131-9/+37
* Fix usageRoeland Jago Douma2018-06-041-8/+0
* Remove unused import statementsMorris Jobke2018-02-141-1/+0
* Improve OC_Image code to not guess the type of input, but actually request th...Morris Jobke2018-01-181-2/+4
* Move avatar code to Avatar ClassRoeland Jago Douma2017-11-291-159/+3
* Always generate avatarRoeland Jago Douma2017-11-291-5/+155
* Update license headersMorris Jobke2017-11-061-1/+0
* Exclude avatar from Same-Site Cookie requirementLukas Reschke2017-10-111-0/+1
* Return the user id in case of an errorJoas Schilling2017-08-291-1/+1
* Fix AvatarControllerRoeland Jago Douma2017-08-011-2/+3
* Cache all avatar responsesRoeland Jago Douma2016-11-301-16/+10
* Fix avatar on exif rotated imagesRoeland Jago Douma2016-10-261-0/+1
* Check the mimetype before reading the content and catch exceptionJoas Schilling2016-10-181-1/+16
* Move AvatarController over to FileDisplayResponseRoeland Jago Douma2016-09-051-8/+3
* Cache avatars properlyRoeland Jago Douma2016-08-301-5/+29
* AvatarController use proper JSONResponseRoeland Jago Douma2016-08-291-42/+33
* AvatarController cleanupRoeland Jago Douma2016-08-251-21/+23