Commit Graph

245 Commits

Author SHA1 Message Date
Leonardo Crauss Daronco 09c30bb5bd Add flag to use webhooks and API call to register a hook
It almost works with webhooks now. Still TODO is:
* Remove the hook after the recording is published
* To process the publish_ended event from the webhooks either the webhook
  needs to include the metadata (currently it doesn't) or GreenLight has
  find out the meeting token without reading it from the metadata.
2016-12-08 14:01:57 -02:00
Leonardo Crauss Daronco 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
Leonardo Crauss Daronco 03e9646502 Add an example of a post publish script to send data to greenlight 2016-12-07 16:32:59 -02:00
Leonardo Crauss Daronco 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
Leonardo Crauss Daronco 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
Leonardo Crauss Daronco 40cbc8a575 Move the refresh button to be inside the meeting URL input
Less buttons, better interface.
2016-12-05 16:51:13 -02:00
Leonardo Crauss Daronco 45e173d132 Add a button with a "mailto:" link to send invitations 2016-12-05 16:32:03 -02:00
Zachary Chai 71831639f9 update readme and add new env file 2016-12-02 18:02:33 -05:00
Zachary Chai de85c5d1c6 Merge pull request #69 from zach-chai/downscale_background_image
downscale background image
2016-12-02 17:02:37 -05:00
Zachary Chai f6e895271e downscale background image 2016-12-02 16:58:30 -05:00
Zachary Chai 692e864434 Merge pull request #68 from zach-chai/transfer_bigbluebutton
point docker image to bigbluebutton repo
2016-12-02 16:23:19 -05:00
Zachary Chai a6aed404f0 point docker image to bigbluebutton repo 2016-12-02 16:20:48 -05:00
Zachary Chai 75fcc5af97 Merge pull request #67 from zach-chai/background
Background
2016-12-02 15:35:16 -05:00
Zachary Chai d8eff2087a add bbb logo 2016-12-02 15:28:01 -05:00
Zachary Chai 906d184f46 add background image 2016-12-02 15:25:47 -05:00
Zachary Chai 773e9689dc Merge pull request #66 from zach-chai/duration
add units to duration header
2016-12-02 15:01:37 -05:00
Zachary Chai 2194c45fe7 add units to duration header 2016-12-02 14:56:13 -05:00
Zachary Chai 76316b96ec add build numbers 2016-12-02 12:36:11 -05:00
Zachary Chai 98a8cdbd2a use new latest id from page in setup 2016-12-01 18:18:13 -05:00
Zachary Chai f63ea9c4b8 Merge pull request #63 from zach-chai/join_meeting_name
use the user's name for the bbb meeting name
2016-12-01 17:04:21 -05:00
Zachary Chai 7c916ae632 use the user's name for the bbb meeting name 2016-12-01 16:55:43 -05:00
Zachary Chai 37a75152ef logout docker after pushing image 2016-12-01 15:55:18 -05:00
Zachary Chai 41c9e7798f Merge pull request #62 from zach-chai/caching_fix
destroy recordings table before caching page
2016-12-01 15:38:02 -05:00
Zachary Chai 02ea99e8b9 destroy recordings table before caching page 2016-12-01 15:21:19 -05:00
Zachary Chai 05a7830cc3 Merge pull request #61 from zach-chai/updates
remember name for logged out users and other ui updates
2016-12-01 11:19:48 -05:00
Zachary Chai 36c429d4bb remember name for logged out users 2016-12-01 11:14:10 -05:00
Zachary Chai f545daca26 update recording text and orderable columns 2016-12-01 10:49:20 -05:00
Zachary Chai ae9e52f077 override circle database 2016-11-30 17:36:14 -05:00
Zachary Chai 44085a6b1a Merge pull request #58 from zach-chai/hide_empty_session_panel
hide joined sessions panel when empty
2016-11-30 17:15:50 -05:00
Zachary Chai 8402b8d06e hide joined sessions panel when empty 2016-11-30 17:12:19 -05:00
Zachary Chai ad6621b3ef change script permission 2016-11-30 16:19:35 -05:00
Zachary Chai 07bf1e2c15 circleci configuration and docker build 2016-11-30 16:19:27 -05:00
Zachary Chai f0128951f4 Merge pull request #56 from erickadbay/dev-erick
Fixed recording duration
2016-11-29 17:43:44 -05:00
Erick Kad-Bay f4a7c35e35 Duration is just shown as a number for now 2016-11-29 17:17:11 -05:00
Erick Kad-Bay 98802234a7 Fixed recording duration 2016-11-29 15:51:56 -05:00
Zachary Chai f400ca390e Merge pull request #55 from zach-chai/previously_joined_sessions
Previously joined sessions
2016-11-29 15:49:38 -05:00
Zachary Chai 4d4ccddc6e order sessions last joined at top 2016-11-29 15:37:20 -05:00
Zachary Chai bdee16f715 previously joined sessions 2016-11-29 15:37:20 -05:00
Zachary Chai 54347ac11b Merge pull request #54 from erickadbay/dev-erick
Added hover for thumbnails using css
2016-11-29 15:36:15 -05:00
Erick Kad-Bay 44701c0cd9 Merge remote-tracking branch 'upstream/master' into dev-erick 2016-11-29 15:27:53 -05:00
Zachary Chai ffddb0e834 Merge pull request #53 from zach-chai/tests
add basic tests
2016-11-29 15:25:20 -05:00
Zachary Chai 693cb3202b lock ruby version 2016-11-29 15:21:54 -05:00
Zachary Chai 0573927851 add basic tests 2016-11-29 15:21:36 -05:00
Erick Kad-Bay 067f5f1a08 Added hover for thumbnails 2016-11-29 15:20:16 -05:00
Zachary Chai a8e2aa37fc Merge pull request #52 from erickadbay/dev-erick
Added LGPL 3.0 license to all source/config files
2016-11-29 14:48:40 -05:00
Erick Kad-Bay 47e0e948d1 Added LGPL 3.0 license to all source/config files 2016-11-29 14:44:13 -05:00
Zachary Chai 0088eae7e4 Merge pull request #50 from zach-chai/join_as_moderator
all join as moderator in anonymous meeting
2016-11-25 12:16:43 -05:00
Zachary Chai 97435b63bc all join as moderator in anonymous meeting 2016-11-25 12:14:04 -05:00
Zachary Chai 77ba8c614b Merge pull request #49 from zach-chai/room_updates
Room updates
2016-11-24 18:20:20 -05:00
Zachary Chai 25f8b547e5 modify encrypted id 2016-11-24 17:42:08 -05:00