summaryrefslogtreecommitdiff
path: root/internal/server/server.go
AgeCommit message (Expand)Author
2025-03-09feat(embed): make authelia embedable (#8841)James Elliott
2025-03-02test(i18n): validate i18n asset overrides (#8869)James Elliott
2025-03-01fix(i18n): lack of privacy policy message consistency (#8845)Brynn Crowley
2024-03-05feat: oauth2 authorization bearer (#6774)James Elliott
2023-12-27feat(configuration): unix socket listener subpath (#6463)James Elliott
2023-08-05docs: clarification about common configurations (#5785)James Elliott
2023-08-02test(configuration): add several scenarios (#5708)James Elliott
2023-05-30refactor: path from address (#5492)James Elliott
2023-05-09refactor(configuration): umask from query (#5416)James Elliott
2023-05-07feat(server): listen on unix sockets (#5038)James Elliott
2023-02-11refactor(commands): services (#4914)James Elliott
2023-01-03fix(server): errors not logged (#4682)James Elliott
2023-01-03perf(server): cached openapi document (#4674)James Elliott
2022-10-07refactor: adjust defaults (#4137)James Elliott
2022-09-10refactor(logging): implement common interfaces (#3994)James Elliott
2022-08-09refactor(server): use errgroup to supervise services (#3755)James Elliott
2022-06-14feat(metrics): implement prometheus metrics (#3234)James Elliott
2022-06-12fix(server): handled errors not logged correctly (#3507)James Elliott
2022-04-08fix(server): incorrect remote ip logged in error handler (#3139)James Elliott
2022-04-07feat(oidc): provide cors config including options handlers (#3005)James Elliott
2022-04-06build(deps): update module github.com/valyala/fasthttp to v1.35.0 (#3120)renovate[bot]
2022-04-05feat: implement mutual tls in the web server (#3065)Clément Michaud
2022-04-04feat(web): password reset custom url (#3111)James Elliott
2022-04-04feat(web): i18n asset overrides (#3040)James Elliott
2022-04-04fix(server): respond with 404/405 appropriately (#3087)James Elliott
2022-04-03refactor(handlers): ppolicy (#3103)James Elliott
2022-03-28fix(web): show appropriate default and available methods (#2999)James Elliott
2022-03-25fix(server): healthcheck ipv6 format is invalid (#3055)James Elliott
2022-03-13fix(configuration): remember me duration disabled impossible (#2997)James Elliott
2022-03-03feat: webauthn (#2707)James Elliott
2022-03-02refactor(configuration): utilize time duration decode hook (#2938)James Elliott
2022-02-07fix(server): use of inconsistent methods for determining origin (#2848)James Elliott
2022-01-21fix(middlewares): smart delay on reset password (#2767)James Elliott
2021-12-01feat(totp): algorithm and digits config (#2634)James Elliott
2021-12-01feat(duo): multi device selection (#2137)Philipp Staiger
2021-11-15feat: customizable static assets (#2597)Amir Zarrinkafsh
2021-10-10fix(server): provide correct scheme to templated files (#2486)James Elliott
2021-09-16fix(server): remove obselete memory check warning (#2380)Amir Zarrinkafsh
2021-08-11fix: include major in go.mod module directive (#2278)James Elliott
2021-08-10fix: oidc issuer path and strip path middleware (#2272)Amir Zarrinkafsh
2021-08-05refactor: configuration agnostic healthcheck (#2231)James Elliott
2021-08-03feat(configuration): replace viper with koanf (#2053)James Elliott
2021-08-02feat(configuration): replace several configuration options (#2209)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-06-01feat(configuration): add error and warn log levels (#2050)James Elliott
2021-05-05feature(oidc): add support for OpenID ConnectJames Elliott
2021-03-11fix(server): send 404 on missing api endpoints instead of 405 (#1806)James Elliott
2021-02-22feat: go:embed static assets (#1733)Amir Zarrinkafsh
2021-01-20[FEATURE] Add theme support (#1584)Amir Zarrinkafsh