0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-08-08 11:24:49 +02:00
gitea/routers/web/admin
6543 c4d70a0325
Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)
Followup from #16562 prepare for #16567

* Rename ctx.Form() to ctx.FormString()
* Reimplement FormX func to need less code and cpu cycles
* Move code into own file
2021-08-11 02:31:13 +02: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 Add microsoft oauth2 providers (#16544) 2021-08-05 21:11:08 -04:00
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 Rename context.Query to context.Form (#16562) 2021-07-29 03:42:15 +02:00
main_test.go
notice.go Rename context.Query to context.Form (#16562) 2021-07-29 03:42:15 +02:00
orgs.go
repos.go Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 2021-08-11 02:31:13 +02:00
users.go Fix various documentation, user-facing, and source comment typos (#16367) 2021-07-08 13:38:13 +02:00
users_test.go Fix source typos (#16374) 2021-07-08 14:55:09 +02:00