1
0
Fork 0
gitea/routers/private
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
..
hook.go Add agit flow support in gitea (#14295) 2021-07-28 17:42:56 +08:00
internal.go Add agit flow support in gitea (#14295) 2021-07-28 17:42:56 +08:00
key.go Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 2021-08-11 02:31:13 +02:00
mail.go Add an abstract json layout to make it's easier to change json library (#16528) 2021-07-24 18:03:58 +02:00
manager.go Add an abstract json layout to make it's easier to change json library (#16528) 2021-07-24 18:03:58 +02:00
manager_unix.go
manager_windows.go
restore_repo.go Add an abstract json layout to make it's easier to change json library (#16528) 2021-07-24 18:03:58 +02:00
serv.go Rename context.Query to context.Form (#16562) 2021-07-29 03:42:15 +02:00
ssh_log.go