]> source.dussan.org Git - gitea.git/commit
Fix #98, support web hook
authorUnknown <joe2010xtmf@163.com>
Tue, 6 May 2014 15:50:31 +0000 (11:50 -0400)
committerUnknown <joe2010xtmf@163.com>
Tue, 6 May 2014 15:50:31 +0000 (11:50 -0400)
commite573855a4f040abd4aa6a2afa9ce610a1ec2670f
tree7ead7dafd3c228305e83a19dec0bca5b60d92217
parent94bccbb148a4ed897eb8332fc746aa75486c5c4d
Fix #98, support web hook
13 files changed:
README.md
README_ZH.md
gogs.go
models/action.go
models/update.go
models/webhook.go
modules/hooks/hooks.go [new file with mode: 0644]
modules/httplib/README.md [new file with mode: 0755]
modules/httplib/httplib.go [new file with mode: 0755]
modules/httplib/httplib_test.go [new file with mode: 0755]
routers/repo/setting.go
templates/repo/hooks.tmpl
templates/repo/hooks_edit.tmpl