summaryrefslogtreecommitdiff
path: root/internal/authentication/file_user_provider_test.go
AgeCommit message (Expand)Author
2025-02-23feat(authentication): ldap connection pooling (#7217)James Elliott
2025-02-22feat(authentication): additional and custom attributes (#8078)James Elliott
2024-12-29refactor: yaml vs yml (#8527)James Elliott
2024-03-04build(deps): use go.uber.org/mockJames Elliott
2024-02-19ci: remove container read-only mounts (#6709)Amir Zarrinkafsh
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 password algorithms (#3848)James Elliott
2022-01-31refactor: apply godot recommendations (#2839)James Elliott
2021-12-02refactor: remove ioutil (#2635)James Elliott
2021-08-11fix: include major in go.mod module directive (#2278)James Elliott
2021-03-22fix: redis sentinel secret missing (#1839)James Elliott
2021-02-22feat: go:embed static assets (#1733)Amir Zarrinkafsh
2020-09-18[CI] Update QEMU to v5.1.0-2 (#1321)Amir Zarrinkafsh
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-02[CI] Add godot linter (#958)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-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-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-12-05Fix and parallelize integration tests.Clement Michaud
2019-11-17Move source code into internal directory to follow standard project layout.Clement Michaud