Commit Graph

28 Commits

Author SHA1 Message Date
f4d760fb11 fixes for html5 support 2017-10-05 15:51:45 -04:00
94d77249b5 scope recording create notifications to room owner only 2017-03-02 09:22:51 -05:00
03cae1ed19 update user waiting notification to show meeting name 2017-02-28 16:43:54 -05:00
80374e02a5 fix email link 2017-02-21 16:27:54 -05:00
7adba52824 add user waiting notifications back to main room 2017-02-16 14:24:55 -05:00
9667e3757b fix recording update channel and routes 2017-01-31 11:42:47 -05:00
9a55ac9376 cleanup old websockets on page load 2017-01-31 11:01:34 -05:00
d67663fbf1 multi meeting rooms 2017-01-27 18:12:36 -05:00
bf7d087f45 Show a browser notification when a user is waiting to join a room
The owner of a room receives a browser notification if he has the page open
and another person tries to join his room.
2016-12-09 13:52:53 -02:00
e5efb05a01 Add endpoint to detect new recordings and update the interface
The endpoint receives events from BigBlueButton via webhooks or scripts
in the record and playback workflow.
For now it only treats the event for when a recording is ready.
When it happens, it uses action cable to update the interface dynamically
with the new recording.
2016-12-07 16:20:10 -02:00
b518458622 Allow recordings to be 'unlisted'
Unlisted is a state between published and unpublished. They are still
published in the server, but will not appear to anyone other than the
user that created the recording.
It is done using a metadata attribute and required several changes in how
the application handles publishing and unpublishing.
2016-12-06 12:03:53 -02:00
98a8cdbd2a use new latest id from page in setup 2016-12-01 18:18:13 -05:00
47e0e948d1 Added LGPL 3.0 license to all source/config files 2016-11-29 14:44:13 -05:00
25bccb7699 open recordings in new tab and hide from viewers when unpublished 2016-11-18 17:22:11 -05:00
1d879993d5 finish meeting class 2016-11-10 17:05:43 -05:00
c7d2c8f27e send translated strings to javascript 2016-11-10 14:26:21 -05:00
552ea39ddd meeting action alerts 2016-11-09 16:46:24 -05:00
d22cc3e6d0 dynamic room content 2016-11-09 16:46:08 -05:00
b4e0e73692 oauth update 2016-11-09 13:29:29 -05:00
83bdf4c387 finish delete recording feature 2016-11-08 16:03:24 -05:00
bc7a77ef77 dialog confirmation for publish unpublish 2016-11-07 17:19:54 -05:00
bee0b88d97 refresh session status on meeting actions 2016-11-07 12:12:39 -05:00
58d5e7e6c5 combine channels for meeting updates 2016-11-07 11:19:54 -05:00
0c4e264d7e set room name in html 2016-11-01 17:18:39 -04:00
15411d76fa only allow room owner to perform recording actions 2016-11-01 15:02:32 -04:00
e400bf41e8 recording async update 2016-11-01 11:39:26 -04:00
b701f2e9a6 wait for moderator with action cable 2016-10-27 13:57:26 -04:00
a15bf5b3a9 first commit 2016-10-13 17:30:58 +00:00