Gabe Kangas
5cc041577c
Update to Snowpack 3
2021-10-21 10:23:24 -07:00
Owncast
1e36b665d6
Commit updated Javascript packages
2021-10-21 16:36:13 +00:00
Gabe Kangas
269475b423
npm run build to update js modules
2021-10-20 10:27:35 -07:00
Owncast
d18a997dc1
Commit updated Javascript packages
2021-10-20 05:59:10 +00:00
Owncast
822d107ee0
Commit updated Javascript packages
2021-10-11 21:38:53 +00:00
Gabe Kangas
3d1706496e
Update + clean up old js module files
2021-10-11 14:37:41 -07:00
gabek
10b0247291
Prettified Code!
2021-10-10 04:00:33 +00:00
Gabe Kangas
a6ba61079f
Cap the number of renderable messages to increase performance
2021-10-09 20:59:45 -07:00
Owncast
77f96cd7b0
Commit updated Javascript packages
2021-09-28 00:21:51 +00:00
Gabe Kangas
cc6b257470
Automated browser testing ( #1415 )
...
* Move automated api tests to api directory
* First pass at automated browser testing
2021-09-17 14:04:09 -07:00
Owncast
44293ef7be
Commit updated Javascript packages
2021-09-16 20:02:34 +00:00
Owncast
4c158ea588
Commit updated Javascript packages
2021-09-06 19:36:35 +00:00
gabek
66259ed229
Prettified Code!
2021-08-29 23:59:14 +00:00
Gabe Kangas
4a34ccde05
Increase do not autoscroll buffer to fix chat not scrolling to bottom. Fixes #1324
2021-08-29 16:58:37 -07:00
Owncast
cdbb6d9a44
Commit updated Javascript packages
2021-08-25 18:32:24 +00:00
Ginger Wong
81ecb9a379
convert new lines to empty <p> tags
2021-08-18 17:59:42 -07:00
gabek
747e42f7cc
Prettified Code!
2021-08-18 23:11:41 +00:00
Gabe Kangas
8907566ed1
Fixing chat message formatting in #1315
2021-08-18 16:11:00 -07:00
Aaron Parecki
0f00a700e7
set max 10 retries for videojs playlist ( #1336 )
2021-08-18 15:19:44 -07:00
Owncast
a8c0a6bf98
Commit updated Javascript packages
2021-08-18 19:09:13 +00:00
Owncast
b560d31aee
Commit updated Javascript packages
2021-08-18 19:00:23 +00:00
Meisam
4cd7b254da
keep the chat enabled on timer ( #1313 )
...
* keep the chat enabled on timer
* fix chat deactivation of stream stop
* simplify the chat status logic
* Use strict inequality
Co-authored-by: gingervitis <omqmail@gmail.com>
* Use strict inequality
Co-authored-by: gingervitis <omqmail@gmail.com>
Co-authored-by: gingervitis <omqmail@gmail.com>
2021-08-15 18:22:13 -07:00
Gabe Kangas
a8c5267e18
Update micromodal
2021-08-13 00:05:22 -07:00
Gabe Kangas
17468f276a
Update markjs
2021-08-13 00:05:22 -07:00
Gabe Kangas
e2f9ea5195
Update htm
2021-08-13 00:05:22 -07:00
Gabe Kangas
c791722d71
Update vhs
2021-08-13 00:05:22 -07:00
Gabe Kangas
5adf2cdecd
Pass along disconnect time to determine chat disable timer duration ( #1310 )
2021-08-12 23:24:43 -07:00
Owncast
bf164d80ce
Commit updated Javascript packages
2021-08-12 06:06:46 +00:00
Gabe Kangas
784d10c1e9
Remove "Sent" being inserted incorrectly. Fixes #1252
2021-08-05 21:40:40 -07:00
gabek
a791d9c910
Prettified Code!
2021-07-31 23:22:00 +00:00
Meisam
7e6f53c846
Add standalone chat with ability to send messages ( #1270 )
...
* properly pass the messagesOnly to chat
* use actual username if embed is not messageonly
* mv embed chat to chat-overlay
* add new embed chat page
* fix router
* secure random number for non-secure application!
* add chat enable/disable functionality
* add username form
add customStyles
* mv overlay css
* add style for embed chat
style cleanup
* rm username form from chat overlay
* refactoring
* css cleanup
css adjust
* minor cleanup
* mark the embed chats as readonly and readwrite
* replace 301 redirects with 307
* add redirect for the cached address
* set insatnce name in chat
2021-07-31 16:21:30 -07:00
Gabe Kangas
12cbe529de
Fix incorrect handling of messages array. Closes #1287
2021-07-31 12:48:42 -07:00
Gabe Kangas
e72b0c640c
Update error message
2021-07-28 13:00:20 -07:00
Meisam
2ff9186ee2
fix updateAuthorList ( #1276 )
2021-07-27 16:55:19 -07:00
gabek
92284f6ca1
Prettified Code!
2021-07-27 22:26:04 +00:00
Gabe Kangas
10f50a03e7
Hide external actions row if there are zero actions. Closes https://github.com/owncast/owncast/issues/1119
2021-07-27 15:25:19 -07:00
Owncast
fe7e9b24ff
Commit updated Javascript packages
2021-07-27 17:47:35 +00:00
Gabe Kangas
fac06257ad
Add in the optimization where multiple websocket events can exist within a single message
2021-07-26 19:23:15 -07:00
gabek
8c5f7be05c
Prettified Code!
2021-07-26 05:41:48 +00:00
Gabe Kangas
f23a1202cc
Do not set title text for users without data. Closes #1249
2021-07-25 22:41:15 -07:00
gabek
9b7926963f
Prettified Code!
2021-07-26 05:27:02 +00:00
Meisam
10456b0a01
Remove user's own name from the autocomplete suggestions ( #1258 )
...
* remove the username from list
* fix updateAuthorList returns
2021-07-25 22:26:27 -07:00
gabek
5f7cc6a327
Prettified Code!
2021-07-24 17:26:17 +00:00
Meisam
7526b5305c
add emoji to the caret position ( #1253 )
2021-07-24 10:25:40 -07:00
gabek
93f682d526
Prettified Code!
2021-07-23 21:16:13 +00:00
Meisam
bb09c0d187
Autocomplete emoji names ( #1250 )
...
* generalize autoComplete function
* autocomplete emoji names
* isolate the state of each token
* minor fix
* save emojiNames in state
2021-07-23 14:15:25 -07:00
gabek
377bf529ad
Prettified Code!
2021-07-23 18:21:30 +00:00
Meisam
7867260b9c
getCaretPosition considering all html elements ( #1246 )
2021-07-23 11:20:59 -07:00
Gabe Kangas
c1dd1b9bf3
fix exception
2021-07-21 23:19:33 -07:00
Gabe Kangas
e7e1758fa4
Force history messages to always be at the front of the messages array
2021-07-21 22:23:24 -07:00