From 02b4173d30ad879f6d37a46b1f2f357805d43b25 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 20 Oct 2021 16:31:10 +0200 Subject: [PATCH] root: add utm_source Signed-off-by: Jens Langhammer --- CONTRIBUTING.md | 2 +- README.md | 6 +++--- authentik/core/templates/login/base_full.html | 2 +- authentik/stages/email/templates/email/base.html | 2 +- internal/outpost/proxyv2/templates/error.html | 2 +- scripts/web_api_readme.md | 2 +- web/src/flows/FlowExecutor.ts | 3 ++- web/src/pages/outposts/OutpostDeploymentModal.ts | 4 +++- web/src/pages/outposts/OutpostForm.ts | 6 ++++-- web/src/pages/policies/expression/ExpressionPolicyForm.ts | 2 +- web/src/pages/property-mappings/PropertyMappingLDAPForm.ts | 2 +- .../pages/property-mappings/PropertyMappingNotification.ts | 2 +- web/src/pages/property-mappings/PropertyMappingSAMLForm.ts | 2 +- web/src/pages/property-mappings/PropertyMappingScopeForm.ts | 2 +- 14 files changed, 22 insertions(+), 17 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e9f4d9ea4..03ec27a04 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -131,7 +131,7 @@ When you are creating an enhancement suggestion, please fill in [the template](h authentik can be run locally, all though depending on which part you want to work on, different pre-requisites are required. -This is documented in the [developer docs](https://goauthentik.io/developer-docs/) +This is documented in the [developer docs](https://goauthentik.io/developer-docs/?utm_source=github) ### Pull Requests diff --git a/README.md b/README.md index 7eddadbf8..21af7b456 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ authentik is an open-source Identity Provider focused on flexibility and versati ## Installation -For small/test setups it is recommended to use docker-compose, see the [documentation](https://goauthentik.io/docs/installation/docker-compose/) +For small/test setups it is recommended to use docker-compose, see the [documentation](https://goauthentik.io/docs/installation/docker-compose/?utm_source=github) -For bigger setups, there is a Helm Chart [here](https://github.com/goauthentik/helm). This is documented [here](https://goauthentik.io/docs/installation/kubernetes/) +For bigger setups, there is a Helm Chart [here](https://github.com/goauthentik/helm). This is documented [here](https://goauthentik.io/docs/installation/kubernetes/?utm_source=github) ## Screenshots @@ -33,7 +33,7 @@ Light | Dark ## Development -See [Development Documentation](https://goauthentik.io/developer-docs/) +See [Development Documentation](https://goauthentik.io/developer-docs/?utm_source=github) ## Security diff --git a/authentik/core/templates/login/base_full.html b/authentik/core/templates/login/base_full.html index a29870e42..eee976eec 100644 --- a/authentik/core/templates/login/base_full.html +++ b/authentik/core/templates/login/base_full.html @@ -61,7 +61,7 @@ {% endfor %} {% if tenant.branding_title != "authentik" %}
  • - + {% trans 'Powered by authentik' %}
  • diff --git a/authentik/stages/email/templates/email/base.html b/authentik/stages/email/templates/email/base.html index 3797461a1..003f0e5f0 100644 --- a/authentik/stages/email/templates/email/base.html +++ b/authentik/stages/email/templates/email/base.html @@ -21,7 +21,7 @@ diff --git a/internal/outpost/proxyv2/templates/error.html b/internal/outpost/proxyv2/templates/error.html index 7bc4b18e6..f8853f6d7 100644 --- a/internal/outpost/proxyv2/templates/error.html +++ b/internal/outpost/proxyv2/templates/error.html @@ -52,7 +52,7 @@