gitea/modules/repository
silverwind c05701dd7d
Fix frontpage avatars ()
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
..
adopt.go Handle and propagate errors when checking if paths are Dirs, Files or Exist ()
branch.go Handle more pathological branch and tag names ()
cache.go Cache last commit when pushing for big repository ()
check.go Handle and propagate errors when checking if paths are Dirs, Files or Exist ()
commits.go Fix frontpage avatars ()
commits_test.go Fix frontpage avatars ()
create.go Handle and propagate errors when checking if paths are Dirs, Files or Exist ()
create_test.go Various fixes in login sources ()
fork.go Adopt repositories ()
fork_test.go Move create/fork repository from models to modules/repository ()
generate.go Handle and propagate errors when checking if paths are Dirs, Files or Exist ()
hooks.go Handle and propagate errors when checking if paths are Dirs, Files or Exist ()
init.go Push HEAD instead of master when initialising repositories ()
main_test.go Move push commits from models to modules/repository ()
push.go Fix a bug on refactoring ()
repo.go Migrations: Use Process Manager to create own Context ()
update.go Move PushUpdateAddDeleteTags to repository module from models ()