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
/
models
/
webhook
Age
Commit message (
Expand
)
Author
2023-03-10
Add user webhooks (#21563)
KN4CK3R
2023-01-28
Support system hook API (#14537)
Lunny Xiao
2023-01-06
Remove old HookEventType (#22358)
Jason Song
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-12
Allow detect whether it's in a database transaction for a context.Context (#2...
Lunny Xiao
2022-11-03
Add Webhook authorization header (#20926)
oliverpool
2022-10-28
Add index for hook_task table (#21545)
Lunny Xiao
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-18
Make every not exist error unwrappable to a fs.ErrNotExist (#20891)
zeripath
2022-09-04
Webhook for Wiki changes (#20219)
Aaron F
2022-08-16
Refactor AssertExistsAndLoadBean to use generics (#20797)
Lunny Xiao
2022-08-04
Check webhooks slice length before calling xorm (#20642)
Gabriel Vasile
2022-06-20
Add more linters to improve code readability (#19989)
Wim
2022-06-19
Alter hook_task TEXT fields to LONGTEXT (#20038)
Wim
2022-06-06
Move some repository related code into sub package (#19711)
Lunny Xiao
2022-05-20
Move almost all functions' parameter db.Engine to context.Context (#19748)
Lunny Xiao
2022-04-14
Use a struct as test options (#19393)
Lunny Xiao
2022-03-30
Add Package Registry (#16510)
KN4CK3R
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-05
Add replay of webhooks. (#18191)
KN4CK3R
2021-11-21
Remove NewSession method from db.Engine interface (#17577)
Lunny Xiao
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