Commit Graph

20817 Commits

Author SHA1 Message Date
italo
24091b9fcb Fix multiple callback when creating permanent hooks 2018-06-15 14:33:17 -03:00
Anton Georgiev
6cee7545b2 pulled html5 locales on June 15, 2018 2018-06-15 16:24:35 +00:00
Anton Georgiev
7b9f02a2f6
Merge pull request #5694 from antobinary/improve-logs
Improve specific HTML5 logs
2018-06-15 12:20:22 -04:00
Anton Georgiev
c8eb8094d3 process only meta params starting with "html5" 2018-06-15 16:02:05 +00:00
Anton Georgiev
1fadde01dc
Merge pull request #5697 from MaximKhlobystov/chat-notifications-timing
Chat push notifications timing
2018-06-15 11:07:30 -04:00
Maxim Khlobystov
327f101657 Minor cleanup. 2018-06-15 14:37:57 +00:00
Maxim Khlobystov
ea81b8c203 Adjusted the interval between chat notifications and their lifetime. 2018-06-15 14:22:56 +00:00
JamesJung
0fa7810e34 Add userName to the log sent from client to server (#5535)
Fix for #5454
2018-06-15 09:45:58 -03:00
Anton Georgiev
7338086572 Do not auth validate Flash users (#5695)
by @oswaldoacauan
2018-06-14 17:24:55 -03:00
Anton Georgiev
3b5860b686
Merge pull request #5693 from Tainan404/issue-5560
Remove cursor when user leaves the meeting.
2018-06-14 16:11:16 -04:00
Tainan Felipe
a47fe7bdbc remove event listeners 2018-06-14 16:36:22 -03:00
Anton Georgiev
6e20c942f5 make linter happier 2018-06-14 19:20:14 +00:00
Anton Georgiev
8aed93c315 improve error logs 2018-06-14 19:01:49 +00:00
Tainan Felipe
3973b5246d check if user is online when get current cursor 2018-06-14 15:10:42 -03:00
Tainan Felipe
351dfdc79b Add event listener to remove cursor when user reloads/leaves page 2018-06-14 13:48:14 -03:00
Anton Georgiev
e26fe9ee40
Merge pull request #5685 from musickiper/chg-keyword-in-locale
Change keyword in locale to use index number than word
2018-06-14 10:05:11 -04:00
Maxim Khlobystov
98cf239bc7
Merge pull request #5602 from Tainan404/issue-5470
Add messages for chat push notifications
2018-06-13 16:23:21 -04:00
Tainan Felipe
c677bc4e09 fix css identation 2018-06-13 17:18:16 -03:00
James Jung
495933f72e Change keyword to use index than word in locale 2018-06-13 15:35:07 -04:00
Lucas Fialho Zawacki
c5794217c7 Remove old orientation code, add some configuration options for sfu 2018-06-13 17:57:57 +00:00
James Jung
f9232bcf64 Adjust vertical align of recording tag to match with the session title 2018-06-13 13:01:19 -04:00
KDSBrowne
7fc967f858 add new line to EOF 2018-06-13 16:40:29 +00:00
KDSBrowne
4fa9e745b2 Merge remote-tracking branch 'upstream/v2.0.x-release' into xx.add.Edge-support-html5 2018-06-13 16:30:14 +00:00
KDSBrowne
c93ef2b702 add _indicators mixin 2018-06-13 16:27:30 +00:00
Calvin Walton
c97f0cb33a RaP: Calculate video area sizes using aspect ratio
The previous calculation used the video size in pixels, which might lead
to stretched/squashed videos in rare cases where the video has non-square
pixels. The new calculation is correct for all video sizes.
2018-06-13 11:18:54 -04:00
Calvin Walton
9c3faf2830 RaP: Fix video start_time checking
The video_info function returns the start time already in milliseconds,
so compare against 1ms instead of 1/1000.
2018-06-13 11:18:54 -04:00
Calvin Walton
6388e55209 RaP: Support ffmpeg 4.0 in video processing scripts
The ffprobe command in ffmpeg 4.0 now omits the aspect ratio fields in the
json output when indeterminate, instead of returning an invalid value with
0 in the numerator or denominator. Handle this correctly.
2018-06-13 11:18:54 -04:00
Anton Georgiev
103f94068c
Merge pull request #5679 from Tainan404/filled-star
Add filled star in feedback rating
2018-06-13 09:10:05 -04:00
Tainan Felipe
aaebcd8f10 add filled star in feedback rating 2018-06-12 16:53:17 -03:00
Anton Georgiev
4fcc913855 stop showing breakout time in document.title 2018-06-12 19:50:58 +00:00
Maxim Khlobystov
304582b9ec Passing scrollArea ref instead of its getter. 2018-06-12 19:47:51 +00:00
Tainan Felipe
46807039a4 add a small style for toast notification and add a content prop in toast 2018-06-12 14:21:31 -03:00
Maxim Khlobystov
49243d9170 Fixed the chat counter and how it reacts on scrolling in the chat. 2018-06-12 17:03:13 +00:00
Anton Georgiev
3b3f49d77a
Merge pull request #5636 from prlanzarin/error-handling-sfu
SFU improvements for high load scenarios
2018-06-12 10:19:47 -04:00
Anton Georgiev
60e7c5074e
Merge pull request #5666 from antobinary/lime
Pulled html5 client locales June 12, 2018
2018-06-12 09:47:28 -04:00
Anton Georgiev
942f0f1ae0 pulled html5 client locales June 12, 2018 2018-06-12 13:45:14 +00:00
KDSBrowne
7b739a9163 swap browser / os checks done by deviceInfo in favor of detect-browser 2018-06-11 23:12:43 +00:00
Maxim Khlobystov
5a6f5b6f7a
Merge pull request #5664 from antobinary/turns-stuns
Pass correct structure for TURNs
2018-06-11 16:54:16 -04:00
KDSBrowne
73dcf31f24 use noop included in lodash 2018-06-11 20:30:15 +00:00
Anton Georgiev
f38271b3f8 pass correct structure for TURNs 2018-06-11 20:20:32 +00:00
James Jung
855d22fe00 Prevent long chat message to make the chat area of the client to be resized 2018-06-11 15:57:17 -04:00
Richard Alam
f8f20f9ad6 Merge branch 'v2.0.x-release' of github.com:bigbluebutton/bigbluebutton into v2.0.x-release 2018-06-11 10:50:30 -07:00
Richard Alam
a8bab253db Merge branch 'riadvice-recording-message' into v2.0.x-release 2018-06-11 10:50:00 -07:00
Ghazi Triki
718d65f30b Merge remote-tracking branch 'bigbluebutton/v2.0.x-release' into recording-message
# Conflicts:
#	bigbluebutton-client/src/org/bigbluebutton/main/views/RecordWindow.mxml
2018-06-11 18:33:27 +01:00
Anton Georgiev
338ab210b8
Merge pull request #5663 from antobinary/breakouts-improvements-2
Breakouts improvements in HTML5
2018-06-11 13:32:28 -04:00
Richard Alam
9e623fded8
Merge pull request #5662 from ritzalam/deploy-scripts
- some dev scripts to build bbb-voice and bbb-video
2018-06-11 13:17:58 -04:00
Richard Alam
1de74a6153 Merge branch 'riadvice-global-exception-catcher' into v2.0.x-release 2018-06-11 10:13:01 -07:00
Anton Georgiev
e2138e6d3d cleanup 2018-06-11 16:10:03 +00:00
Anton Georgiev
de7977122c fix incorrectly picked breakout expiration time 2018-06-11 16:05:53 +00:00
Anton Georgiev
827eb7425e Meeting expiration was picked before breakout exp
resulting in keeping of the client tab open at end-of-meeting page
2018-06-11 16:05:53 +00:00