You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules/repository
silverwind cc129d2ca2
Make AvatarRenderedSizeFactor configurable and set it to 3 (#17951)
Save a bit of bandwidth by only requesting 3-times the rendered avatar
size. Factor 4 is only really beneficial on a handful of mobile phones
and I don't think they are the primary device we design for.

Configurability contributed by zeripath.

Fixes: https://github.com/go-gitea/gitea/pull/17422
Fixes: https://github.com/go-gitea/gitea/issues/16287

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
3 years ago
..
commits.go Make AvatarRenderedSizeFactor configurable and set it to 3 (#17951) 3 years ago
commits_test.go Make AvatarRenderedSizeFactor configurable and set it to 3 (#17951) 3 years ago
create.go Some repository refactors (#17950) 3 years ago
create_test.go Move accessmode into models/perm (#17828) 3 years ago
generate.go Some repository refactors (#17950) 3 years ago
hooks.go Move some functions into services/repository (#17677) 3 years ago
init.go Some repository refactors (#17950) 3 years ago
main_test.go Decouple unit test code from business code (#17623) 3 years ago
push.go Move repository model into models/repo (#17933) 3 years ago
repo.go Move repository model into models/repo (#17933) 3 years ago