mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 23:34:25 +00:00
9b1b4b5433
This PR removes multiple unneeded fields from the `HookTask` struct and adds the two headers `X-Hub-Signature` and `X-Hub-Signature-256`. ## ⚠️ BREAKING ⚠️ * The `Secret` field is no longer passed as part of the payload. * "Breaking" change (or fix?): The webhook history shows the real called url and not the url registered in the webhook (`deliver.go`@129). Close #16115 Fixes #7788 Fixes #11755 Co-authored-by: zeripath <art27@cantab.net> |
||
---|---|---|
.. | ||
deliver_test.go | ||
deliver.go | ||
dingtalk_test.go | ||
dingtalk.go | ||
discord_test.go | ||
discord.go | ||
feishu_test.go | ||
feishu.go | ||
general_test.go | ||
general.go | ||
main_test.go | ||
matrix_test.go | ||
matrix.go | ||
msteams_test.go | ||
msteams.go | ||
payloader.go | ||
slack_test.go | ||
slack.go | ||
telegram_test.go | ||
telegram.go | ||
webhook_test.go | ||
webhook.go |