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
/
suites
/
suite_standalone_test.go
Age
Commit message (
Expand
)
Author
2025-03-06
feat(web): change password (#7676)
Brynn Crowley
2024-04-12
test(suites): rename 2fa and totp scenario suites (#7147)
Amir Zarrinkafsh
2024-03-19
fix(web): add missing translations and align for consistency (#6950)
Amir Zarrinkafsh
2024-03-04
test(suites): webauthn
James Elliott
2024-03-04
test(suites): add and fix tests for coverage
James Elliott
2023-04-15
refactor: http verbs etc (#5248)
James Elliott
2023-02-28
feat(server): handle head method (#5003)
James Elliott
2023-01-25
feat(server): customizable authz endpoints (#4296)
James Elliott
2023-01-25
test(suites): load environment into suites (#4762)
James Elliott
2023-01-12
feat(session): multiple session cookie domains (#3754)
Manuel Nuñez
2022-07-08
refactor(middlewares): factorize responses (#3628)
James Elliott
2022-06-19
feat(web): auto-redirect on appropriate authentication state changes (#3187)
Manuel Nuñez
2022-06-14
refactor(metrics): simplify names (#3515)
James Elliott
2022-06-14
feat(metrics): implement prometheus metrics (#3234)
James Elliott
2022-05-04
test: add redis restart test back to traefik2 suite (#3298)
Amir Zarrinkafsh
2022-03-03
feat: webauthn (#2707)
James Elliott
2022-01-31
refactor: apply godot recommendations (#2839)
James Elliott
2021-12-02
refactor(web): only fetch totp conf if required (#2663)
James Elliott
2021-12-02
refactor: remove ioutil (#2635)
James Elliott
2021-12-01
feat(totp): algorithm and digits config (#2634)
James Elliott
2021-11-25
feat(storage): encrypted secret values (#2588)
James Elliott
2021-11-23
feat(storage): primary key for all tables and general qol refactoring (#2431)
James Elliott
2021-11-06
refactor(suites): replace selenium with go-rod (#2534)
Amir Zarrinkafsh
2021-08-11
fix: include major in go.mod module directive (#2278)
James Elliott
2021-08-02
fix: user is now redirected when authenticated (#2082)
Clément Michaud
2021-07-22
fix(handlers): handle xhr requests to /api/verify with 401 (#2189)
James Elliott
2021-07-16
fix(handlers): send status 303 auth requests that are not get/head (#2184)
James Elliott
2021-04-13
fix(handlers): logout redirection validation (#1908)
James Elliott
2021-03-14
test(suites): short mode skip suites testing (#1823)
James Elliott
2021-03-05
perf(authorizer): preload access control lists (#1640)
James Elliott
2021-02-12
fix(web): improve 2fa enrollment process (#1706)
Amir Zarrinkafsh
2020-05-27
[CI] Add PathPrefix integration test suite (#1052)
Amir Zarrinkafsh
2020-05-02
[CI] Add godot linter (#958)
Amir Zarrinkafsh
2020-04-05
[MISC] Update durations to notation format and housekeeping (#824)
James Elliott
2020-02-05
[FIX] Redirect to default URL after 1FA when default policy is one_factor. (#...
Clément Michaud
2020-01-19
Encode URL set to rd parameter. (#559)
Clément Michaud
2020-01-17
Build docker image upfront in CI and use it in integration tests. (#555)
Clément Michaud
2019-12-24
Rename org from clems4ever to authelia
Amir Zarrinkafsh
2019-12-08
Allow administrator to provide a Google Analytics tracking ID.
Clement Michaud
2019-12-06
Be able to run scenarii in isolation for each suite.
Clement Michaud
2019-12-05
Rewrite and fix remaining suites in Go.
Clement Michaud
2019-11-17
Move source code into internal directory to follow standard project layout.
Clement Michaud