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/admin
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.go Add cache test for admins (#31265) 8 months ago
admin_test.go Improve reverse proxy documents and clarify the AppURL guessing behavior (#31003) 9 months ago
applications.go Move context from modules to services (#29440) 11 months ago
auths.go Refactor names (#31405) 8 months ago
config.go Add cache test for admins (#31265) 8 months ago
diagnosis.go Move context from modules to services (#29440) 11 months ago
emails.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 11 months ago
hooks.go remove util.OptionalBool and related functions (#29513) 11 months ago
main_test.go make writing main test easier (#27270) 1 year ago
notice.go Move context from modules to services (#29440) 11 months ago
orgs.go Update misspell to 0.5.1 and add `misspellings.csv` (#30573) 9 months ago
packages.go remove util.OptionalBool and related functions (#29513) 11 months ago
queue.go Refactor names (#31405) 8 months ago
queue_tester.go Improve queue and logger context (#24924) 2 years ago
repos.go Add missed return after `ctx.ServerError` (#31130) 8 months ago
runners.go Move context from modules to services (#29440) 11 months ago
stacktrace.go Refactor names (#31405) 8 months ago
users.go Refactor names (#31405) 8 months ago
users_test.go Move context from modules to services (#29440) 11 months ago