KDSBrowne
1afe2f96bf
add comment
2017-12-19 08:23:40 -08:00
Oswaldo Acauan
eb4c89aefc
Fix bug when users re-validate after refresh
2017-12-19 10:19:47 -02:00
Tainan Felipe
523caf226d
fix settings for mobile screen
2017-12-19 09:13:37 -02:00
Maxim Khlobystov
9f6d25ab45
Small comment.
2017-12-18 15:12:31 -05:00
Maxim Khlobystov
b9b73de839
Applied the private chat fix to Chat container.
2017-12-18 15:01:13 -05:00
Maxim Khlobystov
cab6d1a19e
Made Chat container a class component
2017-12-18 14:56:08 -05:00
Maxim Khlobystov
56b04d6831
Converted Chat component back to its stateless version.
2017-12-18 14:45:40 -05:00
Maxim Khlobystov
3937a01ffd
Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into reopen-private-chat-bug
2017-12-18 13:04:42 -05:00
Maxim Khlobystov
6d84db0bd1
Linting.
2017-12-18 12:41:26 -05:00
Maxim Khlobystov
6130984c7c
Small cleanup - removed unnecesssary import statement.
2017-12-18 12:40:31 -05:00
Maxim Khlobystov
bb5c0a1390
Made sure that when we open a new chat, it is not on the list of closed ones anymore.
2017-12-18 12:38:46 -05:00
Maxim Khlobystov
eba7f9ffec
Convert the stateless Chat component into a class component.
2017-12-18 12:25:40 -05:00
Oswaldo Acauan
ced25948dd
Fix 401 on page refresh
2017-12-18 13:52:04 -02:00
Tainan Felipe
2c48392b2c
change intl id
2017-12-18 08:53:37 -02:00
Tainan Felipe
85d4f50e06
fix intl id
2017-12-18 08:19:38 -02:00
KDSBrowne
f0958a1a02
fix client not loading on iOS devices
2017-12-15 22:41:54 -08:00
KDSBrowne
0868e98240
add comment to actions-dropdown component
2017-12-15 20:32:17 -08:00
KDSBrowne
bc0ecf0b95
remove new line between imports
2017-12-15 20:27:47 -08:00
KDSBrowne
f1cd5f2d6e
move _.uniqueId() out of render function
2017-12-15 20:25:41 -08:00
KDSBrowne
284ab5e628
add button label
2017-12-15 13:06:22 -08:00
Anton Georgiev
d6aa4ed44d
Merge pull request #4733 from oswaldoacauan/fix-4700
...
Improvements on Presentation Management
2017-12-15 19:03:54 -02:00
Anton Georgiev
b2aa8d4571
Merge pull request #4816 from jfsiebel/hide-audio-labels
...
Hide audio labels
2017-12-15 18:42:58 -02:00
Oleksandr Zhurbenko
4b344853ff
Disabling the Thickness and Colour menu items when the 'hand' tool is selected
...
Fixes #4808
2017-12-15 12:22:41 -08:00
Oleksandr Zhurbenko
b3450a46ff
Changed a default tool to Pencil
...
Fixes #4807
2017-12-15 12:10:38 -08:00
Oleksandr Zhurbenko
6de2b35cb2
Fixed round buttons' icon centering
...
Fixes #3576
2017-12-15 11:56:12 -08:00
Oswaldo Acauan
2eb2bbd8ab
Fix case when there is no current selected
2017-12-15 16:49:47 -02:00
KDSBrowne
5047c089ca
fix remaining console warnings
2017-12-15 09:45:14 -08:00
KDSBrowne
fbec9fc101
fix failed prop type: scrollPosition in Chat component
2017-12-15 09:18:35 -08:00
Lucas Zawacki
1e514aad04
Merge branch 'bbb-webrtc-sfu' of github.com:prlanzarin/bigbluebutton-1 into bbb-webrtc-sfu
...
Removed several variables that were in this.state to this in the html5 video-dock component
Conflicts:
bigbluebutton-html5/imports/ui/components/video-dock/component.jsx
2017-12-15 13:47:03 -02:00
Anton Georgiev
c9c6797fc9
Merge pull request #4788 from antobinary/audio-work-3
...
Handle dial-in users in HTML5
2017-12-15 13:44:51 -02:00
KDSBrowne
f4abcc0334
remove console log
2017-12-15 07:41:57 -08:00
KDSBrowne
7e4b2ddce5
hide fullscreen option for iOS devices
2017-12-15 07:39:59 -08:00
KDSBrowne
409b2e95e3
clean up code
2017-12-15 07:22:29 -08:00
KDSBrowne
c5b96ed4c8
Merge remote-tracking branch 'origin/x.0.2-fix-invalid-prop' into x.0.3-fix-console-warnings
2017-12-15 07:13:09 -08:00
Joao Siebel
218890d8a6
Alter status tooltip to match selected status
2017-12-15 11:11:28 -02:00
Oswaldo Acauan
0c89d81675
Merge remote-tracking branch 'upstream/v2.0.x-release' into issue-4812
2017-12-15 09:13:26 -02:00
KDSBrowne
165df38dcb
fix Failed prop type warning in LeaveConfirmation
2017-12-14 11:35:10 -08:00
KDSBrowne
57e1f80d55
convert to component that entends Purefunction
2017-12-14 11:23:43 -08:00
Tainan Felipe
c582f5bf08
add meetingEnded in Base component aand add intl translation
2017-12-14 17:03:34 -02:00
Lucas Zawacki
a370285f0b
Capture several errors and crashes in client and bbb-webrtc-sfu
2017-12-14 16:42:13 -02:00
KDSBrowne
2cebd8d8d9
remove console logs
2017-12-14 09:35:45 -08:00
KDSBrowne
b59106912a
fix console warnings
2017-12-14 09:31:05 -08:00
Joao Siebel
845692b9e5
Merge remote-tracking branch 'upstream/v2.0.x-release' into hide-audio-labels
2017-12-14 09:01:38 -02:00
Anton Georgiev
375b8ad68a
add permissionLayout location for Safari
2017-12-13 15:37:31 -05:00
Anton Georgiev
886b32d2ef
set defaultProps for glow to be false
2017-12-13 14:19:26 -05:00
Anton Georgiev
334c80083e
Merge pull request #4753 from jfsiebel/html5-tooltip
...
Add tooltip for buttons without label
2017-12-13 17:13:28 -02:00
Anton Georgiev
97989025df
audio related linting
2017-12-13 14:03:14 -05:00
Tainan Felipe
5bd52234e6
add more width for modal
2017-12-13 17:00:16 -02:00
Tainan Felipe
bbbb64b4fd
fix error in logoutURL
2017-12-13 16:59:24 -02:00
Anton Georgiev
b450db91f7
Merge pull request #4683 from KDSBrowne/z14-fix-userlist-keyboard-accessibility
...
Fix user-list keyboard accessibility
2017-12-13 16:25:44 -02:00
Oswaldo Acauan
b7fa508d9d
Simplify auth code and remove clearCredentials on errors. Fix #4812
2017-12-13 16:20:47 -02:00
Anton Georgiev
4765ff80ef
Move <audio> to main.html
...
Currently it is deep within Base component. So when Base is re-rendered with the updated locale, we lose <audio>. Placing it in main.html, outside Base resolved the problem
2017-12-13 11:32:36 -05:00
Anton Georgiev
a30026a5ed
Merge pull request #4804 from OZhurbenko/fix-edge-default-locale
...
Fixed a problem with the default locale selection in Edge
2017-12-12 16:16:38 -02:00
Oleksandr Zhurbenko
ed7b3f619a
Corrected the detection of the clear_status
2017-12-12 09:27:51 -08:00
Oleksandr Zhurbenko
c31ee309f4
Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into fix-userlist-sorting
2017-12-12 09:11:22 -08:00
Oleksandr Zhurbenko
15f8099b84
Fixes a default locale selection for Edge, Windows 10
2017-12-12 09:05:43 -08:00
Maxim Khlobystov
b42668c65f
Merge pull request #4802 from OZhurbenko/fix-message-list-bottom-padding
...
Fixed last chat message view in Firefox
2017-12-12 11:37:46 -05:00
Oleksandr Zhurbenko
c9770c02fb
Fixed bottom padding for the last chat message in Firefox and Edge
2017-12-12 07:44:10 -08:00
Oleksandr Zhurbenko
ed0c338f8a
Fixed sorting in the user list
2017-12-12 07:03:33 -08:00
Tainan Felipe
004290183d
add screen to when the meeting is closed
2017-12-12 11:08:43 -02:00
Joao Siebel
7009e4cebf
Resolve linter problems
2017-12-11 16:47:34 -02:00
Joao Siebel
0d2276e8c5
Change actions button icon
2017-12-11 15:09:09 -02:00
Tainan Felipe
5fb0b9b9b7
fix merge conflict
2017-12-11 15:00:16 -02:00
KDSBrowne
909a44bdd3
remove unused user-list-header
2017-12-11 07:32:23 -08:00
Joao Siebel
8740b7aac6
Hide labels from actions, status, mute/unmute and join/leave audio buttons
2017-12-11 11:48:50 -02:00
Tainan Felipe
a66db4797a
Merge remote-tracking branch 'upstream/v2.0.x-release' into toast-breakout-ends
2017-12-11 08:14:27 -02:00
Anton Georgiev
96f773b954
Merge pull request #4751 from Tainan404/fix-userlist-bug
...
Fix false click in userlist.
2017-12-08 16:51:40 -02:00
Anton Georgiev
129f6a221a
Merge pull request #4769 from OZhurbenko/presenter-functionality-2x
...
Fixed Text Shape for the desktop FF 57 and 58, disabled spellCheck
2017-12-08 16:51:13 -02:00
prlanzarin
7d5a722e12
Removed router for video-menu
...
Also removed unused class in video-dock css
2017-12-08 16:53:28 +00:00
Anton Georgiev
085eb57556
add ejectUserFromVoice for moderator
2017-12-08 11:40:52 -05:00
prlanzarin
06b273c251
Moved video-dock and video-menu collection communication to services
2017-12-08 16:38:51 +00:00
prlanzarin
c4acd83ee9
Removed unused states from video-dock component and refactored event listeners
2017-12-08 16:35:46 +00:00
prlanzarin
24e4317f9a
Removed unused methods from actions bar component
2017-12-08 16:32:08 +00:00
prlanzarin
7e44806bc2
Removed unused Screenshare import
2017-12-08 16:26:28 +00:00
Joao Siebel
bf058959eb
Remove log and add delay between hover/focus and showing the tooltip
2017-12-08 11:45:25 -02:00
Anton Georgiev
48bf163559
linting and clean-up
2017-12-07 17:13:44 -05:00
Anton Georgiev
a1a64a1524
Protect dial-in users from web user actions
...
disallow { promote / demote / make presenter / clear status } being triggered on a dial in user
2017-12-07 17:07:02 -05:00
Anton Georgiev
bf7c26f02b
Merge pull request #4712 from Tainan404/localize-public-clear
...
Localize message from when clear the chat.
2017-12-07 18:27:55 -02:00
Joao Siebel
b03efc021c
Remove unused package and fix whiteboard toolbar submenu tooltip
2017-12-07 14:11:34 -02:00
Tainan Felipe
b14ba1bdae
removed click error and userlist item that remained selected
2017-12-07 13:54:25 -02:00
Oleksandr Zhurbenko
33c190790c
Fixed Android detection for the text shape
2017-12-06 12:00:18 -08:00
KDSBrowne
53b6f8c71c
remove focus when ESC key pressed
2017-12-06 09:05:32 -08:00
KDSBrowne
7631359bd1
Merge remote-tracking branch 'upstream/v2.0.x-release' into z14-fix-userlist-keyboard-accessibility
2017-12-06 08:57:28 -08:00
KDSBrowne
9606b5aa10
add prop validation
2017-12-06 08:53:16 -08:00
KDSBrowne
61de88d8d0
clean up code
2017-12-06 08:36:29 -08:00
KDSBrowne
089b3c5b56
make userlist accessibility work via props/state
2017-12-06 08:34:23 -08:00
Oleksandr Zhurbenko
61c5478887
Disabled spellcheck for the text shape and added an android check
...
.. so that tap-to-focus text shape workaround for FF 57 and 58 for Android didn't interfere with the desktop versions
2017-12-05 17:22:24 -08:00
Anton Georgiev
c9a5ded2c1
Merge pull request #4662 from Tainan404/fix-design
...
Fix design issues
2017-12-05 18:54:08 -02:00
Lucas Zawacki
4e2833aa07
Merge branch 'bbb-webrtc-sfu' of github.com:prlanzarin/bigbluebutton-1 into bbb-webrtc-sfu
...
Conflicts:
bigbluebutton-html5/imports/ui/components/video-dock/component.jsx
2017-12-05 17:58:58 -02:00
Anton Georgiev
255d64d430
Merge pull request #4687 from Gcampes/audio-refactor-bugfixes
...
Audio bugfixes and improvements
2017-12-05 17:17:35 -02:00
Lucas Zawacki
45ee2e7fa4
Adjustments to video reconnect code
2017-12-05 17:13:42 -02:00
prlanzarin
62f15fd55c
Merge remote-tracking branch 'gutobenn/bbb-webrtc-sfu' into bbb-webrtc-sfu
2017-12-05 14:53:50 +00:00
Anton Georgiev
e5060ea6b4
Merge pull request #4734 from OZhurbenko/presenter-functionality-2x
...
Whiteboard touch events support, bug fixes, improvements
2017-12-04 18:59:59 -02:00
Joao Siebel
056dc4051d
Add tooltip feature for buttons without label
2017-12-04 17:43:08 -02:00
Oswaldo Acauan
df23e6bbb1
Remove auto-select current after deleting
2017-12-04 14:19:10 -02:00
Oswaldo Acauan
938c3c2c0d
Add actual current pres indicator
2017-12-04 14:18:57 -02:00
Oswaldo Acauan
7f153b3ffd
Fix files with defaultFile name not changing properly
2017-12-04 14:18:29 -02:00
Tainan Felipe
812d5d396d
fix margin-bottom of userlist title
2017-12-04 10:45:03 -02:00
Tainan Felipe
188fa68ff9
fix false click in userlist
2017-12-04 10:42:47 -02:00
Oleksandr Zhurbenko
68391cc782
Added touch events support for the cursor
2017-12-01 19:35:15 -08:00