gabek
bcd46cee61
Prettified Code!
5 years ago
Meisam
a84aa72ee4
fix save button enable for acl/serving_endpoint ( #239 )
5 years ago
gabek
5676b38b98
Prettified Code!
5 years ago
Meisam
f64d06279d
Collapse news content in the admin home page ( #236 )
...
* use Collapse for news feed
* set url as the Panel key
5 years ago
gabek
c804fdc538
Prettified Code!
5 years ago
Gabe Kangas
caa170e4ef
Start new chat config sections
5 years ago
gabek
5371559c74
Prettified Code!
5 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>
5 years ago
controlfreak
ad3552f683
added seconds format for log ( #158 )
...
tested with stream connect disconnect all good
5 years ago
Gabe Kangas
9150fba317
Tweak latency message
5 years ago
gabek
158da79821
Prettified Code!
5 years ago
Gabe Kangas
7254a8ee09
Update latency levels
5 years ago
Gabe Kangas
d2145b5b62
Point to web page doc in css component
5 years ago
Gabe Kangas
01f3ab9a27
Add confirmation popup for codec selection. Closes https://github.com/owncast/owncast/issues/891
5 years ago
Gabe Kangas
2a5d8d37d0
Layout and text around codec selection
5 years ago
Gabe Kangas
cad99d9cb3
Tweak latency setting text
5 years ago
Gabe Kangas
dba1654807
Fix links
5 years ago
Gabe Kangas
f04f385f2b
Start codec selection in admin
5 years ago
Gabe Kangas
4794339b8a
Update charting libraries
5 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>
5 years ago
Gabe Kangas
810a8a7e3f
allow empty and/or missing news
5 years ago
Gabe Kangas
e87358aa5b
Force logo to re-load after uploading new image. Closes https://github.com/owncast/owncast/issues/894
5 years ago
Gabe Kangas
70f33b624f
Show loading spinner for news component
5 years ago
Gabe Kangas
a6fa16c1bf
Add key to ArticleItem list
5 years ago
gingervitis
2c86fa34fd
add news feed ( #99 )
...
* add news feed
* Prettified Code!
Co-authored-by: gingervitis <gingervitis@users.noreply.github.com>
5 years ago
Gabe Kangas
9602538098
Truncate url and limit width of social content ( #89 )
...
* Truncate and limit width of social list. closes https://github.com/owncast/owncast/issues/845
* Remove new class and allow text to wrap in existing css class
5 years ago
Gabe Kangas
e244111bbb
Fix broken urls. Closes https://github.com/owncast/owncast/issues/798
5 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>
5 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>
5 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
5 years ago
nebunez
b1256bcd08
implement custom welcome message ( #65 )
5 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>
5 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>
5 years ago
Gabe Kangas
88e659e8fb
Fix broken image
5 years ago
Gabe Kangas
6f6b4c0aa1
Fix thumbnail url
5 years ago
gabek
98b038e426
Prettified Code!
5 years ago
Gabe Kangas
f64699b379
Add source param to documentation links
5 years ago
gingervitis
7958fc6b32
fix react warning
5 years ago
gingervitis
a573898547
- address https://github.com/owncast/owncast/issues/780 to stop showing 'loading' on OK button when error is returned (applies for video variant modal and social icon modal)
...
- just use pre-exisiting const to render cpu table item
5 years ago
Gabe Kangas
55f5406e5f
Default empty width/height as 0 when cleared. Closes https://github.com/owncast/owncast/issues/781
5 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>
5 years ago
jeyemwey
9027814a0e
Prettified Code!
5 years ago
Jannik
a4748cfc33
fix: set thumbnail image to fixed size and fix label color
5 years ago
Bradley Hilton
5f1cacf093
Add targets to most of the doc links ( #50 )
...
* Add targets to most of the doc links. Should fix #49
* Prettified Code!
Co-authored-by: graywolf336 <graywolf336@users.noreply.github.com>
5 years ago
gabek
7da9a4dd08
Prettified Code!
5 years ago
Gabe Kangas
03df7fecba
Support passthrough in video settings + link to docs
5 years ago
gingervitis
bc27ded3f3
add video passthrough field
5 years ago
gabek
a8da1da5ae
Prettified Code!
5 years ago
Gabe Kangas
2938777022
Add 90fps as an option, tweak cpu usage + bitrate notes
5 years ago
Gabe Kangas
b647e7d575
Use hook properly when doing upgrade check
5 years ago