Commit Graph

43 Commits

Author SHA1 Message Date
Josh 3e31be3885 change youtube popover UI 2017-05-23 17:24:43 -04:00
Josh 7d96eadbbf upload recordings to youtube 2017-05-23 14:43:53 -04:00
Zachary Chai 8e0cca5b4a remove recording from client if 404 2017-03-21 12:04:17 -04:00
Zachary Chai a72656465b fix recording delete not sending notification 2017-02-28 10:38:57 -05:00
Zachary Chai 4be08f993d Merge pull request #129 from zach-chai/previous_meetings
make previous meetings per room instead of global
2017-02-21 11:01:28 -05:00
Zachary Chai 4d1bbe76a3 add participants to recordings table 2017-02-21 10:38:30 -05:00
Zachary Chai 7b52e2ef61 make previous meetings per room instead of global 2017-02-21 10:33:58 -05:00
Zachary Chai fa1bb0683e button tooltips 2017-02-14 18:13:30 -05:00
Zachary Chai 349f4c51c6 limit previous meetings container to 5 2017-02-14 15:00:23 -05:00
Zachary Chai 88191b67e8 past meetings from recordings 2017-02-14 11:33:44 -05:00
Zachary Chai 31a1464393 use constants for column positions 2017-02-14 10:10:24 -05:00
Zachary Chai ad311f3999 remove recording visibility column for anonymous users 2017-02-14 09:20:52 -05:00
Zachary Chai 4596664b97 recordings play button 2017-02-09 18:13:50 -05:00
Zachary Chai b09ec1fc69 properly generate some urls 2017-02-07 14:41:24 -05:00
Zachary Chai 8719956ba4 swap visbility and watch columns 2017-02-03 12:09:02 -05:00
Zachary Chai 49aa9bd29b update footer and remove build version 2017-02-02 15:17:41 -05:00
Zachary Chai 0ba1b2bf41 add visibility column to recordings 2017-02-02 11:06:28 -05:00
Zachary Chai 1494dfebf0 show recordings for anonymous users 2017-02-02 10:08:41 -05:00
Zachary Chai 2c2590cf18 add recording name to table 2017-01-31 16:19:09 -05:00
Zachary Chai 02f59c49e6 main room recordings 2017-01-31 12:10:15 -05:00
Zachary Chai d67663fbf1 multi meeting rooms 2017-01-27 18:12:36 -05:00
Zachary Chai b30acae006 refactor meeting object naming 2017-01-24 14:25:25 -05:00
Leonardo Crauss Daronco 6726504ec3 Add timeago js library to show in the start_time of recordings 2016-12-09 11:50:09 -02:00
Leonardo Crauss Daronco 04ae45e4f4 Use 'unpublished' instead of 'inaccessible' 2016-12-09 10:26:28 -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 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
Zachary Chai 37a75152ef logout docker after pushing image 2016-12-01 15:55:18 -05:00
Zachary Chai 02ea99e8b9 destroy recordings table before caching page 2016-12-01 15:21:19 -05:00
Zachary Chai f545daca26 update recording text and orderable columns 2016-12-01 10:49:20 -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
Erick Kad-Bay 067f5f1a08 Added hover for thumbnails 2016-11-29 15:20:16 -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 6fd3554af8 more obvious when no recordings 2016-11-24 17:37:12 -05:00
Zachary Chai 3f6111795a place recording popovers in table for handlers 2016-11-24 17:13:32 -05:00
Zachary Chai f5fc08d58c show new publish icon on hover 2016-11-24 16:21:01 -05:00
Zachary Chai 6144a7b45b increase width of center panel and make responsive 2016-11-21 15:04:55 -05:00
Zachary Chai 25bccb7699 open recordings in new tab and hide from viewers when unpublished 2016-11-18 17:22:11 -05:00
Zachary Chai 6620df9c65 update text strings 2016-11-18 14:05:13 -05:00
Zachary Chai 8b536c4934 recording actions tooltips 2016-11-17 16:58:52 -05:00
Zachary Chai c9f0dead12 cleanup meetings 2016-11-15 13:54:39 -05:00
Zachary Chai 38aba2d29f coffeescript classes instead of es6 2016-11-14 17:34:51 -05:00