Commit Graph

87 Commits

Author SHA1 Message Date
b8c4ffe80b Don't ask for a name in the landing page, redir to the room/meeting
Instead of asking the user for a name in the landing page, it just
redirects to the room/meeting page, where the user is asked to enter a
name. If the user is signed in, no redirect is necessary and the user's
name is used automatically.
2017-01-11 14:55:39 -02: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
04ae45e4f4 Use 'unpublished' instead of 'inaccessible' 2016-12-09 10:26:28 -02:00
e94f3d7a10 Send an email to the user when a recording is done processing
Had to add an email attribute to users to store their email to send the
notification. Will only send it for user rooms since they are the only
ones we know who to notify.
2016-12-08 18:33:19 -02:00
906b21ab0e Fix clicking buttons inside popovers
They would work only occasionally because of the way bootstrap handles
popovers with trigger:focus.
Had to change to trigger:click and manually close the popovers when
clicking outside of them or in buttons marked to close popovers.
2016-12-07 18:38: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
40cbc8a575 Move the refresh button to be inside the meeting URL input
Less buttons, better interface.
2016-12-05 16:51:13 -02:00
45e173d132 Add a button with a "mailto:" link to send invitations 2016-12-05 16:32:03 -02:00
76316b96ec add build numbers 2016-12-02 12:36:11 -05:00
8402b8d06e hide joined sessions panel when empty 2016-11-30 17:12:19 -05:00
f0128951f4 Merge pull request #56 from erickadbay/dev-erick
Fixed recording duration
2016-11-29 17:43:44 -05:00
98802234a7 Fixed recording duration 2016-11-29 15:51:56 -05:00
bdee16f715 previously joined sessions 2016-11-29 15:37:20 -05:00
47e0e948d1 Added LGPL 3.0 license to all source/config files 2016-11-29 14:44:13 -05:00
48fe071af1 update room title 2016-11-24 16:55:54 -05:00
f5fc08d58c show new publish icon on hover 2016-11-24 16:21:01 -05:00
0e0d744fe3 bigbluebutton link in footer 2016-11-24 14:40:41 -05:00
08ecae0ef6 move meeting refresh to the url input field 2016-11-24 14:23:01 -05:00
ded0f9b056 meetings page changes 2016-11-24 11:49:54 -05:00
269ce7915e separate root page and meetings page 2016-11-24 11:16:56 -05:00
fe0ce271d0 remove page header 2016-11-24 10:42:13 -05:00
423b649480 hide oauth login when not configured 2016-11-23 14:20:28 -05:00
6144a7b45b increase width of center panel and make responsive 2016-11-21 15:04:55 -05:00
62dbefcb68 remove my room from header 2016-11-21 15:04:38 -05:00
445de38860 loading inidicator 2016-11-18 17:37:13 -05:00
25bccb7699 open recordings in new tab and hide from viewers when unpublished 2016-11-18 17:22:11 -05:00
6620df9c65 update text strings 2016-11-18 14:05:13 -05:00
8b536c4934 recording actions tooltips 2016-11-17 16:58:52 -05:00
fd044fc75d copy url tooltip 2016-11-17 16:27:20 -05:00
c9f0dead12 cleanup meetings 2016-11-15 13:54:39 -05:00
68d3e8da5a configuration_updates 2016-11-15 11:28:37 -05:00
c7d2c8f27e send translated strings to javascript 2016-11-10 14:26:21 -05:00
6a6aa2aa02 default ordering on recordings 2016-11-09 17:28:55 -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
1eb168a780 other ui changes 2016-11-07 17:37:46 -05:00
bc7a77ef77 dialog confirmation for publish unpublish 2016-11-07 17:19:54 -05:00
9fad2a4ef8 delete confirmation 2016-11-07 15:48:23 -05:00
bee0b88d97 refresh session status on meeting actions 2016-11-07 12:12:39 -05:00
b8c876443f add end button to views 2016-11-04 18:28:52 -04:00
e11098c7a9 add end meeting to bbb controller 2016-11-04 16:32:10 -04:00
f40d0ee65b localize recording dates 2016-11-03 17:34:06 -04:00
bea502a5a2 localize app 2016-11-03 17:34:01 -04:00
4def9bbbb9 update edit page 2016-11-02 17:04:37 -04:00
29a0796a5c add background 2016-11-02 16:32:23 -04:00
ae82c80308 recording previews 2016-11-02 16:18:42 -04:00
0c4e264d7e set room name in html 2016-11-01 17:18:39 -04:00