Gabe Kangas
df04af0f38
Websocket refactor: Pull it out of the UI and support callbacks ( #104 )
...
* Websocket refactor: Pull it out of the UI and support listeners
* Changes required for Safari to be happy with modules
* Move to explicit ad-hoc callback registration
2020-08-06 10:55:33 -07:00
Gabe Kangas
b0b5801c5f
Stop storing messages in memory and pull from persistence. Closes #81 ( #105 )
2020-08-05 21:01:06 -07:00
gingervitis
a692904516
Merge pull request #97 from nforro/master
...
Fix handling newlines in messages
2020-08-02 20:16:43 -07:00
Nikola Forró
97d8a8cce6
Fix handling newlines in messages
...
It's not possible to make a newline when already holding Shift,
for example to type an uppercase character. Fix that.
Signed-off-by: Nikola Forró <nforro@redhat.com>
2020-08-02 12:08:22 +02:00
Gabe Kangas
42752b7800
Document basic supported markdown syntax. Closes #95
2020-08-01 17:02:25 -07:00
Gabe Kangas
99c6009292
Some autolinking settings
2020-07-30 00:05:31 -07:00
Gabe Kangas
6c0569aa95
Style embeds
2020-07-29 23:33:47 -07:00
Gabe Kangas
e95f2e7755
Fix elipsis links. For #93
2020-07-29 23:33:35 -07:00
Gabe Kangas
c343dcdadc
Make the first message align bottom. Closes #87
2020-07-29 23:10:45 -07:00
Gabe Kangas
0f2b9c5e0e
Support some additional markdown features
2020-07-28 23:33:13 -07:00
Gabe Kangas
d9509f5606
Chat updates ( #92 )
...
* Send PONG responses to PINGs
* Split out client IDs for viewer counts vs. websocket IDs
* WIP username change event
* Display username changes
* Revert commented out code
* Add support for building from the current branch
* Fix PONG
* Make username changes have a unique ID
* Add a version param to js to cachebust
2020-07-28 21:30:03 -07:00
Matt Steele
87636a4183
Support separate S3 serving endpoint ( #91 )
...
* Add s3 serving endpoint config. Fixes #90
* Move CDN endpoint generation to GenerateRemotePlaylist
* Include HLS path
* Add docs and config
* Prefer sprintf to string concatenation
* Use config method
* gofmt
2020-07-28 13:17:39 -07:00
Gabe Kangas
cb04826173
Fix the flickering status text. Closes #88
2020-07-27 23:04:35 -07:00
Matt Steele
a20d2fce46
Add ACL option to s3 config ( #89 )
2020-07-27 21:41:51 -07:00
Gabe Kangas
d8d6c0f26a
Ginger mentioned increasing the height of video a bit
2020-07-23 00:13:52 -07:00
Gabe Kangas
5ce9a4928c
Fix timeout buffer after going offline. Closes #84
2020-07-22 23:54:36 -07:00
Gabe Kangas
43df6c432e
Fix possible crash for concurrent map writes
2020-07-22 23:09:11 -07:00
Gabe Kangas
515661804a
Force videojs to set cache-control header and add a random query param to each request. Closes #82 I hope.
2020-07-22 19:53:50 -07:00
Jannik
9cdd78ecbf
Add: Config Key when changing ffmpeg. ( #80 )
2020-07-21 13:13:00 -07:00
Gabe Kangas
5e46cabc59
Fix typo
2020-07-21 09:28:32 -07:00
Gabe Kangas
d2d4b4034c
Add README content about the web UI
2020-07-21 00:16:10 -07:00
Gabe Kangas
e4cf5e6030
Create dependabot.yml
2020-07-20 23:48:15 -07:00
Gabe Kangas
bd879f9997
Uncomment accidentally commented code
2020-07-20 22:04:00 -07:00
Gabe Kangas
01c487c2b5
Point to production build of vue
2020-07-20 22:03:02 -07:00
Gabe Kangas
e0670585fb
Experiment with starting with lowest quality and moving up from there
2020-07-20 21:59:17 -07:00
Gabe Kangas
5d13805bf2
Update videojs
2020-07-20 21:58:40 -07:00
Gabe Kangas
1464945061
Finally give the extra user content markdown some styling
2020-07-20 19:08:06 -07:00
Gabe Kangas
403d5c4a2f
Support pushing images to dockerhub on release. Closes #77
2020-07-20 18:39:39 -07:00
Gabe Kangas
bacf26508e
First pass at an encoding document
2020-07-20 17:41:58 -07:00
Gabe Kangas
a7812f8d04
Increase the delay for the welcome chat message a bit
2020-07-20 00:22:32 -07:00
Gabe Kangas
a7b625c37f
Show chat as disabled by default
2020-07-20 00:21:10 -07:00
Gabe Kangas
54a9206051
Support chat message word wrapping if needed
2020-07-19 23:55:16 -07:00
Gabe Kangas
0e45bd9ca3
Ok make the avatars a bit larger
2020-07-19 23:27:17 -07:00
Gabe Kangas
cbbff2e5f5
Create padding around chat avatars and the colored container
2020-07-19 22:57:42 -07:00
Gabe Kangas
0fb48d8a7c
Add favicon(s). Closes #75
2020-07-19 22:27:42 -07:00
Gabe Kangas
b754ee01bf
Remove IPFS. For #74
2020-07-19 21:15:53 -07:00
Gabe Kangas
4ec076cf34
Strip debug symbols from binary. For #76
2020-07-19 19:04:49 -07:00
Gabe Kangas
05c511848a
Use the thumbnail for opengraph if online
2020-07-19 18:39:27 -07:00
Gabe Kangas
2ae227360a
Hide viewer stats when in offline mode. Closes #66
2020-07-19 17:29:16 -07:00
Gabe Kangas
1ae1e94368
Disable text input by default
2020-07-19 17:20:26 -07:00
Ginger Wong
90317c0c7f
Merge branch 'gek/current-stream-duration'
2020-07-19 16:15:12 -07:00
Ginger Wong
eb699f9790
use constants for message strings
2020-07-19 16:14:38 -07:00
Ginger Wong
b66a80f11e
add comments; use promise for fetching chat history for consistency
2020-07-19 16:11:29 -07:00
Ginger Wong
3f594abac8
update offline flow an stream status timer flow
2020-07-19 16:06:55 -07:00
Ginger Wong
a3613612eb
Merge branch 'master' into gek/current-stream-duration
2020-07-19 15:17:03 -07:00
Gabe Kangas
c0e4f647a2
Show chat by default. Closes #72 . Show placeholder text that no registration is needed. Closes #73
2020-07-19 15:15:39 -07:00
Ginger Wong
14adead519
Merge branch '0718-refactor-touchscreenlayout'
2020-07-19 15:13:40 -07:00
Ginger Wong
72ccc70a56
Merge branch 'master' into 0718-refactor-touchscreenlayout
2020-07-19 15:13:18 -07:00
Ginger Wong
fdce8585d5
css tweaks for mobile mode; reintroduce mobile styles and hacks
2020-07-19 15:12:57 -07:00
Matt Steele
edec533eef
Set Content-Type on status endpoint ( #70 )
2020-07-19 10:26:05 -07:00