authelia/web/src
Clément Michaud bc983ce9f5
fix: user is now redirected when authenticated (#2082)
* fix(handlers,web): user is now redirected when authenticated

Fix: #1788

* remove dead code and fix ci issues

* fix infinite loop in frontend

* fix issue with integration tests

* handle bot recommendation

* fix integration test & add dot to comment

* fix last integration test

* Update api/openapi.yml

Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>

* Update web/src/services/SafeRedirection.ts

Co-authored-by: Amir Zarrinkafsh <nightah@me.com>

* Update web/src/services/SafeRedirection.ts

Co-authored-by: Amir Zarrinkafsh <nightah@me.com>

* Update api/openapi.yml

* Update openapi.yml

* refactor: valid -> safe

* refactor: adjust merge conflicts

* Apply suggestions from code review

Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>

* fix: adjust test return messaging

Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2021-08-02 16:15:38 +10:00
..
assets/images [FEATURE] Add theme support (#1584) 2021-01-20 23:07:40 +11:00
components build(deps): update dependency @material-ui/core to v4.12.0 (#2157) 2021-07-07 09:10:31 +10:00
constants refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
hooks fix: user is now redirected when authenticated (#2082) 2021-08-02 16:15:38 +10:00
layouts refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
models refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
services fix: user is now redirected when authenticated (#2082) 2021-08-02 16:15:38 +10:00
themes build(deps): update dependency @material-ui/core to v4.12.0 (#2157) 2021-07-07 09:10:31 +10:00
utils refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
views fix: user is now redirected when authenticated (#2082) 2021-08-02 16:15:38 +10:00
App.test.tsx refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
App.tsx refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
index.css Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
index.tsx fix: user is now redirected when authenticated (#2082) 2021-08-02 16:15:38 +10:00
react-app-env.d.ts [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
serviceWorker.ts [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
setupTests.js [FEATURE] Add theme support (#1584) 2021-01-20 23:07:40 +11:00