authelia/internal
James Elliott ea1fae6491
[MISC] Storage Schema Versioning Model (#1057)
* [MISC] Storage Schema Versioning Model 

* fixup go.sum
* remove pq
* fix int to text issue
* fix incorrect SQL text
* use key_name vs key
* use transactions for all queries during upgrades
* fix missing parenthesis
* move upgrades to their own file
* add provider name for future usage in upgrades
* fix missing create config table values
* fix using the const instead of the provider SQL
* import logging once and reuse
* update docs
* remove db at suite teardown
* apply suggestions from code review
* fix mysql
* make errors more uniform
* style changes
* remove commented code sections
* remove commented code sections
* add schema version type
* add sql mock unit tests
* go mod tidy
* test blank row situations
2020-07-16 15:56:08 +10:00
..
authentication [FEATURE] Add configurable display name to frontend (#1124) 2020-06-19 20:50:21 +10:00
authorization [FEATURE] Support for subject combinations in ACLs (#1142) 2020-06-25 18:22:42 +10:00
commands [FIX] Hash Password Cmd Not Encoding Provided Salt (#999) 2020-05-14 15:55:03 +10:00
configuration [FEATURE] Support for subject combinations in ACLs (#1142) 2020-06-25 18:22:42 +10:00
duo [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
handlers [MISC] Template global config and refactor some /api endpoints (#1135) 2020-06-21 15:40:37 +02:00
logging [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
middlewares [BUGFIX] Add path to generated links for emails (#1045) 2020-05-24 09:51:34 +10:00
mocks [FEATURE] Support for subject combinations in ACLs (#1142) 2020-06-25 18:22:42 +10:00
models [MISC] Implement golint recommendations (#885) 2020-04-20 23:03:38 +02:00
notification [CI] Add gocritic linter (#977) 2020-05-06 10:52:06 +10:00
regulation [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
server [MISC] Template global config and refactor some /api endpoints (#1135) 2020-06-21 15:40:37 +02:00
session [FEATURE] Add configurable display name to frontend (#1124) 2020-06-19 20:50:21 +10:00
storage [MISC] Storage Schema Versioning Model (#1057) 2020-07-16 15:56:08 +10:00
suites [MISC] Storage Schema Versioning Model (#1057) 2020-07-16 15:56:08 +10:00
templates Force TLS and valid x509 certs in SMTP Notifier by default 2020-01-10 17:37:16 +01:00
utils [FEATURE] Allow Authelia to listen on a specified path (#1027) 2020-05-21 12:20:55 +10:00