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/user
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
..
setting Refactor template & test related code (#32938) 2 months ago
avatar.go Clarify path param naming (#32969) 2 months ago
code.go Refactor template & test related code (#32938) 2 months ago
home.go Clarify path param naming (#32969) 2 months ago
home_test.go Refactor names (#31405) 8 months ago
main_test.go make writing main test easier (#27270) 1 year ago
notification.go Refactor template & test related code (#32938) 2 months ago
package.go Clarify path param naming (#32969) 2 months ago
profile.go Refactor template & test related code (#32938) 2 months ago
search.go Add `DISABLE_ORGANIZATIONS_PAGE` and `DISABLE_CODE_PAGE` settings for explore pages and fix an issue related to user search (#32288) 4 months ago
stop_watch.go Move context from modules to services (#29440) 1 year ago