Meisam
a84aa72ee4
fix save button enable for acl/serving_endpoint ( #239 )
2021-07-02 16:07:11 -07:00
gabek
5371559c74
Prettified Code!
2021-05-23 06:28:21 +00:00
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>
2021-05-22 23:27:51 -07:00
Gabe Kangas
9150fba317
Tweak latency message
2021-05-05 18:22:17 -07:00
gabek
158da79821
Prettified Code!
2021-05-06 00:19:53 +00:00
Gabe Kangas
7254a8ee09
Update latency levels
2021-05-05 17:19:12 -07:00
Gabe Kangas
d2145b5b62
Point to web page doc in css component
2021-04-16 12:03:49 -07:00
Gabe Kangas
01f3ab9a27
Add confirmation popup for codec selection. Closes https://github.com/owncast/owncast/issues/891
2021-04-13 13:54:58 -07:00
Gabe Kangas
2a5d8d37d0
Layout and text around codec selection
2021-04-13 13:54:58 -07:00
Gabe Kangas
cad99d9cb3
Tweak latency setting text
2021-04-13 13:54:58 -07:00
Gabe Kangas
dba1654807
Fix links
2021-04-13 13:54:58 -07:00
Gabe Kangas
f04f385f2b
Start codec selection in admin
2021-04-13 13:54:57 -07:00
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>
2021-04-12 00:07:08 -07:00
Gabe Kangas
e87358aa5b
Force logo to re-load after uploading new image. Closes https://github.com/owncast/owncast/issues/894
2021-04-07 22:51:27 -07:00
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
2021-03-27 16:38:27 -07:00
Gabe Kangas
e244111bbb
Fix broken urls. Closes https://github.com/owncast/owncast/issues/798
2021-03-25 20:43:50 -07:00
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>
2021-03-24 14:12:22 -07:00
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>
2021-03-21 19:07:12 -04:00
nebunez
b1256bcd08
implement custom welcome message ( #65 )
2021-03-14 21:55:01 -07:00
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>
2021-03-14 11:39:07 -07:00
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>
2021-03-11 13:39:36 -08:00
Gabe Kangas
88e659e8fb
Fix broken image
2021-03-07 19:51:49 -08:00
gabek
98b038e426
Prettified Code!
2021-03-04 08:54:26 +00:00
Gabe Kangas
f64699b379
Add source param to documentation links
2021-03-04 00:53:50 -08:00
gingervitis
7958fc6b32
fix react warning
2021-03-02 22:39:27 -08:00
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
2021-03-02 22:23:50 -08:00
Gabe Kangas
55f5406e5f
Default empty width/height as 0 when cleared. Closes https://github.com/owncast/owncast/issues/781
2021-03-02 19:10:23 -08:00
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>
2021-02-26 23:44:13 -08:00
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>
2021-02-26 12:38:55 -08:00
gabek
7da9a4dd08
Prettified Code!
2021-02-21 00:09:40 +00:00
Gabe Kangas
03df7fecba
Support passthrough in video settings + link to docs
2021-02-20 16:08:59 -08:00
gingervitis
bc27ded3f3
add video passthrough field
2021-02-20 15:14:50 -08:00
gabek
a8da1da5ae
Prettified Code!
2021-02-17 23:51:03 +00:00
Gabe Kangas
2938777022
Add 90fps as an option, tweak cpu usage + bitrate notes
2021-02-17 15:50:04 -08:00
Gabe Kangas
1e22371968
Tweak some wording about the directory
2021-02-17 11:39:52 -08:00
Gabe Kangas
8bd7c77a11
Fix linter suggestions
2021-02-16 11:41:24 -08:00
gabek
f428cab67e
Prettified Code!
2021-02-16 18:09:40 +00:00
Gabe Kangas
e32e8d1bb3
Point to just the image path to try to resolve the built version of the admin image loading
2021-02-16 10:08:52 -08:00
gabek
259ac676ff
Prettified Code!
2021-02-15 22:09:34 +00:00
Gabe Kangas
ee5e462c59
Update hint texts and add links to documentation
2021-02-15 14:08:53 -08:00
gabek
7b36f91af1
Prettified Code!
2021-02-15 20:09:23 +00:00
Gabe Kangas
c5e2e9aa58
Point to static logo path due to the logo backend change
2021-02-15 12:08:42 -08:00
gingervitis
90c19c2201
move readme to docs
2021-02-15 00:10:50 -08:00
gingervitis
834ddafc9b
update readme; more style tweaks
2021-02-15 00:08:52 -08:00
gingervitis
8d5411a0d6
hella cleanup - index page items; use more Row/Cols to reduce custom css layout
2021-02-14 22:20:25 -08:00
gingervitis
6d83992ff0
style adjustments
2021-02-14 19:04:38 -08:00
gingervitis
220c48432f
clean up video config forms and styling
2021-02-14 18:46:34 -08:00
gingervitis
c5d4851296
add logo preview
2021-02-14 16:52:31 -08:00
gingervitis
667d006ab0
Merge branch '0.0.6' into admin-css-overhaul-pt3
2021-02-14 01:47:41 -08:00
gingervitis
a67adc9393
rename toggleswitch-with-submit to just toggleswitch since by default it now will not submit unless you give it a prop to
2021-02-14 01:46:59 -08:00