You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/web/repo/setting
Lunny Xiao e94f37f95e
Refactor webhook events (#33337)
Extract from #33320

This PR uses a map instead of a struct to store webhook event
information. It removes many duplicated functions and makes the logic
clearer.
2 weeks ago
..
avatar.go Move context from modules to services (#29440) 12 months ago
collaboration.go Move RepoTransfer from models to models/repo sub package (#32506) 2 months ago
default_branch.go Move context from modules to services (#29440) 12 months ago
deploy_key.go Move delete deploy keys into service layer (#32201) 2 months ago
git_hooks.go Clarify path param naming (#32969) 2 months ago
lfs.go Refactor template & test related code (#32938) 2 months ago
main_test.go make writing main test easier (#27270) 1 year ago
protected_branch.go Only allow admins to rename default/protected branches (#33276) 3 weeks ago
protected_tag.go Clarify path param naming (#32969) 2 months ago
runners.go Clarify path param naming (#32969) 2 months ago
secrets.go Refactor template & test related code (#32938) 2 months ago
setting.go Support public code/issue access for private repositories (#33127) 4 weeks ago
settings_test.go Remove duplicate "ResponseWriter.Status" method (#33346) 2 weeks ago
variables.go Refactor template & test related code (#32938) 2 months ago
webhook.go Refactor webhook events (#33337) 2 weeks ago