authelia/web/src
Amir Zarrinkafsh aa64d0c4e5
[FEATURE] Support MSAD password reset via unicodePwd attribute (#1460)
* Added `ActiveDirectory` suite for integration tests with Samba AD
* Updated documentation
* Minor styling refactor to suites
* Clean up LDAP user provisioning
* Fix Authelia home splash to reference correct link for webmail
* Add notification message for password complexity errors
* Add password complexity integration test
* Rename implementation default from rfc to custom
* add specific defaults for LDAP (activedirectory implementation)
* add docs to show the new defaults
* add docs explaining the importance of users filter
* add tests
* update instances of LDAP implementation names to use the new consts where applicable
* made the 'custom' case in the UpdatePassword method for the implementation switch the default case instead
* update config examples due to the new defaults
* apply changes from code review
* replace schema default name from MSAD to ActiveDirectory for consistency
* fix missing default for username_attribute
* replace test raising on empty username attribute with not raising on empty

Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2020-11-27 20:59:22 +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 [FEATURE] Support MSAD password reset via unicodePwd attribute (#1460) 2020-11-27 20:59:22 +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
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
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 [CI] Fix development workflow (#1465) 2020-11-16 20:58:29 +11:00