Commit Graph
23 Commits
Author SHA1 Message Date
3653db3a6a Add the Client-side Input Validators for Stream Keys and the Admin Password (#2619)
* add the minimum stream key complexity rules on the client side

* add an admin password validator

* merge TextField and TextFieldAdmin components

* update Input Validators for Streak Keys and Admin Password

* fix a small regex typo

* code cleanup

* update Textfield and TextFieldWithSubmit

* Prettified Code!

* update the TextFieldWithSubmit component

* correct the admin password endpoind API

* refactor the Admin Password Input field and add a new boolean field for it

* refactor the Form Input field name from adminPassword to InputFieldPassword

* put password regex rules into config-constants.tsx

* regex constant typo fix

* change the boolean variable isAdminPwdField to hasComplexityRequirements

* fix a merge conflict

* Prettified Code!

---------

Co-authored-by: dorj222 <dorj222@users.noreply.github.com>
2023-03-02 21:20:53 -08:00
Jambaldorj OchirpurevandGitHub cb807f70cf Merge branch 'develop' into fix/ImplementPasswordRules 2023-03-01 14:11:50 +01:00
dorj222 f06325c11c fix a merge conflict 2023-03-01 13:58:07 +01:00
dorj222 63e25fae3f change the boolean variable isAdminPwdField to hasComplexityRequirements 2023-02-21 16:10:38 +01:00
Jambaldorj OchirpurevandGitHub b75c6a886a Random Stream Key Generator (#2690)
* add a new random stream key generator

* fix a typo
2023-02-07 17:17:04 -08:00
dorj222 1d535ea9b5 regex constant typo fix 2023-02-07 17:54:51 +01:00
dorj222 aa2504b354 put password regex rules into config-constants.tsx 2023-02-07 17:22:52 +01:00
dorj222 3711588909 refactor the Form Input field name from adminPassword to InputFieldPassword 2023-02-07 11:53:23 +01:00
dorj222 170f367538 refactor the Admin Password Input field and add a new boolean field for it 2023-02-07 11:41:51 +01:00
dorj222 c3caa0716f correct the admin password endpoind API 2023-02-05 15:45:16 +01:00
Jambaldorj OchirpurevandGitHub f94e61b14d Merge branch 'develop' into fix/ImplementPasswordRules 2023-02-05 11:12:05 +01:00
dorj222 ad40981668 update the TextFieldWithSubmit component 2023-02-01 10:19:29 +01:00
Jambaldorj OchirpurevandGitHub dd936b6605 Merge branch 'webv2' into fix/ImplementPasswordRules 2023-01-29 11:31:36 +01:00
dorj222 d5132cf2c1 update Textfield and TextFieldWithSubmit 2023-01-28 16:38:33 +01:00
dorj222 7920ec17a9 code cleanup 2023-01-25 17:06:39 +01:00
dorj222 1993eebc9f fix a small regex typo 2023-01-24 15:10:11 +01:00
dorj222 a5dfc2e03b update Input Validators for Streak Keys and Admin Password 2023-01-24 14:33:56 +01:00
dorj222 dd9f41fef6 merge TextField and TextFieldAdmin components 2023-01-23 15:34:59 +01:00
dorj222 90515f37b5 add an admin password validator 2023-01-19 11:58:36 +01:00
dorj222 52a720f2f8 add the minimum stream key complexity rules on the client side 2023-01-17 12:29:16 +01:00
Jambaldorj OchirpurevandGitHub 31a3868216 fix Notify Reminder Popup Design (#2529) 2022-12-29 12:04:28 -08:00
Jambaldorj OchirpurevandGitHub f8a481ff70 Fix/issue#2441 (#2443)
* fix the rendering issues related to More Info

* update

* update Chat Moderation Details component
2022-12-27 11:57:44 -08:00
cc81f2a68e Fix video config admin modal layout (#2414)
* update the UI of admin video config modal

* fix the Video Config UI

* Prettified Code!

* update the VideoVarientForm.tsx

* Prettified Code!

Co-authored-by: dorj222 <dorj222@users.noreply.github.com>
2022-12-07 16:15:38 -08:00