0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-26 21:54:32 +01:00
gitea/modules/repository
silverwind c05701dd7d
Fix frontpage avatars (#13853)
The frontpage uses a rather strange method to obtain the commit's avatar
which I've overlooked earlier. I don't exactly understand how it works
but this change fixes the wrong default avatars by using the function
that was in previous use.

Also introduced a few constants for size an size increase factor.

Fixes: https://github.com/go-gitea/gitea/issues/13844
2020-12-09 01:12:15 +01:00
..
adopt.go
branch.go
cache.go
check.go
commits.go Fix frontpage avatars (#13853) 2020-12-09 01:12:15 +01:00
commits_test.go Fix frontpage avatars (#13853) 2020-12-09 01:12:15 +01:00
create.go
create_test.go
fork.go
fork_test.go
generate.go
hooks.go
init.go Push HEAD instead of master when initialising repositories (#13719) 2020-11-28 16:00:38 -05:00
main_test.go
push.go
repo.go Migrations: Use Process Manager to create own Context (#13792) 2020-12-02 18:36:06 +00:00
update.go