gitea/models/repo
wxiaoguang 2f43536c3e
Fix issue title rendering and refactor legacy function names ()
Fix , regression of recent markup refactoring

And by the way, clarify many legacy problems:

1. Some "RenderXxx" functions do not really "render", they only call "post processors"
2. Merge "RenderEmoji | RenderCodeBlock", they are all for "simple issue title"
..
archiver.go Add support for sha256 repositories ()
attachment.go Azure blob storage support ()
attachment_test.go More refactoring of `db.DefaultContext` ()
avatar.go Return an empty string when a repo has no avatar in the repo API ()
avatar_test.go Fix duplicate sub-path for avatars ()
collaboration.go Add user blocking ()
collaboration_test.go Add user blocking ()
fork.go Refactor find forks and fix possible bugs that weak permissions check ()
fork_test.go refactor some functions to support ctx as first parameter ()
git.go Add merge style `fast-forward-only` ()
issue.go Clean up log messages ()
language_stats.go Penultimate round of `db.DefaultContext` refactor ()
license.go Support repo license ()
main_test.go make writing main test easier ()
mirror.go More `db.DefaultContext` refactor ()
pushmirror.go Refactor push mirror find and add check for updating push mirror ()
pushmirror_test.go Refactor deletion ()
redirect.go Final round of `db.DefaultContext` refactor ()
redirect_test.go Final round of `db.DefaultContext` refactor ()
release.go Trim title before insert/update to database to match the size requirements of database ()
release_test.go Add tag name in the commits list ()
repo.go Fix issue title rendering and refactor legacy function names ()
repo_indexer.go Add support for sha256 repositories ()
repo_list.go Refactor find forks and fix possible bugs that weak permissions check ()
repo_list_test.go Allow code search by filename ()
repo_test.go Fix and refactor markdown rendering ()
repo_unit.go Refactor repo unit "disabled" check ()
repo_unit_test.go add disable workflow feature ()
search.go Fix `recentupdate` sorting bugs ()
star.go Add user blocking ()
star_test.go Add user blocking ()
topic.go Refactor topic Find functions and add more tests for pagination ()
topic_test.go Refactor topic Find functions and add more tests for pagination ()
update.go Move some repository transfer functions to service layer ()
upload.go Refactor deletion ()
user_repo.go Fix get reviewers' bug ()
user_repo_test.go Fix get reviewers' bug ()
watch.go Add user blocking ()
watch_test.go Add user blocking ()
wiki.go Implement FSFE REUSE for golang files ()
wiki_test.go Implement FSFE REUSE for golang files ()