]> source.dussan.org Git - gitea.git/commit
add csrf check
authorslene <vslene@gmail.com>
Sat, 22 Mar 2014 17:44:02 +0000 (01:44 +0800)
committerslene <vslene@gmail.com>
Sat, 22 Mar 2014 17:44:02 +0000 (01:44 +0800)
commit076fc98d981aea3533eea363ca1c7e43f77b9802
tree596d754de0d53a7e0794dcd61122ddb85298a0e1
parent01e781dedb3c6d48349516de0eee5cea41c077e1
add csrf check
18 files changed:
modules/base/tool.go
modules/middleware/auth.go
modules/middleware/context.go
modules/middleware/render.go
public/js/app.js
templates/admin/users/edit.tmpl
templates/admin/users/new.tmpl
templates/base/head.tmpl
templates/repo/create.tmpl
templates/repo/setting.tmpl
templates/user/active.tmpl
templates/user/delete.tmpl
templates/user/password.tmpl
templates/user/publickey.tmpl
templates/user/setting.tmpl
templates/user/signin.tmpl
templates/user/signup.tmpl
web.go