aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Avatar
Commit message (Expand)AuthorAgeFilesLines
* 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