選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Lunny Xiao d710af6669
Remove NewSession method from db.Engine interface (#17577)
2年前
..
admin Move user/org deletion to services (#17673) 2年前
appstate Sync gitea app path for git hooks and authorized keys when starting (#17335) 2年前
avatars Multiple Escaping Improvements (#17551) 2年前
db Remove NewSession method from db.Engine interface (#17577) 2年前
fixtures Allow U2F 2FA without TOTP (#11573) 2年前
issues Decouple unit test code from business code (#17623) 2年前
login Remove NewSession method from db.Engine interface (#17577) 2年前
migrations A better go code formatter, and now `make fmt` can run in Windows (#17684) 2年前
repo Move attachment into models/repo/ (#17650) 2年前
unit Move unit into models/unit/ (#17576) 2年前
unittest A better go code formatter, and now `make fmt` can run in Windows (#17684) 2年前
user Remove NewSession method from db.Engine interface (#17577) 2年前
webhook Remove NewSession method from db.Engine interface (#17577) 2年前
access.go Use a standalone struct name for Organization (#17632) 2年前
access_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2年前
action.go Use a standalone struct name for Organization (#17632) 2年前
action_list.go DBContext is just a Context (#17100) 2年前
action_test.go Decouple unit test, remove intermediate `unittestbridge` package (#17662) 2年前
branches.go Remove NewSession method from db.Engine interface (#17577) 2年前
branches_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2年前
commit.go Replace `list.List` with slices (#16311) 2年前
commit_status.go Multiple Escaping Improvements (#17551) 2年前
commit_status_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2年前
consistency.go Move user/org deletion to services (#17673) 2年前
consistency_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2年前
engine_test.go Decouple unit test code from business code (#17623) 2年前
error.go Use `hostmatcher` to replace `matchlist`, improve security (#17605) 2年前
external_login_user.go Move login related structs and functions to models/login (#17093) 2年前
fixture_generation.go DBContext is just a Context (#17100) 2年前
fixture_test.go Decouple unit test code from business code (#17623) 2年前
gpg_key.go Move EmailAddress & UserRedirect into models/user/ (#17607) 2年前
gpg_key_add.go Handle duplicate keys on GPG key ring (#17242) 2年前
gpg_key_commit_verification.go Move EmailAddress & UserRedirect into models/user/ (#17607) 2年前
gpg_key_common.go Add option to provide signature for a token to verify key ownership (#14054) 2年前
gpg_key_import.go DBContext is just a Context (#17100) 2年前
gpg_key_test.go Decouple unit test, remove intermediate `unittestbridge` package (#17662) 2年前
gpg_key_verify.go DBContext is just a Context (#17100) 2年前
helper.go Create doctor command to fix repo_units broken by dumps from 1.14.3-1.14.6 (#17136) 2年前
helper_directory.go refactor: move from io/ioutil to io and os package (#17109) 2年前
helper_environment.go chore(models): rewrite code format. (#14754) 3年前
issue.go Remove NewSession method from db.Engine interface (#17577) 2年前
issue_assignees.go Move attachment into models/repo/ (#17650) 2年前
issue_assignees_test.go Remove unnecessary variable assignments (#17695) 2年前
issue_comment.go Remove NewSession method from db.Engine interface (#17577) 2年前
issue_comment_list.go Move attachment into models/repo/ (#17650) 2年前
issue_comment_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2年前
issue_dependency.go Remove NewSession method from db.Engine interface (#17577) 2年前
issue_dependency_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2年前
issue_label.go Remove NewSession method from db.Engine interface (#17577) 2年前
issue_label_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2年前
issue_list.go Move attachment into models/repo/ (#17650) 2年前
issue_list_test.go Decouple unit test, remove intermediate `unittestbridge` package (#17662) 2年前
issue_lock.go Move attachment into models/repo/ (#17650) 2年前
issue_milestone.go Remove NewSession method from db.Engine interface (#17577) 2年前
issue_milestone_test.go Decouple unit test, remove intermediate `unittestbridge` package (#17662) 2年前
issue_reaction.go Remove NewSession method from db.Engine interface (#17577) 2年前
issue_reaction_test.go Decouple unit test, remove intermediate `unittestbridge` package (#17662) 2年前
issue_stopwatch.go Fix close issue but time watcher still running (#17643) 2年前
issue_stopwatch_test.go Decouple unit test, remove intermediate `unittestbridge` package (#17662) 2年前
issue_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2年前
issue_tracked_time.go Move attachment into models/repo/ (#17650) 2年前
issue_tracked_time_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2年前
issue_user.go DBContext is just a Context (#17100) 2年前
issue_user_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2年前
issue_watch.go Move login related structs and functions to models/login (#17093) 2年前
issue_watch_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2年前
issue_xref.go Move attachment into models/repo/ (#17650) 2年前
issue_xref_test.go Move attachment into models/repo/ (#17650) 2年前
lfs.go Remove NewSession method from db.Engine interface (#17577) 2年前
lfs_lock.go Remove NewSession method from db.Engine interface (#17577) 2年前
main_test.go Decouple unit test, remove intermediate `unittestbridge` package (#17662) 2年前
migrate.go Remove NewSession method from db.Engine interface (#17577) 2年前
notification.go Remove NewSession method from db.Engine interface (#17577) 2年前
notification_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2年前
org.go Remove NewSession method from db.Engine interface (#17577) 2年前
org_team.go Remove NewSession method from db.Engine interface (#17577) 2年前
org_team_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2年前
org_test.go Use a standalone struct name for Organization (#17632) 2年前
project.go Remove NewSession method from db.Engine interface (#17577) 2年前
project_board.go Remove NewSession method from db.Engine interface (#17577) 2年前
project_issue.go Remove NewSession method from db.Engine interface (#17577) 2年前
project_test.go Decouple unit test code from business code (#17623) 2年前
protected_tag.go DBContext is just a Context (#17100) 2年前
protected_tag_test.go Decouple unit test code from business code (#17623) 2年前
pull.go Remove NewSession method from db.Engine interface (#17577) 2年前
pull_list.go Move login related structs and functions to models/login (#17093) 2年前
pull_sign.go Move twofactor to models/login (#17143) 2年前
pull_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2年前
release.go Move attachment into models/repo/ (#17650) 2年前
repo.go Remove NewSession method from db.Engine interface (#17577) 2年前
repo_activity.go DBContext is just a Context (#17100) 2年前
repo_archiver.go DBContext is just a Context (#17100) 2年前
repo_avatar.go Remove NewSession method from db.Engine interface (#17577) 2年前
repo_branch.go Move newbranch to standalone package (#9627) 4年前
repo_collaboration.go Remove NewSession method from db.Engine interface (#17577) 2年前
repo_collaboration_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2年前
repo_generate.go Move webhook into models/webhook/ (#17579) 2年前
repo_generate_test.go Fixed assert statements. (#16089) 2年前
repo_indexer.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2年前
repo_issue.go Move unit into models/unit/ (#17576) 2年前
repo_language_stats.go Remove NewSession method from db.Engine interface (#17577) 2年前
repo_list.go Remove NewSession method from db.Engine interface (#17577) 2年前
repo_list_test.go Decouple unit test, remove intermediate `unittestbridge` package (#17662) 2年前
repo_mirror.go DBContext is just a Context (#17100) 2年前
repo_permission.go Remove NewSession method from db.Engine interface (#17577) 2年前
repo_permission_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2年前
repo_pushmirror.go DBContext is just a Context (#17100) 2年前
repo_pushmirror_test.go Decouple unit test code from business code (#17623) 2年前
repo_redirect.go DBContext is just a Context (#17100) 2年前
repo_redirect_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2年前
repo_sign.go Move twofactor to models/login (#17143) 2年前
repo_test.go Move attachment into models/repo/ (#17650) 2年前
repo_transfer.go Remove NewSession method from db.Engine interface (#17577) 2年前
repo_transfer_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2年前
repo_unit.go Move unit into models/unit/ (#17576) 2年前
repo_watch.go Remove NewSession method from db.Engine interface (#17577) 2年前
repo_watch_test.go Decouple unit test, remove intermediate `unittestbridge` package (#17662) 2年前
review.go Remove NewSession method from db.Engine interface (#17577) 2年前
review_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2年前
ssh_key.go Remove NewSession method from db.Engine interface (#17577) 2年前
ssh_key_authorized_keys.go DBContext is just a Context (#17100) 2年前
ssh_key_authorized_principals.go DBContext is just a Context (#17100) 2年前
ssh_key_deploy.go Remove NewSession method from db.Engine interface (#17577) 2年前
ssh_key_fingerprint.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2年前
ssh_key_parse.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2年前
ssh_key_principals.go Remove NewSession method from db.Engine interface (#17577) 2年前
ssh_key_test.go Add support for ed25519_sk and ecdsa_sk SSH keys (#13462) 3年前
star.go Remove NewSession method from db.Engine interface (#17577) 2年前
star_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2年前
statistic.go Move attachment into models/repo/ (#17650) 2年前
task.go Remove NewSession method from db.Engine interface (#17577) 2年前
token.go Fix problem when database ID is not incremented as expected (#17229) 2年前
token_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2年前
topic.go Remove NewSession method from db.Engine interface (#17577) 2年前
topic_test.go Remove unnecessary variable assignments (#17695) 2年前
update.go DBContext is just a Context (#17100) 2年前
upload.go Remove NewSession method from db.Engine interface (#17577) 2年前
user.go Remove NewSession method from db.Engine interface (#17577) 2年前
user_avatar.go Remove NewSession method from db.Engine interface (#17577) 2年前
user_email.go Remove NewSession method from db.Engine interface (#17577) 2年前
user_email_test.go Remove unnecessary variable assignments (#17695) 2年前
user_heatmap.go DBContext is just a Context (#17100) 2年前
user_heatmap_test.go Decouple unit test, remove intermediate `unittestbridge` package (#17662) 2年前
user_test.go Remove NewSession method from db.Engine interface (#17577) 2年前
userlist.go Move twofactor to models/login (#17143) 2年前
userlist_test.go Use a standalone struct name for Organization (#17632) 2年前
wiki.go Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186) 3年前
wiki_test.go Decouple unit test, remove intermediate `unittestbridge` package (#17662) 2年前