summaryrefslogtreecommitdiffstats
path: root/routers/web/repo/setting/webhook.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* [CHORE] Use forked `binding` libraryGusted2024-11-051-1/+1
* [REFACTOR] webhook shared code to prevent import cyclesoliverpool2024-04-041-12/+12
* [REFACTOR] use Icon from interface in webhook listoliverpool2024-03-301-0/+4
* [REFACTOR] add Icon to webhook.Interfaceoliverpool2024-03-301-1/+5
* [REFACTOR] webhook repo naming consistencyoliverpool2024-03-271-12/+12
* [REFACTOR] simplify checkHookTypeoliverpool2024-03-271-23/+8
* [TESTS] webhook forms keep submitted data when invalidoliverpool2024-03-271-13/+31
* [REFACTOR] merge once-called functionsoliverpool2024-03-271-67/+32
* [REFACTOR] webhook gogs endpointoliverpool2024-03-271-28/+0
* [REFACTOR] webhook packagist endpointoliverpool2024-03-271-26/+0
* [REFACTOR] webhook wechatwork endpointoliverpool2024-03-271-21/+0
* [REFACTOR] webhook feishu endpointoliverpool2024-03-271-21/+0
* [REFACTOR] webhook msteams endpointoliverpool2024-03-271-21/+0
* [REFACTOR] webhook telegram endpointoliverpool2024-03-271-26/+0
* [REFACTOR] webhook dingtalk endpointoliverpool2024-03-271-21/+0
* [REFACTOR] webhook discord endpointoliverpool2024-03-271-25/+0
* [REFACTOR] webhook slack endpointsoliverpool2024-03-271-27/+0
* [REFACTOR] webhook forgejo/gitea endpointsoliverpool2024-03-271-56/+0
* [REFACTOR] webhook matrix endpointsoliverpool2024-03-271-27/+49
* [REFACTOR] webhook.Handler interfaceoliverpool2024-03-241-11/+3
* [TESTS] webhook forms creation and editionoliverpool2024-03-231-2/+3
* Fix incorrect menu/link on webhook edit page (#29709)yp053272024-03-201-0/+1
* Use repo object format name instead of detecting from git repository (#29702)Lunny Xiao2024-03-201-6/+1
* Move context from modules to services (#29440)Lunny Xiao2024-03-061-1/+1
* Change webhook-type in create-view (#29114)Tim-Nicas Oelschläger2024-02-171-0/+1
* [BRANDING] add the forgejo webhook type & update webhook docs URLsEarl Warren2024-02-051-1/+29
* Adjust object format interface (#28469)Lunny Xiao2023-12-171-1/+1
* Abstract hash function usage (#28138)Adam Majer2023-12-131-1/+7
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-1/+2
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-6/+6
* Use docs.gitea.com instead of docs.gitea.io (#26739)Lunny Xiao2023-08-271-1/+1
* Add ThreadID parameter for Telegram webhooks (#25996)Earl Warren2023-08-131-1/+2
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-261-3/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-3/+3
* Move some files under repo/setting (#25585)Lunny Xiao2023-07-021-0/+735