]> source.dussan.org Git - gitea.git/commit
add Slack API webhook support
authorChristopher Brickley <brickley@gmail.com>
Sun, 24 Aug 2014 12:59:47 +0000 (08:59 -0400)
committerChristopher Brickley <brickley@gmail.com>
Sun, 31 Aug 2014 16:01:59 +0000 (12:01 -0400)
commit2bce24068dc3c64ee5e501c48b7f080c48383970
tree1ec707518cb37307cd05fa5cf6ef6bbf670caf9b
parent5e6091a30ae4befd68041aaff3f70d7334ce1b1c
add Slack API webhook support
15 files changed:
cmd/web.go
conf/locale/locale_en-US.ini
models/action.go
models/slack.go [new file with mode: 0644]
models/webhook.go
modules/auth/repo_form.go
public/ng/css/gogs.css
public/ng/js/gogs.js
public/ng/less/gogs/settings.less
routers/repo/setting.go
templates/repo/settings/gogs_hook.tmpl [new file with mode: 0644]
templates/repo/settings/hook_new.tmpl
templates/repo/settings/hook_settings.tmpl [new file with mode: 0644]
templates/repo/settings/hook_types.tmpl [new file with mode: 0644]
templates/repo/settings/slack_hook.tmpl [new file with mode: 0644]