forgejo/services/webhook
Gusted 310376525b
[CHORE] Use forked binding library
- Use the forked [binding](https://code.forgejo.org/go-chi/binding)
library. This library has two benefits, it removes the usage of
`github.com/goccy/go-json` (has no benefit as the minimo library is also
using it). It adds the `TrimSpace` feature, which will during the
binding part trim the spaces around the value it got from the form, this
is done before validation.
2024-11-05 22:47:34 +01:00
..
shared
sourcehut [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
default.go
default_test.go
deliver.go Support allowed hosts for migrations to work with proxy (#32025) 2024-09-14 17:52:54 +02:00
deliver_test.go
dingtalk.go
dingtalk_test.go
discord.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
discord_test.go fix: improve discord webhook api conformance 2024-10-08 22:43:28 +02:00
feishu.go
feishu_test.go
general.go
general_test.go fix: improve discord webhook api conformance 2024-10-08 22:43:28 +02:00
gogs.go
main_test.go tests: improve actvititypub integration test code 2024-11-01 22:39:49 +01:00
matrix.go
matrix_test.go
msteams.go
msteams_test.go
notifier.go Support requested_reviewers data in comment webhook events (#26178) 2024-10-20 09:34:46 +02:00
packagist.go
packagist_test.go
slack.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
slack_test.go
telegram.go
telegram_test.go
webhook.go
webhook_test.go
wechatwork.go