gitea/routers/web/user/setting
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
..
account.go Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 2021-08-11 02:31:13 +02:00
account_test.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
adopt.go Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 2021-08-11 02:31:13 +02:00
applications.go Rename context.Query to context.Form (#16562) 2021-07-29 03:42:15 +02:00
keys.go Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 2021-08-11 02:31:13 +02:00
main_test.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
oauth2.go Rename context.Query to context.Form (#16562) 2021-07-29 03:42:15 +02:00
profile.go Rename context.Query to context.Form (#16562) 2021-07-29 03:42:15 +02:00
security.go Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 2021-08-11 02:31:13 +02:00
security_openid.go Rename context.Query to context.Form (#16562) 2021-07-29 03:42:15 +02:00
security_twofa.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
security_u2f.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00