templates: make state changing routes to POST method (#5541)

- pkg/context: add ParamsUser to unify the injection process
This commit is contained in:
Unknwon
2018-12-06 22:58:02 -05:00
parent 458aadbb10
commit f545faa06d
12 changed files with 190 additions and 166 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogs/gogs/pkg/setting"
)
const APP_VER = "0.11.76.1204"
const APP_VER = "0.11.77.1206"
func init() {
setting.AppVer = APP_VER