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
/
internal
/
authentication
/
file_user_provider.go
Age
Commit message (
Expand
)
Author
2025-03-09
feat(embed): make authelia embedable (#8841)
James Elliott
2025-03-06
feat(web): change password (#7676)
Brynn Crowley
2025-02-23
feat(authentication): ldap connection pooling (#7217)
James Elliott
2025-02-22
feat(authentication): additional and custom attributes (#8078)
James Elliott
2024-09-20
refactor: linting (#7863)
James Elliott
2023-09-03
docs: jsonschema (#5493)
James Elliott
2023-05-25
test(authentication): add missing tests (#5482)
James Elliott
2023-05-24
test(authentication): file provider (#5473)
James Elliott
2022-12-05
build(deps): update module github.com/go-crypt/crypt to v0.2.2 (#4452)
James Elliott
2022-10-18
feat(authentication): file case-insensitive and email search (#4194)
James Elliott
2022-10-17
feat(authentication): file provider hot reload (#4188)
James Elliott
2022-10-17
feat(authentication): file password algorithms (#3848)
James Elliott
2022-04-09
feat(commands): user opaque identifiers commands (#3144)
James Elliott
2022-01-31
refactor: apply godot recommendations (#2839)
James Elliott
2021-12-02
refactor: remove ioutil (#2635)
James Elliott
2021-11-23
feat(storage): primary key for all tables and general qol refactoring (#2431)
James Elliott
2021-09-17
refactor: factorize startup checks (#2386)
James Elliott
2021-08-11
fix: include major in go.mod module directive (#2278)
James Elliott
2021-02-22
feat: 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-28
Add early checks for user hashes.
Clement Michaud
2019-12-28
Improve logs of password hashing to help troubleshoot issues.
Clement Michaud
2019-11-17
Move source code into internal directory to follow standard project layout.
Clement Michaud