-
-
Notifications
You must be signed in to change notification settings - Fork 945
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
53d6f93
commit 44c2eb3
Showing
116 changed files
with
61,148 additions
and
24,322 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Ignore artifacts: | ||
build | ||
coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,6 @@ | |
}, | ||
"justMyCode": true, | ||
"django": true | ||
}, | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
website/developer-docs/index.md | ||
website/developer-docs/index.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Ignore artifacts: | ||
build | ||
coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
{% extends "base/skeleton.html" %} | ||
|
||
{% load authentik_core %} | ||
|
||
{% block title %} | ||
API Browser - {{ brand.branding_title }} | ||
{% endblock %} | ||
|
||
{% block head %} | ||
{% versioned_script "dist/standalone/api-browser/index-%v.js" %} | ||
<meta name="theme-color" content="#151515" media="(prefers-color-scheme: light)"> | ||
<meta name="theme-color" content="#151515" media="(prefers-color-scheme: dark)"> | ||
{% endblock %} | ||
|
||
{% block body %} | ||
{% extends "base/skeleton.html" %} {% load authentik_core %} {% block title %} | ||
API Browser - {{ brand.branding_title }} {% endblock %} {% block head %} {% | ||
versioned_script "dist/standalone/api-browser/index-%v.js" %} | ||
<meta | ||
name="theme-color" | ||
content="#151515" | ||
media="(prefers-color-scheme: light)" | ||
/> | ||
<meta | ||
name="theme-color" | ||
content="#151515" | ||
media="(prefers-color-scheme: dark)" | ||
/> | ||
{% endblock %} {% block body %} | ||
<ak-api-browser schemaPath="{{ path }}"></ak-api-browser> | ||
{% endblock %} |
38 changes: 19 additions & 19 deletions
38
authentik/blueprints/tests/fixtures/conditions_fulfilled.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
version: 1 | ||
entries: | ||
- identifiers: | ||
name: "%(id1)s" | ||
slug: "%(id1)s" | ||
model: authentik_flows.flow | ||
conditions: | ||
- true | ||
attrs: | ||
designation: stage_configuration | ||
title: foo | ||
- identifiers: | ||
name: "%(id2)s" | ||
slug: "%(id2)s" | ||
model: authentik_flows.flow | ||
conditions: | ||
- true | ||
- true | ||
attrs: | ||
designation: stage_configuration | ||
title: foo | ||
- identifiers: | ||
name: "%(id1)s" | ||
slug: "%(id1)s" | ||
model: authentik_flows.flow | ||
conditions: | ||
- true | ||
attrs: | ||
designation: stage_configuration | ||
title: foo | ||
- identifiers: | ||
name: "%(id2)s" | ||
slug: "%(id2)s" | ||
model: authentik_flows.flow | ||
conditions: | ||
- true | ||
- true | ||
attrs: | ||
designation: stage_configuration | ||
title: foo |
38 changes: 19 additions & 19 deletions
38
authentik/blueprints/tests/fixtures/conditions_not_fulfilled.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
version: 1 | ||
entries: | ||
- identifiers: | ||
name: "%(id1)s" | ||
slug: "%(id1)s" | ||
model: authentik_flows.flow | ||
conditions: | ||
- false | ||
attrs: | ||
designation: stage_configuration | ||
title: foo | ||
- identifiers: | ||
name: "%(id2)s" | ||
slug: "%(id2)s" | ||
model: authentik_flows.flow | ||
conditions: | ||
- true | ||
- false | ||
attrs: | ||
designation: stage_configuration | ||
title: foo | ||
- identifiers: | ||
name: "%(id1)s" | ||
slug: "%(id1)s" | ||
model: authentik_flows.flow | ||
conditions: | ||
- false | ||
attrs: | ||
designation: stage_configuration | ||
title: foo | ||
- identifiers: | ||
name: "%(id2)s" | ||
slug: "%(id2)s" | ||
model: authentik_flows.flow | ||
conditions: | ||
- true | ||
- false | ||
attrs: | ||
designation: stage_configuration | ||
title: foo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
version: 1 | ||
entries: | ||
- identifiers: | ||
name: "%(id)s" | ||
slug: "%(id)s" | ||
model: authentik_flows.flow | ||
state: absent | ||
- identifiers: | ||
name: "%(id)s" | ||
model: authentik_policies_expression.expressionpolicy | ||
state: absent | ||
- identifiers: | ||
name: "%(id)s" | ||
slug: "%(id)s" | ||
model: authentik_flows.flow | ||
state: absent | ||
- identifiers: | ||
name: "%(id)s" | ||
model: authentik_policies_expression.expressionpolicy | ||
state: absent |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
version: 1 | ||
entries: | ||
- identifiers: | ||
name: "%(id)s" | ||
slug: "%(id)s" | ||
model: authentik_flows.flow | ||
state: created | ||
attrs: | ||
designation: stage_configuration | ||
title: foo | ||
- identifiers: | ||
name: "%(id)s" | ||
slug: "%(id)s" | ||
model: authentik_flows.flow | ||
state: created | ||
attrs: | ||
designation: stage_configuration | ||
title: foo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
version: 1 | ||
entries: | ||
- identifiers: | ||
name: "%(id)s" | ||
slug: "%(id)s" | ||
model: authentik_flows.flow | ||
state: present | ||
attrs: | ||
designation: stage_configuration | ||
title: foo | ||
- identifiers: | ||
name: "%(id)s" | ||
slug: "%(id)s" | ||
model: authentik_flows.flow | ||
state: present | ||
attrs: | ||
designation: stage_configuration | ||
title: foo |
22 changes: 11 additions & 11 deletions
22
authentik/blueprints/tests/fixtures/static_prompt_export.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
version: 1 | ||
entries: | ||
- identifiers: | ||
pk: cb954fd4-65a5-4ad9-b1ee-180ee9559cf4 | ||
model: authentik_stages_prompt.prompt | ||
attrs: | ||
name: qwerweqrq | ||
field_key: username | ||
label: Username | ||
type: username | ||
required: true | ||
placeholder: Username | ||
order: 0 | ||
- identifiers: | ||
pk: cb954fd4-65a5-4ad9-b1ee-180ee9559cf4 | ||
model: authentik_stages_prompt.prompt | ||
attrs: | ||
name: qwerweqrq | ||
field_key: username | ||
label: Username | ||
type: username | ||
required: true | ||
placeholder: Username | ||
order: 0 |
Oops, something went wrong.