summaryrefslogtreecommitdiffstats
path: root/models/webhook.go
Commit message (Expand)AuthorAgeFilesLines
* [API] generalize list header (#16551)65432021-08-121-37/+37
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-6/+1
* Add support for corporate WeChat webhooks (#15910)lengyuqu2021-07-231-9/+10
* Refactor Webhook + Add X-Hub-Signature (#16176)KN4CK3R2021-06-271-29/+23
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-1/+1
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+6
* Cron job to cleanup hook_task table (#13080)Brad Albright2021-01-261-0/+87
* Merge default and system webhooks under one menu (#14244)Lauris BH2021-01-151-17/+3
* Fix wrong type on hooktask to convert typ from char(16) to varchar(16) (#14148)Lunny Xiao2021-01-061-4/+4
* Fix bug for webhook and feishu caused by API changed (#13937)Lunny Xiao2020-12-111-1/+3
* Fix broken migration on webhook (#13911)Lunny Xiao2020-12-091-5/+5
* Move webhook type from int to string (#13664)Lunny Xiao2020-12-081-59/+11
* Use google/uuid to instead satori/go.uuid (#11943)Lunny Xiao2020-06-181-2/+2
* Add Matrix webhook (#10831)S7evinK2020-03-281-0/+4
* System-wide webhooks (#10546)James Lakin2020-03-091-19/+46
* Granular webhook events (#9626)John Olheiser2020-03-061-21/+147
* Add feishu webhook support (#10229)Lunny Xiao2020-02-121-0/+4
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-7/+20
* Move more webhook codes from models to webhook module (#8802)Lunny Xiao2019-11-031-27/+0
* Move webhook to a standalone package under modules (#8747)Lunny Xiao2019-11-011-359/+20
* webhook: set Content-Type for application/x-www-form-urlencoded (#8599)Viktor Szakats2019-10-201-0/+2
* Fix webhooks to use proxy from environment (#8116)Lauris BH2019-09-101-0/+1
* Implement webhook branch filter (#7791)WGH2019-09-091-3/+49
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-3/+4
* Fix duplicate call of webhook (#7821)Antoine GIRARD2019-08-111-1/+0
* Add golangci (#6418)kolaente2019-06-121-3/+5
* Make webhook http connections resuable (#6976)Lunny Xiao2019-05-211-26/+72
* Webhook Logs show proper HTTP Method, and allow change HTTP method in form (#...techknowlogick2019-05-151-10/+15
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Add GET requests to webhook (#6771)Simon2019-05-051-15/+28
* Add support for MS Teams webhooks (#6632)Daniel Grier2019-04-191-0/+9
* Telegram webhook (#4227)techknowlogick2019-04-181-0/+18
* Better logging (#6038) (#6095)zeripath2019-04-021-13/+13
* Add signatures to webhooks (#6428)techknowlogick2019-03-251-0/+19
* Implement Default Webhooks (#4299)Russell Aunger2019-03-181-1/+72
* Webhook for Pull Request approval/rejection (#5027)Lanre Adelowo2018-12-271-10/+12
* fix webhook bug of response info is not displayed in UI (#4000)Lunny Xiao2018-05-231-9/+12
* Add more webhooks support and refactor webhook templates directory (#3929)Lunny Xiao2018-05-161-33/+79
* Add sensitive headers (#3429)Antoine GIRARD2018-01-311-2/+2
* Fix SQL type error for webhooks (#3424)Ethan Koenig2018-01-291-3/+10
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-7/+3
* Add dingtalk webhook (#2777)Lunny Xiao2017-11-211-4/+13
* Replace deprecated Id method with ID (#2655)Ethan Koenig2017-10-051-2/+2
* Use AfterLoad instead of AfterSet on Structs (#2628)Lunny Xiao2017-10-011-38/+17
* Use created & updated instead BeforeInsert & BeforeUpdate (#2482)Lunny Xiao2017-09-131-15/+2
* Webhooks for repo creation/deletion (#1663)Ethan Koenig2017-09-031-8/+40
* fix orgnization webhooks (#2422)Lunny Xiao2017-08-301-3/+16
* fix webhook test (#2415)Lunny Xiao2017-08-291-44/+53
* Implementation of discord webhook (#2402)Lunny Xiao2017-08-281-8/+25