summaryrefslogtreecommitdiffstats
path: root/modules/setting/webhook.go
Commit message (Collapse)AuthorAgeFilesLines
* Add Matrix webhook (#10831)S7evinK2020-03-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Matrix webhook Signed-off-by: Till Faelligen <tfaelligen@gmail.com> * Add template and related translations for Matrix hook Signed-off-by: Till Faelligen <tfaelligen@gmail.com> * Add actual webhook routes and form Signed-off-by: Till Faelligen <tfaelligen@gmail.com> * Add missing file Signed-off-by: Till Faelligen <tfaelligen@gmail.com> * Update modules/webhook/matrix_test.go * Use stricter regex to replace URLs Signed-off-by: Till Faelligen <tfaelligen@gmail.com> * Escape url and text Signed-off-by: Till Faelligen <tfaelligen@gmail.com> * Remove unnecessary whitespace * Fix copy and paste mistake Co-Authored-By: Tulir Asokan <tulir@maunium.net> * Fix indention inconsistency * Use Authorization header instead of url parameter * Add raw commit information to webhook Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: Tulir Asokan <tulir@maunium.net>
* Add feishu webhook support (#10229)Lunny Xiao2020-02-121-1/+1
| | | | Add feishu webhook support
* Webhook support custom proxy (#8760)Lunny Xiao2019-11-081-0/+21
| | | | | | | | | | | | * Webhook support custom proxy * Add glob support on webhook proxy host rules * fix app.ini.sample * improve code and app.ini.sample * update cheetsheet about added webhook options
* Add support for MS Teams webhooks (#6632)Daniel Grier2019-04-191-1/+1
|
* Telegram webhook (#4227)techknowlogick2019-04-181-1/+1
|
* Split setting.go as multiple files (#6014)Lunny Xiao2019-02-101-0/+30
* split setting.go as multiple files * fix comments