1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-02 02:41:40 +02:00
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
manager_unix.go
manager_windows.go
manager.go
restore_repo.go
serv.go Rename context.Query to context.Form (#16562) 2021-07-29 03:42:15 +02:00
ssh_log.go