authelia/internal/storage
James Elliott 2075e76015
fix(storage): new auth log schema request method length (#2656)
This is a fix to the authentication_logs schema that prevents the VARCHAR from being insufficient for HTTP request methods such as PATCH, DELETE, OPTIONS, CONNECT.
2021-12-02 11:36:04 +11:00
..
migrations fix(storage): new auth log schema request method length (#2656) 2021-12-02 11:36:04 +11:00
const.go feat(duo): multi device selection (#2137) 2021-12-01 14:32:58 +11:00
errors.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
migrations.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
migrations_test.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
provider.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
sql_provider.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
sql_provider_backend_mysql.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
sql_provider_backend_postgres.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
sql_provider_backend_sqlite.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
sql_provider_encryption.go feat(storage): encrypted secret values (#2588) 2021-11-25 12:56:58 +11:00
sql_provider_queries.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
sql_provider_queries_special.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
sql_provider_schema.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
sql_provider_schema_pre1.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
sql_provider_schema_test.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00