summaryrefslogtreecommitdiff
path: root/internal/authentication
AgeCommit message (Expand)Author
2025-03-08refactor(handlers): add more detailed errors for password-change failures (#8...Brynn Crowley
2025-03-09feat(embed): make authelia embedable (#8841)James Elliott
2025-03-06feat(web): change password (#7676)Brynn Crowley
2025-02-24feat(handlers): basic authz caching (#8320)James Elliott
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-10-19refactor: generate mocks (#8057)James Elliott
2024-09-20refactor: linting (#7863)James Elliott
2024-09-01fix(authentication): ldap attributes treated case-sensitive (#7793)James Elliott
2024-05-29fix(authentication): memberof included in groups searches (#7359)James Elliott
2024-03-29fix(oidc): delayed user details refresh (#7035)James Elliott
2024-03-04refactor: apply suggestions from code reviewJames Elliott
2024-03-04build(deps): use go.uber.org/mockJames Elliott
2024-02-19ci: remove container read-only mounts (#6709)Amir Zarrinkafsh
2023-10-08refactor: clock newups (#6101)James Elliott
2023-10-08refactor: clock package (#6100)James Elliott
2023-09-17test: misc lint updates (#6004)James Elliott
2023-09-03docs: jsonschema (#5493)James Elliott
2023-06-18feat(authentication): ldap memberof group search (#5418)James Elliott
2023-05-25test(authentication): add missing type tests (#5483)James Elliott
2023-05-25test(authentication): add missing tests (#5482)James Elliott
2023-05-24test(authentication): file provider (#5473)James Elliott
2023-05-07feat(authentication): suport ldap over unix socket (#5397)James Elliott
2023-05-06build(deps): update module github.com/go-ldap/ldap/v3 to b50d289 (#5396)James Elliott
2023-04-15refactor(authentication): remove deprecated func (#5246)James Elliott
2023-04-14refactor: misc out of band changes (#5238)James Elliott
2023-01-25feat(server): customizable authz endpoints (#4296)James Elliott
2022-12-22docs: fix misc mistakes and adjust placeholders (#4614)James Elliott
2022-12-21feat(authentication): ldap time replacements (#4483)James Elliott
2022-12-17refactor: const int type stringers (#4588)James Elliott
2022-12-05build(deps): update module github.com/go-crypt/crypt to v0.2.2 (#4452)James Elliott
2022-10-28fix(authentication): erroneously escaped group base dn (#4288)James Elliott
2022-10-23refactor: update users_database examples (#4240)James Elliott
2022-10-21feat(configuration): mtls clients (#4221)James Elliott
2022-10-18feat(authentication): file case-insensitive and email search (#4194)James Elliott
2022-10-18feat(authentication): disabled users in yaml file (#4193)James Elliott
2022-10-17feat(authentication): file provider hot reload (#4188)James Elliott
2022-10-17feat(authentication): file password algorithms (#3848)James Elliott
2022-10-05refactor: any (#4133)James Elliott
2022-10-02feat(authentication): permit feature detection failures (#4061)James Elliott
2022-07-26fix(handlers): consent session prevents standard flow (#3668)James Elliott
2022-07-18fix(notification): incorrect date header format (#3684)James Elliott
2022-06-28feat(configuration): automatically map old keys (#3199)James Elliott
2022-06-21fix(authentication): poorly formatted log message (#3563)James Elliott
2022-06-17feat(authentication): unauthenticated ldap bind (#3291)James Elliott
2022-06-14fix(handler): oidc two factor handling (#3512)James Elliott
2022-06-02fix(commands): hash-password usage instructions (#3437)James Elliott
2022-05-15fix(authentication): err when user/display name same ldap attribute (#3364)James Elliott
2022-05-10fix(authentication): utilize msad password history control (#3256)James Elliott