authelia/web/src
Amir Zarrinkafsh 106c9032ad
[CI] Fix development workflow (#1465)
Since merging #1135 and utilising Go templating to enable/disable the rememeber me and password reset features these have stopped working in the development workflow.
During frontend development if someone wants to modify these values they should modify the `.env.development` file accordingly.
2020-11-16 20:58:29 +11:00
..
assets/images Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
components [MISC] Disable auto capitalization of username field on mobile (#1435) 2020-11-09 14:04:44 +11:00
hooks [MISC] (deps): Bump react-scripts from 3.4.4 to 4.0.0 in /web (#1403) 2020-11-07 13:06:18 +11:00
layouts [MISC] (deps): Bump react-scripts from 3.4.4 to 4.0.0 in /web (#1403) 2020-11-07 13:06:18 +11:00
models [MISC] Template global config and refactor some /api endpoints (#1135) 2020-06-21 15:40:37 +02:00
services [DEV] Fix webpack for development workflow (#1163) 2020-07-01 17:16:08 +10:00
utils [CI] Fix development workflow (#1465) 2020-11-16 20:58:29 +11:00
views [BUGFIX] Fix re-rendering callbacks (#1445) 2020-11-11 14:51:42 +11:00
App.test.tsx Add first unit tests to frontend components. 2019-12-05 11:05:24 +01:00
App.tsx [DEV] Fix webpack for development workflow (#1163) 2020-07-01 17:16:08 +10:00
Routes.ts [FIX] Redirect to default URL after 1FA when default policy is one_factor. (#611) 2020-02-05 08:18:02 +11:00
constants.ts [FEATURE] Allow Authelia to listen on a specified path (#1027) 2020-05-21 12:20:55 +10:00
index.css Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
index.tsx [DEV] Fix webpack for development workflow (#1163) 2020-07-01 17:16:08 +10:00
react-app-env.d.ts [BUGFIX] Fix paths for embedded media assets (#1150) 2020-06-24 09:37:49 +10:00
serviceWorker.ts Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
setupTests.js [CI] Fix development workflow (#1465) 2020-11-16 20:58:29 +11:00