Commit graph

2944 commits

Author SHA1 Message Date
Gabe Kangas
777da508ed
fix(chat): fix chat not using the correct messages selector. (#3180)
* fix(chat): fix chat not using the correct messages selector. Closes #3166

* fix(chat): initial state was incorrect when hiding/showing messages
2023-07-17 20:48:59 +00:00
renovate[bot]
d67354f590
chore(deps): update dependency eslint-config-next to v13.4.10 (#3184)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-17 11:36:46 -07:00
renovate[bot]
ac3bfb3449
fix(deps): update dependency sharp to v0.32.3 2023-07-17 14:35:58 +00:00
renovate[bot]
a4838f9b80 chore(deps): lock file maintenance 2023-07-17 09:30:17 +00:00
Owncast
4cad99f7cc Commit screenshots 2023-07-17 04:11:29 +00:00
Gabe Kangas
d43c2be44a
fix(admin): display year for user tables if not current year. Closes #3175 2023-07-16 16:46:35 -07:00
Gabe Kangas
4790880c19
fix(admin): save appearanceVariables to admin global config state. Fixes #3170 2023-07-16 16:34:37 -07:00
Gabe Kangas
670eae10db
fix(admin): maybe help with firefox+service workers? Re: #3097 2023-07-16 16:22:35 -07:00
renovate[bot]
b9331301c7
chore(deps): update dependency @types/react to v18.2.15 2023-07-16 17:56:24 +00:00
renovate[bot]
3f065e139b
chore(deps): update dependency knip to v2.15.5 2023-07-16 06:15:50 +00:00
Owncast
efa166fcb0 Commit screenshots 2023-07-16 04:20:27 +00:00
renovate[bot]
20079c026f
chore(deps): update dependency knip to v2.15.4 2023-07-15 21:49:46 +00:00
renovate[bot]
bae81324dd
chore(deps): update dependency @babel/core to v7.22.9 2023-07-15 18:43:31 +00:00
janWilejan
585d6e1f04
Bump next to 13.4.10 (#3177) 2023-07-15 18:38:36 +00:00
renovate[bot]
7a5b4e223d
fix(deps): update dependency xstate to v4.38.1 2023-07-15 10:58:58 +00:00
renovate[bot]
df061de2cb
fix(deps): update dependency react-virtuoso to v4.4.0 2023-07-15 06:18:24 +00:00
Owncast
1feb394787 Commit screenshots 2023-07-15 04:10:59 +00:00
renovate[bot]
8a4aec8b32
chore(deps): update dependency knip to v2.15.2 2023-07-14 21:24:27 +00:00
janWilejan
8148f74736
Unhide dropdown in Viewer Info page (#3173)
Co-authored-by: janWilejan <>
2023-07-14 09:28:56 -07:00
renovate[bot]
0f7bb5384b
fix(deps): update dependency sharp to v0.32.2 2023-07-14 11:32:01 +00:00
renovate[bot]
87532a540a
chore(deps): update typescript-eslint monorepo to v5.62.0 2023-07-14 07:09:20 +00:00
Owncast
045a34f8b2 Commit screenshots 2023-07-14 04:10:32 +00:00
renovate[bot]
4d430478f6
chore(deps): update dependency knip to v2.15.1 2023-07-14 00:26:29 +00:00
renovate[bot]
cc324374cd
chore(deps): update dependency cypress to v12.17.1 2023-07-13 22:29:30 +00:00
renovate[bot]
2614eaab64
chore(deps): update dependency @types/jest to v29.5.3 2023-07-13 20:32:57 +00:00
janWilejan
e15e2dc47c
Fix deprecated antd dropdown warnings (#3171)
* Fix deprecated antd dropdown warnings
2023-07-13 20:28:12 +00:00
janWilejan
14baef4e36
remove excess resize event listeners (#3169)
We add a resize handler to the window when the ChatContainer is created. If a
second ChatContainer is created due to React redrawing, remove the old handler.

Co-authored-by: janWilejan <>
2023-07-13 12:36:21 -07:00
Owncast
34b531b214 Commit screenshots 2023-07-13 04:10:39 +00:00
renovate[bot]
abbb4f05c0
fix(deps): update dependency @fontsource/poppins to v5.0.5 2023-07-12 04:17:10 +00:00
Owncast
a8aa37478d Commit screenshots 2023-07-12 04:11:36 +00:00
janWilejan
f889113526
change overflow behaviour in chat input (#3167)
Firefox only breaks at word boundaries by default, meaning we need a horizontal
scrollbar to handle long words like AAAAAAAAAAAAAAAAAAAAAAAAAAAAA.

Co-authored-by: janWilejan <>
2023-07-11 13:13:04 -07:00
janWilejan
101174f71e
replace margins with padding in the chat container (#3165)
Virtuoso can't calculate the size of elements that have margins. This causes
strange behaviour with scrolling in chat.

Co-authored-by: janWilejan <>
2023-07-11 13:07:58 -07:00
John Regan
3f65099910
Name change: better unicode handling (#3164)
* Name change: better unicode handling

Client-side:

* Changes the NameChangeModal to show text "Over limit" when a proposed display
name is too long.

* Allows names to go over limit to prevent splitting graphemes on input.

Server-side:

* Changes the MakeSafeStringOfLength to count number of unicode code points
instead of string bytes.

* name modal: check that newName is defined before iterating
2023-07-11 10:44:09 -07:00
John Regan
056bd9f152
contenteditable: remove warning about unknown property onContentChange (#3161) 2023-07-10 23:02:07 -07:00
janWilejan
3f4887020d
Add resize handle to chat (#3157)
* add resize handle to chat

* Add chat resize functionality

* window resize only causes chat resize on desktop

* fix parseFloat invocation

* desktop is optional attribute of ChatContainer

---------

Co-authored-by: janWilejan <>
2023-07-10 23:00:28 -07:00
Owncast
c92f58df2e Commit screenshots 2023-07-11 04:10:58 +00:00
John Regan
a663f8ec34
replace grapheme-splitter with graphemer (updated fork) (#3160) 2023-07-10 16:13:40 -07:00
renovate[bot]
52ffc266f8
chore(deps): update dependency babel-loader to v9.1.3 2023-07-10 17:55:36 +00:00
renovate[bot]
e047c3bd18 chore(deps): lock file maintenance 2023-07-10 09:06:32 +00:00
Owncast
5ef717b5db Commit screenshots 2023-07-10 04:11:31 +00:00
renovate[bot]
00ebacb3d0
fix(deps): update nextjs monorepo to v13.4.9 (#3148)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-09 18:31:40 -07:00
Dev Gupta
d107a3386c
Update ActionButtonRow.module.scss (#3156) 2023-07-09 18:08:02 -07:00
janWilejan
2d72935564
change chat from a sidebar to a column (#3113)
* change chat from a sidebar to a column

Using a 2-column layout prevents the chat scrollbar from overlapping the page
scrollbar. Also, it no longer needs to calculate extra padding for elements.

* remove unused Sidebar.tsx

* fix css for chat column

* re-center "Go to last message" button

* main content column always uses maximum height

* lint

* re-hide scrollbars in mainContent on chromium

* fix chat column width when input is over-full

* chat is only fixed-width in desktop

---------

Co-authored-by: janWilejan <>
2023-07-09 14:07:35 -07:00
John Regan
c132d82645
simpler chatbox (#3146) 2023-07-09 13:42:03 -07:00
renovate[bot]
b0ebf9e9d0
chore(deps): update dependency stylelint-config-standard to v34 (#3144)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-09 13:04:19 -07:00
janWilejan
d09031faeb
Increase width of volume slider to 100px (#3155)
Co-authored-by: janWilejan <>
2023-07-09 12:50:04 -07:00
Gabe Kangas
40de64fffe
chore: add support for exporting our colors as Swift files 2023-07-09 12:43:04 -07:00
renovate[bot]
a64d7fb7d6
chore(deps): update dependency cypress to v12.17.0 2023-07-09 15:59:41 +00:00
renovate[bot]
9a62ddf2fa
chore(deps): update dependency @babel/core to v7.22.8 2023-07-09 12:53:13 +00:00
Owncast
873f2f37db Commit screenshots 2023-07-09 04:11:23 +00:00
renovate[bot]
91b6d4581c
chore(deps): update dependency npm to v9.8.0 2023-07-08 21:59:05 +00:00
Owncast
f248defcaf Commit screenshots 2023-07-08 04:10:34 +00:00
dependabot[bot]
0f9a5e9a1e
Bump stylelint from 15.10.0 to 15.10.1 in /web (#3151)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.10.0 to 15.10.1.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.10.0...15.10.1)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-07 16:38:59 -07:00
renovate[bot]
9babe96887
fix(deps): update dependency react-hotkeys-hook to v4.4.1 2023-07-07 13:50:09 +00:00
renovate[bot]
6d8de93456
chore(deps): update dependency @babel/core to v7.22.6 2023-07-07 10:51:04 +00:00
Owncast
867decab0e Commit screenshots 2023-07-07 04:31:31 +00:00
renovate[bot]
b2788e76bc
fix(deps): update dependency @fontsource/poppins to v5.0.4 2023-07-06 23:27:49 +00:00
renovate[bot]
a05df21084
chore(deps): update typescript-eslint monorepo to v5.61.0 2023-07-06 19:55:27 +00:00
John Regan
58bc3ac173
emoji: display native emoji simiarly to custom (#3147) 2023-07-06 12:47:38 -07:00
janWilejan
185123dab2
fail silently when no codces are found (#3142)
Co-authored-by: janWilejan <>
2023-07-05 21:41:50 -07:00
Owncast
f2d9d407c3 Commit screenshots 2023-07-06 04:10:24 +00:00
Gabe Kangas
9288837f9d
fix(admin): fix custom emoji imgs being rendered with odd size. Fixes #3126 2023-07-05 17:58:24 -07:00
John Regan
46ca5223f9
Chat wire protocol (#3125)
* core: remove file extension from emoji name

* web: transform emotes to labels when sending

* chat: replace br with line break

* core: implement emoji cache

* chat: send shortcodes for custom emoji

* chat: correct esling errors

* core: move emoji injection into dedicated function

* emoji: integrate emoji into markdown renderer, fix formatting

* chat protocol: correct golangci-lint findings

* chat field: specify that the contentEditable is an HTMLElement

* admin: mention that emoji should have unique names

* Prettified Code!

* regenerate pack-lock

* chat: correct the emphasis tag, provide fallback for other elements

---------

Co-authored-by: jprjr <jprjr@users.noreply.github.com>
2023-07-05 17:25:47 -07:00
Gabe Kangas
dc2c46e2a4
fix(ui): fix for exception when chat is disabled. Closes #3138 2023-07-05 14:02:39 -07:00
janWilejan
74ad8d5e18
Fix chat flicker / Usernames collapse in order (#3135)
Co-authored-by: janWilejan <>
2023-07-05 11:51:16 -07:00
John Regan
5c07e3ced6
highlighting: make case-insensitive, support unicode (#3137)
* highlighting: make case-insensitive, support unicode

* highlighting: also highlight simplified/normalized form

* highlighting: use MDN-recommended escape pattern
2023-07-05 11:23:39 -07:00
Owncast
1c7a7b88b5 Commit screenshots 2023-07-05 04:09:49 +00:00
Gabe Kangas
65d52072d4
fix(chat): reposition chat loading spinner 2023-07-04 16:11:54 -07:00
Gabe Kangas
00a5fb8dc8
fix: pass username and instance url to external actions. Fixes #3130 2023-07-04 12:14:21 -07:00
Gabe Kangas
5876c7cfbb
fix(ui): simplify modal loading ui state 2023-07-04 12:11:27 -07:00
renovate[bot]
372a025ed0
chore(deps): update dependency eslint to v8.44.0 2023-07-04 14:46:55 +00:00
Owncast
294a79a665 Commit screenshots 2023-07-04 04:09:55 +00:00
renovate[bot]
e170123d0c
chore(deps): update dependency @types/node to v18.16.19 2023-07-04 00:48:24 +00:00
renovate[bot]
bd8f4452dc
chore(deps): update dependency stylelint-config-standard-scss to v10 (#3128)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-03 17:42:20 -07:00
renovate[bot]
13173f532e
fix(deps): update dependency antd to v4.24.12 2023-07-03 16:14:59 +00:00
renovate[bot]
7b2b4a525d
chore(deps): update dependency ts-jest to v29.1.1 2023-07-03 12:37:18 +00:00
renovate[bot]
4347bd8963
chore(deps): update dependency mermaid to v10.2.4 2023-07-03 11:31:46 +00:00
Owncast
7abac469d5 Commit screenshots 2023-07-03 04:11:16 +00:00
Owncast
e23ff64362 Commit screenshots 2023-07-02 04:10:30 +00:00
Owncast
0a50b02bd2 Commit screenshots 2023-07-01 04:10:25 +00:00
John Regan
bf1ccf21d2
chat: simplify input handling (#3124)
* chat: simplify input handling

Removes the cursor save/restore functionality.

Removes most key handling.

Allows message to go over limit.

Moves the message length check into SendMessage.

Changes the chat input to change to the max style only when over the limit,
rather than at the limit. Makes it apparent that something is wrong.

Fixes #3121

* Prettified Code!

---------

Co-authored-by: jprjr <jprjr@users.noreply.github.com>
2023-06-30 12:22:01 -07:00
renovate[bot]
4bec812a9f
chore(deps): update dependency cypress to v12.16.0 2023-06-30 14:00:38 +00:00
renovate[bot]
bd6c44396b
fix(deps): update dependency antd to v4.24.11 2023-06-30 10:39:09 +00:00
renovate[bot]
1c381fc4bf
fix(deps): update dependency @uiw/react-codemirror to v4.21.7 2023-06-30 07:27:56 +00:00
Owncast
23b431c3d0 Commit screenshots 2023-06-30 04:10:19 +00:00
Gabe Kangas
bcd08633b4
fix(chat): simplify emoji + char count handling. Closes #3120 2023-06-29 20:35:53 -07:00
Gabe Kangas
f1bde962cc
feat(admin): auto-expand news item if there is only one 2023-06-29 19:37:52 -07:00
renovate[bot]
127853dcdf
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.21.7 2023-06-29 22:51:13 +00:00
renovate[bot]
2b2a8298ec
chore(deps): update typescript-eslint monorepo to v5.60.1 2023-06-29 18:48:32 +00:00
renovate[bot]
6c60424c77
chore(deps): update dependency knip to v2.14.3 2023-06-29 16:38:37 +00:00
renovate[bot]
4266583d67
fix(deps): update dependency xstate to v4.38.0 2023-06-29 04:44:51 +00:00
Owncast
bfb3cf2bf2 Commit screenshots 2023-06-29 04:10:12 +00:00
renovate[bot]
88b453c168
fix(deps): update dependency @uiw/react-codemirror to v4.21.5 2023-06-28 22:28:48 +00:00
Dev Gupta
d973d1ac38
Update Sidebar.tsx (#3119) 2023-06-28 12:16:10 -07:00
Gabe Kangas
b1a8f712c0
fix(embed): leave room for status bar in video embed. Closes #3104 2023-06-28 10:13:24 -07:00
janWilejan
ce724fa073
username of repeat chat messages is display:none (#3101)
users who want to show repeat usernames can inject the following CSS:
[class^="ChatUserMessage_repeatUser"]{display:flex !important;}

Co-authored-by: janWilejan <>
2023-06-28 09:58:07 -07:00
Gabe Kangas
6805a7c1db
feat(ui): more improvements to initial loading state 2023-06-28 07:53:06 -07:00
renovate[bot]
739ddd6487
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.21.5 2023-06-28 06:00:01 +00:00
Gabe Kangas
d60289c8bc
feat(ui): improve loading state 2023-06-27 22:52:23 -07:00
Owncast
ac8f9b3945 Commit screenshots 2023-06-28 04:10:46 +00:00
Gabe Kangas
0fd18cf889
fix: split out styles into two style tags. Should help #2989 2023-06-27 17:44:09 -07:00
Gabe Kangas
e7f464a10f
fix(ui): fix not being able to disable browser notifications. Closes #3115 2023-06-27 16:40:35 -07:00
Gabe Kangas
1ea9a548e1
fix(ui): fallback to an empty array. Closes #3116 2023-06-27 16:19:16 -07:00
Gabe Kangas
1f755cb0ba
fix(chat): do not allow chat scrolling to impact page scrolling. Closes #3109 2023-06-27 16:11:07 -07:00
Gabe Kangas
1d6877d3ef
fix(admin): fix error displaying and do not allow deleting of the last stream key. Closes #3114 2023-06-27 16:08:07 -07:00
Gabe Kangas
02811ef37e
feat(chat): preload and cache the custom emoji. Closes #3117 2023-06-27 15:48:16 -07:00
Gabe Kangas
a354787a9e
feat(chat): support line breaks and pasted content. Closes #3108 2023-06-27 14:51:01 -07:00
renovate[bot]
35023f20df
chore(deps): update dependency stylelint to v15.9.0 2023-06-27 17:49:26 +00:00
renovate[bot]
cfcd7d2a65
chore(deps): update dependency knip to v2.14.2 2023-06-27 14:57:15 +00:00
renovate[bot]
fb2379c1be
fix(deps): update dependency react-virtuoso to v4.3.11 2023-06-27 11:48:29 +00:00
renovate[bot]
72e9404717
fix(deps): update dependency picmo to v5.8.5 2023-06-27 07:20:58 +00:00
renovate[bot]
ff7642a50f
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.21.4 2023-06-27 04:41:15 +00:00
Owncast
ab47015397 Commit screenshots 2023-06-27 04:12:36 +00:00
renovate[bot]
2766aace44
fix(deps): update dependency @uiw/react-codemirror to v4.21.4 2023-06-26 21:49:12 +00:00
renovate[bot]
4ae071b3ab
chore(deps): update dependency @types/react to v18.2.14 2023-06-26 18:45:19 +00:00
Gabe Kangas
d33f117a82
fix(chat): fix missing alt tags on custom emoji. Closes #3106 2023-06-26 11:38:10 -07:00
renovate[bot]
b7c5e75f19
fix(deps): update codemirror 2023-06-26 16:46:57 +00:00
janWilejan
7930747cbb
Fix highlight in video quality selection menu (#3102)
Also removed dead code in video quality selection menu.
Also 'minimize latency (experimental)' button is no longer renamed when pressed
(it is now highlighted when enabled).

Co-authored-by: janWilejan <>
2023-06-26 09:40:28 -07:00
janWilejan
c563742856
Chat popup (#3098)
* add pop out chat button

* add button to close chat popup

* chat is hidden on main interface when a popup chat is open

* NameChangeEvent renames clients with the given id

if you have two or more owncast windows (or pop-out chats) open, changing your
name in 1 client is reflected in all clients.

* replace isChatVisible booleans with chatState enum

* update stories to use ChatState

* fix build tests

---------

Co-authored-by: janWilejan <>
2023-06-26 09:00:27 -07:00
Owncast
fca85a4a42 Commit screenshots 2023-06-26 04:10:35 +00:00
renovate[bot]
9903174ad1
chore(deps): update dependency chromatic to v6.19.9 2023-06-25 17:22:51 +00:00
renovate[bot]
23bf5c3bc5
fix(deps): update nextjs monorepo to v13.4.7 2023-06-25 05:16:58 +00:00
Owncast
17f1967eff Commit screenshots 2023-06-25 04:10:14 +00:00
renovate[bot]
585aff1889
chore(deps): update dependency sass to v1.63.6 2023-06-24 23:05:04 +00:00
renovate[bot]
f36841194b
chore(deps): update dependency npm to v9.7.2 2023-06-24 19:42:42 +00:00
renovate[bot]
51a6a7c95a
chore(deps): update dependency sass to v1.63.5 2023-06-24 04:44:49 +00:00
Owncast
f6c855312d Commit screenshots 2023-06-24 04:10:24 +00:00
janWilejan
e752934fd5
fix TitleNotifier crash (#3100)
rare chance of crashing when using ReactRefresh with an empty chat

Co-authored-by: janWilejan <>
2023-06-23 19:12:34 -07:00
renovate[bot]
0ad9b6c9cd
chore(deps): update dependency @storybook/testing-library to v0.2.0 2023-06-23 21:57:46 +00:00
renovate[bot]
d5bb88c2cc
chore(deps): update dependency cypress to v12.15.0 2023-06-23 18:38:52 +00:00
Owncast
093b9dc087 Commit screenshots 2023-06-23 04:11:02 +00:00
renovate[bot]
068afa1b61
chore(deps): update typescript-eslint monorepo to v5.60.0 2023-06-22 20:09:48 +00:00
Gabe Kangas
06adee2bc2
fix(chat): restore placeholder value to what it was before 2023-06-22 09:48:26 -07:00
renovate[bot]
7c92482e7c
chore(deps): update dependency @types/react to v18.2.13 2023-06-22 13:49:50 +00:00
Owncast
974e4d8879 Commit screenshots 2023-06-22 04:11:16 +00:00
Gabe Kangas
742131695c
fix(tests): ignore stylint packages 2023-06-21 14:40:29 -07:00
Gabe Kangas
7924a561b2
fix(chat): update scroll to bottom button text color 2023-06-21 14:26:57 -07:00
Owncast
3eacb5e8d3 Commit screenshots 2023-06-21 04:17:37 +00:00
Gabe Kangas
ccb9b5d075
chore: run stylelint on our css files 2023-06-20 20:58:00 -07:00
Gabe Kangas
9a4b19068f
chore(tests): add stylelint config 2023-06-20 20:51:37 -07:00
Gabe Kangas
0e13bd143e
fix(chat): set cursor for chat input field 2023-06-20 20:51:36 -07:00
Gabe Kangas
fb5cb10aa2
fix(ui): set description value to action button title 2023-06-20 20:25:17 -07:00
Gabe Kangas
ad814a8802
fix(chat): refactor chat input to not use slatejs. Closes #3094 2023-06-20 17:06:24 -07:00
renovate[bot]
02347593a8
fix(deps): update dependency slate-react to v0.97.0 2023-06-20 09:41:42 +00:00
Owncast
04cfc6ea4f Commit screenshots 2023-06-20 04:10:14 +00:00
Gabe Kangas
8862d5d6ef
Remove unused default exports 2023-06-19 18:32:56 -07:00
renovate[bot]
7b68af1765
chore(deps): lock file maintenance (#3095)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-19 18:26:08 -07:00
renovate[bot]
3950dfa1f5
chore(deps): update dependency eslint to v8.43.0 2023-06-19 23:25:55 +00:00
renovate[bot]
3d4743d9b9
chore(deps): update dependency chromatic to v6.19.8 2023-06-19 18:36:24 +00:00
Owncast
3a7915566a Commit screenshots 2023-06-19 04:10:54 +00:00
renovate[bot]
6f2a4b0c2b
fix(deps): update nextjs monorepo to v13.4.6 2023-06-19 02:18:19 +00:00
Owncast
bb0324d303 Commit screenshots 2023-06-18 04:10:52 +00:00
renovate[bot]
9b247f734a
chore(deps): update dependency chromatic to v6.19.7 2023-06-17 19:55:10 +00:00
renovate[bot]
252ce67ccc
chore(deps): update dependency sass to v1.63.4 2023-06-17 06:40:45 +00:00
Owncast
d1e8f5e9d6 Commit screenshots 2023-06-17 04:09:50 +00:00
renovate[bot]
aae801060f
fix(deps): update dependency slate-react to v0.96.0 2023-06-16 17:14:13 +00:00
renovate[bot]
0ee674f127
chore(deps): update dependency chromatic to v6.19.5 2023-06-16 12:03:37 +00:00
renovate[bot]
ab8b84574d
chore(deps): update dependency @types/node to v18.16.18 2023-06-16 08:43:05 +00:00
Owncast
e8acab63db Commit screenshots 2023-06-16 04:10:48 +00:00
renovate[bot]
58126d5912
chore(deps): update typescript-eslint monorepo to v5.59.11 2023-06-15 21:14:08 +00:00
renovate[bot]
0a845dbc9c
chore(deps): update dependency @types/react to v18.2.12 2023-06-15 19:42:48 +00:00
renovate[bot]
e5c1938e34
fix(deps): update dependency @uiw/react-codemirror to v4.21.3 2023-06-15 17:54:40 +00:00
renovate[bot]
3a347c1b03
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.21.3 2023-06-15 12:48:08 +00:00
Gabe Kangas
a86049729e
fix(chat): enable tld validation in autolinking and add online to accepted tlds 2023-06-15 05:41:19 -07:00
renovate[bot]
f7cd508922
chore(deps): update dependency npm to v9.7.1 2023-06-15 07:12:26 +00:00
renovate[bot]
1c6f768312
chore(deps): update dependency cypress to v12.14.0 2023-06-15 04:36:56 +00:00
renovate[bot]
41c7b77f8c
fix(deps): update nextjs monorepo to v13.4.5 2023-06-15 00:19:46 +00:00
renovate[bot]
09b56f9998
fix(deps): update fontsource monorepo to v5.0.3 2023-06-14 21:51:53 +00:00
Gabe Kangas
8a3bae4c30
fix(mobile): bottom section not filling width. Closes #3073 2023-06-14 13:31:18 -07:00
renovate[bot]
83159aea54
fix(deps): update dependency react-virtuoso to v4.3.10 2023-06-14 14:22:02 +00:00
renovate[bot]
015bd75a4a
fix(deps): update dependency react-error-boundary to v4.0.10 2023-06-14 10:03:41 +00:00
renovate[bot]
4739a5f57d
chore(deps): update dependency mermaid to v10.2.3 2023-06-14 03:45:35 +00:00
renovate[bot]
a4e443ee3d
chore(deps): update dependency html-webpack-plugin to v5.5.3 2023-06-14 02:35:00 +00:00
Yusuke
7fc5857d4c
Fix path for image open meta tag #3075. (#3087)
* Commit updated API documentation

* Fix content path used for meta tags.

TT:#3075

* Fix lint for go code.

TT:#3075

* Revert docs/api/index.html

TT:#3075

---------

Co-authored-by: Owncast <owncast@owncast.online>
2023-06-13 19:28:35 -07:00
renovate[bot]
dd83fb984f
chore(deps): update dependency @types/react to v18.2.11 2023-06-13 21:34:16 +00:00
renovate[bot]
bbd13be90a
chore(deps): update dependency sass-loader to v13.3.2 2023-06-13 12:51:10 +00:00
renovate[bot]
68936e7772
chore(deps): update dependency @types/react to v18.2.10 2023-06-13 10:20:32 +00:00
renovate[bot]
9e65c04e54
chore(deps): update dependency @types/node to v18.16.17 2023-06-13 05:59:54 +00:00
Mohib Khan
6fa576a04a
feat: close modal after name change (#3084)
* feat: close modal after name change

* refactor: shortened modal name

* fix: added a no-op for NameChangeModal storybook
2023-06-12 22:54:12 -07:00
Owncast
f616f02be3 Commit screenshots 2023-06-13 04:11:19 +00:00
Gabe Kangas
58f2d09815
fix(chat): try to improve auto scroll to bottom. Closes #3029 2023-06-12 15:47:41 -07:00
renovate[bot]
03e8b172c4
chore(deps): update dependency sass to v1.63.3 2023-06-12 18:08:32 +00:00
renovate[bot]
41bbbb2653
chore(deps): update dependency html-webpack-plugin to v5.5.2 2023-06-12 15:02:48 +00:00
renovate[bot]
3e4efe69b6
chore(deps): update dependency less-loader to v11.1.3 2023-06-12 00:28:46 +00:00
renovate[bot]
944a1e8888
chore(deps): update dependency @babel/core to v7.22.5 2023-06-11 19:34:14 +00:00
renovate[bot]
5861169a6b
fix(deps): update dependency react-virtuoso to v4.3.9 2023-06-11 09:34:15 +00:00
renovate[bot]
669be1154c
chore(deps): update dependency chromatic to v6.18.2 2023-06-11 07:52:06 +00:00
renovate[bot]
9b3b7183d5
chore(deps): update dependency sass to v1.63.2 2023-06-11 03:30:22 +00:00
renovate[bot]
788e1c9c62
chore(deps): update dependency @types/react to v18.2.9 2023-06-10 22:20:54 +00:00
renovate[bot]
117d4dfec7
fix(deps): update dependency @uiw/react-codemirror to v4.21.2 2023-06-10 09:16:09 +00:00
renovate[bot]
8b6c47fb86
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.21.2 2023-06-10 06:09:10 +00:00
renovate[bot]
f422500b46 fix(deps): update dependency @uiw/react-codemirror to v4.21.1 2023-06-09 23:24:36 +00:00
renovate[bot]
c17649d112
chore(deps): update typescript-eslint monorepo to v5.59.9 2023-06-08 20:23:45 +00:00
renovate[bot]
4f6cf65725
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.21.1 2023-06-08 16:15:07 +00:00
renovate[bot]
1cb8a927f4
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.21.0 2023-06-08 11:19:06 +00:00
Owncast
e01213b945 Commit screenshots 2023-06-08 04:14:30 +00:00
renovate[bot]
b7e616d8aa
fix(deps): update dependency @uiw/react-codemirror to v4.20.4 2023-06-07 11:17:53 +00:00
renovate[bot]
d0ce2d6c39
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.20.4 2023-06-07 04:35:53 +00:00
Owncast
a546e1a6d7 Commit screenshots 2023-06-07 04:11:04 +00:00
renovate[bot]
fa66c72298
chore(deps): update dependency eslint to v8.42.0 2023-06-06 09:26:53 +00:00
renovate[bot]
56e10d99fe
fix(deps): update dependency @uiw/react-codemirror to v4.20.3 2023-06-06 04:42:14 +00:00
Gabe Kangas
d7ed23e153
Merge branch 'gek/ios-browser-notifications' into develop 2023-06-05 21:35:20 -07:00
Owncast
97e7142267 Commit screenshots 2023-06-06 04:20:17 +00:00
Gabe Kangas
447ab10738
feat: add ios specific push notification instructions
Closes #2992
2023-06-05 21:01:51 -07:00
renovate[bot]
9d5482adf6
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.20.3 2023-06-06 00:49:27 +00:00
Yusuke
c4cd2d8472
Fix NotifyReminderPopup warning #3034. (#3068)
* Fix NotifyReminderPopup warning.

TT:#3034

* Revert web/components/action-buttons/NotifyButton.tsx

* Add div tag to make the children recognized as plain html element.

TT: #3034
2023-06-05 17:39:27 -07:00
Gabe Kangas
cc953f154e
fix(admin): fix typo causing established chat mode display bug. Closes #3070 2023-06-05 16:47:08 -07:00
Gabe Kangas
aef81eec4c
fix: remove unused duplicate version string 2023-06-05 15:22:24 -07:00
Gabe Kangas
10ec2afb04
chore(deps): remove webpack-deadcode-plugin in favor of knip 2023-06-05 14:35:40 -07:00
renovate[bot]
3fe0784114
fix(deps): update workbox monorepo to v7 (#3059)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-05 11:01:09 -07:00
Gabe Kangas
07db73b084
fix(ui): set offline banner color to be static palette white 2023-06-05 08:55:21 -07:00
renovate[bot]
330f4bf0f2 chore(deps): lock file maintenance 2023-06-05 10:27:42 +00:00
Owncast
bcc5462f04 Commit screenshots 2023-06-05 04:10:24 +00:00
renovate[bot]
bd49840bc0
chore(deps): update dependency @types/react to v18.2.8 2023-06-04 21:54:58 +00:00
Owncast
790f69a865 Commit screenshots 2023-06-04 04:14:55 +00:00
renovate[bot]
8cc144b811
chore(deps): update dependency less-loader to v11.1.2 2023-06-03 19:56:47 +00:00
renovate[bot]
4993c53c05
chore(deps): update dependency chromatic to v6.18.0 2023-06-03 04:19:34 +00:00
Owncast
f1de80cd74 Commit screenshots 2023-06-03 04:10:05 +00:00
Gabe Kangas
2046e4999f
feat(chat): decrease msg collapse timeout + add spacing. Closes #3062 2023-06-02 19:48:07 -07:00
renovate[bot]
8a2fbd0c6e
fix(deps): update dependency @fontsource/poppins to v5.0.2 2023-06-02 22:49:51 +00:00
renovate[bot]
a4f984e7d1
fix(deps): update dependency slate-react to v0.95.0 (#3065)
* fix(deps): update dependency slate-react to v0.95.0

* fix: slate requires prop name change

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2023-06-02 11:44:44 -07:00
Tung Bui (Leo)
6976b0ddb8
fix(admin): Broken link to the stream health page (#3064) 2023-06-02 11:15:01 -07:00
Owncast
a63c9ff20e Commit screenshots 2023-06-02 04:11:42 +00:00
renovate[bot]
0f9f339a96
chore(deps): update typescript-eslint monorepo to v5.59.8 2023-06-01 18:29:03 +00:00
Owncast
3f79c59cbc Commit screenshots 2023-06-01 04:19:02 +00:00
Gabe Kangas
6b6baae0ca
fix(ui): set explicit background for collapse item headers. Closes #3010 2023-05-31 17:01:31 -07:00
Gabe Kangas
6d30de19f6
fix(chat): cleanup of moderator flag check 2023-05-31 16:54:30 -07:00
Gabe Kangas
401c7c8bca
feat(admin): storage secret to be a password field. Closes #3013 2023-05-31 15:18:51 -07:00
Gabe Kangas
924223328c
fix(chat): tweak layouts of chat user badges. Closes #3009 2023-05-31 14:53:13 -07:00
renovate[bot]
aace677e0a
fix(deps): update dependency next-with-less to v3.0.1 2023-05-31 21:01:00 +00:00
Gabe Kangas
71703f2245
fix(chat): fix bot status not showing. Closes #3046 2023-05-31 13:54:03 -07:00
renovate[bot]
465ded857f
chore(deps): update dependency sass-loader to v13.3.1 2023-05-31 10:42:57 +00:00
renovate[bot]
4d83c1288b
chore(deps): update dependency css-loader to v6.8.1 2023-05-31 05:51:39 +00:00
renovate[bot]
56e33aa9d6
chore(deps): update dependency less-loader to v11.1.1 (#3057)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-30 22:46:33 -07:00
Owncast
56a2f5aaab Commit screenshots 2023-05-31 04:23:14 +00:00
renovate[bot]
a0cd1c2466
chore(deps): update dependency css-loader to v6.8.0 2023-05-30 23:25:37 +00:00
Gabe Kangas
cd458630ec
Support using the custom video serving endpoint even if you don't use object storage (#2924)
* feat(video): refactor video serving endpoint

It can now be used without an object storage provider. Closes #2785

* fix: remove debug log
2023-05-30 14:05:24 -07:00
renovate[bot]
9459a6d722 chore(deps): update nextjs monorepo to v13.4.4 2023-05-30 20:44:00 +00:00
Abhishek Gupta
0ff30d44e4
fix: hide latency card for admin if latency is 0 (#3047)
* hide latency card for admin if latency is 0

* Prettified Code!

---------

Co-authored-by: abhipanorian <abhipanorian@users.noreply.github.com>
2023-05-30 11:33:30 -07:00
Gabe Kangas
15dc718e61
feat: add support for robots.txt disabling search indexing (#2929)
* feat: add support for robots.txt

Can toggle disabling search engine indexing. Closes #2684

* fix: unexport ts const
2023-05-30 11:09:51 -07:00
renovate[bot]
20a684ec29
fix(deps): update dependency next-with-less to v3 (#3050)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-30 10:32:13 -07:00
Owncast
ee799e7623 Commit screenshots 2023-05-30 04:11:59 +00:00
renovate[bot]
d3a495b0cd
chore(deps): update dependency @types/node to v18.16.16 2023-05-29 21:46:37 +00:00
renovate[bot]
1daead52e5
chore(deps): update dependency @babel/core to v7.22.1 2023-05-29 18:14:37 +00:00
renovate[bot]
03ac467acf
chore(deps): lock file maintenance (#3055)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-29 08:19:15 -07:00
renovate[bot]
1544ad3b2f
chore(deps): update dependency @babel/core to v7.22.0 2023-05-29 13:55:41 +00:00
renovate[bot]
7e38ac7738
fix(deps): update dependency yaml to v2.3.1 2023-05-29 10:45:09 +00:00
renovate[bot]
c06f7d2a94 chore(deps): lock file maintenance 2023-05-29 08:40:31 +00:00
Owncast
788a74a1a4 Commit screenshots 2023-05-29 04:10:15 +00:00
renovate[bot]
5d89db6d15
chore(deps): update dependency @types/node to v18.16.15 2023-05-28 20:47:19 +00:00