index
:
matthieu/authelia-kerberos.git
master
Unnamed repository; edit this file 'description' to name the repository.
Forgejo (Beyond coding. We forge.)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
authelia
Age
Commit message (
Expand
)
Author
2023-02-14
refactor: collect backend coverage via go build -cover (#4921)
Amir Zarrinkafsh
2021-11-23
feat(storage): primary key for all tables and general qol refactoring (#2431)
James Elliott
2021-08-11
fix: include major in go.mod module directive (#2278)
James Elliott
2021-08-03
feat(configuration): replace viper with koanf (#2053)
James Elliott
2021-07-04
refactor(authentication): log ldap warning on startup in rare condition (#2141)
James Elliott
2021-07-04
feat(oidc): add additional config options, accurate token times, and refactor...
James Elliott
2021-07-02
feat(authentiation): check ldap support for extended operations on startup (#...
James Elliott
2021-06-18
build: add enhanced information (#2067)
James Elliott
2021-06-18
fix(authorization): configuration reports 2fa disabled with 2fa oidc clients ...
James Elliott
2021-06-01
feat(configuration): add error and warn log levels (#2050)
James Elliott
2021-05-31
feat: add option to keep stdout logging with log_file_path (#2037)
Amir Zarrinkafsh
2021-05-05
refactor: use fatal log message on oidc init error (#1973)
James Elliott
2021-05-05
feature(oidc): add support for OpenID Connect
James Elliott
2021-04-16
fix: removed deprecated smtp/ldap options (#1912)
James Elliott
2021-03-10
feat(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-22
Add hash-password and migrate commands to authelia binary.
Clement Michaud
2020-01-13
Add git tag back to binary artifact.
Amir Zarrinkafsh
2020-01-12
Remove build time and git tag from binary artifact.
Clement Michaud
2019-12-24
Rename org from clems4ever to authelia
Amir Zarrinkafsh
2019-12-09
Introduce version command to Authelia to check the version
Clement Michaud
2019-12-05
Rewrite and fix remaining suites in Go.
Clement Michaud
2019-11-17
Move source code into internal directory to follow standard project layout.
Clement Michaud
2019-11-16
Add support for PostgreSQL.
Clement Michaud
2019-11-16
Deprecate mongo and add mariadb as storage backend option.
Clement Michaud
2019-11-02
Move authelia entrypoint to cmd/authelia directory.
Clement Michaud