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/api/v1/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.
1 month ago
..
action.go Refactor names (#31405) 8 months ago
app.go Clarify path param naming (#32969) 1 month ago
avatar.go Fix bug on avatar (#31008) 9 months ago
block.go Add user blocking (#29028) 11 months ago
email.go Move context from modules to services (#29440) 11 months ago
follower.go Clarify path param naming (#32969) 1 month ago
gpg_key.go Clarify path param naming (#32969) 1 month ago
helper.go Clarify path param naming (#32969) 1 month ago
hook.go Refactor names (#31405) 8 months ago
key.go Clarify path param naming (#32969) 1 month ago
repo.go refactor: remove redundant err declarations (#32381) 3 months ago
runners.go Move context from modules to services (#29440) 11 months ago
settings.go Move context from modules to services (#29440) 11 months ago
star.go Add user blocking (#29028) 11 months ago
user.go Clarify path param naming (#32969) 1 month ago
watch.go Add user blocking (#29028) 11 months ago