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
/
handlers
/
handler_user_info_test.go
Age
Commit message (
Expand
)
Author
2025-02-23
feat(webauthn): passkeys (#7942)
James Elliott
2024-05-29
fix(handlers): disabling 2fa methods may result in a bad ux (#7360)
James Elliott
2024-03-04
build(deps): use go.uber.org/mock
James Elliott
2023-10-08
refactor: misc (#6102)
James Elliott
2023-09-17
test: misc lint updates (#6004)
James Elliott
2023-09-03
docs: jsonschema (#5493)
James Elliott
2023-04-15
refactor: http verbs etc (#5248)
James Elliott
2023-04-10
docs: adjust references of webauthn (#5203)
James Elliott
2023-01-25
feat(server): customizable authz endpoints (#4296)
James Elliott
2023-01-12
feat(session): multiple session cookie domains (#3754)
Manuel Nuñez
2022-04-16
refactor(configuration): remove ptr for duoapi and notifier (#3200)
James Elliott
2022-04-08
fix(server): incorrect remote ip logged in error handler (#3139)
James Elliott
2022-03-28
fix(web): show appropriate default and available methods (#2999)
James Elliott
2022-03-06
refactor(model): rename from models (#2968)
James Elliott
2022-03-03
feat: webauthn (#2707)
James Elliott
2021-12-01
feat(totp): algorithm and digits config (#2634)
James Elliott
2021-11-29
feat(regulator): enhance authentication logs (#2622)
James Elliott
2021-11-23
feat(storage): primary key for all tables and general qol refactoring (#2431)
James Elliott
2021-09-17
refactor(handlers): lower case error messages (#2289)
Clément Michaud
2021-08-11
fix: include major in go.mod module directive (#2278)
James Elliott
2020-12-16
[MISC] Refactor and address most errcheck linter ignores (#1511)
Amir Zarrinkafsh
2020-06-21
[MISC] Template global config and refactor some /api endpoints (#1135)
Amir Zarrinkafsh
2020-05-02
[CI] Add goconst linter (#961)
Amir Zarrinkafsh
2020-05-01
[MISC] Fix goimports ordering for repo (#947)
Amir Zarrinkafsh
2020-04-22
[MISC] Ignore errcheck recommendations for legacy code (#893)
Amir Zarrinkafsh
2020-04-09
[Buildkite] Introduce CI linting with golangci-lint and reviewdog (#832)
Amir Zarrinkafsh
2020-01-10
Fix spelling errors
Amir Zarrinkafsh
2019-12-24
Rename org from clems4ever to authelia
Amir Zarrinkafsh
2019-12-08
Fix backend unit tests.
Clement Michaud
2019-12-08
Introduce hasU2F and hasTOTP in user info.
Clement Michaud