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/org
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
..
setting Move context from modules to services (#29440) 11 months ago
block.go Add user blocking (#29028) 11 months ago
home.go Refactor names (#31405) 8 months ago
main_test.go make writing main test easier (#27270) 1 year ago
members.go Refactor names (#31405) 8 months ago
org.go Move context from modules to services (#29440) 11 months ago
org_labels.go Move context from modules to services (#29440) 11 months ago
projects.go Refactor names (#31405) 8 months ago
projects_test.go Refactor names (#31405) 8 months ago
setting.go Move context from modules to services (#29440) 11 months ago
setting_oauth2.go Move context from modules to services (#29440) 11 months ago
setting_packages.go Move context from modules to services (#29440) 11 months ago
teams.go Refactor names (#31405) 8 months ago