Oleksandr Zhurbenko
af09761048
Fixed return statement, added scaling, added dynamic class change for the polling and presenter controls
2016-04-19 16:49:24 -07:00
Oleksandr Zhurbenko
90680f31ef
class -> className
2016-04-19 16:44:01 -07:00
Oleksandr Zhurbenko
9305da4a26
Fixed Raise Hand Button's view
2016-04-19 08:44:32 -07:00
Oleksandr Zhurbenko
7c698eab3f
Fixed a reactive chat update when a chat opponent disappears
2016-04-18 15:59:22 -07:00
Oleksandr Zhurbenko
c5717e9ea3
Cleanup
2016-04-13 15:01:34 -07:00
Oleksandr Zhurbenko
f5b3ffbaa3
Ported Whiteboard template to React
2016-04-13 15:01:06 -07:00
Oleksandr Zhurbenko
3c3a7d061f
Switched header template to React
2016-04-13 14:56:25 -07:00
Oleksandr Zhurbenko
33ebc407dc
Removing the slide when the presentation is deleted
2016-04-04 13:59:55 -07:00
Oleksandr Zhurbenko
30848def3f
Fixed switching between presentations
2016-04-01 17:04:25 -07:00
Oleksandr Zhurbenko
ef7d71044c
Fixed switching slides
2016-04-01 16:04:36 -07:00
Oleksandr Zhurbenko
b3a456857e
Added the ability to see the shapes' drawing process for viewers
2016-03-31 17:19:31 -07:00
Oleksandr Zhurbenko
c1bb196e0f
Slide can be displayed on the initial load
2016-03-28 13:33:45 -07:00
Oleksandr Zhurbenko
ed374f6cd1
No need in fat arrows in this cases
2016-03-25 14:15:26 -07:00
Oleksandr Zhurbenko
a827ec5eae
Cleaning up
2016-03-23 14:40:49 -07:00
Oleksandr Zhurbenko
0f773355d8
Fixed the emojis' functionality
2016-03-23 14:31:13 -07:00
Oleksandr Zhurbenko
0bf473f244
Emojis start displaying with React
2016-03-22 14:50:44 -07:00
Oleksandr Zhurbenko
801d3819b0
Moved Button.jsx to 'shared'
2016-03-21 20:39:38 -07:00
Oleksandr Zhurbenko
c089ec93de
'plus' button is not used anymore
2016-03-18 14:12:19 -07:00
Oleksandr Zhurbenko
dc23eb6652
Switched the rest of whiteboard controls to react and united them with uploader menu
2016-03-18 12:57:43 -07:00
Oleksandr Zhurbenko
464726b4ba
Switched presenter uploading menu to React
2016-03-17 12:41:01 -07:00
Oleksandr Zhurbenko
a52ac721a5
Fixed class names in the presenter-uploader-file-item
2016-03-16 16:26:04 -07:00
Oleksandr Zhurbenko
b670691488
classNames instead of classes
2016-03-16 16:17:59 -07:00
Oleksandr Zhurbenko
8c4e95c81f
Fixed a typo in a key name
2016-03-16 15:02:08 -07:00
Oleksandr Zhurbenko
85744b4ca6
PresentationListItem and UploadingListItem components
2016-03-14 14:40:17 -07:00
Oleksandr Zhurbenko
ddf17c58ea
Removed and replaced previous polling teplate and helpers
2016-03-13 14:11:33 -07:00
Oleksandr Zhurbenko
52662ac45a
Removed unused parameter from Button.jsx, cleaned up
2016-03-12 16:27:29 -08:00
Oleksandr Zhurbenko
ff12344a34
Polling module
2016-03-11 15:09:59 -08:00
Oleksandr Zhurbenko
325dd563eb
Fixed styling problem with toPublic button
2016-03-11 15:04:44 -08:00
Oleksandr Zhurbenko
3389efc251
Changed machine-generated code to more readable
2016-03-11 15:04:09 -08:00
Oleksandr Zhurbenko
cdbc951e56
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into meteor-react
2016-03-11 11:26:54 -08: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
849fad0455
Made html5 chat working with react
2016-02-26 19:17:11 -08:00
Oleksandr Zhurbenko
ace43d18ab
Visibility helper is not used anymore
2016-02-22 15:24:03 -08: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
Oleksandr Zhurbenko
8fdb83d01a
Assigning widthRatio to default value when the currentSlideDoc is not loaded yet. Removing errors from the console.
2016-01-22 11:07:14 -08:00
Oleksandr Zhurbenko
f287f5f4cb
Simply updating data in the Slides collection instead of removing and adding whole objects
2016-01-21 10:29:18 -08:00
Oleksandr Zhurbenko
8d18271579
Enabling whiteboard helpers
2016-01-20 16:41:05 -08:00
Oleksandr Zhurbenko
5c9b42fb0f
Removed the duplicated call of the displayThisSlide()
2016-01-19 15:04:00 -08:00
Oleksandr Zhurbenko
edfaf08757
Typo left after switching to ES6
2016-01-18 11:49:53 -08:00