gitea/models
Nicolas 35b654c9d6
Add webhook name field to improve webhook identification (#37025) (#37040)
Add an optional Name field to webhooks so users can give them
human-readable labels instead of relying only on URLs. The webhook
overview page now displays names when available, or falls back to the
URL for unnamed webhooks.

Fixes #37025

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2026-04-01 09:56:20 +08:00
..
actions Feature non-zipped actions artifacts (action v7) (#36786) 2026-03-26 00:37:48 +08:00
activities Fix typos in code comments: doesnt, dont, wont (#36890) 2026-03-13 09:58:44 -07:00
admin Don't block site admin's operation if SECRET_KEY is lost (#35721) 2025-10-22 12:35:56 +08:00
asymkey Enable `nilnil` linter for new code (#36591) 2026-02-16 09:57:18 +00:00
auth Fix various trivial problems (#36953) 2026-03-23 18:23:42 +00:00
avatars Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
db Fix various trivial problems (#36953) 2026-03-23 18:23:42 +00:00
dbfs Fix dbfs error handling (#36844) 2026-03-07 00:28:46 +08:00
fixtures Feature non-zipped actions artifacts (action v7) (#36786) 2026-03-26 00:37:48 +08:00
git Update Combine method to treat warnings as failures and adjust tests (#37048) 2026-03-31 17:22:18 +00:00
issues Refactor issue sidebar and fix various problems (#37045) 2026-03-31 10:03:52 +08:00
migrations Add webhook name field to improve webhook identification (#37025) (#37040) 2026-04-01 09:56:20 +08:00
organization Correct spelling (#36783) 2026-02-28 11:23:20 -08:00
packages fix(packages/container): data race when uploading container blobs concurrently (#36524) 2026-02-04 00:08:20 +08:00
perm Fix issue label deletion with Actions tokens (#37013) 2026-03-29 09:21:14 +00:00
project Refactor issue sidebar and fix various problems (#37045) 2026-03-31 10:03:52 +08:00
pull Fix incorrect viewed files counter if file has changed (#36009) 2025-11-27 14:02:03 +00:00
renderhelper fix: generate IDs for HTML headings without id attribute (#36233) 2026-01-06 05:09:44 +00:00
repo Fix various trivial problems (#36953) 2026-03-23 18:23:42 +00:00
secret Don't block site admin's operation if SECRET_KEY is lost (#35721) 2025-10-22 12:35:56 +08:00
shared/types
system Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
unit Run `gopls modernize` on codebase (#34751) 2025-06-18 01:48:09 +00:00
unittest Clean up Makefile, tests and legacy code (#36638) 2026-02-19 01:23:32 +00:00
user Add user badges (#36752) 2026-03-22 15:49:45 +00:00
webhook Add webhook name field to improve webhook identification (#37025) (#37040) 2026-04-01 09:56:20 +08:00
main_test.go
repo.go Use db.WithTx/WithTx2 instead of TxContext when possible (#35130) 2025-07-22 10:02:01 -07:00
repo_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00