summaryrefslogtreecommitdiff
path: root/internal/authentication/file_user_provider.go
AgeCommit message (Expand)Author
2025-03-09feat(embed): make authelia embedable (#8841)James Elliott
2025-03-06feat(web): change password (#7676)Brynn Crowley
2025-02-23feat(authentication): ldap connection pooling (#7217)James Elliott
2025-02-22feat(authentication): additional and custom attributes (#8078)James Elliott
2024-09-20refactor: linting (#7863)James Elliott
2023-09-03docs: jsonschema (#5493)James Elliott
2023-05-25test(authentication): add missing tests (#5482)James Elliott
2023-05-24test(authentication): file provider (#5473)James Elliott
2022-12-05build(deps): update module github.com/go-crypt/crypt to v0.2.2 (#4452)James Elliott
2022-10-18feat(authentication): file case-insensitive and email search (#4194)James Elliott
2022-10-17feat(authentication): file provider hot reload (#4188)James Elliott
2022-10-17feat(authentication): file password algorithms (#3848)James Elliott
2022-04-09feat(commands): user opaque identifiers commands (#3144)James Elliott
2022-01-31refactor: apply godot recommendations (#2839)James Elliott
2021-12-02refactor: remove ioutil (#2635)James Elliott
2021-11-23feat(storage): primary key for all tables and general qol refactoring (#2431)James Elliott
2021-09-17refactor: factorize startup checks (#2386)James Elliott
2021-08-11fix: include major in go.mod module directive (#2278)James Elliott
2021-02-22feat: go:embed static assets (#1733)Amir Zarrinkafsh
2021-01-17[MISC] Add missing CLI suite test (#1607)Amir Zarrinkafsh
2020-12-03[FEATURE] LDAP StartTLS (#1500)James Elliott
2020-06-19[FEATURE] Add configurable display name to frontend (#1124)Amir Zarrinkafsh
2020-06-17[FEATURE] Docker simplification and configuration generation (#1113)Amir Zarrinkafsh
2020-05-08[MISC] Refactor Authentication (#987)James Elliott
2020-05-06[CI] Add gocritic linter (#977)Amir Zarrinkafsh
2020-05-05[CI] Add wsl linter (#980)Amir Zarrinkafsh
2020-05-05[CI] Enable gosec linter (#979)James Elliott
2020-05-03[MISC] Introduce CryptAlgo type. (#960)Clément Michaud
2020-05-02[CI] Add goconst linter (#961)Amir Zarrinkafsh
2020-05-02[HOTFIX] Prevent Username Enumeration (#950)James Elliott
2020-04-11[BUGFIX] Password hashing schema map mismatch with docs (#852)James Elliott
2020-04-05[MISC] Update durations to notation format and housekeeping (#824)James Elliott
2020-03-15[BUGFIX] [BREAKING] Set username retrieved from authentication backend in ses...Clément Michaud
2020-03-06[FEATURE] Support Argon2id password hasing and improved entropy (#679)James Elliott
2019-12-28Add early checks for user hashes.Clement Michaud
2019-12-28Improve logs of password hashing to help troubleshoot issues.Clement Michaud
2019-11-17Move source code into internal directory to follow standard project layout.Clement Michaud