aboutsummaryrefslogtreecommitdiffstats
path: root/services/webhook
Commit message (Expand)AuthorAgeFilesLines
* Multiple Escaping Improvements (#17551)zeripath2021-11-165-20/+27
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-10/+9
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-122-5/+6
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-1019-125/+128
* Only allow webhook to send requests to allowed hosts (#17482)wxiaoguang2021-11-011-4/+22
* Add specific event type to header (#17222)John Olheiser2021-10-051-3/+8
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-192-14/+15
* Open the DingTalk link in browser (#17084)wxiaoguang2021-09-182-13/+28
* Add proxy settings and support for migration and webhook (#16704)Lunny Xiao2021-08-181-1/+2
* [API] generalize list header (#16551)65432021-08-121-2/+10
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-248-23/+8
* Add support for corporate WeChat webhooks (#15910)lengyuqu2021-07-232-0/+192
* Refactor Webhook + Add X-Hub-Signature (#16176)KN4CK3R2021-06-2710-77/+55
* Add tests for all webhooks (#16214)KN4CK3R2021-06-2015-891/+2110
* fix webhook timeout bug (#15613)Lunny Xiao2021-04-251-6/+2
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-017-7/+22
* fix a small nit (#14769)a10121127962021-02-221-0/+2
* Added option to disable webhooks (#13176)Paweł Bogusławski2021-02-112-0/+9
* Fix wrong type on hooktask to convert typ from char(16) to varchar(16) (#14148)Lunny Xiao2021-01-061-3/+3
* migrate from com.* to alternatives (#14103)65432020-12-251-2/+2
* Possible fix the webhook API creation (#13960)Lunny Xiao2020-12-121-2/+5
* Fix bug for webhook and feishu caused by API changed (#13937)Lunny Xiao2020-12-112-56/+34
* Fix broken migration on webhook (#13911)Lunny Xiao2020-12-091-4/+4
* Move webhook type from int to string (#13664)Lunny Xiao2020-12-0819-0/+3646