..
admin
…
appstate
…
asymkey
Fix various typos ( #18219 )
2022-01-10 17:32:37 +08:00
auth
Webauthn nits ( #18284 )
2022-01-15 17:52:56 +01:00
avatars
slight optimization for default avatar ( #18187 )
2022-01-05 07:00:32 +01:00
db
Refactor auth package ( #17962 )
2022-01-02 21:12:35 +08:00
fixtures
Support webauthn ( #17957 )
2022-01-14 16:03:31 +01:00
issues
Simplify parameter types ( #18006 )
2021-12-20 04:41:31 +00:00
migrations
Webauthn nits ( #18284 )
2022-01-15 17:52:56 +01:00
perm
Team permission allow different unit has different permission ( #17811 )
2022-01-05 11:37:00 +08:00
repo
Refactor auth package ( #17962 )
2022-01-02 21:12:35 +08:00
unit
Fix new team ( #18212 )
2022-01-08 15:19:36 +00:00
unittest
tests: s/GITEA_UNIT_TESTS_VERBOSE/GITEA_UNIT_TESTS_LOG_SQL/ ( #18142 )
2022-01-01 04:31:24 +01:00
user
Improve the comment for 2FA filter in admin panel ( #18017 )
2022-01-13 21:32:28 +01:00
webhook
Add replay of webhooks. ( #18191 )
2022-01-05 15:00:20 -06:00
access.go
Team permission allow different unit has different permission ( #17811 )
2022-01-05 11:37:00 +08:00
access_test.go
…
action.go
Prevent hang in git cat-file if repository is not a valid repository and other fixes ( #17991 )
2021-12-16 19:01:14 +00:00
action_list.go
…
action_test.go
Some repository refactors ( #17950 )
2021-12-12 23:48:20 +08:00
branches.go
…
branches_test.go
…
commit.go
…
commit_status.go
Add missing `X-Total-Count` and fix some related bugs ( #17968 )
2021-12-15 13:39:34 +08:00
commit_status_test.go
…
consistency.go
…
consistency_test.go
…
engine_test.go
…
error.go
Some repository refactors ( #17950 )
2021-12-12 23:48:20 +08:00
fixture_generation.go
…
fixture_test.go
…
helper.go
…
helper_directory.go
…
helper_environment.go
…
issue.go
Team permission allow different unit has different permission ( #17811 )
2022-01-05 11:37:00 +08:00
issue_assignees.go
…
issue_assignees_test.go
…
issue_comment.go
fix regression from #16075 ( #18260 )
2022-01-14 00:50:43 +08:00
issue_comment_list.go
…
issue_comment_test.go
…
issue_dependency.go
…
issue_dependency_test.go
…
issue_label.go
…
issue_label_test.go
…
issue_list.go
Use conditions but not repo ids as query condition ( #16839 )
2021-12-29 21:02:12 +08:00
issue_list_test.go
…
issue_lock.go
…
issue_milestone.go
Simplify parameter types ( #18006 )
2021-12-20 04:41:31 +00:00
issue_milestone_test.go
Move repository model into models/repo ( #17933 )
2021-12-10 09:27:50 +08:00
issue_reaction.go
Add missing `X-Total-Count` and fix some related bugs ( #17968 )
2021-12-15 13:39:34 +08:00
issue_reaction_test.go
…
issue_stopwatch.go
…
issue_stopwatch_test.go
Move user related model into models/user ( #17781 )
2021-11-24 17:49:20 +08:00
issue_test.go
Use conditions but not repo ids as query condition ( #16839 )
2021-12-29 21:02:12 +08:00
issue_tracked_time.go
…
issue_tracked_time_test.go
…
issue_user.go
…
issue_user_test.go
…
issue_watch.go
Add missing `X-Total-Count` and fix some related bugs ( #17968 )
2021-12-15 13:39:34 +08:00
issue_watch_test.go
…
issue_xref.go
…
issue_xref_test.go
…
lfs.go
Allow admin to associate missing LFS objects for repositories ( #18143 )
2022-01-01 17:05:31 +08:00
lfs_lock.go
…
main_test.go
…
migrate.go
tests: add coverage for models migration helpers ( #18162 )
2022-01-03 23:35:01 +08:00
migrate_test.go
tests: add coverage for models migration helpers ( #18162 )
2022-01-03 23:35:01 +08:00
notification.go
Fix various typos ( #18219 )
2022-01-10 17:32:37 +08:00
notification_test.go
…
org.go
Team permission allow different unit has different permission ( #17811 )
2022-01-05 11:37:00 +08:00
org_team.go
Team permission allow different unit has different permission ( #17811 )
2022-01-05 11:37:00 +08:00
org_team_test.go
Team permission allow different unit has different permission ( #17811 )
2022-01-05 11:37:00 +08:00
org_test.go
…
project.go
…
project_board.go
…
project_issue.go
…
project_test.go
…
protected_tag.go
…
protected_tag_test.go
…
pull.go
…
pull_list.go
Don't delete branch if other PRs with this branch are open ( #18164 )
2022-01-03 20:45:58 +01:00
pull_test.go
Don't delete branch if other PRs with this branch are open ( #18164 )
2022-01-03 20:45:58 +01:00
release.go
Some repository refactors ( #17950 )
2021-12-12 23:48:20 +08:00
repo.go
Fix various typos ( #18219 )
2022-01-10 17:32:37 +08:00
repo_activity.go
…
repo_collaboration.go
Some repository refactors ( #17950 )
2021-12-12 23:48:20 +08:00
repo_collaboration_test.go
…
repo_generate.go
Some repository refactors ( #17950 )
2021-12-12 23:48:20 +08:00
repo_generate_test.go
…
repo_list.go
Use conditions but not repo ids as query condition ( #16839 )
2021-12-29 21:02:12 +08:00
repo_list_test.go
…
repo_permission.go
Team permission allow different unit has different permission ( #17811 )
2022-01-05 11:37:00 +08:00
repo_permission_test.go
…
repo_test.go
Some repository refactors ( #17950 )
2021-12-12 23:48:20 +08:00
repo_transfer.go
Some repository refactors ( #17950 )
2021-12-12 23:48:20 +08:00
repo_transfer_test.go
…
review.go
Fix various typos ( #18219 )
2022-01-10 17:32:37 +08:00
review_test.go
…
statistic.go
Refactor auth package ( #17962 )
2022-01-02 21:12:35 +08:00
task.go
…
token.go
Refactor auth package ( #17962 )
2022-01-02 21:12:35 +08:00
token_test.go
…
upload.go
…
user.go
Use conditions but not repo ids as query condition ( #16839 )
2021-12-29 21:02:12 +08:00
user_heatmap.go
…
user_heatmap_test.go
…
user_test.go
Use conditions but not repo ids as query condition ( #16839 )
2021-12-29 21:02:12 +08:00
userlist.go
…
userlist_test.go
…