Gabe Kangas
8b07eb7457
Render chat messages that come over the socket
2022-05-03 13:01:50 -07:00
Gabe Kangas
15becc5121
Connect to websocket and start accepting messages
2022-05-02 22:13:36 -07:00
Gabe Kangas
a0354d6d49
Handle centralized app state and registration + chat history
2022-05-02 17:45:22 -07:00
Gabe Kangas
b590e4f765
Add button to test chat msgs being added
2022-05-01 22:51:57 -07:00
Gabe Kangas
6314ed8667
Add performant list componant for rendering chat messages
2022-05-01 20:56:11 -07:00
Gabe Kangas
4997c7c5ac
Fill out some more components + add application state enums
2022-04-29 15:10:13 -07:00
Gabe Kangas
e5d3b0e4ee
More blank components and stories to be filled in
2022-04-28 14:36:05 -07:00
Gabe Kangas
e0c073171d
Rename layout files
2022-04-28 12:57:51 -07:00
t1enne and GitHub
b90eadcb4e
restructured components folders and layout ( #1886 )
2022-04-28 09:54:33 -07:00
Gabe Kangas
91b0db9c2e
Add placeholder components to be worked on
2022-04-27 23:19:45 -07:00
Gabe Kangas
07c6faad60
Add basic player component
2022-04-26 19:29:13 -07:00
Gabe Kangas
15ca73a438
WIP VideoPoster
2022-04-26 13:50:14 -07:00
Gabe Kangas
e2e21d915b
Initial api requests + stores + basic layout
2022-04-25 23:10:07 -07:00
Gabe Kangas
79bfa0145f
Moved admin to /admin and created blank placeholder for v2 frontend
2022-04-25 15:54:37 -07:00
Gabe Kangas
55ce0c0869
Add some basic validation logic for form. Closes https://github.com/owncast/owncast/issues/1847
2022-04-24 18:44:32 -07:00
funkyhippo and GitHub
f625c31279
Fixes and enhancements to the client table. ( #468 )
...
* Fix sorting and order for name.
* Add the ability to sort display names.
* Remove no-unstable-nested-components rule.
* Use includes() rather than startsWith() for better 'searching' semantics.
2022-04-23 09:37:28 -07:00
Gabe Kangas
2621665f54
Layout updates to stream health stats and messages
2022-04-09 23:05:10 -07:00
Gabe Kangas
ad2f40810c
Close confirm popup on cancel. Closes https://github.com/owncast/owncast/issues/1809
2022-04-04 14:18:58 -07:00
Gabe Kangas
299b7ff6de
Display the representation % of players in metrics
2022-03-27 16:28:14 -07:00
Gabe Kangas
65efdb91b9
Add stream health overview component
2022-03-24 23:21:57 -07:00
Gabe Kangas and GitHub
8ad2240247
Mange outbound notification settings ( #458 )
...
* ActivityPub admin pages for configuration
* Fix dev build
* Add support for requiring follow approval. Closes https://github.com/owncast/owncast/issues/1208
* Point at admin version of followers endpoint
* Add setting for toggling displaying fediverse engagement in admin. https://github.com/owncast/owncast/issues/1404
* Add instance URL textfield to federation config and disable federation if it is empty
* If instance URL is not https disable federation
* Tweak federation toggle text. Make go live message optional
* Add federation info modal. Closes https://github.com/owncast/owncast/issues/1544
* Add support for blocked federated domains. For https://github.com/owncast/owncast/issues/1209
* Simplify fediverse post input
* Add placeholder Fediverse icon
* Tweak federation logo in admin menu. Closes https://github.com/owncast/owncast/issues/1603
* Add global button for composing a fediverse post.
Closes https://github.com/owncast/owncast/issues/1610
* Federation -> Social
* Add page for listing federated actions. Closes https://github.com/owncast/owncast/issues/1573
* Auto-close social post modal after success
* Make user modal action buttons look nicer
* Center and reduce width and center count column. Closes https://github.com/owncast/owncast/issues/1580
* Update the followers table to be clearer
* Fix exception thrown when passing undefined
* Disable federation settings if feature is disabled
* Update enable social modal. For https://github.com/owncast/owncast/issues/1594
* Fix type props
* Quiet, linter
* Move compose button to the left
* Add tooltip for compose button
* Add NSFW toggle to federation config. Closes https://github.com/owncast/owncast/issues/1628
* Add support for blocking/removing followers. For https://github.com/owncast/owncast/issues/1630
* Allow editing the server url field even when federation is disabled
* Continue to update the copy around the social features
* Use relative path to action images. Fixes https://github.com/owncast/owncast/issues/1646
* Link IRIs and make action verbse present tense
* Update caniuse
* Notifications configuration UI
* Remove twilio add email notifications
* WIP email support
* Add support for managing twitter notifications
* Mark fields as passwords
* Continued WIP
* Post merge cleanup
* Cleanup
* Remove email config. Handle disabled notifications state
* Remove email related components
* Remove email related settings properties
2022-03-23 08:57:09 -07:00
Gabe Kangas
a367b1dd07
Remove support for SVG logos. Closes https://github.com/owncast/owncast/issues/1773
2022-03-17 14:54:05 -07:00
Gabe Kangas and GitHub
1ce2ee398c
Admin UI for playback metrics. For https://github.com/owncast/owncast/issues/793 ( #462 )
2022-03-16 17:54:34 -07:00
Lerk and GitHub
ae88a38acc
Add description and name for VideoToolbox codec ( #460 )
...
* add description and name for VideoToolbox codec
* fix typo
2022-03-15 00:05:46 -07:00
Gabe Kangas
e44f175350
Fix error thrown when renderinging without a value
2022-03-07 16:28:19 -08:00
Gabe Kangas
ebe5558d58
Fix error created by a non-menu item inside a menu
2022-03-07 15:59:58 -08:00
Gabe Kangas
57d100b9e8
Fix hidden social config
2022-03-07 14:41:30 -08:00
Gabe Kangas and GitHub
9c747f6b0f
Show notice on admin home encouraging people to enable social federation features. ( #447 )
...
* Show notice on admin home encouraging enabling social. Closes https://github.com/owncast/owncast/issues/1653
* Do not import unused icon
2022-03-07 00:08:57 -08:00
Gabe Kangas and GitHub
301e149a67
Add support for managing IP-based bans. For https://github.com/owncast/owncast/issues/1534 ( #434 )
2022-03-06 20:39:36 -08:00
Gabe Kangas and GitHub
17eca14be4
Add viewer details table. Closes https://github.com/owncast/owncast/issues/1477 ( #453 )
2022-03-06 17:39:52 -08:00
Gabe Kangas and GitHub
6cd1687916
Paginated actions & followers API usage ( #446 )
...
* Hide social config if disabled
* Use paginated APIs. For https://github.com/owncast/owncast/issues/1654
2022-03-06 17:24:01 -08:00
Gabe Kangas and GitHub
6f1ece7894
Add support for setting a socket override. https://github.com/owncast/owncast/issues/1378 ( #431 )
2022-03-06 17:12:37 -08:00
Gabe Kangas
6e471a1124
Remove trailing slash for copied rtmp url
2022-02-17 21:29:10 -08:00
Gabe Kangas
cee32fc732
Reset the send button after posting. Closes https://github.com/owncast/owncast/issues/1691
2022-01-20 20:11:37 -08:00
Gabe Kangas and GitHub
084a01fb02
Admin social features ( #408 )
...
* ActivityPub admin pages for configuration
* Fix dev build
* Add support for requiring follow approval. Closes https://github.com/owncast/owncast/issues/1208
* Point at admin version of followers endpoint
* Add setting for toggling displaying fediverse engagement in admin. https://github.com/owncast/owncast/issues/1404
* Add instance URL textfield to federation config and disable federation if it is empty
* If instance URL is not https disable federation
* Tweak federation toggle text. Make go live message optional
* Add federation info modal. Closes https://github.com/owncast/owncast/issues/1544
* Add support for blocked federated domains. For https://github.com/owncast/owncast/issues/1209
* Simplify fediverse post input
* Add placeholder Fediverse icon
* Tweak federation logo in admin menu. Closes https://github.com/owncast/owncast/issues/1603
* Add global button for composing a fediverse post.
Closes https://github.com/owncast/owncast/issues/1610
* Federation -> Social
* Add page for listing federated actions. Closes https://github.com/owncast/owncast/issues/1573
* Auto-close social post modal after success
* Make user modal action buttons look nicer
* Center and reduce width and center count column. Closes https://github.com/owncast/owncast/issues/1580
* Update the followers table to be clearer
* Fix exception thrown when passing undefined
* Disable federation settings if feature is disabled
* Update enable social modal. For https://github.com/owncast/owncast/issues/1594
* Fix type props
* Quiet, linter
* Move compose button to the left
* Add tooltip for compose button
* Add NSFW toggle to federation config. Closes https://github.com/owncast/owncast/issues/1628
* Add support for blocking/removing followers. For https://github.com/owncast/owncast/issues/1630
* Allow editing the server url field even when federation is disabled
* Continue to update the copy around the social features
* Use relative path to action images. Fixes https://github.com/owncast/owncast/issues/1646
* Link IRIs and make action verbse present tense
* Update caniuse
2022-01-12 13:52:37 -08:00
030b936f05
feat: add option to save custom username suggestions ( #415 )
...
* 💄 add option to save custom username suggestions that shall be used instead of the docker style usernames.
* 🚸 add minimum of 10 usernames / update wording
* Prettified Code!
* 🚸 add message for the default name generator / indicate that no further action is required
Co-authored-by: jeyemwey <jeyemwey@users.noreply.github.com >
2022-01-12 10:17:14 -08:00
Gabe Kangas
62daceaa9b
Cleanup to support next update
2021-12-06 18:01:30 -08:00
Gabe Kangas
59f0fce728
Storage -> S3 Storage. Closes https://github.com/owncast/owncast/issues/1459
2021-11-15 12:22:45 -08:00
Gabe Kangas
7a712a7ae3
Add friendly name and description for h264_omx. Fixes https://github.com/owncast/owncast/issues/1521
2021-11-11 14:53:15 -08:00
Gabe Kangas
81c159e265
Don't require using next Image tag
2021-11-10 21:49:31 -08:00
e2b0faa0dd
Add a recommendation in the admin to add a second, lower quality if only one is set ( #356 )
...
* ✨ add recommendation box if only one, high-quality video variant is set (#1491 )
Related to: https://github.com/owncast/owncast/issues/1491
* Prettified Code!
* Tweak the alert text slightly
Co-authored-by: jeyemwey <jeyemwey@users.noreply.github.com >
Co-authored-by: Gabe Kangas <gabek@real-ity.com >
2021-11-03 14:09:47 -07:00
Gabe Kangas and GitHub
24cb1ed0f1
Add ability to set a user as a moderator via the admin ( #355 )
...
* Add moderators
* Remove passing unused prop
* Fix linter not running
2021-11-02 17:06:46 -07:00
gabek and GitHub Action
c0c5784954
Prettified Code!
2021-10-29 00:34:07 +00:00
Artur Angiel and GitHub
9b7835e71e
#1495 Path-style S3 compatibile URLs implemented ( #346 )
...
* #1495 Path-style S3 compatibile URLs implemented
https://github.com/owncast/owncast/issues/1495
It gives ability to use S3 compatibile providers that doesn't
support virtual-host-style URLs (i.e. Oracle Cloud Object Storage)
* https://github.com/owncast/owncast/issues/1495 Renaming rest of 'pathBased' to 'forcePathStyle'
2021-10-28 17:33:32 -07:00
Joshua T and GitHub
4661cb67aa
Move offline-notice component to components dir ( #331 )
2021-10-13 18:44:07 -07:00
Sy Tran Dung and GitHub
92c79ced92
Bump react-markdown from 6.0.3 to 7.0.1 ( #313 )
2021-09-21 13:46:40 -07:00
Meisam and GitHub
9589c8e11a
rename the "Disable chat" switch to a simple "Chat" ( #286 )
...
* change chat config lable
* reverse the chat enable UI
* add reversed to toggle switch props
2021-09-10 15:08:15 -07:00
Gabe Kangas
b7552d9bc1
Dedupe name list
2021-08-17 17:38:10 -07:00
Gabe Kangas
e3eda87719
Auto-expand utilities menu when upgrade is available. Closes https://github.com/owncast/owncast/issues/1299
2021-08-12 23:46:24 -07:00
6ce927a854
Update the "Forbidden usernames" UI ( #259 )
...
* Add new component for adding/removing forbidden name strings. Closes https://github.com/owncast/owncast/issues/1230
* make editing string styling shareable and consistent with tag editor
* Prettified Code!
Co-authored-by: gingervitis <omqmail@gmail.com >
Co-authored-by: gingervitis <gingervitis@users.noreply.github.com >
2021-07-25 22:12:50 -07:00