index
:
gitea
base-activitypub
feature-activitypub
feature-activitypub-old
feature-go-ap-inbox-outbox
feature-go-fed
feature-inbox-outbox
feature-manual-inbox-outbox
feature-manual-inbox-outbox-old
gitea
libreplanet-federation-demo
main
old
release/v1.10
release/v1.11
release/v1.12
release/v1.13
release/v1.14
release/v1.15
release/v1.16
release/v1.8
release/v1.9
Development moved to Codeberg
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
services
/
webhook
Age
Commit message (
Expand
)
Author
2023-03-10
Add user webhooks (#21563)
KN4CK3R
2023-02-22
Use minio/sha256-simd for accelerated SHA256 (#23052)
zeripath
2023-02-20
Fix intermittent panic in notify issue change content (#23019)
zeripath
2023-02-20
Refactor the setting to make unit test easier (#22405)
Lunny Xiao
2023-02-15
Add context cache as a request level cache (#22294)
Lunny Xiao
2023-01-24
Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)
Brecht Van Lommel
2023-01-10
fix: omit avatar_url in discord payload when empty (#22393)
John Olheiser
2023-01-01
Restructure `webhook` module (#22256)
delvh
2022-11-27
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-23
Ensure that Webhook tasks are not double delivered (#21558)
zeripath
2022-11-19
Fix wechatwork webhook sends empty content in PR review (#21762)
Jim Kirisame
2022-11-19
Add `context.Context` to more methods (#21546)
KN4CK3R
2022-11-13
Fix webhook attachment text is not set in review comment (#21763)
Jim Kirisame
2022-11-03
Add Webhook authorization header (#20926)
oliverpool
2022-10-24
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-21
Decouple HookTask from Repository (#17940)
KN4CK3R
2022-10-17
Display total commit count in hook message (#21400)
KN4CK3R
2022-10-07
Fix formatted link for PR review notifications to matrix (#21319)
Akshay Mankar
2022-09-04
Webhook for Wiki changes (#20219)
Aaron F
2022-09-01
Update a few go dependencies (#21022)
zeripath
2022-08-16
Refactor AssertExistsAndLoadBean to use generics (#20797)
Lunny Xiao
2022-08-11
refactor webhook *NewPost (#20729)
oliverpool
2022-06-20
Add more linters to improve code readability (#19989)
Wim
2022-05-28
fix(telegram): fix link bot to release tag (#19830)
Yehonatan Ezron
2022-05-20
Move almost all functions' parameter db.Engine to context.Context (#19748)
Lunny Xiao
2022-04-25
Use queue instead of memory queue in webhook send service (#19390)
Lunny Xiao
2022-04-14
Use a struct as test options (#19393)
Lunny Xiao
2022-04-02
Remove legacy `unknwon/com` package (#19298)
wxiaoguang
2022-03-31
Add Goroutine stack inspector to admin/monitor (#19207)
zeripath
2022-03-28
Only send webhook events to active system webhooks and only deliver to active...
zeripath
2022-01-23
Add packagist webhook (#18224)
Dr. Tobias Quathamer
2022-01-20
format with gofumpt (#18184)
6543
2022-01-05
Add replay of webhooks. (#18191)
KN4CK3R
2021-12-25
Add issue hyperlinks in the webhook of wechatwork (#18102)
zjjhot
2021-12-20
Simplify parameter types (#18006)
Gusted
2021-12-15
Add missing `X-Total-Count` and fix some related bugs (#17968)
qwerty287
2021-12-10
Move repository model into models/repo (#17933)
Lunny Xiao
2021-11-20
Use `hostmatcher` to replace `matchlist`, improve security (#17605)
wxiaoguang
2021-11-17
A better go code formatter, and now `make fmt` can run in Windows (#17684)
wxiaoguang
2021-11-16
Multiple Escaping Improvements (#17551)
zeripath
2021-11-16
Decouple unit test, remove intermediate `unittestbridge` package (#17662)
wxiaoguang
2021-11-12
Decouple unit test code from business code (#17623)
wxiaoguang
2021-11-10
Move webhook into models/webhook/ (#17579)
Lunny Xiao
2021-11-01
Only allow webhook to send requests to allowed hosts (#17482)
wxiaoguang
2021-10-05
Add specific event type to header (#17222)
John Olheiser
2021-09-22
refactor: move from io/ioutil to io and os package (#17109)
Eng Zer Jun
2021-09-19
Move db related basic functions to models/db (#17075)
Lunny Xiao
2021-09-18
Open the DingTalk link in browser (#17084)
wxiaoguang
2021-08-18
Add proxy settings and support for migration and webhook (#16704)
Lunny Xiao
2021-08-12
[API] generalize list header (#16551)
6543
[next]