From 499b52df6aafc2e4518a6b16f8dff0242e40d814 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 21 Apr 2021 22:46:48 +0200 Subject: [PATCH] root: update urls to github org Signed-off-by: Jens Langhammer --- authentik/api/v2/urls.py | 3 ++- helm/Chart.yaml | 2 +- swagger.yaml | 2 +- web/security.txt | 2 +- web/src/pages/admin-overview/AdminOverviewPage.ts | 2 +- web/src/pages/events/EventInfo.ts | 2 +- website/docs/releases/v0.13.md | 2 +- website/docs/releases/v2021.4.md | 4 ++-- 8 files changed, 10 insertions(+), 9 deletions(-) diff --git a/authentik/api/v2/urls.py b/authentik/api/v2/urls.py index 714ff9afe..0b71a2857 100644 --- a/authentik/api/v2/urls.py +++ b/authentik/api/v2/urls.py @@ -196,7 +196,8 @@ info = openapi.Info( default_version="v2beta", contact=openapi.Contact(email="hello@beryju.org"), license=openapi.License( - name="GNU GPLv3", url="https://github.com/BeryJu/authentik/blob/master/LICENSE" + name="GNU GPLv3", + url="https://github.com/goauthentik/authentik/blob/master/LICENSE", ), ) SchemaView = get_schema_view(info, public=True, permission_classes=(AllowAny,)) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index e8f64aedb..8a0e8884c 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -3,7 +3,7 @@ description: authentik is an open-source Identity Provider focused on flexibilit name: authentik home: https://goauthentik.io sources: - - https://github.com/BeryJu/authentik + - https://github.com/goauthentik/authentik version: "2021.4.3" icon: https://raw.githubusercontent.com/BeryJu/authentik/master/web/icons/icon.svg dependencies: diff --git a/swagger.yaml b/swagger.yaml index 584cb99fd..a505326de 100755 --- a/swagger.yaml +++ b/swagger.yaml @@ -5,7 +5,7 @@ info: email: hello@beryju.org license: name: GNU GPLv3 - url: https://github.com/BeryJu/authentik/blob/master/LICENSE + url: https://github.com/goauthentik/authentik/blob/master/LICENSE version: v2beta basePath: /api/v2beta consumes: diff --git a/web/security.txt b/web/security.txt index 54de4014a..8e62db8c1 100644 --- a/web/security.txt +++ b/web/security.txt @@ -1,4 +1,4 @@ Contact: mailto:security@beryju.org Expires: Sat, 1 Jan 2022 00:00 +0200 Preferred-Languages: en, de -Policy: https://github.com/BeryJu/authentik/blob/master/SECURITY.md \ No newline at end of file +Policy: https://github.com/goauthentik/authentik/blob/master/SECURITY.md diff --git a/web/src/pages/admin-overview/AdminOverviewPage.ts b/web/src/pages/admin-overview/AdminOverviewPage.ts index b2aef7046..f1ce21b8f 100644 --- a/web/src/pages/admin-overview/AdminOverviewPage.ts +++ b/web/src/pages/admin-overview/AdminOverviewPage.ts @@ -50,7 +50,7 @@ export class AdminOverviewPage extends LitElement { - + diff --git a/web/src/pages/events/EventInfo.ts b/web/src/pages/events/EventInfo.ts index 7203a801b..420e9f4d1 100644 --- a/web/src/pages/events/EventInfo.ts +++ b/web/src/pages/events/EventInfo.ts @@ -190,7 +190,7 @@ export class EventInfo extends LitElement { ${this.defaultResponse()}`; case "update_available": return html`

${t`New version available!`}

- ${this.event.context.new_version} + ${this.event.context.new_version} `; // Action types which typically don't record any extra context. // If context is not empty, we fall to the default response. diff --git a/website/docs/releases/v0.13.md b/website/docs/releases/v0.13.md index 3a12e00f6..81a912e08 100644 --- a/website/docs/releases/v0.13.md +++ b/website/docs/releases/v0.13.md @@ -7,7 +7,7 @@ After a long back and forth, we've finally switched to a more permanent name. Wh # Headline changes -- New name (https://github.com/BeryJu/authentik/pull/361) +- New name (https://github.com/goauthentik/authentik/pull/361) - The web interface is now a semi-SPA Experience. This means that most operations are done through Asynchronous requests In this initial release, this brings features such as a refresh button, a generally better User experience due to shorter loading times diff --git a/website/docs/releases/v2021.4.md b/website/docs/releases/v2021.4.md index e6b25de76..815164d74 100644 --- a/website/docs/releases/v2021.4.md +++ b/website/docs/releases/v2021.4.md @@ -43,12 +43,12 @@ slug: "2021.4" ## Fixed in 2021.4.2 -- core: fix propertymapping API returning invalid value for components (https://github.com/BeryJu/authentik/issues/746) +- core: fix propertymapping API returning invalid value for components (https://github.com/goauthentik/authentik/issues/746) - core: improve messaging when creating a recovery link for a user when no recovery flow exists - flows: annotate flows executor 404 error - flows: include configure_flow in stages API - helm: make storage class, size and mode configurable -- helm: turn off monitoring by default (https://github.com/BeryJu/authentik/issues/741) +- helm: turn off monitoring by default (https://github.com/goauthentik/authentik/issues/741) - outposts: fix errors when creating multiple outposts - root: add restart: unless-stopped to compose - root: base Websocket message storage on Base not fallback