Commit Graph

2832 Commits

Author SHA1 Message Date
Tainan Felipe
cce66b352e Add hand icon 2018-09-05 16:28:10 -03:00
Tainan Felipe
e501b9e5cc Implement pan zoom 2018-09-04 14:37:36 -03:00
Anton Georgiev
73fd896fb0
Merge pull request #6032 from Tainan404/fix-safary-animaiton
Split animation to own span to run in safari.
2018-09-04 13:14:29 -04:00
Anton Georgiev
49c0e7b9b1
Merge pull request #5998 from MaximKhlobystov/ice-connection-state-errors-2
Better handling of screensharing ice connection state errors.
2018-09-04 13:14:08 -04:00
Anton Georgiev
8e553ab0c6
Merge pull request #5855 from musickiper/discard-cur-annotation-via-right-click
Add fuctionality for discard current annotation via right-click
2018-09-04 11:13:00 -04:00
KDSBrowne
bf38c36b71 fix polling answer position in safari on mobile 2018-08-31 17:14:00 +00:00
Tainan Felipe
1f6b959efc Split animation and connection to own span to run in safari 2018-08-31 13:58:47 -03:00
Maxim Khlobystov
5825b635ba Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into ice-connection-state-errors-2 2018-08-30 16:07:52 -04:00
prlanzarin
dc767d9bdb Fixed server-side error handling for listen only via SFU, correctly handling KMS abrupt shutdown 2018-08-30 02:41:02 +00:00
Tainan Felipe
92ecd8d39d Fix misspelling 2018-08-29 17:24:44 -03:00
Tainan Felipe
ce6f1699f7 Add flash comment explaining mistery number 2018-08-29 17:20:42 -03:00
Anton Georgiev
065d932b64
Merge pull request #6020 from prlanzarin/autoplay-listen-only
Resolving listen only stream correctly
2018-08-29 16:10:52 -04:00
prlanzarin
b4052f7052 Resolving listen only stream correctly 2018-08-29 19:59:33 +00:00
Bobak Oftadeh
cacc5e1920 Extended the width of the chat area 2018-08-29 12:57:36 -07:00
Anton Georgiev
afd97601c5
Merge pull request #6019 from prlanzarin/autoplay-listen-only
Improvements to Safari/Chrome autoplay policy
2018-08-29 15:44:05 -04:00
prlanzarin
a7bfb985d3 Improvements to Safari/Chrome autoplay policies with placeholder buffer on audiocontext and bogus audio + upstarting audio tag as muted 2018-08-29 19:12:34 +00:00
Anton Georgiev
157ce58f04
Merge pull request #6018 from antobinary/lock-public-chat
[HTML5] Comply with lock settings for chat
2018-08-29 13:22:49 -04:00
Anton Georgiev
e03eccab2e combine isViewer and isLocked by using existing property from mapUser 2018-08-29 17:21:39 +00:00
Anton Georgiev
e756ce1548 comply to lock settings for chat 2018-08-29 16:00:53 +00:00
Tainan Felipe
742229e88f Fix lint errors 2018-08-28 16:30:37 -03:00
Tainan Felipe
70e29725ee Fix zoom display alignment 2018-08-28 14:14:02 -03:00
Tainan Felipe
9f6ed96b36 add zoom functions to component 2018-08-28 14:14:01 -03:00
Tainan Felipe
2815955236 state shared between presentation and overlay 2018-08-28 14:14:01 -03:00
Tainan Felipe
7c082c608a Add zoom tooll and styles 2018-08-28 14:14:01 -03:00
Tainan Felipe
257b4cc8ac port flash code to js and implement initial work in zoom 2018-08-28 14:14:01 -03:00
Tainan Felipe
25834dd4f8 zoom calc based in flash 2018-08-28 14:13:18 -03:00
Maxim Khlobystov
82a69fb902 Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into ice-connection-state-errors-2 2018-08-28 12:49:06 -04:00
prlanzarin
a9b98b6f7f Handling fake audio tag play exception, reduced timeout to match sound length and removed permission fallback from audio 2018-08-27 20:56:51 +00:00
BobakOftadeh
2b61c00748 Prevented the presenataion title from pushing the dropdown menu off-screen (#5994)
The dropdown menu is no longer pushed off screen on Firefox. #5972
2018-08-23 14:29:28 -03:00
James Jung
4db30fe741 Delete useless logics, and make codes more readable 2018-08-23 13:07:56 -04:00
James Jung
3dd288c0ca Remove loop inside "addAnnotationToDiscardedList" 2018-08-23 12:35:26 -04:00
Maxim Khlobystov
fc3e46493e Linting. 2018-08-23 11:49:16 -04:00
James Jung
b0a93e5377 Move the placement of undoAnnotation from service.js to draw-listeners
Make discardedList be updated on not only the side of the sender but also the side of receiver too
Add logic for preventing the size of discardedList getting bigger unlimitedly
2018-08-23 11:42:34 -04:00
Maxim Khlobystov
242200ac91 Replaced Ice with ICE in strings. 2018-08-22 14:51:25 -04:00
Maxim Khlobystov
d67aba6c8a Listening to ice connection failures when screensharing. 2018-08-22 14:10:08 -04:00
Anton Georgiev
778e22d42f
Merge pull request #5991 from prlanzarin/sfu-cam-target-bitrate
[HTML5] Added target bitrate option for WebRTC screenshare and webcam
2018-08-21 10:02:56 -04:00
Anton Georgiev
666a59232e
Merge pull request #5993 from KDSBrowne/5980-chat-input-font-size
Adjust chat input font size
2018-08-21 09:52:56 -04:00
KDSBrowne
8df5df1322 increase chat text size 2018-08-21 12:47:05 +00:00
prlanzarin
ad353a6e84 Fixed isVideoBroadcasting check to return a bool 2018-08-20 19:44:38 +00:00
prlanzarin
9f9e248de7 Made webcam constraints configurable, removed fps limitations and resolution floor
Also fixed handlePlayStop and stopWebRTCPeer exceptions
2018-08-20 18:08:10 +00:00
KDSBrowne
b67aecc3aa make userlist emoji sort work 2018-08-17 15:01:41 +00:00
James Jung
86a0440703 Remove useless and error causing codes 2018-08-16 13:15:12 -04:00
Anton Georgiev
6459b84c83 Pulled HTML5 locales aug 15; Fix for locale switch edge case (#5984) 2018-08-15 13:58:23 -03:00
KDSBrowne
dfa09244c5 use JSX spread attributes 2018-08-15 15:02:48 +00:00
KDSBrowne
c0e1aeeff8 move position of clear status option in user-dropdown menu 2018-08-15 14:55:22 +00:00
KDSBrowne
29bcbea923 rename to alerts / missing from #5973 2018-08-15 02:35:58 +00:00
James Jung
bac2854b77 Add extra comments to make code more readable 2018-08-14 16:00:15 -04:00
KDSBrowne
fed85fba48 Update font size of chat input to match the text display in the chat area 2018-08-14 19:16:11 +00:00
James Jung
dc71cd0382 Move filter logic from service method to draw-stream listener, and makes code more readable 2018-08-14 14:47:09 -04:00
Anton Georgiev
cd851fcdbc
Merge pull request #5978 from antobinary/logs-work
Logging additional cases in HTML5 client
2018-08-14 13:42:34 -04:00
Anton Georgiev
823629cb30 add log when user fully joined and subscribed to collections 2018-08-14 17:29:03 +00:00
Anton Georgiev
67b5257e8d
Merge pull request #5977 from Tainan404/issue-5496
fix toolbars losing border radius when overlap the presentation.
2018-08-14 13:14:39 -04:00
Anton Georgiev
1e8a4cf1e7
Merge pull request #5973 from KDSBrowne/5963-notifications-rename
Rename 'push notifications' to 'alerts'
2018-08-14 13:13:31 -04:00
Anton Georgiev
f83374491b
Merge pull request #5971 from MaximKhlobystov/ice-connection-state-errors
Better handling of video ice connection state errors.
2018-08-14 13:12:12 -04:00
Anton Georgiev
aee7dfe70c
Merge pull request #5955 from KDSBrowne/5910-cam-audioIndicator-inconsistency
Fix audio status icon inconsistent size on webcams
2018-08-14 11:43:43 -04:00
Maxim Khlobystov
bfe48dc918 Uncommented the line that has been commented out for debugging purposes. 2018-08-14 10:40:52 -04:00
Tainan Felipe
71bd889446 fix toolbars losing border radius when overlap the presentation 2018-08-14 10:30:46 -03:00
Maxim Khlobystov
ed85f109a0 Listening to closed ice connection state in case an error doesn't result in failed state. 2018-08-13 16:26:45 -04:00
Anton Georgiev
7444e61d4d Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into logs-work 2018-08-13 20:05:07 +00:00
Anton Georgiev
ed173b813a fix linting 2018-08-13 19:52:44 +00:00
James Jung
3f8a10897a Initialize a list of discarded annotations, filter out discarded annotations inside AnnotationsStreamer added handler 2018-08-13 15:40:47 -04:00
KDSBrowne
d7b6d027a2 change name of formatted string id's 2018-08-13 19:16:22 +00:00
Anton Georgiev
8092fa1304
Merge pull request #5968 from BobakOftadeh/add-help-button
Added help button to drop-down list
2018-08-13 15:02:26 -04:00
Anton Georgiev
ca873cd6da
Merge pull request #5839 from KDSBrowne/5782-move-set-status
Move set status menu to user item dropdown
2018-08-13 15:00:04 -04:00
KDSBrowne
6c51f2e7e9 clean up code 2018-08-13 18:47:22 +00:00
KDSBrowne
d8982843fd remove UserAction wrapper 2018-08-13 16:27:56 +00:00
KDSBrowne
5d4f9c8981 change parameter name to something more meaningful 2018-08-13 15:05:15 +00:00
Maxim Khlobystov
fdf0615d04 Fixing linter errors in the video-provider component. 2018-08-12 18:40:53 -04:00
Maxim Khlobystov
cf1de23629 Properly handling ice connection state errors. 2018-08-12 18:39:39 -04:00
Bobak Oftadeh
55eb076dd9 Improved implementation of showHelpButton 2018-08-10 12:35:14 -07:00
Anton Georgiev
ff3b19a3bf add log on successful and unsuccessful login 2018-08-10 17:51:12 +00:00
Bobak Oftadeh
4d0b8418db Added help icon 2018-08-10 08:29:52 -07:00
Anton Georgiev
373bdae362
Merge pull request #5929 from jfsiebel/add-html5-group-chat-support
Update chat messages in HTML5 to use new group chat messages
2018-08-10 10:54:02 -04:00
Bobak Oftadeh
9feb47a1ca Option to disable the help button added 2018-08-09 15:40:52 -07:00
Bobak Oftadeh
7b9de769a7 Added help button to the drop-down list 2018-08-09 14:08:16 -07:00
KDSBrowne
fecbee16b5 change folder / component names & localized strings 2018-08-09 17:02:18 +00:00
KDSBrowne
f8026b1b9a toggle screenshare btn color 2018-08-07 23:10:24 +00:00
KDSBrowne
155b36f929 add desktop unshare icon 2018-08-07 23:02:11 +00:00
KDSBrowne
12f5fffa93 Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into 5909-toggle-screenshare-icon 2018-08-05 23:47:16 +00:00
Anton Georgiev
56b9e515c4
Merge pull request #5959 from BobakOftadeh/indicator-performance-boost
Pulse animation performance improved
2018-08-03 16:34:56 -04:00
Bobak Oftadeh
ef8c0226fe Pulse animation performance improved 2018-08-03 12:11:46 -07:00
Joao Siebel
18109fd792 fix problem when sender starts a private chat 2018-08-03 11:51:36 -03:00
Joao Siebel
32516bfbbf implement welcome message and clear message in group chat messages 2018-08-03 11:03:16 -03:00
KDSBrowne
fc6d4a582f fix webcams audio state indicator sizing 2018-08-03 02:53:46 +00:00
KDSBrowne
f07599c4e5 make desk-share icon toggle / using temp icon 2018-08-03 01:34:48 +00:00
Tainan Felipe
ece61e9918
Merge branch 'master' into compability-to-npm 2018-08-02 17:27:23 -03:00
KDSBrowne
524991b26d make btn functionality work for different locales 2018-08-02 14:40:48 +00:00
James Jung
d95fff40f1 Remove a global let, improve global variable names' consistency and make codes inside service clean up 2018-08-01 16:15:52 -04:00
Anton Georgiev
9d38bb6ca7
Merge pull request #5951 from antobinary/logClient-2
Add check for logClient to obtain meetingId for media calls
2018-08-01 15:10:06 -04:00
KDSBrowne
2f4d8dd571 add suggested change 2018-08-01 18:26:16 +00:00
Anton Georgiev
44dc39eaf8
Merge branch 'master' into add-html5-group-chat-support 2018-08-01 14:24:00 -04:00
Anton Georgiev
6533802573
Merge pull request #5932 from oswaldoacauan/presentation-pods
Presentation pods support
2018-08-01 13:49:32 -04:00
Anton Georgiev
1fdbfb6284
Merge pull request #5950 from MaximKhlobystov/browser-detection-fix
Handling the case when browser detection package fails.
2018-08-01 13:48:34 -04:00
KDSBrowne
7068764bd6 fix trigger not closing menu 2018-08-01 17:47:03 +00:00
Joao Siebel
e3ec9853b3 change public chat id for unread messages search 2018-08-01 14:03:12 -03:00
KDSBrowne
56ee504bdd prevent console error 2018-08-01 16:50:11 +00:00
Anton Georgiev
e64dbda4ce add check for logClient to handle media calls 2018-08-01 16:06:49 +00:00
KDSBrowne
2993e44a2c remove unneeded callback refs 2018-08-01 16:04:28 +00:00
KDSBrowne
b379f8e204 change variable name 2018-08-01 15:52:22 +00:00
KDSBrowne
165f3eaa8a improve solution so new props dont need to be passed to dropdown component 2018-08-01 15:44:27 +00:00