summaryrefslogtreecommitdiff
path: root/cmd/authelia
AgeCommit message (Expand)Author
2023-02-14refactor: collect backend coverage via go build -cover (#4921)Amir Zarrinkafsh
2021-11-23feat(storage): primary key for all tables and general qol refactoring (#2431)James Elliott
2021-08-11fix: include major in go.mod module directive (#2278)James Elliott
2021-08-03feat(configuration): replace viper with koanf (#2053)James Elliott
2021-07-04refactor(authentication): log ldap warning on startup in rare condition (#2141)James Elliott
2021-07-04feat(oidc): add additional config options, accurate token times, and refactor...James Elliott
2021-07-02feat(authentiation): check ldap support for extended operations on startup (#...James Elliott
2021-06-18build: add enhanced information (#2067)James Elliott
2021-06-18fix(authorization): configuration reports 2fa disabled with 2fa oidc clients ...James Elliott
2021-06-01feat(configuration): add error and warn log levels (#2050)James Elliott
2021-05-31feat: add option to keep stdout logging with log_file_path (#2037)Amir Zarrinkafsh
2021-05-05refactor: use fatal log message on oidc init error (#1973)James Elliott
2021-05-05feature(oidc): add support for OpenID ConnectJames Elliott
2021-04-16fix: removed deprecated smtp/ldap options (#1912)James Elliott
2021-03-10feat(session): add redis sentinel provider (#1768)James Elliott
2021-01-17[MISC] Add missing CLI suite test (#1607)Amir Zarrinkafsh
2021-01-04[FEATURE] Enhance LDAP/SMTP TLS Configuration and Unify Them (#1557)James Elliott
2020-11-25[FEATURE] Add JSON log formatting option (#1488)Amir Zarrinkafsh
2020-11-25[MISC] Consistently utilise correct logging interface (#1487)Amir Zarrinkafsh
2020-09-04[MISC] Address errors from linter updates (#1308)Amir Zarrinkafsh
2020-06-09[MISC] Catch and warn on malformed configuration yaml (#1089)Amir Zarrinkafsh
2020-06-05[CI] Add Codecov support (#1065)Amir Zarrinkafsh
2020-05-14[FIX] Hash Password Cmd Not Encoding Provided Salt (#999)James Elliott
2020-05-06[CI] Add gocritic linter (#977)Amir Zarrinkafsh
2020-05-05[CI] Add wsl linter (#980)Amir Zarrinkafsh
2020-04-23[FEATURE] Config Validation (#901)James Elliott
2020-04-22[DEPRECATE] Remove migration tools from latest version of Authelia (#894)Amir Zarrinkafsh
2020-04-21[FEATURE] Notifier Startup Checks (#889)James Elliott
2020-04-20[MISC] Implement golint recommendations (#885)Amir Zarrinkafsh
2020-04-09[Buildkite] Introduce CI linting with golangci-lint and reviewdog (#832)Amir Zarrinkafsh
2020-04-05[MISC] Update durations to notation format and housekeeping (#824)James Elliott
2020-03-09[FEATURE] [BREAKING] Support writing logs in a file. (#686)Clément Michaud
2020-03-06[FEATURE] Support Argon2id password hasing and improved entropy (#679)James Elliott
2020-03-01[FEATURE] Add command to generate self-signed certs in authelia binary. (#676)Clément Michaud
2020-02-05[FIX] Redirect to default URL after 1FA when default policy is one_factor. (#...Clément Michaud
2020-01-22Add hash-password and migrate commands to authelia binary.Clement Michaud
2020-01-13Add git tag back to binary artifact.Amir Zarrinkafsh
2020-01-12Remove build time and git tag from binary artifact.Clement Michaud
2019-12-24Rename org from clems4ever to autheliaAmir Zarrinkafsh
2019-12-09Introduce version command to Authelia to check the versionClement Michaud
2019-12-05Rewrite and fix remaining suites in Go.Clement Michaud
2019-11-17Move source code into internal directory to follow standard project layout.Clement Michaud
2019-11-16Add support for PostgreSQL.Clement Michaud
2019-11-16Deprecate mongo and add mariadb as storage backend option.Clement Michaud
2019-11-02Move authelia entrypoint to cmd/authelia directory.Clement Michaud