authelia/internal/authentication
James Elliott 3695aa8140
feat(storage): primary key for all tables and general qol refactoring (#2431)
This is a massive overhaul to the SQL Storage for Authelia. It facilitates a whole heap of utility commands to help manage the database, primary keys, ensures all database requests use a context for cancellations, and paves the way for a few other PR's which improve the database.

Fixes #1337
2021-11-23 20:45:38 +11:00
..
const.go fix(session): use crypto/rand for session id generator (#2594) 2021-11-11 20:13:32 +11:00
file_user_provider.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
file_user_provider_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
ldap_connection_factory.go feat(authentication): allow customizable ldap connection timeout (#2240) 2021-08-05 14:30:00 +10:00
ldap_connection_factory_mock.go feat(authentication): allow customizable ldap connection timeout (#2240) 2021-08-05 14:30:00 +10:00
ldap_user_provider.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
ldap_user_provider_startup.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
ldap_user_provider_test.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
password_hash.go fix(session): use crypto/rand for session id generator (#2594) 2021-11-11 20:13:32 +11:00
password_hash_test.go fix(session): use crypto/rand for session id generator (#2594) 2021-11-11 20:13:32 +11:00
types.go [FEATURE] Add configurable display name to frontend (#1124) 2020-06-19 20:50:21 +10:00
user_provider.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
users_database.template.yml ci: add yamllint (#1895) 2021-04-11 06:51:00 +10:00