root: update urls to github org
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
b8a566f4a0
commit
499b52df6a
|
@ -196,7 +196,8 @@ info = openapi.Info(
|
||||||
default_version="v2beta",
|
default_version="v2beta",
|
||||||
contact=openapi.Contact(email="hello@beryju.org"),
|
contact=openapi.Contact(email="hello@beryju.org"),
|
||||||
license=openapi.License(
|
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,))
|
SchemaView = get_schema_view(info, public=True, permission_classes=(AllowAny,))
|
||||||
|
|
|
@ -3,7 +3,7 @@ description: authentik is an open-source Identity Provider focused on flexibilit
|
||||||
name: authentik
|
name: authentik
|
||||||
home: https://goauthentik.io
|
home: https://goauthentik.io
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/BeryJu/authentik
|
- https://github.com/goauthentik/authentik
|
||||||
version: "2021.4.3"
|
version: "2021.4.3"
|
||||||
icon: https://raw.githubusercontent.com/BeryJu/authentik/master/web/icons/icon.svg
|
icon: https://raw.githubusercontent.com/BeryJu/authentik/master/web/icons/icon.svg
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
|
@ -5,7 +5,7 @@ info:
|
||||||
email: hello@beryju.org
|
email: hello@beryju.org
|
||||||
license:
|
license:
|
||||||
name: GNU GPLv3
|
name: GNU GPLv3
|
||||||
url: https://github.com/BeryJu/authentik/blob/master/LICENSE
|
url: https://github.com/goauthentik/authentik/blob/master/LICENSE
|
||||||
version: v2beta
|
version: v2beta
|
||||||
basePath: /api/v2beta
|
basePath: /api/v2beta
|
||||||
consumes:
|
consumes:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Contact: mailto:security@beryju.org
|
Contact: mailto:security@beryju.org
|
||||||
Expires: Sat, 1 Jan 2022 00:00 +0200
|
Expires: Sat, 1 Jan 2022 00:00 +0200
|
||||||
Preferred-Languages: en, de
|
Preferred-Languages: en, de
|
||||||
Policy: https://github.com/BeryJu/authentik/blob/master/SECURITY.md
|
Policy: https://github.com/goauthentik/authentik/blob/master/SECURITY.md
|
||||||
|
|
|
@ -50,7 +50,7 @@ export class AdminOverviewPage extends LitElement {
|
||||||
</ak-admin-status-card-policy-unbound>
|
</ak-admin-status-card-policy-unbound>
|
||||||
<ak-admin-status-card-user-count class="pf-l-gallery__item pf-m-4-col" icon="pf-icon pf-icon-user" header=${t`Users`} headerLink="#/identity/users">
|
<ak-admin-status-card-user-count class="pf-l-gallery__item pf-m-4-col" icon="pf-icon pf-icon-user" header=${t`Users`} headerLink="#/identity/users">
|
||||||
</ak-admin-status-card-user-count>
|
</ak-admin-status-card-user-count>
|
||||||
<ak-admin-status-version class="pf-l-gallery__item pf-m-4-col" icon="pf-icon pf-icon-bundle" header=${t`Version`} headerLink="https://github.com/BeryJu/authentik/releases">
|
<ak-admin-status-version class="pf-l-gallery__item pf-m-4-col" icon="pf-icon pf-icon-bundle" header=${t`Version`} headerLink="https://github.com/goauthentik/authentik/releases">
|
||||||
</ak-admin-status-version>
|
</ak-admin-status-version>
|
||||||
<ak-admin-status-card-workers class="pf-l-gallery__item pf-m-4-col" icon="pf-icon pf-icon-server" header=${t`Workers`}>
|
<ak-admin-status-card-workers class="pf-l-gallery__item pf-m-4-col" icon="pf-icon pf-icon-server" header=${t`Workers`}>
|
||||||
</ak-admin-status-card-workers>
|
</ak-admin-status-card-workers>
|
||||||
|
|
|
@ -190,7 +190,7 @@ export class EventInfo extends LitElement {
|
||||||
<ak-expand>${this.defaultResponse()}</ak-expand>`;
|
<ak-expand>${this.defaultResponse()}</ak-expand>`;
|
||||||
case "update_available":
|
case "update_available":
|
||||||
return html`<h3>${t`New version available!`}</h3>
|
return html`<h3>${t`New version available!`}</h3>
|
||||||
<a target="_blank" href="https://github.com/BeryJu/authentik/releases/tag/version%2F${this.event.context.new_version}">${this.event.context.new_version}</a>
|
<a target="_blank" href="https://github.com/goauthentik/authentik/releases/tag/version%2F${this.event.context.new_version}">${this.event.context.new_version}</a>
|
||||||
`;
|
`;
|
||||||
// Action types which typically don't record any extra context.
|
// Action types which typically don't record any extra context.
|
||||||
// If context is not empty, we fall to the default response.
|
// If context is not empty, we fall to the default response.
|
||||||
|
|
|
@ -7,7 +7,7 @@ After a long back and forth, we've finally switched to a more permanent name. Wh
|
||||||
|
|
||||||
# Headline changes
|
# 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
|
- 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
|
In this initial release, this brings features such as a refresh button, a generally better User experience due to shorter loading times
|
||||||
|
|
|
@ -43,12 +43,12 @@ slug: "2021.4"
|
||||||
|
|
||||||
## Fixed in 2021.4.2
|
## 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
|
- core: improve messaging when creating a recovery link for a user when no recovery flow exists
|
||||||
- flows: annotate flows executor 404 error
|
- flows: annotate flows executor 404 error
|
||||||
- flows: include configure_flow in stages API
|
- flows: include configure_flow in stages API
|
||||||
- helm: make storage class, size and mode configurable
|
- 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
|
- outposts: fix errors when creating multiple outposts
|
||||||
- root: add restart: unless-stopped to compose
|
- root: add restart: unless-stopped to compose
|
||||||
- root: base Websocket message storage on Base not fallback
|
- root: base Websocket message storage on Base not fallback
|
||||||
|
|
Reference in New Issue