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