authelia/web/src
Amir Zarrinkafsh e43bc93047
[FEATURE] Add configurable display name to frontend (#1124)
* [FEATURE] Add configurable display name to frontend
This feature allows users with a LDAP backend to specify an attribute (default is "displayname") to retrieve a users name for the portal greeting.
Similarly for the file based backend a new required key "name" has been introduced.

This can also be used down the line with OIDC as a separate scope.

* Update references from Name to DisplayName
* Update compose bundles to include displayname refs
* Update LDAP automatic profile refresh
* Ensure display name is updated
* Fix bug which prevented trace logging for profile refresh to not trigger
2020-06-19 20:50:21 +10:00
..
assets/images Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
components [DEPRECATE] Remove Google Analytics (#1021) 2020-05-16 09:41:42 +10:00
hooks [FEATURE] Allow Authelia to listen on a specified path (#1027) 2020-05-21 12:20:55 +10:00
layouts [FIX] Layout discrepancy with U2F (#914) 2020-04-25 16:56:56 +02:00
models [FEATURE] Add configurable display name to frontend (#1124) 2020-06-19 20:50:21 +10:00
services [FEATURE] Add configurable display name to frontend (#1124) 2020-06-19 20:50:21 +10:00
utils Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
views [FEATURE] Add configurable display name to frontend (#1124) 2020-06-19 20:50:21 +10:00
App.test.tsx Add first unit tests to frontend components. 2019-12-05 11:05:24 +01:00
App.tsx [FEATURE] Allow Authelia to listen on a specified path (#1027) 2020-05-21 12:20:55 +10: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 Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
react-app-env.d.ts Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01: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
serviceWorker.ts Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
setupTests.js [FEATURE] Allow Authelia to listen on a specified path (#1027) 2020-05-21 12:20:55 +10:00