gitea/modules/setting
S7evinK 828a27feeb
Add Matrix webhook ()
* 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>
..
cache.go Cache last commit to accelerate the repository directory page visit ()
cors.go Movde dependents on macaron from modules/setting ()
cron.go Update migrated repositories' issues/comments/prs poster id if user has a github external user saved ()
database.go Fix SQLite concurrency problems by using BEGIN IMMEDIATE ()
database_sqlite.go Move database settings from models to setting ()
database_test.go Move database settings from models to setting ()
git.go Make PR message on pushes configurable ()
indexer.go Add detected file language to code search ()
indexer_test.go Restrict repository indexing by glob match ()
log.go Use Req.URL.RequestURI() to cope with FCGI urls ()
mailer.go Use gitea forked macaron ()
markup.go Markdown: Sanitizier Configuration ()
migrations.go Add retry for migration http/https requests ()
queue.go Add Unique Queue infrastructure and move TestPullRequests to this ()
repository.go Make archive prefixing configurable with a global setting ()
service.go Add /milestones endpoint ()
session.go Movde dependents on macaron from modules/setting ()
setting.go Multiple LFS improvements ()
task.go Graceful Queues: Issue Indexing and Tasks ()
webhook.go Add Matrix webhook ()