Meisam
7a1f9dcd9a
Don't allow people to set their instance name to an empty string (or only whitespace) ( #240 )
...
* make server name required
* prevent space-only instance name
* add useTrimLead to TextFieldProps
4 years ago
Gabe Kangas
caa170e4ef
Start new chat config sections
4 years ago
gabek
5371559c74
Prettified Code!
4 years ago
gingervitis
d0eb1446f3
fixes for various admin issues ( #181 )
...
* up max char count for variant name to fix https://github.com/owncast/owncast/issues/1037
* max widthing the line chart canvas size so it scales with the page.
fixes
- https://github.com/owncast/owncast/issues/842
- https://github.com/owncast/owncast/issues/1024
* A fix to make Storage Endpoint URL validation have better feedback.
- give the field a type of "url"
- give the field a pattern to check
- have native browser handle the validation
- if the field is invalid, use :invalid selector to turn the text red on blur.
fixes: https://github.com/owncast/owncast/issues/1000
* a fix for https://github.com/owncast/owncast/issues/874
* - fixes for https://github.com/owncast/owncast/issues/972
Add optional prop to text field to trim() whitespaces from field. Apply logic to mostly url fields.
- move textfield blur if invalid turn red to globaal
* - a fix for bug: https://github.com/owncast/owncast/issues/998
don't return null if platform name not found because its custom.
- clean up react key problem on socialhandles table
* fix react key issue on Actions table
* fix for https://github.com/owncast/owncast/issues/1008 to display 'other' field when editing an item not in predefined social list
* clean up other potential react key warnings
* Prettified Code!
Co-authored-by: gingervitis <gingervitis@users.noreply.github.com>
4 years ago
controlfreak
d50b58eb09
lower min vid rate re issue 989 ( #157 )
...
assuming no change required for gui slider on admin
4 years ago
gabek
bfe9858bb2
Prettified Code!
4 years ago
Gabe Kangas
09c50321c7
Rename disable chat to hide chat
4 years ago
Gabe Kangas
45b9d4fcfb
CPU Usage -> Hardware usage
4 years ago
Gabe Kangas
f04f385f2b
Start codec selection in admin
4 years ago
gingervitis
0efc09bb72
add textarea field for custom css ( #113 )
...
* add textarea field for custom css
* Prettified Code!
Co-authored-by: gingervitis <gingervitis@users.noreply.github.com>
4 years ago
Gabe Kangas
ea1ed11e72
Changing server url was resetting other updated fields ( #86 )
...
* changing url was resetting other fields. Closes https://github.com/owncast/owncast/issues/854
* specify config path for various instanceDetails fields instead
* fix react warning
Co-authored-by: gingervitis <omqmail@gmail.com>
4 years ago
nebunez
3031f8144e
Upload logo ( #54 )
...
* add upload component for logo
* - move upload logo functionlity to its own component
- style upload logo component
- display current logo from server
- implement submit button on logo updater, to submit new logo to api after update
- add some submit status indicator
* update edit-logo component
Logo now posts correctly to owncast api endpoint. This update includes file type
validation and removes the submit button, since the ant.d Upload component
already handles the post logic.
* remove submit-button style for logo upload
Co-authored-by: gingervitis <omqmail@gmail.com>
4 years ago
Gabe Kangas
195ac23bb2
Admin support for creating 3rd party external link actions ( #72 )
...
* WIP external actions
* Add comment
* Add support for external actions icons and colors
4 years ago
nebunez
b1256bcd08
implement custom welcome message ( #65 )
4 years ago
Gabe Kangas
8bac350f61
Add server setting to disable chat ( #61 )
...
* Add server setting to disable chat
* Prettified Code!
Co-authored-by: gabek <gabek@users.noreply.github.com>
4 years ago
Gabe Kangas
6669d9e425
Support setting a custom name for a stream output variant ( #64 )
...
* Display+set video stream output variant names
* Merge in admin updates
* Prettified Code!
* Fix build
* Prettified Code!
Co-authored-by: gabek <gabek@users.noreply.github.com>
4 years ago
gingervitis
49269dd175
Gw/videovariantfixes ( #53 )
...
* A fix for issue https://github.com/owncast/owncast/issues/770
- merge CPU slider functionality into main video variant form
- move slider constants into contants file for consistency and to reduce clutter on variant form file
* disable other forms and add a notice about vieo passthrough enabling
* Prettified Code!
* Tweak message text
* Prettified Code!
Co-authored-by: gingervitis <gingervitis@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
Co-authored-by: gabek <gabek@users.noreply.github.com>
4 years ago
Gabe Kangas
1e22371968
Tweak some wording about the directory
5 years ago
gingervitis
a122ee6c42
Admin css overhaul pt2 ( #19 )
...
* tweaks to offline state in admin viewers page
If stream is offline, hide current viewers statistic and viewers table.
Also, change wording for describing max viewers.
* take out ant dark stylesheet, organize ant color overrides
* remove ant dark css; cleanup ant overrides; format public-detail page
* combine toggleswitch component style with textfield so layout can be shared
* fix toggleswitch status message placement
* - update styles for modals, collapses
- move reset dir into its own component
- assorted style cleanups ans consistencies
* hide entire advanced section for resetyp if no yp
* temp adjustments to video modal
* temp comment out toggle switch use for later'
* address PR comments
* lint
* update type
* allow warnings during lint
Co-authored-by: nebunez <uoj2y7wak869@opayq.net>
5 years ago
Gabe Kangas
64b41c4a57
Update description to mention where the new logo is stored, data dir
5 years ago
Gabe Kangas
8ea0daab69
Add width+height resizing to variant settings. Closes https://github.com/owncast/owncast/issues/700
5 years ago
nebunez
a123967645
move components folder and fix build errors ( #18 )
...
* move components folder and fix build errors
Fixes https://github.com/owncast/owncast/issues/689
* Prettified Code!
Co-authored-by: nebunez <nebunez@users.noreply.github.com>
5 years ago
gingervitis
6d89fdf6c3
a fix for https://github.com/owncast/owncast/issues/691 (and some linting)
5 years ago
Gabe Kangas
5c99b124aa
Continue to add doc links, update copy, and tweak alert messages
5 years ago
gingervitis
7786c7e113
separate out styles for markdowneditor; convert mainlayout style module styles to just sass; add style to stream title editor in header;
5 years ago
Gabe Kangas
50b7425a03
Some missing renames when standardizing on the single name property
5 years ago
Gabe Kangas
7cc194bb2a
Remove username as a property. Simplify field names
5 years ago
Gabe Kangas
66f15ceaff
Add some info and directions to storage screen
5 years ago
gingervitis
3db97f1bec
streamkey field style update
5 years ago
gingervitis
7501cfc548
revise Storage forms, and add basic validation to it; misc field cleanup
5 years ago
gingervitis
67c160afdb
some prettifying ✨
5 years ago
Gabe Kangas
0c111c2c0b
Replace presets with cpu usage levels
5 years ago
gingervitis
97b2e00eee
ts cleanup on some config components
5 years ago
gingervitis
5f70c77458
refactor forms to not use ant Form component; split server and instance details forms into their own components
5 years ago
gingervitis
9ad9791931
edit and update social links in modal
5 years ago
gingervitis
c3547f189d
edit social handles in modal, wip
5 years ago
gingervitis
d1cc0dfd97
start on social links editing, wip
5 years ago
gingervitis
573d21d7e7
update segments editor to use new latency api
5 years ago
gingervitis
73dd084672
add segement slider editor
5 years ago
gingervitis
2ddce9b75a
get variant modal to submit to api and update values
5 years ago
gingervitis
4efc644955
update variant default source
5 years ago
gingervitis
8458849d88
form fields for video config modal
5 years ago
gingervitis
5ed73d7f6f
start video variant page; setup video variant table for modals wip; use dark theme as default
5 years ago
gingervitis
f385233109
add number checking
5 years ago
gingervitis
5f0d7480bb
clean up and style tweaks
5 years ago
gingervitis
19ae6205c5
have forms call predefine post function
5 years ago
gingervitis
c6e978f182
- start a README to document config admin later
...
- update constants
- add instanceUrl field to public details; if empty, then turn off yp.enabled.
- edit YP/Directory settings; hide if instanceUrl is empty
- update toggleswitch logic
5 years ago
gingervitis
c93aefa05d
edit tags section
5 years ago
gingervitis
624ab72eb3
start organizing nav; start on Tags editing
5 years ago
gingervitis
78db81a8eb
pass field resetter and initial values as props down to custom input element
5 years ago