diff --git a/README.md b/README.md index 1c6c3f51f..22b120b32 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,10 @@ For bigger setups, there is a Helm Chart in the `helm/` directory. This is docum ## Screenshots -![](https://goauthentik.io/img/screen_apps.png) -![](https://goauthentik.io/img/screen_admin.png) +Light | Dark +--- | --- +![](https://goauthentik.io/img/screen_apps_light.png) | ![](https://goauthentik.io/img/screen_apps_dark.png) +![](https://goauthentik.io/img/screen_admin_light.png) | ![](https://goauthentik.io/img/screen_admin_dark.png) ## Development diff --git a/SECURITY.md b/SECURITY.md index d6f0d6d33..16f1f7f87 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,9 +4,9 @@ | Version | Supported | | ---------- | ------------------ | -| 0.13.x | :white_check_mark: | -| 0.14.x | :white_check_mark: | | 2021.1.x | :white_check_mark: | +| 2021.2.x | :white_check_mark: | +| 2021.3.x | :white_check_mark: | ## Reporting a Vulnerability diff --git a/authentik/lib/utils/urls.py b/authentik/lib/utils/urls.py index 302fabd36..5dc92a753 100644 --- a/authentik/lib/utils/urls.py +++ b/authentik/lib/utils/urls.py @@ -2,8 +2,8 @@ from urllib.parse import urlparse from django.http import HttpResponse -from django.shortcuts import redirect, reverse -from django.urls import NoReverseMatch +from django.shortcuts import redirect +from django.urls import NoReverseMatch, reverse from django.utils.http import urlencode from structlog.stdlib import get_logger diff --git a/website/docs/index.md b/website/docs/index.md index 0b2d63055..b9b5e374e 100755 --- a/website/docs/index.md +++ b/website/docs/index.md @@ -13,5 +13,7 @@ See [Docker-compose](installation/docker-compose) or [Kubernetes](installation/k ## Screenshots -![](/img/screen_apps.png) -![](/img/screen_admin.png) +Light | Dark +--- | --- +![](/img/screen_apps_light.png) | ![](/img/screen_apps_dark.png) +![](/img/screen_admin_light.png) | ![](/img/screen_admin_dark.png) diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 5b529a011..54394e452 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -100,7 +100,7 @@ function Home() {
- library screenshot + library screenshot
@@ -131,7 +131,7 @@ function Home() {
- library screenshot + library screenshot
diff --git a/website/static/img/screen_admin.png b/website/static/img/screen_admin.png deleted file mode 100644 index 97d2cd918..000000000 Binary files a/website/static/img/screen_admin.png and /dev/null differ diff --git a/website/static/img/screen_admin_dark.png b/website/static/img/screen_admin_dark.png new file mode 100644 index 000000000..cf83b1c12 Binary files /dev/null and b/website/static/img/screen_admin_dark.png differ diff --git a/website/static/img/screen_admin_light.png b/website/static/img/screen_admin_light.png new file mode 100644 index 000000000..48ff06552 Binary files /dev/null and b/website/static/img/screen_admin_light.png differ diff --git a/website/static/img/screen_apps.png b/website/static/img/screen_apps.png deleted file mode 100644 index 562c4a438..000000000 Binary files a/website/static/img/screen_apps.png and /dev/null differ diff --git a/website/static/img/screen_apps_dark.png b/website/static/img/screen_apps_dark.png new file mode 100644 index 000000000..cac787322 Binary files /dev/null and b/website/static/img/screen_apps_dark.png differ diff --git a/website/static/img/screen_apps_light.png b/website/static/img/screen_apps_light.png new file mode 100644 index 000000000..de30ae99b Binary files /dev/null and b/website/static/img/screen_apps_light.png differ