]> source.dussan.org Git - gitea.git/commit
Add add and delete SSH key
authorUnknown <joe2010xtmf@163.com>
Tue, 11 Mar 2014 00:48:58 +0000 (20:48 -0400)
committerUnknown <joe2010xtmf@163.com>
Tue, 11 Mar 2014 00:48:58 +0000 (20:48 -0400)
commit897329a64416dd46b9e4f5a81c3c7a1666fc1173
treeced28c8cea44742e091a38370414453b6c172ade
parentefa039a0f75ff9ba9376af1cbd3d948752c074fc
Add add and delete SSH key
12 files changed:
gogs.go
models/repo.go
modules/auth/auth.go [new file with mode: 0644]
modules/auth/form.go [deleted file]
modules/auth/setting.go [new file with mode: 0644]
routers/repo/repo.go
routers/user/setting.go
routers/user/ssh.go
templates/user/publickey.tmpl
templates/user/publickey_add.tmpl
templates/user/setting.tmpl
web.go