-
-
Notifications
You must be signed in to change notification settings - Fork 891
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into web/policy-wizard-3
* main: providers/oauth2: add indexes on tokens (#11524) website/scripts/docsmg: final version (#11501) web: bump ts-pattern from 5.3.1 to 5.4.0 in /web (#11512) web: bump @sentry/browser from 8.31.0 to 8.32.0 in /web in the sentry group across 1 directory (#11510) web: bump @types/node from 22.7.0 to 22.7.2 in /web (#11511) translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#11516) web: bump @types/jquery from 3.5.30 to 3.5.31 in /web (#11513) web: bump @types/jquery from 3.5.30 to 3.5.31 in /web/sfe (#11514) translate: Updates for file web/xliff/en.xlf in zh_CN (#11517) core: bump twilio from 9.3.1 to 9.3.2 (#11515) translate: Updates for file web/xliff/en.xlf in zh-Hans (#11518) translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#11519) website: bump @types/react from 18.3.8 to 18.3.9 in /website (#11502) core: bump debugpy from 1.8.5 to 1.8.6 (#11503) core: bump google-api-python-client from 2.146.0 to 2.147.0 (#11504) web: bump @types/node from 22.6.1 to 22.7.0 in /web (#11505) core, web: update translations (#11500) sources/ldap: fix mapping check, fix debug endpoint (#11442)
- Loading branch information
Showing
41 changed files
with
3,907 additions
and
5,870 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
...tik/providers/oauth2/migrations/0019_accesstoken_authentik_p_token_4bc870_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,23 @@ | ||
# Generated by Django 5.0.9 on 2024-09-26 16:25 | ||
|
||
from django.conf import settings | ||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
("authentik_providers_oauth2", "0018_alter_accesstoken_expires_and_more"), | ||
migrations.swappable_dependency(settings.AUTH_USER_MODEL), | ||
] | ||
|
||
operations = [ | ||
migrations.AddIndex( | ||
model_name="accesstoken", | ||
index=models.Index(fields=["token"], name="authentik_p_token_4bc870_idx"), | ||
), | ||
migrations.AddIndex( | ||
model_name="refreshtoken", | ||
index=models.Index(fields=["token"], name="authentik_p_token_1a841f_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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.