element-web/src/components/views/auth
J. Ryan Stinnett 1cbb4be6f7 Add support for validating more strictly at submit time
When submitting a form, we want to validate more strictly to check for empty
values that might be required. A separate mode is used since we want to ignore
this issue when visiting a field one by one to enter data.

As an example, we convert the pre-existing logic for the username requirement
using this new support.
2019-04-25 14:29:09 +01:00
..
AuthBody.js Add modal look to authentication flows 2019-01-22 20:44:49 -06:00
AuthFooter.js Add target="_blank" to links that don't have it 2019-01-24 16:19:18 +00:00
AuthHeader.js Move LanguageSelector to views 2019-01-23 16:14:03 -06:00
AuthHeaderLogo.js Extract auth header logo to new component 2019-01-22 22:41:10 -06:00
AuthPage.js Add modal look to authentication flows 2019-01-22 20:44:49 -06:00
CaptchaForm.js s/google.com/recaptcha.net/ as per https://developers.google.com/recaptcha/docs/faq#can-i-use-recaptcha-globally 2019-02-24 23:35:08 +00:00
CountryDropdown.js Remove span to regain explicit whitespace for country options 2019-03-08 10:03:51 +00:00
CustomServerDialog.js Add space to CustomServerDialog, format like riot-web variant 2019-01-28 21:51:05 -06:00
InteractiveAuthEntryComponents.js Remove old user and room settings 2019-02-04 13:40:21 -07:00
LanguageSelector.js Use mx_AuthBody prefix for consistency 2019-01-31 10:06:35 -06:00
ModularServerConfig.js Remove dead code tweaking server URLs on blur 2019-01-31 10:06:35 -06:00
PasswordLogin.js Convert uncontrolled Field usages to controlled 2019-03-12 16:17:21 +00:00
RegistrationForm.js Add support for validating more strictly at submit time 2019-04-25 14:29:09 +01:00
ServerConfig.js Remove validation demo code 2019-03-12 16:53:30 +00:00
ServerTypeSelector.js Rename Feather icon directory to feather-customised 2019-02-27 10:42:10 +00:00
Welcome.js Tweak embedded pages config name 2019-02-08 13:55:23 +00:00