From 372fa3a20fa923d3ea3562ba9c58eec327633847 Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Wed, 22 Oct 2025 16:19:50 +0100 Subject: [PATCH 1/8] Add `mas-maintainers` github team to CODEOWNERS --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..222697181 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @element-hq/mas-maintainers From f8a1a362cb84e133147b24706eaec15186df4deb Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Fri, 24 Oct 2025 14:27:32 +0100 Subject: [PATCH 2/8] templates: fix reliance on lax undefined behaviour --- templates/base.html | 2 +- templates/components/footer.html | 10 +++++----- templates/pages/register/password.html | 2 +- templates/pages/upstream_oauth2/do_register.html | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/base.html b/templates/base.html index c7fb7e063..d5007ad83 100644 --- a/templates/base.html +++ b/templates/base.html @@ -28,7 +28,7 @@ Please see LICENSE files in the repository root for full details. {{ captcha.head() }} -