authelia/internal/storage
James Elliott 31565e447b
fix(configuration): allow unix socket ports (#8520)
This allows unix sockets to include ports in the address URL. In addition allows for a absolute path for the PostgreSQL socket type. Both options are only used by PostgreSQL but other unix sockets will not expressly error if this is included.

Fixes #8509
2024-12-30 06:59:36 +00:00
..
migrations fix(storage): mysql migrate failure webauthn (#6866) 2024-03-15 11:37:39 +11:00
const.go fix(configuration): allow unix socket ports (#8520) 2024-12-30 06:59:36 +00:00
errors.go feat(web): multiple webauthn credential registration 2024-03-04 20:28:24 +11:00
migrations.go refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
migrations_test.go build(deps): use go.uber.org/mock 2024-03-04 20:29:12 +11:00
provider.go build(oidc): use authelia maintained library (#6821) 2024-03-12 00:35:49 +10:00
sql_provider.go refactor: linting (#7863) 2024-09-20 11:11:53 +10:00
sql_provider_backend_mysql.go docs: jsonschema (#5493) 2023-09-03 16:01:46 +10:00
sql_provider_backend_postgres.go fix(configuration): allow unix socket ports (#8520) 2024-12-30 06:59:36 +00:00
sql_provider_backend_postgres_test.go fix(configuration): allow unix socket ports (#8520) 2024-12-30 06:59:36 +00:00
sql_provider_backend_sqlite.go refactor: remove duplicate import (#6179) 2023-10-26 05:58:17 +11:00
sql_provider_encryption.go feat(totp): reuse policy 2024-03-04 20:29:12 +11:00
sql_provider_queries.go fix(storage): change encryption key fails (#7613) 2024-08-02 06:36:20 +10:00
sql_provider_queries_special.go refactor: remove pre1 migration path (#4356) 2022-11-25 23:44:55 +11:00
sql_provider_schema.go feat(web): one-time codes for identity verification 2024-03-04 20:28:24 +11:00
sql_provider_schema_test.go refactor: remove pre1 migration path (#4356) 2022-11-25 23:44:55 +11:00
sql_rows.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
types.go feat(web): one-time codes for identity verification 2024-03-04 20:28:24 +11:00
types_test.go feat(web): multiple webauthn credential registration 2024-03-04 20:28:24 +11:00