authelia/internal/storage
Amir Zarrinkafsh 2d26b4e115
refactor: fix linter directives for go 1.19 and golangci-lint 1.48.0 (#3798)
2022-08-07 11:24:00 +10:00
..
migrations refactor: exclude id from sqlite3 migration (#3242) 2022-04-25 21:11:56 +10:00
const.go fix(oidc): subject generated for anonymous users (#3238) 2022-04-25 10:31:05 +10: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(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
provider.go fix(oidc): subject generated for anonymous users (#3238) 2022-04-25 10:31:05 +10:00
sql_provider.go fix(handlers): consent session prevents standard flow (#3668) 2022-07-26 15:43:39 +10:00
sql_provider_backend_mysql.go feat(storage): postgresql schema and ssl options (#2659) 2021-12-02 16:36:03 +11:00
sql_provider_backend_postgres.go fix(oidc): subject generated for anonymous users (#3238) 2022-04-25 10:31:05 +10:00
sql_provider_backend_sqlite.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
sql_provider_encryption.go fix(oidc): userinfo jti claim potential panic (#3017) 2022-03-16 11:29:46 +11:00
sql_provider_queries.go fix(storage): typo in oidc update query (#3535) 2022-06-17 20:14:33 +10: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: fix linter directives for go 1.19 and golangci-lint 1.48.0 (#3798) 2022-08-07 11:24:00 +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(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
sql_rows.go feat(oidc): persistent storage (#2965) 2022-04-07 15:33:53 +10:00