summaryrefslogtreecommitdiffstats
path: root/tests/integration/api_repo_avatar_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Convert to url auth to header auth in tests (#28484)KN4CK3R2023-12-211-4/+8
| | | Related #28390
* Add API for changing Avatars (#25369)JakobDev2023-06-291-0/+76
This adds an API for uploading and Deleting Avatars for of Users, Repos and Organisations. I'm not sure, if this should also be added to the Admin API. Resolves #25344 --------- Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: Giteabot <teabot@gitea.io>