gitea/models/repo
wxiaoguang 2c1ff8701a
Refactor context flash msg and global variables ()
1. add `GetSiteCookieFlashMessage` to help to parse flash message
2. clarify `handleRepoHomeFeed` logic
3. remove unnecessary global variables, use `sync.OnceValue` instead
4. add some tests for `IsUsableUsername` and `IsUsableRepoName`
..
archiver.go Refactor context RefName and RepoAssignment ()
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 Fix missing license when sync mirror ()
main_test.go make writing main test easier ()
mirror.go More `db.DefaultContext` refactor ()
org_repo.go Move RepoTransfer from models to models/repo sub package ()
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 Refactor "string truncate" ()
release_test.go Add tag name in the commits list ()
repo.go Refactor context flash msg and global variables ()
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 Refactor context flash msg and global variables ()
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 Enable tenv and testifylint rules ()
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 ()
transfer.go Move RepoTransfer from models to models/repo sub package ()
update.go fix empty repo updated time ()
upload.go Refactor deletion ()
user_repo.go Fix get reviewers' bug ()
user_repo_test.go Enable tenv and testifylint rules ()
watch.go Add user blocking ()
watch_test.go Enable tenv and testifylint rules ()
wiki.go Make git clone URL could use current signed-in user ()
wiki_test.go Make git clone URL could use current signed-in user ()