1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/internal/storage
James Elliott 9045b75344
fix(storage): rebind all queries ()
Fixes an issue in the new storage system. We forgot to rebind a few queries to the PostgreSQL compatible format.
2021-12-02 17:06:04 +11:00
..
migrations refactor(storage): totp_configurations table () 2021-12-02 12:24:10 +11:00
const.go feat(duo): multi device selection () 2021-12-01 14:32:58 +11:00
errors.go feat(totp): algorithm and digits config () 2021-12-01 23:11:29 +11:00
migrations_test.go feat(storage): primary key for all tables and general qol refactoring () 2021-11-23 20:45:38 +11:00
migrations.go feat(totp): algorithm and digits config () 2021-12-01 23:11:29 +11:00
provider.go feat(totp): algorithm and digits config () 2021-12-01 23:11:29 +11:00
sql_provider_backend_mysql.go feat(storage): postgresql schema and ssl options () 2021-12-02 16:36:03 +11:00
sql_provider_backend_postgres.go fix(storage): rebind all queries () 2021-12-02 17:06:04 +11:00
sql_provider_backend_sqlite.go feat(totp): algorithm and digits config () 2021-12-01 23:11:29 +11:00
sql_provider_encryption.go feat(storage): encrypted secret values () 2021-11-25 12:56:58 +11:00
sql_provider_queries_special.go refactor(storage): totp_configurations table () 2021-12-02 12:24:10 +11:00
sql_provider_queries.go fix(storage): duo/u2f upsert failure on postgresql () 2021-12-02 15:16:45 +11:00
sql_provider_schema_pre1.go feat(totp): algorithm and digits config () 2021-12-01 23:11:29 +11:00
sql_provider_schema_test.go feat(storage): primary key for all tables and general qol refactoring () 2021-11-23 20:45:38 +11:00
sql_provider_schema.go feat(totp): algorithm and digits config () 2021-12-01 23:11:29 +11:00
sql_provider.go fix(storage): duo/u2f upsert failure on postgresql () 2021-12-02 15:16:45 +11:00