authelia/internal/storage
James Elliott 53c1b645ee
fix(storage): postgresql default port incorrect (#4251)
This fixes a typo with the default port for PostgreSQL in 4.37.

Fixes #4249
2022-10-24 06:09:38 +11:00
..
migrations fix(storage): postgresql default port incorrect (#4251) 2022-10-24 06:09:38 +11:00
const.go feat(storage): unix socket support (#4231) 2022-10-22 16:41:27 +11:00
errors.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
migrations.go refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
migrations_test.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
provider.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
sql_provider.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
sql_provider_backend_mysql.go feat(storage): tls connection support (#4233) 2022-10-22 19:27:59 +11:00
sql_provider_backend_postgres.go fix(storage): postgresql default port incorrect (#4251) 2022-10-24 06:09:38 +11:00
sql_provider_backend_sqlite.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
sql_provider_encryption.go refactor: clean up uri checking functions (#3943) 2022-09-03 11:51:02 +10:00
sql_provider_queries.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
sql_provider_queries_special.go refactor(storage): totp_configurations table (#2657) 2021-12-02 12:24:10 +11:00
sql_provider_schema.go refactor: clean up uri checking functions (#3943) 2022-09-03 11:51:02 +10:00
sql_provider_schema_pre1.go refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
sql_provider_schema_test.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
sql_rows.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00