Commit Graph

25643 Commits

Author SHA1 Message Date
KDSBrowne
3d74e3c5c9 update arrow char so it works with ios and others 2019-09-10 14:20:37 +00:00
Fred Dixon
956d6074ba
Merge pull request #8090 from ffdixon/fix-bbb-conf-https
Return https when getting LTI endpoints
2019-09-10 07:44:45 -04:00
Fred Dixon
2f7e56be61 Return https when getting LTI endpoints 2019-09-10 06:44:05 -05:00
Fred Dixon
1827635c07
Merge pull request #8089 from ffdixon/update-locale
Rewording of masking users in Users list
2019-09-09 22:39:10 -04:00
Fred Dixon
7c4b8b0080 Rewording of masking users in Users list 2019-09-09 21:37:56 -05:00
Anton Georgiev
5b22102bd2
Merge pull request #8088 from antobinary/locales-1
Pulled html5 locales Sept 9, 2019
2019-09-09 17:02:37 -04:00
Anton Georgiev
41b9cfb455 Pulled html5 locales Sept 9, 2019 2019-09-09 16:55:46 -04:00
Chad Pilkey
2d12b01fef
Merge pull request #8084 from antobinary/memory-usage
Add monitor for memory usage in nodejs html5
2019-09-09 16:37:00 -04:00
Anton Georgiev
c8e9eb9bbc
Default to disabled memory monitor 2019-09-09 16:36:07 -04:00
Anton Georgiev
a1bf954e15
Renamed label for several people typing 2019-09-09 15:26:57 -04:00
Anton Georgiev
8172da84af
Bumped up loglevel of memwatch to 'info'
in settings.yml we have set to not log < info so these would not be logged if 'debug'
2019-09-09 15:21:27 -04:00
Anton Georgiev
7cf742ad6e
Merge pull request #8080 from capilkey/fastdom-chat
Improve chat rendering performance and rework read message detection
2019-09-09 15:19:39 -04:00
Anton Georgiev
f0a35a7381 add monitor for memory usage in nodejs html5 2019-09-09 14:45:54 -04:00
Fred Dixon
07a8f1998e
Merge pull request #8083 from daminebenz/updating-index
updating index page to center and resize input span
2019-09-09 14:06:29 -04:00
Mohamed Amine Ben Salah
1f738fb4d8 updating index page to center and resize input span 2019-09-09 14:53:22 -03:00
Chad Pilkey
872681a699 improve chat rendering performance and rework read message detection 2019-09-09 17:08:36 +00:00
Richard Alam
e8dbaeb4f7
Merge pull request #8071 from ritzalam/add-more-logging-to-fsesl
Add more logging
2019-09-09 10:32:43 -04:00
Fred Dixon
3829804b63
Merge pull request #8075 from ffdixon/update-index
Update index
2019-09-08 20:07:29 -04:00
Fred Dixon
4782db58d5 Updating index.html page to remove references to Flash 2019-09-08 19:06:53 -05:00
Fred Dixon
c6c1edc0c0 Updating index.html page to remove references to Flash 2019-09-08 19:04:53 -05:00
Fred Dixon
e70af949ea Merge remote-tracking branch 'upstream/master' 2019-09-08 06:31:55 -05:00
Chad Pilkey
f471b1e2b9
Merge pull request #8072 from prlanzarin/2.2-abort-play
Fixes to client-side screenshare/listen only code and log improvements
2019-09-06 18:37:22 -04:00
Chad Pilkey
bd01ab02aa
Merge pull request #8073 from antobinary/clear-chat
Reduce db probes for getAvailableActions; Simplify SaveUsernames
2019-09-06 18:11:15 -04:00
Anton Georgiev
9e41cbf877 remove incorrectly duplicated import 2019-09-06 18:08:37 -04:00
Anton Georgiev
03653df5fb obtain actions from container closer to where used 2019-09-06 18:01:12 -04:00
prlanzarin
5caac33e33 Further normalize kurento-extension script errors 2019-09-06 20:56:20 +00:00
prlanzarin
73698b1064 Fix playAndRetry import 2019-09-06 20:54:48 +00:00
Anton Georgiev
c410098fd3
Merge pull request #8066 from antobinary/clear-chat
Reliably check mod status for clearing chat
2019-09-06 16:28:34 -04:00
Anton Georgiev
4a335a1db6 reduce db probes for getAvailableActions; simplify SaveUsernames 2019-09-06 16:28:02 -04:00
prlanzarin
397286b7c2 Add an ICE queue to kurento-extension to only process candidates after the remote answer is set
This fixes a webkit quirk and should get rid of some of the screensharing/listen only problems with Safari

Also improved the extraInfo error logging in the script to log only the name instead of the whole object on browser errors
2019-09-06 19:00:34 +00:00
prlanzarin
c8a88148e1 Improve log message for screenshare/listen only/autoplay and harden media play with retries 2019-09-06 18:58:22 +00:00
Richard Alam
4d42a74ea8 Add more logging
- FreeSWITCH core dumped and akka-fsesl managed to reconnect. However, commands (mute, unmute, record, etc.) to FS are not reaching FS.
   But events (user joined, left, talking) from FS are received by akka-fsesl. Can't determine where the commands are falling off. These
   extra logging hopefully helps us narrow down if this happens again.

   I wasn't able to reproduce the issue when stopping and restarting FS. Akka-fsesl reconnects and command/events are flowing in both
   directions.
2019-09-06 11:25:04 -07:00
Anton Georgiev
a98c515fae
Merge pull request #8070 from capilkey/fix-mic-failures
Fix microphone failure detection
2019-09-06 12:59:18 -04:00
Anton Georgiev
d0540c3f7e
Merge pull request #8069 from KDSBrowne/issue-8052
Fix chat error message alignment (RTL)
2019-09-06 12:57:55 -04:00
Chad Pilkey
def6fe607a fix video preview select box warning 2019-09-06 09:38:08 -07:00
Chad Pilkey
35595a18ba fix microphone failure code 2019-09-06 09:35:55 -07:00
Anton Georgiev
c646351823
Merge pull request #8068 from KDSBrowne/issue-8051
Fix space next to current presentation (RTL)
2019-09-06 11:42:24 -04:00
Anton Georgiev
a90ff6690f
Merge pull request #8067 from KDSBrowne/issue-8050
Fix spacing for keyboard shortcuts modal (RTL)
2019-09-06 11:41:44 -04:00
KDSBrowne
cbf69ecd63 fix chat error / info message alignment in rtl 2019-09-06 15:37:08 +00:00
KDSBrowne
e9b28b8848 add space between current presentation / presentation file name (rtl) 2019-09-06 15:35:47 +00:00
KDSBrowne
b081a0f5dc increase spacing for keyboard shortcuts modal (rtl) 2019-09-06 15:34:15 +00:00
Anton Georgiev
c4dde48190 reliably check mod status for clearing chat 2019-09-06 11:15:42 -04:00
Fred Dixon
6e432d1734
Merge pull request #8065 from bigbluebutton/kepstin-sfu-logs
Cleanup old bbb-webrtc-sfu logs
2019-09-06 11:12:24 -04:00
Calvin Walton
ceef43241f
Cleanup old bbb-webrtc-sfu logs
The bbb-webrtc-sfu logs are getting rotated, but the old logs just accumulate. Add the directory to the bigbluebutton cron.daily so they get removed.
2019-09-06 10:58:45 -04:00
Anton Georgiev
f8956c1d87
Merge pull request #8060 from capilkey/fix-duplicate-user-fetch
Fix duplicate user fetch and chat list bugs
2019-09-06 10:47:05 -04:00
Fred Dixon
2d73fb9902 Preparing for BigBlueButton 2.2-beta-20 2019-09-06 05:22:49 -05:00
Chad Pilkey
3003afd13e fix chat sort and private chat close/restore 2019-09-05 11:26:54 -07:00
Chad Pilkey
fd8d4fa76f remove duplicate User and VoiceUser fetch in user-list-item 2019-09-05 11:21:07 -07:00
Chad Pilkey
304bb2c103
Merge pull request #8030 from antobinary/chat-ids-2
Reduced client load via slight refactor
2019-09-05 13:23:37 -04:00
Anton Georgiev
fa1062bae2
Merge pull request #8059 from capilkey/audio-error-codes
Change audio error code log property
2019-09-04 14:37:46 -04:00