0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-13 22:25:18 +01:00
gitea/routers/web/admin
6543 f1a810e090
Related refactors to ctx.FormX functions (#16567)
* use FormTrim if posible

* speedup goGet

* only convert if nessesary
2021-08-11 18:08:52 +03:00
..
admin.go Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 2021-08-11 02:31:13 +02:00
admin_test.go
auths.go
emails.go Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 2021-08-11 02:31:13 +02:00
hooks.go
main_test.go
notice.go
orgs.go
repos.go Related refactors to ctx.FormX functions (#16567) 2021-08-11 18:08:52 +03:00
users.go
users_test.go