Commit graph

5466 commits

Author SHA1 Message Date
Owncast
91d110ae4f Bundle embedded web app 2023-03-08 03:18:40 +00:00
renovate[bot]
ee5eca109e
Update dependency picmo to v5.8.1 2023-03-07 23:36:53 +00:00
renovate[bot]
92d2eeb793
Update module github.com/microcosm-cc/bluemonday to v1.0.23 2023-03-07 21:00:24 +00:00
Owncast
f167f3760a Bundle embedded web app 2023-03-07 18:09:00 +00:00
renovate[bot]
274800ce80
Update dependency slate-react to v0.91.8 2023-03-07 15:02:20 +00:00
Owncast
1b6e15fc83 Bundle embedded web app 2023-03-07 10:24:28 +00:00
renovate[bot]
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
Owncast
a460ec8c2c Bundle embedded web app 2023-03-06 17:07:07 +00:00
renovate[bot]
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
Owncast
5927dc89d4 Bundle embedded web app 2023-03-06 09:04:08 +00:00
renovate[bot]
deea1e4cff
Update dependency @types/node to v18.14.5 2023-03-06 05:30:46 +00:00
Owncast
000256cea3 Bundle embedded web app 2023-03-06 04:49:48 +00:00
Pranav Joglekar
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
Owncast
6a414f12e7 Bundle embedded web app 2023-03-06 01:51:56 +00:00
Gabe Kangas
aa05ad6369
Fix loading state when chat is disabled in mobile. Closes #2753 2023-03-05 17:47:59 -08:00
Owncast
8e186c7c88 Bundle embedded web app 2023-03-06 00:30:34 +00:00
gabek
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
Owncast
02058d4cdb Bundle embedded web app 2023-03-06 00:17:17 +00:00
Gabe Kangas
d2cae250f5
Make number input fields have correct background color. Closes #2768 2023-03-05 16:13:07 -08:00
Owncast
1793a55440 Bundle embedded web app 2023-03-06 00:03:39 +00:00
Dhanu Saputra
ccd78c3c4d
Chat join message for users with moderator flag is misaligned (#2774) 2023-03-05 15:59:31 -08:00
Owncast
4420f821ae Bundle embedded web app 2023-03-05 23:40:55 +00:00
Jacob Wrenn
4291c881ff
fixes #1946 (#2776) 2023-03-05 15:37:29 -08:00
Owncast
45e18db28a Bundle embedded web app 2023-03-05 11:22:20 +00:00
renovate[bot]
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
Owncast
2bc4b6ab39 Bundle embedded web app 2023-03-05 03:34:04 +00:00
renovate[bot]
a728215154
Update dependency recoil to v0.7.7 2023-03-05 00:32:02 +00:00
Owncast
ab2acb2ac7 Bundle embedded web app 2023-03-04 17:19:39 +00:00
renovate[bot]
9da34953e4
Update nextjs monorepo to v13.2.3 2023-03-04 12:40:15 +00:00
Owncast
2150b59f95 Bundle embedded web app 2023-03-04 05:59:28 +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
Owncast
bcbc196741 Bundle embedded web app 2023-03-04 03:54:23 +00:00
Gabe Kangas
1536e4a04d
Show moderator message mid-chat session. Closes #2762 2023-03-03 19:49:58 -08:00
Owncast
a714b8a881 Bundle embedded web app 2023-03-03 23:29:36 +00:00
Naz
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
Owncast
cd2cd55549 Bundle embedded web app 2023-03-03 22:48:51 +00: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
Owncast
d3282c3b1a Bundle embedded web app 2023-03-03 12:10:56 +00:00
renovate[bot]
c47fd8d090
Update dependency slate-react to v0.91.7 2023-03-03 06:42:11 +00:00
Owncast
a72942903a Bundle embedded web app 2023-03-03 05:24:12 +00:00
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
Owncast
e3a63606eb Commit screenshots 2023-03-03 04:42:01 +00:00
Owncast
bc125f4a17 Bundle embedded web app 2023-03-03 02:43:17 +00:00
renovate[bot]
4796d53b78
Update typescript-eslint monorepo to v5.54.0 2023-03-02 22:48:39 +00:00
Owncast
9b0093cbed Bundle embedded web app 2023-03-02 16:57:00 +00:00