owncast/web/utils
Jambaldorj Ochirpurev 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
..
alert-message-context.tsx Remove usage of the PropTypes dependency (#2723) 2023-02-22 09:21:00 -08:00
apis.ts Feature: emoji editor (#2411) 2022-12-12 08:40:43 -08:00
browserPushNotifications.ts Add working but unstyled notify registration modal 2022-05-29 22:08:57 -07:00
config-constants.tsx Add the Client-side Input Validators for Stream Keys and the Admin Password (#2619) 2023-03-02 21:20:53 -08:00
constants.js Merge remote-tracking branch 'origin/develop' into webv2 2022-07-11 21:21:07 -07:00
format.ts Add viewer details table. Closes https://github.com/owncast/owncast/issues/1477 (#453) 2022-03-06 17:39:52 -08:00
helpers.js Add action message type to chat. Closes #2226 2022-10-18 20:43:23 -07:00
hook-windowresize.tsx Fix web project build errors 2022-05-11 23:31:31 -07:00
images.ts wrap promise response in set timeout to keep local state in sync (#2531) 2022-12-29 13:19:23 -08:00
input-statuses.tsx Lazy load every instance of using ant icons. Closes #2583 2023-01-15 22:31:36 -08:00
localStorage.ts Wire up notify popup to hide/show at correct times. Closes #1911 2022-06-26 23:01:52 -07:00
no-link-referrer.ts Add to anchor rel attributes do not overwrite 2022-10-28 20:15:49 -07:00
server-status-context.tsx Do not support stream key UI or any persisted stream keys when overridden via cli flag. Closes #2749 2023-02-27 17:08:52 -08:00
urls.ts Fix default protocol validation list 2022-12-14 23:54:46 -08:00
validators.ts Add FediAuth modal 2022-09-08 21:44:52 -07:00