authelia/web/src
James Elliott 1ba6effe6b
fix(web): broadcastchannel not supported on old safari (#4014)
This utilizes a wrapper around the BroadcastChannel API to handle browsers which don't properly support the API such as Safari prior to 10.4 and iOS prior to 10.4. Where possible it uses the native API.

Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2022-09-19 14:49:25 +10:00
..
assets/images fix(notification): text emails not encoded properly (#3854) 2022-08-27 07:39:20 +10:00
components ci: add eslint rule for sorting imports (#3858) 2022-08-18 19:13:10 +10:00
constants feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
hooks refactor(web): replace setinterval with broadcast channel (#3857) 2022-08-19 10:27:25 +10:00
i18n i18n: update translations (#3972) 2022-09-16 15:01:22 +10:00
layouts ci: add eslint rule for sorting imports (#3858) 2022-08-18 19:13:10 +10:00
models build(deps): update mui monorepo to v5.8.4 (major) (#3215) 2022-06-21 10:35:30 +10:00
services ci: add eslint rule for sorting imports (#3858) 2022-08-18 19:13:10 +10:00
themes build(deps): update mui monorepo to v5.8.4 (major) (#3215) 2022-06-21 10:35:30 +10:00
utils feat(web): password reset custom url (#3111) 2022-04-04 17:46:55 +10:00
views fix(web): broadcastchannel not supported on old safari (#4014) 2022-09-19 14:49:25 +10:00
App.test.tsx test(web): fix tests to conform to react18 (#3466) 2022-06-03 10:17:00 +10:00
App.tsx ci: add eslint rule for sorting imports (#3858) 2022-08-18 19:13:10 +10:00
index.css Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
index.tsx build(deps): update mui monorepo to v5.8.4 (major) (#3215) 2022-06-21 10:35:30 +10:00
serviceWorker.ts [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
setupTests.js feat(web): password reset custom url (#3111) 2022-04-04 17:46:55 +10:00