mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
828a27feeb
* Add Matrix webhook Signed-off-by: Till Faelligen <[email protected]> * Add template and related translations for Matrix hook Signed-off-by: Till Faelligen <[email protected]> * Add actual webhook routes and form Signed-off-by: Till Faelligen <[email protected]> * Add missing file Signed-off-by: Till Faelligen <[email protected]> * Update modules/webhook/matrix_test.go * Use stricter regex to replace URLs Signed-off-by: Till Faelligen <[email protected]> * Escape url and text Signed-off-by: Till Faelligen <[email protected]> * Remove unnecessary whitespace * Fix copy and paste mistake Co-Authored-By: Tulir Asokan <[email protected]> * Fix indention inconsistency * Use Authorization header instead of url parameter * Add raw commit information to webhook Co-authored-by: Lauris BH <[email protected]> Co-authored-by: Tulir Asokan <[email protected]>