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
wxiaoguang 43c7a2e7b1
Refactor names (#31405)
This PR only does "renaming":

* `Route` should be `Router` (and chi router is also called "router")
* `Params` should be `PathParam` (to distingush it from URL query param, and to match `FormString`)
* Use lower case for private functions to avoid exposing or abusing
8 months ago
..
admin Refactor names (#31405) 8 months ago
auth Refactor names (#31405) 8 months ago
devtest Refactor names (#31405) 8 months ago
events Move context from modules to services (#29440) 11 months ago
explore Refactor names (#31405) 8 months ago
feed Refactor names (#31405) 8 months ago
healthcheck Always enable caches (#28527) 1 year ago
misc Make sure git version&feature are always prepared (#30877) 9 months ago
org Refactor names (#31405) 8 months ago
repo Refactor names (#31405) 8 months ago
shared Refactor names (#31405) 8 months ago
user Refactor names (#31405) 8 months ago
base.go Azure blob storage support (#30995) 8 months ago
githttp.go Refactor names (#31405) 8 months ago
goget.go Move context from modules to services (#29440) 11 months ago
home.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 11 months ago
metrics.go Implement FSFE REUSE for golang files (#21840) 2 years ago
nodeinfo.go Move context from modules to services (#29440) 11 months ago
passkey.go Move context from modules to services (#29440) 11 months ago
swagger_json.go Move context from modules to services (#29440) 11 months ago
web.go Refactor names (#31405) 8 months ago
webfinger.go Move context from modules to services (#29440) 11 months ago