1
0
Fork 0
gitea/modules/repository
silverwind 9269a038a4
Direct avatar rendering (#13649)
* Direct avatar rendering

This adds new template helpers for avatar rendering which output image
elements with direct links to avatars which makes them cacheable by the
browsers.

This should be a major performance improvment for pages with many avatars.

* fix avatars of other user's profile pages

* fix top border on user avatar name

* uncircle avatars

* remove old incomplete avatar selector

* use title attribute for name and add it back on blame

* minor refactor

* tweak comments

* fix url path join and adjust test to new result

* dedupe functions
2020-12-03 19:46:11 +01:00
..
adopt.go Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186) 2020-11-27 21:42:08 -05:00
branch.go
cache.go Cache last commit when pushing for big repository (#10109) 2020-10-09 01:17:23 +03:00
check.go Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186) 2020-11-27 21:42:08 -05:00
commits.go Direct avatar rendering (#13649) 2020-12-03 19:46:11 +01:00
commits_test.go
create.go Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186) 2020-11-27 21:42:08 -05:00
create_test.go
fork.go
fork_test.go
generate.go Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186) 2020-11-27 21:42:08 -05:00
hooks.go Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186) 2020-11-27 21:42:08 -05:00
init.go Push HEAD instead of master when initialising repositories (#13719) 2020-11-28 16:00:38 -05:00
main_test.go
push.go Fix a bug on refactoring (#13373) 2020-10-31 23:42:54 +08:00
repo.go Migrations: Use Process Manager to create own Context (#13792) 2020-12-02 18:36:06 +00:00
update.go