authelia/internal/handlers
James Elliott 5d1b840e2b
refactor: merge master and fix missing rebinds (#4404)
* build(deps): update module github.com/jackc/pgx/v5 to v5.1.0 (#4365)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs: add smkent as a contributor for code, design, and ideas (#4367)

* update README.md

* update .all-contributorsrc

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* build(deps): update module github.com/ory/fosite to v0.43.0 (#4269)

This updates fosite and refactors our usage out of compose.

* refactor(cmd): restrict bootstrap pnpm tasks to dev environment (#4370)

* build(deps): update alpine docker tag to v3.16.3 (#4362)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* build(deps): update module github.com/ory/x to v0.0.514 (#4368)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* refactor: sql formatting (#4371)

* refactor: sql spacing

* refactor editor config

* docs: clarify cloudflare docs (#4373)

* build(deps): update dependency @types/react-dom to v18.0.9 (#4379)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* build(deps): update typescript-eslint monorepo to v5.43.0 (#4380)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* build(deps): update dependency @types/jest to v29.2.3 (#4381)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* build(deps): update dependency esbuild to v0.15.14 (#4383)

* build(deps): update material-ui monorepo to v5.10.14 (#4385)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* build(deps): update dependency vite to v3.2.4 (#4386)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* build(deps): update font awesome to v6.2.1 (#4389)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* build(deps): update dependency typescript to v4.9.3 (#4390)

* docs: adjust issue templates (#4391)

* docs: adjust issue templates

* docs: adjust wording

* build(deps): update dependency jest-watch-typeahead to v2.2.1 (#4392)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* build(deps): update dependency i18next to v22.0.6 (#4395)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* build(deps): update github.com/duosecurity/duo_api_golang digest to 091daa0 (#4396)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* build(deps): update traefik docker tag to v2.9.5 (#4398)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* build(deps): update module github.com/jackc/pgx/v5 to v5.1.1 (#4400)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* build(deps): update mariadb docker tag to v10.10.2 (#4399)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* build(deps): update dependency eslint-plugin-react to v7.31.11 (#4401)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* build(deps): update dependency eslint to v8.28.0 (#4402)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(storage): schema inconsistency (#4262)

* fix: missing pg rebinds

* fix: refactoring issues

* fix: refactoring issues

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2022-11-19 17:42:03 +11:00
..
const.go feat: move webauthn device enrollment flow to new settings ui (#4376) 2022-11-19 16:48:47 +11:00
duo.go feat(duo): multi device selection (#2137) 2021-12-01 14:32:58 +11:00
handler_checks_safe_redirection.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
handler_checks_safe_redirection_test.go fix(server): incorrect remote ip logged in error handler (#3139) 2022-04-08 14:13:47 +10:00
handler_configuration.go fix(server): incorrect remote ip logged in error handler (#3139) 2022-04-08 14:13:47 +10:00
handler_configuration_password_policy.go feat(metrics): implement prometheus metrics (#3234) 2022-06-14 17:20:13 +10:00
handler_configuration_test.go refactor(configuration): remove ptr for duoapi and notifier (#3200) 2022-04-16 09:34:26 +10:00
handler_firstfactor.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
handler_firstfactor_test.go refactor: fix linter directives for go 1.19 and golangci-lint 1.48.0 (#3798) 2022-08-07 11:24:00 +10:00
handler_health.go fix(server): incorrect remote ip logged in error handler (#3139) 2022-04-08 14:13:47 +10:00
handler_jwks.go feat(oidc): provide cors config including options handlers (#3005) 2022-04-07 10:58:51 +10:00
handler_logout.go refactor: clean up uri checking functions (#3943) 2022-09-03 11:51:02 +10:00
handler_logout_test.go fix(server): incorrect remote ip logged in error handler (#3139) 2022-04-08 14:13:47 +10:00
handler_oauth_introspection.go refactor: merge master and fix missing rebinds (#4404) 2022-11-19 17:42:03 +11:00
handler_oauth_revocation.go refactor: merge master and fix missing rebinds (#4404) 2022-11-19 17:42:03 +11:00
handler_oidc_authorization.go refactor: merge master and fix missing rebinds (#4404) 2022-11-19 17:42:03 +11:00
handler_oidc_authorization_consent.go refactor: merge master and fix missing rebinds (#4404) 2022-11-19 17:42:03 +11:00
handler_oidc_authorization_consent_explicit.go refactor: merge master and fix missing rebinds (#4404) 2022-11-19 17:42:03 +11:00
handler_oidc_authorization_consent_implicit.go refactor: merge master and fix missing rebinds (#4404) 2022-11-19 17:42:03 +11:00
handler_oidc_authorization_consent_pre_configured.go refactor: merge master and fix missing rebinds (#4404) 2022-11-19 17:42:03 +11:00
handler_oidc_consent.go refactor: uuid parse bytes (#4311) 2022-11-01 10:31:13 +11:00
handler_oidc_token.go refactor: merge master and fix missing rebinds (#4404) 2022-11-19 17:42:03 +11:00
handler_oidc_userinfo.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
handler_oidc_wellknown.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
handler_register_duo_device.go fix(server): incorrect remote ip logged in error handler (#3139) 2022-04-08 14:13:47 +10:00
handler_register_duo_device_test.go fix(server): incorrect remote ip logged in error handler (#3139) 2022-04-08 14:13:47 +10:00
handler_register_totp.go fix(server): incorrect remote ip logged in error handler (#3139) 2022-04-08 14:13:47 +10:00
handler_register_webauthn.go feat: move webauthn device enrollment flow to new settings ui (#4376) 2022-11-19 16:48:47 +11:00
handler_reset_password_step1.go feat(metrics): implement prometheus metrics (#3234) 2022-06-14 17:20:13 +10:00
handler_reset_password_step2.go fix(notification): text emails not encoded properly (#3854) 2022-08-27 07:39:20 +10:00
handler_sign_duo.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
handler_sign_duo_test.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
handler_sign_totp.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
handler_sign_totp_test.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
handler_sign_webauthn.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
handler_state.go fix(server): incorrect remote ip logged in error handler (#3139) 2022-04-08 14:13:47 +10:00
handler_state_test.go refactor(middlewares): factorize responses (#3628) 2022-07-08 22:18:52 +10:00
handler_status.go feat(metrics): implement prometheus metrics (#3234) 2022-06-14 17:20:13 +10:00
handler_user_info.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
handler_user_info_test.go refactor(configuration): remove ptr for duoapi and notifier (#3200) 2022-04-16 09:34:26 +10:00
handler_user_totp.go fix(server): incorrect remote ip logged in error handler (#3139) 2022-04-08 14:13:47 +10:00
handler_verify.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
handler_verify_test.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
handler_webauthn_devices.go feat: move webauthn device enrollment flow to new settings ui (#4376) 2022-11-19 16:48:47 +11:00
oidc.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
oidc_test.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
response.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
types.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
util.go feat: envoy support (#3793) 2022-10-01 21:47:09 +10:00
webauthn.go refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
webauthn_test.go refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00