1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-01 11:21:36 +02:00
gitea/models
zeripath d7c2a2951c
Webauthn nits (#18284)
This contains some additional fixes and small nits related to #17957 

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2022-01-15 17:52:56 +01:00
..
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
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
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_test.go
access.go Team permission allow different unit has different permission (#17811) 2022-01-05 11:37:00 +08:00
action_list.go
action_test.go
action.go
branches_test.go
branches.go
commit_status_test.go
commit_status.go
commit.go
consistency_test.go
consistency.go
engine_test.go
error.go
fixture_generation.go
fixture_test.go
helper_directory.go
helper_environment.go
helper.go
issue_assignees_test.go
issue_assignees.go
issue_comment_list.go
issue_comment_test.go
issue_comment.go fix regression from #16075 (#18260) 2022-01-14 00:50:43 +08:00
issue_dependency_test.go
issue_dependency.go
issue_label_test.go
issue_label.go
issue_list_test.go
issue_list.go
issue_lock.go
issue_milestone_test.go
issue_milestone.go
issue_reaction_test.go
issue_reaction.go
issue_stopwatch_test.go
issue_stopwatch.go
issue_test.go
issue_tracked_time_test.go
issue_tracked_time.go
issue_user_test.go
issue_user.go
issue_watch_test.go
issue_watch.go
issue_xref_test.go
issue_xref.go
issue.go Team permission allow different unit has different permission (#17811) 2022-01-05 11:37:00 +08:00
lfs_lock.go
lfs.go
main_test.go
migrate_test.go tests: add coverage for models migration helpers (#18162) 2022-01-03 23:35:01 +08:00
migrate.go tests: add coverage for models migration helpers (#18162) 2022-01-03 23:35:01 +08:00
notification_test.go
notification.go Fix various typos (#18219) 2022-01-10 17:32:37 +08:00
org_team_test.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_test.go
org.go Team permission allow different unit has different permission (#17811) 2022-01-05 11:37:00 +08:00
project_board.go
project_issue.go
project_test.go
project.go
protected_tag_test.go
protected_tag.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
pull.go
release.go
repo_activity.go
repo_collaboration_test.go
repo_collaboration.go
repo_generate_test.go
repo_generate.go
repo_list_test.go
repo_list.go
repo_permission_test.go
repo_permission.go Team permission allow different unit has different permission (#17811) 2022-01-05 11:37:00 +08:00
repo_test.go
repo_transfer_test.go
repo_transfer.go
repo.go Fix various typos (#18219) 2022-01-10 17:32:37 +08:00
review_test.go
review.go Fix various typos (#18219) 2022-01-10 17:32:37 +08:00
statistic.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
task.go
token_test.go
token.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
upload.go
user_heatmap_test.go
user_heatmap.go
user_test.go
user.go
userlist_test.go
userlist.go