Oswaldo Acauan
41efd5b5ff
Update README from UserList
2016-04-06 10:04:32 -03:00
Oswaldo Acauan
cc435eb424
Fix user-list sharing status list
2016-04-06 10:04:22 -03:00
Oswaldo Acauan
4174a59b2f
Fix user-list unread badge styles
...
Conflicts:
bigbluebutton-html5/app/client/react/components/UserList/UserListItem.jsx
2016-04-06 10:04:09 -03:00
Oswaldo Acauan
1e61823fb9
Change user-list to a tabular markup
...
Conflicts:
bigbluebutton-html5/app/client/react/components/UserList/UserItem.jsx
2016-04-06 10:00:40 -03:00
gcampes
a0c54d63dc
Update react UserList readme
2016-04-06 10:00:08 -03:00
gcampes
2488cfc392
Refactor react component code
2016-04-06 10:00:01 -03:00
gcampes
a51734f2c0
Add lock settings to the react component and fix mic icons
2016-04-06 09:59:56 -03:00
gcampes
73d6d7d8bb
Change the way actions are handled
2016-04-06 09:59:47 -03:00
gcampes
f303fe4df4
Adds event handling for kick user
...
Conflicts:
bigbluebutton-html5/app/client/react/components/UserList/UserItem.jsx
2016-04-06 09:59:41 -03:00
gcampes
82fdebb4b5
Adds key to icons
...
Conflicts:
bigbluebutton-html5/app/client/react/components/UserList/UserItem.jsx
2016-04-06 09:55:33 -03:00
Oswaldo Acauan
0c3dbd4a72
Add sharing icon status. WIP
...
Conflicts:
bigbluebutton-html5/app/client/react/components/UserList/UserItem.jsx
2016-04-06 09:54:09 -03:00
gcampes
5aa8736176
Changes username into a button component
2016-04-06 09:52:44 -03:00
gcampes
756cdf12d6
Changes the name of the event handlers
2016-04-06 09:52:41 -03:00
gcampes
27fc4a6981
Adds some words in comment
2016-04-06 09:52:38 -03:00
gcampes
4e8fc3d548
Adds event handling for the set presenter click
2016-04-06 09:52:21 -03:00
gcampes
f9cd087fac
Adds event handling for the useritem click, which opens the private chat
2016-04-06 09:52:18 -03:00
Oswaldo Acauan
092e8de63a
Remove unused files
2016-04-06 09:52:12 -03:00
Oswaldo Acauan
dc255ef3eb
Add UserItem component unread badge
...
Conflicts:
bigbluebutton-html5/app/client/react/components/UserList/UserItem.jsx
2016-04-06 09:50:26 -03:00
gcampes
fc22cb33bb
Adds the status icons
2016-04-06 09:49:46 -03:00
Oswaldo Acauan
86c590e98e
Fix warning message raised from Icon component
2016-04-06 09:49:40 -03:00
gcampes
bcae6e2051
Solve syntax issues
2016-04-06 09:49:39 -03:00
gcampes
e5c6753f84
Change es6 to react.createClass
2016-04-06 09:49:38 -03:00
Oswaldo Acauan
6e1c2e3adb
Rever changes to start.sh
2016-04-06 09:49:32 -03:00
gcampes
6f8422fc2f
Change file names and adds status icon
2016-04-06 09:49:30 -03:00
Oswaldo Acauan
f5b8bdbf02
Add reusable components for buttons, icons and tooltips
2016-04-06 09:49:29 -03:00
gcampes
568f6f3406
Create new react components
2016-04-06 09:49:23 -03:00
Oswaldo Acauan
52a7b1e3e3
Add generic button component
2016-04-06 09:49:22 -03:00
gcampes
f3a739d8c4
Move react folder from views
2016-04-06 09:49:21 -03:00
gcampes
1f34ff8f7b
Adds new react folder structure
2016-04-06 09:49:05 -03:00
Oswaldo Acauan
5932cfa2de
Changed boilerplate stuff to icon component
2016-04-06 09:48:51 -03:00
gcampes
272ce793f5
Change user object that goes into the components. feat. oswaldoacauan
2016-04-06 09:48:48 -03:00
gcampes
4896cc51e1
adds icon and tooltip react component
2016-04-06 09:48:47 -03:00
gcampes
85e5f341d8
Added dummy user-list react-components
2016-04-06 09:48:41 -03:00
gcampes
3b171164d3
Added comment
2016-04-06 09:48:39 -03:00
Oswaldo Acauan
6d4a0c32a5
Refactor
2016-04-06 09:48:39 -03:00
gcampes
a1823b1235
testing remote branching
2016-04-06 09:48:37 -03:00
gcampes
a948575a6e
Started the user list as a react component
2016-04-06 09:48:37 -03:00
Anton Georgiev
a46d3656f9
Merge pull request #3037 from lfzawacki/correctly-unjoin-voice-for-offline-user
...
html5: Correctly kick user out of voice in markUserOffline
2016-03-07 15:50:48 -05:00
Anton Georgiev
e34b6ced79
fix emoji bug caused by Chrome vs FF behav difference
2016-03-07 20:40:32 +00:00
Lucas Zawacki
6b56521fbd
html5: Correctly kick user out of voice in markUserOffline
...
The old code was wrongly setting obj.voiceUser when it should set obj.user.voiceUser
and caused problems when for example:
* user joins audio
* user hits F5
* user reconnects without webrtc audio enabled
* html5 client reports user still in audio and leaving/joining doesnt work anymore
2016-03-03 17:38:26 -03:00
Lucas Zawacki
85a0fda657
Correct Meteor.log for unsupported json messages
2016-03-02 15:44:25 -03:00
Lucas Zawacki
72591a6e9d
Refactor icons to make it easier to extend and modify
2016-03-02 12:48:29 -03:00
Lucas Zawacki
92d5aaf5d0
Remove extra calls to updateVoiceUser in user mute/unmute
...
This is supossed to be called when handling messages from the redis queue
and when called here would cause errors because it had no callback function.
The correct way is not calling it here, but handling the muting/unmiting when
receiving messages (which is already done).
2016-03-02 12:44:34 -03:00
Oleksandr Zhurbenko
b19f22740b
Changed WhiteboardPaper.cursor.cursor to cursorDOM
...
Resolves #2955
2016-02-01 12:55:53 -08:00
Oleksandr Zhurbenko
d0112ff7b7
Corrections
2016-02-01 10:38:15 -08:00
Oleksandr Zhurbenko
34ff1e19ba
Reworked ES6 on the server side
2016-01-29 17:33:40 -08:00
Oleksandr Zhurbenko
1775053d39
Changes the default value for the presentation's title when it gets removed
2016-01-27 13:58:56 -08:00
Oleksandr Zhurbenko
cc7f8b4fac
Updating the new slide's ratios and offsets right away
2016-01-22 22:51:41 -08:00
Oleksandr Zhurbenko
0f7f3ed7b8
Added check to see if the properties have been already updated by displayThisSlide() after receiving a presentation_page_changed message.
2016-01-22 15:53:24 -08:00
Oleksandr Zhurbenko
6eb3fbe50d
Removed old unused console logs from the code.
2016-01-22 11:14:57 -08:00