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/admin
wxiaoguang 2a828e2798
Clarify path param naming (#32969)
In history (from some legacy frameworks), both `:name` and `name` are
supported as path path name, `:name` is an alias to `name`.

To make code consistent, now we should only use `name` but not `:name`.

Also added panic check in related functions to make sure the name won't
be abused in case some downstreams still use them.
2 months ago
..
admin.go Refactor template & test related code (#32938) 2 months ago
admin_test.go Improve reverse proxy documents and clarify the AppURL guessing behavior (#31003) 9 months ago
applications.go Refactor template & test related code (#32938) 2 months ago
auths.go Clarify path param naming (#32969) 2 months ago
config.go Refactor template & test related code (#32938) 2 months ago
diagnosis.go Move context from modules to services (#29440) 12 months ago
emails.go Refactor template & test related code (#32938) 2 months ago
hooks.go Refactor template & test related code (#32938) 2 months ago
main_test.go make writing main test easier (#27270) 1 year ago
notice.go Refactor template & test related code (#32938) 2 months ago
orgs.go Refactor template & test related code (#32938) 2 months ago
packages.go Refactor template & test related code (#32938) 2 months ago
queue.go Move admin routers from /admin to /-/admin (#32189) 4 months ago
queue_tester.go Improve queue and logger context (#24924) 2 years ago
repos.go Refactor template & test related code (#32938) 2 months ago
runners.go Move admin routers from /admin to /-/admin (#32189) 4 months ago
stacktrace.go Move admin routers from /admin to /-/admin (#32189) 4 months ago
users.go Clarify path param naming (#32969) 2 months ago
users_test.go Move context from modules to services (#29440) 12 months ago