summaryrefslogtreecommitdiffstats
path: root/lib/private/Avatar
Commit message (Expand)AuthorAgeFilesLines
* Properly clear cached avatarsjld31032023-05-151-7/+2
* another approach to fixing the avatar generationSimon L2023-03-291-0/+5
* composer run cs:fixCôme Chilliet2023-01-202-2/+1
* Revert "avatar generation - disable setimageformat"Simon L2022-12-291-2/+1
* avatar generation - disable setimageformatSimon L2022-12-271-1/+2
* Update avatars on updateCarl Schwan2022-09-091-6/+6
* Dark theme for guest avatarCarl Schwan2022-09-093-8/+8
* Avatar new styleCarl Schwan2022-09-092-30/+53
* Fix typos in lib/private subdirectoryluz paz2022-07-271-1/+1
* Make Color class publicCarl Schwan2022-07-053-48/+15
* Cleanup avatar related codeCarl Schwan2022-06-224-103/+44
* Merge pull request #32697 from nextcloud/fix/get-avatar-authzPytal2022-06-081-11/+14
|\
| * Fix get avatar authorizationChristopher Ng2022-06-071-11/+14
* | Use Image class from public APIChristopher Ng2022-06-022-6/+4
|/
* catch storage not available when deleting avatarRobin Appelman2022-02-251-1/+2
* Fix resource usages in OC_ImageCôme Chilliet2021-10-281-2/+5
* adjust internal data handling logic to fix store and loadArthur Schiwon2021-06-301-3/+8
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-045-14/+10
* Less ILoggerJoas Schilling2021-04-275-30/+15
* Add known user check in avatar when v2-private scopeVincent Petry2021-03-261-12/+23
* Added PlaceholderAvatar with own cached imagesVincent Petry2021-03-263-10/+191
* Add new v2-private account scopeVincent Petry2021-03-261-1/+35
* improve type handling of Avatar::generateAvatarFromSvRobin Appelman2021-03-241-2/+3
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Update license headers for 19Christoph Wurst2020-04-292-0/+3
* Delete avatar if a user is deletedJulius Härtl2020-04-241-0/+16
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-5/+3
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-4/+4
* Fix generated avatars and nophoto cache filesJoas Schilling2020-03-241-1/+1
* Fix tests after #18745Roeland Jago Douma2020-01-271-1/+1
* Change avatar placeholder from single letter to 2 lettersSergey Shliakhov2020-01-271-9/+11
* Fix license headersChristoph Wurst2020-01-131-0/+1
* Always set the generated flag to false when an avatar is being setJoas Schilling2019-12-201-1/+1
* Update license headersChristoph Wurst2019-12-054-18/+34
* Some php-cs fixesRoeland Jago Douma2019-11-222-3/+3
* reduce adressbook change events and handlingArthur Schiwon2019-09-041-3/+5
* Move font from Nunito to Noto SansJan-Christoph Borchardt2019-06-221-5/+5
* Don't get the avatar when we don't operate anywayJoas Schilling2019-04-091-5/+0
* Switch guest avatars to PNGMichael Weimann2019-02-071-2/+2
* Implement guest avatar endpointMichael Weimann2019-02-074-0/+906