bench-forgejo/services/webhook
wxiaoguang 6532aa2ed3
Open the DingTalk link in browser (#17084)
https://developers.dingtalk.com/document/app/message-link-description

To open the link in browser, we should use this URL: `"dingtalk://dingtalkclient/page/link?pc_slide=false&url=" + url.QueryEscape(singleURL)`

Otherwise the page is displayed inside DingTalk client, it makes users very difficult to visit non-public URLs in DingTalk webhook messages.
2021-09-18 20:35:23 +01:00
..
deliver.go Add proxy settings and support for migration and webhook (#16704) 2021-08-18 21:10:39 +08:00
deliver_test.go Move webhook type from int to string (#13664) 2020-12-08 11:41:14 +01:00
dingtalk.go Open the DingTalk link in browser (#17084) 2021-09-18 20:35:23 +01:00
dingtalk_test.go Open the DingTalk link in browser (#17084) 2021-09-18 20:35:23 +01:00
discord.go Add an abstract json layout to make it's easier to change json library (#16528) 2021-07-24 18:03:58 +02:00
discord_test.go Add tests for all webhooks (#16214) 2021-06-20 22:12:19 -04:00
feishu.go Add an abstract json layout to make it's easier to change json library (#16528) 2021-07-24 18:03:58 +02:00
feishu_test.go Add tests for all webhooks (#16214) 2021-06-20 22:12:19 -04:00
general.go Add tests for all webhooks (#16214) 2021-06-20 22:12:19 -04:00
general_test.go Add tests for all webhooks (#16214) 2021-06-20 22:12:19 -04:00
main_test.go Move webhook type from int to string (#13664) 2020-12-08 11:41:14 +01:00
matrix.go Add an abstract json layout to make it's easier to change json library (#16528) 2021-07-24 18:03:58 +02:00
matrix_test.go Refactor Webhook + Add X-Hub-Signature (#16176) 2021-06-27 20:21:09 +01:00
msteams.go Add an abstract json layout to make it's easier to change json library (#16528) 2021-07-24 18:03:58 +02:00
msteams_test.go Add tests for all webhooks (#16214) 2021-06-20 22:12:19 -04:00
payloader.go Move webhook type from int to string (#13664) 2020-12-08 11:41:14 +01:00
slack.go Add an abstract json layout to make it's easier to change json library (#16528) 2021-07-24 18:03:58 +02:00
slack_test.go Add tests for all webhooks (#16214) 2021-06-20 22:12:19 -04:00
telegram.go Add an abstract json layout to make it's easier to change json library (#16528) 2021-07-24 18:03:58 +02:00
telegram_test.go Add tests for all webhooks (#16214) 2021-06-20 22:12:19 -04:00
webhook.go [API] generalize list header (#16551) 2021-08-12 14:43:08 +02:00
webhook_test.go Move webhook type from int to string (#13664) 2020-12-08 11:41:14 +01:00
wechatwork.go Add an abstract json layout to make it's easier to change json library (#16528) 2021-07-24 18:03:58 +02:00