1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/internal
James Elliott 3695aa8140
feat(storage): primary key for all tables and general qol refactoring ()
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 
2021-11-23 20:45:38 +11:00
..
authentication feat(storage): primary key for all tables and general qol refactoring () 2021-11-23 20:45:38 +11:00
authorization fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
commands feat(storage): primary key for all tables and general qol refactoring () 2021-11-23 20:45:38 +11:00
configuration feat(storage): primary key for all tables and general qol refactoring () 2021-11-23 20:45:38 +11:00
duo fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
handlers feat(storage): primary key for all tables and general qol refactoring () 2021-11-23 20:45:38 +11:00
logging fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
middlewares feat(storage): primary key for all tables and general qol refactoring () 2021-11-23 20:45:38 +11:00
mocks feat(storage): primary key for all tables and general qol refactoring () 2021-11-23 20:45:38 +11:00
models feat(storage): primary key for all tables and general qol refactoring () 2021-11-23 20:45:38 +11:00
notification feat(storage): primary key for all tables and general qol refactoring () 2021-11-23 20:45:38 +11:00
ntp feat(storage): primary key for all tables and general qol refactoring () 2021-11-23 20:45:38 +11:00
oidc feat(storage): primary key for all tables and general qol refactoring () 2021-11-23 20:45:38 +11:00
regulation feat(storage): primary key for all tables and general qol refactoring () 2021-11-23 20:45:38 +11:00
server feat: customizable static assets () 2021-11-15 19:37:58 +11:00
session fix(session): use crypto/rand for session id generator () 2021-11-11 20:13:32 +11:00
storage feat(storage): primary key for all tables and general qol refactoring () 2021-11-23 20:45:38 +11:00
suites feat(storage): primary key for all tables and general qol refactoring () 2021-11-23 20:45:38 +11:00
templates fix(web): improve 2fa enrollment process () 2021-02-12 16:59:42 +11:00
utils fix(session): use crypto/rand for session id generator () 2021-11-11 20:13:32 +11:00