summaryrefslogtreecommitdiffstats
path: root/routers/web/repo/webhook.go
Commit message (Expand)AuthorAgeFilesLines
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+1
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-3/+3
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-12/+11
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-2/+2
* Uncapitalize errors (#18915)Gusted2022-02-261-1/+1
* Add packagist webhook (#18224)Dr. Tobias Quathamer2022-01-231-0/+99
* Add replay of webhooks. (#18191)KN4CK3R2022-01-051-1/+23
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-3/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-5/+6
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-113/+115
* [API] generalize list header (#16551)65432021-08-121-1/+1
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-1/+1
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-9/+3
* Add support for corporate WeChat webhooks (#15910)lengyuqu2021-07-231-0/+77
* Implemented head_commit for webhooks (#16282)KN4CK3R2021-06-291-21/+23
* Refactor Webhook + Add X-Hub-Signature (#16176)KN4CK3R2021-06-271-1/+1
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+1131