aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/AvatarController.php
Commit message (Expand)AuthorAgeFilesLines
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-2/+2
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-4/+4
* fix(core): Limit valid avatar sizesprovokateurin2024-08-141-4/+4
* refactor(core): Replace security annotations with respective attributesprovokateurin2024-07-261-17/+11
* refactor: Migrate some legacy and core functions to `IFilenameValidator`Ferdinand Thiessen2024-07-191-2/+1
* fix(core): Return X-NC-IsCustomAvatar for guest avatars tooprovokateurin2024-06-121-2/+4
* fix(files_sharing): dark avatar supportskjnldsv2024-06-121-5/+5
* fix(core): allow guest avatar fallbackskjnldsv2024-06-121-2/+12
* chore: Add SPDX headerAndy Scherzinger2024-05-271-28/+4
* refactor(core): Switch to attribute based routingprovokateurin2024-02-211-0/+7
* core: Add OpenAPI specjld31032023-07-131-2/+17
* Applies agreed-upon indentation convention to the changed controllers.Faraz Samapoor2023-06-051-10/+12
* Refactors controllers by using PHP8's constructor property promotion.Faraz Samapoor2023-06-041-54/+34
* 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