-
-
Notifications
You must be signed in to change notification settings - Fork 943
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* main: (24 commits) web: bump the wdio group in /tests/wdio with 4 updates (#9374) web: bump the rollup group in /web with 3 updates (#9371) core: bump ruff from 0.4.0 to 0.4.1 (#9372) core, web: update translations (#9366) web/admin: fix document title for admin interface (#9362) translate: Updates for file web/xliff/en.xlf in zh_CN (#9363) translate: Updates for file web/xliff/en.xlf in zh-Hans (#9364) core, web: update translations (#9360) website/docs: release notes 2024.4: add performance improvements values (#9356) translate: Updates for file web/xliff/en.xlf in zh_CN (#9317) translate: Updates for file web/xliff/en.xlf in zh-Hans (#9318) website/docs: 2024.4 release notes (#9267) sources/ldap: fix default blueprint for mapping user DN to path (#9355) web/admin: group form dual select (#9354) core: bump golang.org/x/net from 0.22.0 to 0.23.0 (#9351) core: bump goauthentik.io/api/v3 from 3.2024023.1 to 3.2024023.2 (#9345) web: bump chromedriver from 123.0.3 to 123.0.4 in /tests/wdio (#9348) core: bump twilio from 9.0.4 to 9.0.5 (#9346) core: bump ruff from 0.3.7 to 0.4.0 (#9347) web: bump @sentry/browser from 7.110.1 to 7.111.0 in /web in the sentry group (#9349) ...
- Loading branch information
Showing
44 changed files
with
591 additions
and
399 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
authentik/brands/migrations/0006_brand_authentik_b_domain_b9b24a_idx_and_more.py
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,21 @@ | ||
# Generated by Django 5.0.4 on 2024-04-18 18:56 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
("authentik_brands", "0005_tenantuuid_to_branduuid"), | ||
] | ||
|
||
operations = [ | ||
migrations.AddIndex( | ||
model_name="brand", | ||
index=models.Index(fields=["domain"], name="authentik_b_domain_b9b24a_idx"), | ||
), | ||
migrations.AddIndex( | ||
model_name="brand", | ||
index=models.Index(fields=["default"], name="authentik_b_default_3ccf12_idx"), | ||
), | ||
] |
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
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
Binary file not shown.
Oops, something went wrong.