]> source.dussan.org Git - gitea.git/commit
Add dingtalk webhook (#2777)
authorLunny Xiao <xiaolunwen@gmail.com>
Tue, 21 Nov 2017 04:26:43 +0000 (12:26 +0800)
committerLauris BH <lauris@nix.lv>
Tue, 21 Nov 2017 04:26:43 +0000 (06:26 +0200)
commit10b54df2b2efa539fbaa0bf624e81cb5da99f97a
tree24d30bb8fdb9f4396b0bc5212b3a95b6fa09cb93
parent420fc8efc24d7a77598307557e5b38077d0efafc
Add dingtalk webhook  (#2777)

* add dingtalk webhook type

* add vendor

* some fixes

* fix name check

* fix name check & improvment
16 files changed:
models/webhook.go
models/webhook_dingtalk.go [new file with mode: 0644]
modules/auth/repo_form.go
modules/setting/setting.go
options/locale/locale_en-US.ini
public/img/dingtalk.ico [new file with mode: 0644]
routers/repo/webhook.go
routers/routes/routes.go
templates/org/settings/hook_new.tmpl
templates/repo/settings/hook_dingtalk.tmpl [new file with mode: 0644]
templates/repo/settings/hook_list.tmpl
templates/repo/settings/hook_new.tmpl
vendor/github.com/lunny/dingtalk_webhook/LICENSE [new file with mode: 0644]
vendor/github.com/lunny/dingtalk_webhook/README.md [new file with mode: 0644]
vendor/github.com/lunny/dingtalk_webhook/webhook.go [new file with mode: 0644]
vendor/vendor.json