forgejo/templates/repo
wxiaoguang f0ba87fda8
Avatar refactor, move avatar code from models to models.avatars, remove duplicated code (#17123)
Why this refactor

The goal is to move most files from `models` package to `models.xxx` package. Many models depend on avatar model, so just move this first.

And the existing logic is not clear, there are too many function like `AvatarLink`, `RelAvatarLink`, `SizedRelAvatarLink`, `SizedAvatarLink`, `MakeFinalAvatarURL`, `HashedAvatarLink`, etc. This refactor make everything clear:

* user.AvatarLink()
* user.AvatarLinkWithSize(size)
* avatars.GenerateEmailAvatarFastLink(email, size)
* avatars.GenerateEmailAvatarFinalLink(email, size)

And many duplicated code are deleted in route handler, the handler and the model share the same avatar logic now.
2021-10-06 01:25:46 +02:00
..
branch Add possibility to make branch in branch page (#15960) 2021-05-24 15:57:46 +01:00
diff Support direct comparison (git diff a..b) as well merge comparison (a...b) (#16635) 2021-09-27 13:19:34 +01:00
editor Add attachments for PR reviews (#16075) 2021-06-14 21:12:33 -04:00
graph
issue Avatar refactor, move avatar code from models to models.avatars, remove duplicated code (#17123) 2021-10-06 01:25:46 +02:00
migrate Make mirror feature more configurable (#16957) 2021-09-07 17:49:36 +02:00
projects Kanban colored boards (#16647) 2021-09-29 22:53:12 +02:00
pulls
release Prevent 500 on draft releases without tag (#16634) 2021-08-05 21:13:16 -04:00
settings Kanban colored boards (#16647) 2021-09-29 22:53:12 +02:00
wiki Add edit button to wiki sidebar and footer (#16719) 2021-08-18 14:14:08 -04:00
activity.tmpl
blame.tmpl Link to previous blames in file blame page (#16259) 2021-06-28 01:13:20 +02:00
branch_dropdown.tmpl Fix extra curly brace breaking release compare (#15988) 2021-05-26 21:07:39 -04:00
clone_buttons.tmpl Update JS dependencies (#16708) 2021-08-17 01:32:48 -04:00
commit_page.tmpl
commit_status.tmpl
commit_statuses.tmpl
commits.tmpl
commits_list.tmpl Replace list.List with slices (#16311) 2021-08-09 14:08:51 -04:00
commits_list_small.tmpl Replace list.List with slices (#16311) 2021-08-09 14:08:51 -04:00
commits_table.tmpl Show correct text when comparing commits on empty pull request (#16569) 2021-07-29 03:32:48 +01:00
create.tmpl fixed create repo page layout (#17012) 2021-09-12 20:24:57 +02:00
empty.tmpl Fix default push instructions on empty repos (#16302) 2021-06-30 20:40:51 +02:00
forks.tmpl
graph.tmpl Kanban colored boards (#16647) 2021-09-29 22:53:12 +02:00
header.tmpl Add push to remote mirror repository (#15157) 2021-06-14 19:20:43 +02:00
home.tmpl Add bundle download for repository (#14538) 2021-08-24 11:47:09 -05:00
icon.tmpl
search.tmpl
shabox_badge.tmpl
sub_menu.tmpl
upload.tmpl Add attachments for PR reviews (#16075) 2021-06-14 21:12:33 -04:00
user_cards.tmpl
view_file.tmpl Add option to copy line permalink (#17145) 2021-10-02 10:46:43 +03:00
view_list.tmpl
watchers.tmpl