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/services/context
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
..
upload Clarify path param naming (#32969) 2 months ago
access_log.go Move context from modules to services (#29440) 12 months ago
api.go Refactor request context (#32956) 2 months ago
api_org.go Move context from modules to services (#29440) 12 months ago
api_test.go Move context from modules to services (#29440) 12 months ago
base.go Clarify path param naming (#32969) 2 months ago
base_form.go Clarify path param naming (#32969) 2 months ago
base_path.go Clarify path param naming (#32969) 2 months ago
base_test.go Refactor request context (#32956) 2 months ago
captcha.go Refactor template & test related code (#32938) 2 months ago
context.go Refactor request context (#32956) 2 months ago
context_cookie.go Move context from modules to services (#29440) 12 months ago
context_model.go Move context from modules to services (#29440) 12 months ago
context_request.go Move context from modules to services (#29440) 12 months ago
context_response.go Add sub issue list support (#32940) 2 months ago
context_template.go Move context from modules to services (#29440) 12 months ago
context_test.go Refactor request context (#32956) 2 months ago
csrf.go Refactor CSRF token (#32216) 4 months ago
org.go Clarify path param naming (#32969) 2 months ago
package.go Refactor request context (#32956) 2 months ago
pagination.go Add label/author/assignee filters to the user/org home issue list (#32779) 2 months ago
permission.go Allow maintainers to view and edit files of private repos when "Allow maintainers to edit" is enabled (#32215) 4 months ago
private.go Refactor request context (#32956) 2 months ago
repo.go Clarify path param naming (#32969) 2 months ago
response.go Move context from modules to services (#29440) 12 months ago
user.go Clarify path param naming (#32969) 2 months ago
utils.go Move context from modules to services (#29440) 12 months ago
xsrf.go Move context from modules to services (#29440) 12 months ago
xsrf_test.go Move context from modules to services (#29440) 12 months ago