From e928d01e348d848f8c35f0eb3910e27d1162b4db Mon Sep 17 00:00:00 2001 From: N-Pex Date: Mon, 2 Mar 2026 10:02:52 +0100 Subject: [PATCH 1/3] Add Zammad contact form to site --- layouts/_partials/head/scripts.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 layouts/_partials/head/scripts.html diff --git a/layouts/_partials/head/scripts.html b/layouts/_partials/head/scripts.html new file mode 100644 index 0000000..23457ff --- /dev/null +++ b/layouts/_partials/head/scripts.html @@ -0,0 +1,17 @@ +{{ if eq .Name "Contact" }} + + + +{{ end }} From c29b083c013ca963abe48bc6de11ce3d3e33631f Mon Sep 17 00:00:00 2001 From: irl Date: Tue, 3 Mar 2026 09:39:47 +0000 Subject: [PATCH 2/3] feat: sr2 cloud domain verification for ms --- static/.well-known/microsoft-identity-association.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 static/.well-known/microsoft-identity-association.json diff --git a/static/.well-known/microsoft-identity-association.json b/static/.well-known/microsoft-identity-association.json new file mode 100644 index 0000000..08f69bc --- /dev/null +++ b/static/.well-known/microsoft-identity-association.json @@ -0,0 +1,7 @@ +{ + "associatedApplications": [ + { + "applicationId": "d9e4ad3b-7396-478f-a1e7-3b863eda879d" + } + ] +} \ No newline at end of file From 83a214881c5a32ca9b52a3ea231e294b05df1de3 Mon Sep 17 00:00:00 2001 From: irl Date: Tue, 3 Mar 2026 12:44:30 +0000 Subject: [PATCH 3/3] feat: update sr2 cloud verification --- static/.well-known/microsoft-identity-association.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/.well-known/microsoft-identity-association.json b/static/.well-known/microsoft-identity-association.json index 08f69bc..4ba663e 100644 --- a/static/.well-known/microsoft-identity-association.json +++ b/static/.well-known/microsoft-identity-association.json @@ -1,7 +1,7 @@ { "associatedApplications": [ { - "applicationId": "d9e4ad3b-7396-478f-a1e7-3b863eda879d" + "applicationId": "1eb4853c-f999-4763-85b5-8d9bd0035bc0" } ] } \ No newline at end of file