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