You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Create system webhook column (and migration)
* Create system webhook DB methods
Based on the default webhook ones
* Modify router to handle system webhooks and default ones
* Remove old unused admin nav template
* Adjust orgRepoCtx to differentiate system and default webhook URLs
* Assign IsSystemWebhook when creating webhooks
* Correctly use booleans for IsSystemWebhook
* Use system webhooks when preparing webhooks for payload
* Add UI and locale changes
* Use router params to differentiate admin hook pages
* Fix deleting admin webhooks and rename method
* Add clarity to webhook docs
* Revert "Remove old unused admin nav template"
This reverts commit 191a20a.
* Rename WebHooksNewPost to GiteaHooksNewPost for clarity
* Reintroduce blank line lost during merge conflict
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
Copy file name to clipboardexpand all lines: options/locale/locale_en-US.ini
+5
Original file line number
Diff line number
Diff line change
@@ -1753,6 +1753,7 @@ users = User Accounts
1753
1753
organizations = Organizations
1754
1754
repositories = Repositories
1755
1755
hooks = Default Webhooks
1756
+
systemhooks = System Webhooks
1756
1757
authentication = Authentication Sources
1757
1758
emails = User Emails
1758
1759
config = Configuration
@@ -1889,6 +1890,10 @@ hooks.desc = Webhooks automatically make HTTP POST requests to a server when cer
1889
1890
hooks.add_webhook = Add Default Webhook
1890
1891
hooks.update_webhook = Update Default Webhook
1891
1892
1893
+
systemhooks.desc = Webhooks automatically make HTTP POST requests to a server when certain Gitea events trigger. Webhooks defined will act on all repositories on the system, so please consider any performance implications this may have. Read more in the <a target="_blank"rel="noopener"href="https://docs.gitea.io/en-us/webhooks/">webhooks guide</a>.
1894
+
systemhooks.add_webhook = Add System Webhook
1895
+
systemhooks.update_webhook = Update System Webhook
0 commit comments