summaryrefslogtreecommitdiffstats
path: root/routers/web/repo/webhook.go
Commit message (Expand)AuthorAgeFilesLines
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Support system hook API (#14537)Lunny Xiao2023-01-281-1/+1
* Improve utils of slices (#22379)Jason Song2023-01-111-1/+1
* Restructure `webhook` module (#22256)delvh2023-01-011-22/+23
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add Webhook authorization header (#20926)oliverpool2022-11-031-1/+11
* Decouple HookTask from Repository (#17940)KN4CK3R2022-10-211-3/+3
* Display total commit count in hook message (#21400)KN4CK3R2022-10-171-9/+10
* Webhook for Wiki changes (#20219)Aaron F2022-09-041-0/+1
* Fill the specified ref in webhook test payload (#20961)Jason Song2022-09-041-2/+4
* refactor webhook *EditPost (#20780)oliverpool2022-08-231-478/+193
* refactor webhook *NewPost (#20729)oliverpool2022-08-111-449/+128
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Remove `RequireHighlightJS` field, update plantuml example. (#19615)wxiaoguang2022-05-051-2/+0
* Update image URL for Discord webhook (#19536)John Olheiser2022-04-271-1/+0
* 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