Commit Graph
2839 Commits
Author SHA1 Message Date
Owncast 29ee692b06 Commit screenshots 2023-03-11 04:14:40 +00:00
32f8c06390 fix: #2779 - strip trailing slash on s3 endpoint (#2788)
Co-authored-by: thisProjects <wibbet@wobbet.com>
2023-03-10 14:05:54 -08:00
renovate[bot]andGitHub 203db8aae4 fix(deps): update dependency @codemirror/lang-css to v6.1.0 2023-03-10 06:50:28 +00:00
Owncast 6d4f97b0e5 Commit screenshots 2023-03-10 04:19:56 +00:00
renovate[bot]andGitHub da7e521183 fix(deps): update dependency slate-react to v0.91.9 2023-03-09 23:25:39 +00:00
renovate[bot]andGitHub 5d155d7f23 chore(deps): update typescript-eslint monorepo to v5.54.1 2023-03-09 17:54:21 +00:00
renovate[bot]andGitHub 36a78ec7b3 chore(deps): update dependency eslint-config-prettier to v8.7.0 2023-03-09 12:06:37 +00:00
Gabe Kangas a3e10152c8 Additional difThreshold tweaks for UI tests comparison 2023-03-09 02:40:18 -08:00
Owncast 6214f2543d Commit screenshots 2023-03-09 04:10:38 +00:00
renovate[bot]andGitHub 673f6561d4 fix(deps): update dependency ua-parser-js to v1.0.34 2023-03-09 00:00:54 +00:00
Dhanu SaputraandGitHub 7e7d655615 Corner radius slider no longer slides (#2784)
* Corner radius slider no longer slides

* revert

* add optional chaining
2023-03-08 15:00:10 -08:00
Gabe Kangas b5cc183a3c Continue to bump diff threshold so UI tests do not register as changed 2023-03-08 14:49:50 -08:00
Pranav JoglekarandGitHub e80db09ab1 fix: Prevent color selector from closing on choosing a color (#2783)
* improv: wrap ColorPicker in memo to prevent unnecessary rerenders

* improv appearance: wrap updateColor in useCallback to prevent unnecessary rerenders due to changing reference to the func

* improv: define ColorCollection Component as top level, and modify it to prevent unnecessary rerenders
2023-03-08 12:13:57 -08:00
Owncast cb7cfbe648 Commit screenshots 2023-03-08 04:10:47 +00:00
renovate[bot]andGitHub ee5eca109e Update dependency picmo to v5.8.1 2023-03-07 23:36:53 +00:00
renovate[bot]andGitHub 274800ce80 Update dependency slate-react to v0.91.8 2023-03-07 15:02:20 +00:00
renovate[bot]andGitHub 8ce4d57c46 Update dependency @types/node to v18.14.6 2023-03-07 07:00:26 +00:00
Owncast e64e5b366c Commit screenshots 2023-03-07 04:10:25 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
50903e3fc6 Lock file maintenance (#2780)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-06 09:02:32 -08:00
renovate[bot]andGitHub deea1e4cff Update dependency @types/node to v18.14.5 2023-03-06 05:30:46 +00:00
Pranav JoglekarandGitHub f6a2e8d3a2 UI: Make the Admin menu sidebar colors on hover consistent (#2778)
* ui: overwrite default antd menu-item hover colors for consistency

* ui fix: make the hover color of icon and text consistent in admin sidebar

* fix: make the 'followers'  menuitem icon consistent with other sidebar icons
2023-03-05 20:46:31 -08:00
Owncast febfa0917f Commit screenshots 2023-03-06 04:12:08 +00:00
Gabe Kangas aa05ad6369 Fix loading state when chat is disabled in mobile. Closes #2753 2023-03-05 17:47:59 -08:00
gabekandGitHub Action 699dd0cca5 Prettified Code! 2023-03-06 00:27:55 +00:00
Gabe Kangas c6a352b4e2 Fix admin logo not being a circle. Closes #2766 2023-03-05 16:26:40 -08:00
Gabe Kangas d2cae250f5 Make number input fields have correct background color. Closes #2768 2023-03-05 16:13:07 -08:00
Dhanu SaputraandGitHub ccd78c3c4d Chat join message for users with moderator flag is misaligned (#2774) 2023-03-05 15:59:31 -08:00
Jacob WrennandGitHub 4291c881ff fixes #1946 (#2776) 2023-03-05 15:37:29 -08:00
renovate[bot]andGitHub 3bf7c402b5 Update dependency @types/node to v18.14.4 2023-03-05 09:19:25 +00:00
Owncast ebd71ed895 Commit screenshots 2023-03-05 04:20:25 +00:00
renovate[bot]andGitHub a728215154 Update dependency recoil to v0.7.7 2023-03-05 00:32:02 +00:00
renovate[bot]andGitHub 9da34953e4 Update nextjs monorepo to v13.2.3 2023-03-04 12:40:15 +00:00
Gabe Kangas c4f057eded Make testing for moderator state centralized in User class 2023-03-03 21:55:02 -08:00
Owncast e5dee5d258 Commit screenshots 2023-03-04 04:10:38 +00:00
Gabe Kangas 1536e4a04d Show moderator message mid-chat session. Closes #2762 2023-03-03 19:49:58 -08:00
3629f318e8 removed timers from component in favor of css transition (#2769)
* removed timers from component in favor of css transition

* removed semibold text

---------

Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2023-03-03 15:25:22 -08:00
Gabe Kangas 5b1f36c314 Revert "Add the Client-side Input Validators for Stream Keys and the Admin Password (#2619)"
This reverts commit 3653db3a6a.
2023-03-03 14:43:56 -08:00
renovate[bot]andGitHub c47fd8d090 Update dependency slate-react to v0.91.7 2023-03-03 06:42:11 +00:00
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
Owncast e3a63606eb Commit screenshots 2023-03-03 04:42:01 +00:00
renovate[bot]andGitHub 4796d53b78 Update typescript-eslint monorepo to v5.54.0 2023-03-02 22:48:39 +00:00
Dhanu SaputraandGitHub 819c5ccaf4 Admin chat users list have unreadable white color (#2765) 2023-03-02 08:53:37 -08:00
renovate[bot]andGitHub d4dabb2412 Update dependency slate-react to v0.91.6 2023-03-02 06:19:32 +00:00
Owncast 1961dbba94 Commit screenshots 2023-03-02 04:10:12 +00:00
Gabe Kangas d8fb2d5d79 Pass correct id param. Closes #2756 2023-03-01 17:58:32 -08:00
Gabe Kangas 4a0476b237 Add support for disabled chat state in the chat input field. Closes #2761 2023-03-01 16:22:10 -08:00
renovate[bot]andGitHub 6431cc1175 Update dependency @types/node to v18.14.2 2023-03-01 21:00:06 +00:00
renovate[bot]andGitHub 8cb8ca8366 Update dependency xstate to v4.37.0 2023-03-01 14:27:40 +00:00
dorj222andGitHub Action c3ed3c1eed Prettified Code! 2023-03-01 13:12:39 +00:00
Jambaldorj OchirpurevandGitHub cb807f70cf Merge branch 'develop' into fix/ImplementPasswordRules 2023-03-01 14:11:50 +01:00