authelia/internal/storage/migrations
James Elliott 7fdcc351d4
Merge remote-tracking branch 'origin/master' into feat-settings-ui
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>

# Conflicts:
#	internal/handlers/handler_register_webauthn.go
#	internal/handlers/webauthn.go
#	internal/handlers/webauthn_test.go
#	internal/mocks/storage.go
#	internal/model/webauthn.go
#	internal/storage/provider.go
#	internal/storage/sql_provider.go
#	web/package.json
#	web/pnpm-lock.yaml
#	web/src/layouts/LoginLayout.tsx
2023-04-11 21:34:45 +10:00
..
V0001.Initial_Schema.all.down.sql fix(storage): schema inconsistency (#4262) 2022-11-19 16:47:09 +11:00
V0001.Initial_Schema.mysql.up.sql fix(storage): schema inconsistency (#4262) 2022-11-19 16:47:09 +11:00
V0001.Initial_Schema.postgres.up.sql fix(storage): schema inconsistency (#4262) 2022-11-19 16:47:09 +11:00
V0001.Initial_Schema.sqlite.up.sql fix(storage): schema inconsistency (#4262) 2022-11-19 16:47:09 +11:00
V0002.Webauthn.mysql.down.sql fix(storage): schema inconsistency (#4262) 2022-11-19 16:47:09 +11:00
V0002.Webauthn.mysql.up.sql fix(storage): schema inconsistency (#4262) 2022-11-19 16:47:09 +11:00
V0002.Webauthn.postgres.down.sql fix(storage): schema inconsistency (#4262) 2022-11-19 16:47:09 +11:00
V0002.Webauthn.postgres.up.sql fix(storage): schema inconsistency (#4262) 2022-11-19 16:47:09 +11:00
V0002.Webauthn.sqlite.down.sql fix(storage): schema inconsistency (#4262) 2022-11-19 16:47:09 +11:00
V0002.Webauthn.sqlite.up.sql fix(storage): schema inconsistency (#4262) 2022-11-19 16:47:09 +11:00
V0003.WebauthnKIDLength.all.down.sql fix(storage): webauthn kid too short for some devices (#2957) 2022-03-04 21:21:08 +11:00
V0003.WebauthnKIDLength.mysql.up.sql fix(storage): schema inconsistency (#4262) 2022-11-19 16:47:09 +11:00
V0003.WebauthnKIDLength.postgres.up.sql fix(storage): schema inconsistency (#4262) 2022-11-19 16:47:09 +11:00
V0003.WebauthnKIDLength.sqlite.up.sql fix(storage): schema inconsistency (#4262) 2022-11-19 16:47:09 +11:00
V0004.OpenIDConnect.all.down.sql fix(storage): schema inconsistency (#4262) 2022-11-19 16:47:09 +11:00
V0004.OpenIDConnect.mysql.up.sql fix(storage): schema inconsistency (#4262) 2022-11-19 16:47:09 +11:00
V0004.OpenIDConnect.postgres.up.sql fix(storage): schema inconsistency (#4262) 2022-11-19 16:47:09 +11:00
V0004.OpenIDConnect.sqlite.up.sql fix(storage): schema inconsistency (#4262) 2022-11-19 16:47:09 +11:00
V0005.ConsentSubjectNULL.mysql.down.sql fix(storage): schema inconsistency (#4262) 2022-11-19 16:47:09 +11:00
V0005.ConsentSubjectNULL.mysql.up.sql fix(storage): schema inconsistency (#4262) 2022-11-19 16:47:09 +11:00
V0005.ConsentSubjectNULL.postgres.down.sql fix(storage): schema inconsistency (#4262) 2022-11-19 16:47:09 +11:00
V0005.ConsentSubjectNULL.postgres.up.sql fix(storage): schema inconsistency (#4262) 2022-11-19 16:47:09 +11:00
V0005.ConsentSubjectNULL.sqlite.down.sql refactor: remove pre1 migration path (#4356) 2022-11-25 23:44:55 +11:00
V0005.ConsentSubjectNULL.sqlite.up.sql refactor: remove pre1 migration path (#4356) 2022-11-25 23:44:55 +11:00
V0006.ConsentPreConfiguration.mysql.down.sql fix(storage): schema inconsistency (#4262) 2022-11-19 16:47:09 +11:00
V0006.ConsentPreConfiguration.mysql.up.sql fix(storage): schema inconsistency (#4262) 2022-11-19 16:47:09 +11:00
V0006.ConsentPreConfiguration.postgres.down.sql fix(storage): schema inconsistency (#4262) 2022-11-19 16:47:09 +11:00
V0006.ConsentPreConfiguration.postgres.up.sql fix(storage): schema inconsistency (#4262) 2022-11-19 16:47:09 +11:00
V0006.ConsentPreConfiguration.sqlite.down.sql fix(storage): schema inconsistency (#4262) 2022-11-19 16:47:09 +11:00
V0006.ConsentPreConfiguration.sqlite.up.sql fix(storage): schema inconsistency (#4262) 2022-11-19 16:47:09 +11:00
V0007.ConsistencyFixes.mysql.down.sql fix(storage): schema inconsistency (#4262) 2022-11-19 16:47:09 +11:00
V0007.ConsistencyFixes.mysql.up.sql fix(storage): schema inconsistency (#4262) 2022-11-19 16:47:09 +11:00
V0007.ConsistencyFixes.postgres.down.sql fix(storage): schema inconsistency (#4262) 2022-11-19 16:47:09 +11:00
V0007.ConsistencyFixes.postgres.up.sql fix(storage): postgresql webauthn tbl invalid aaguid constraint (#5183) 2023-04-08 11:36:34 +10:00
V0007.ConsistencyFixes.sqlite.down.sql refactor: remove pre1 migration path (#4356) 2022-11-25 23:44:55 +11:00
V0007.ConsistencyFixes.sqlite.up.sql refactor: remove pre1 migration path (#4356) 2022-11-25 23:44:55 +11:00
V0008.OpenIDConnectPAR.all.down.sql feat(oidc): pushed authorization requests (#4546) 2023-03-06 14:58:50 +11:00
V0008.OpenIDConnectPAR.mysql.up.sql feat(oidc): pushed authorization requests (#4546) 2023-03-06 14:58:50 +11:00
V0008.OpenIDConnectPAR.postgres.up.sql feat(oidc): pushed authorization requests (#4546) 2023-03-06 14:58:50 +11:00
V0008.OpenIDConnectPAR.sqlite.up.sql feat(oidc): pushed authorization requests (#4546) 2023-03-06 14:58:50 +11:00
V0009.FixConstraints.all.down.sql fix(storage): postgresql webauthn tbl invalid aaguid constraint (#5183) 2023-04-08 11:36:34 +10:00
V0009.FixConstraints.all.up.sql fix(storage): postgresql webauthn tbl invalid aaguid constraint (#5183) 2023-04-08 11:36:34 +10:00
V0009.FixConstraints.postgres.up.sql fix(storage): postgresql webauthn tbl invalid aaguid constraint (#5183) 2023-04-08 11:36:34 +10:00
V0010.WebauthnMultiCookieDomain.mysql.down.sql Merge remote-tracking branch 'origin/master' into feat-settings-ui 2023-04-11 21:34:45 +10:00
V0010.WebauthnMultiCookieDomain.mysql.up.sql Merge remote-tracking branch 'origin/master' into feat-settings-ui 2023-04-11 21:34:45 +10:00
V0010.WebauthnMultiCookieDomain.postgres.down.sql Merge remote-tracking branch 'origin/master' into feat-settings-ui 2023-04-11 21:34:45 +10:00
V0010.WebauthnMultiCookieDomain.postgres.up.sql Merge remote-tracking branch 'origin/master' into feat-settings-ui 2023-04-11 21:34:45 +10:00
V0010.WebauthnMultiCookieDomain.sqlite.down.sql Merge remote-tracking branch 'origin/master' into feat-settings-ui 2023-04-11 21:34:45 +10:00
V0010.WebauthnMultiCookieDomain.sqlite.up.sql Merge remote-tracking branch 'origin/master' into feat-settings-ui 2023-04-11 21:34:45 +10:00