forked from forgejo/forgejo
Add Matrix webhook (#10831)
* Add Matrix webhook Signed-off-by: Till Faelligen <tfaelligen@gmail.com> * Add template and related translations for Matrix hook Signed-off-by: Till Faelligen <tfaelligen@gmail.com> * Add actual webhook routes and form Signed-off-by: Till Faelligen <tfaelligen@gmail.com> * Add missing file Signed-off-by: Till Faelligen <tfaelligen@gmail.com> * Update modules/webhook/matrix_test.go * Use stricter regex to replace URLs Signed-off-by: Till Faelligen <tfaelligen@gmail.com> * Escape url and text Signed-off-by: Till Faelligen <tfaelligen@gmail.com> * Remove unnecessary whitespace * Fix copy and paste mistake Co-Authored-By: Tulir Asokan <tulir@maunium.net> * Fix indention inconsistency * Use Authorization header instead of url parameter * Add raw commit information to webhook Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: Tulir Asokan <tulir@maunium.net>
This commit is contained in:
parent
7cd47046ea
commit
828a27feeb
14 changed files with 645 additions and 1 deletions
|
@ -1436,6 +1436,7 @@ settings.slack_channel = Channel
|
|||
settings.add_discord_hook_desc = Integrate <a href="%s">Discord</a> into your repository.
|
||||
settings.add_dingtalk_hook_desc = Integrate <a href="%s">Dingtalk</a> into your repository.
|
||||
settings.add_telegram_hook_desc = Integrate <a href="%s">Telegram</a> into your repository.
|
||||
settings.add_matrix_hook_desc = Integrate <a href="%s">Matrix</a> into your repository.
|
||||
settings.add_msteams_hook_desc = Integrate <a href="%s">Microsoft Teams</a> into your repository.
|
||||
settings.add_feishu_hook_desc = Integrate <a href="%s">Feishu</a> into your repository.
|
||||
settings.deploy_keys = Deploy Keys
|
||||
|
@ -1505,6 +1506,10 @@ settings.edit_protected_branch = Edit
|
|||
settings.protected_branch_required_approvals_min = Required approvals cannot be negative.
|
||||
settings.bot_token = Bot Token
|
||||
settings.chat_id = Chat ID
|
||||
settings.matrix.homeserver_url = Homeserver URL
|
||||
settings.matrix.room_id = Room ID
|
||||
settings.matrix.access_token = Access Token
|
||||
settings.matrix.message_type = Message Type
|
||||
settings.archive.button = Archive Repo
|
||||
settings.archive.header = Archive This Repo
|
||||
settings.archive.text = Archiving the repo will make it entirely read-only. It is hidden from the dashboard, cannot be committed to and no issues or pull-requests can be created.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue