Commit Graph

293 Commits

Author SHA1 Message Date
Josh de20200b5a move active meeting js to it's own file 2017-06-07 11:46:01 -04:00
Josh f5095b1e4d change checksum handling & show active meetings 2017-06-07 11:06:31 -04:00
Josh ad60c95118 fix invalid token error 2017-06-06 15:46:57 -04:00
Josh 1ddc16af86 added indicator when uploading to youtube 2017-05-29 11:14:49 -04:00
Josh 4c34526a57 added footer to share email 2017-05-26 16:49:44 -04:00
Josh 93f2a83e46 fix title & privacy_status 2017-05-26 15:14:02 -04:00
Josh 02d1e726f0 auto populate video title input 2017-05-26 13:11:55 -04:00
Josh 10c5a06561 set public to default 2017-05-26 12:04:16 -04:00
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
Joshua Arts 24c8952e59 add preferences and customization (#171) 2017-05-11 09:58:51 -04:00
Joshua Arts a2cfdc838f Slack Integration (#170)
* slack integration

* recomment server variables

* recomment server variables
2017-05-09 10:26:01 -04:00
Zachary Chai e1615a439f skip authenticity token on errors controller 2017-04-25 10:39:02 -04:00
Zachary Chai aae1c2ff12 add recording name to subject 2017-04-21 17:21:06 -04:00
Zachary Chai af9995ef5b email configuration check 2017-04-21 15:16:36 -04:00
Zachary Chai 30838f4b36 encode room id separately from meeting id 2017-04-21 13:51:45 -04:00
Zachary Chai d35b55400c encode slash properly for base URL 2017-04-18 16:40:35 -04:00
Zachary Chai 280b28742d restrict some characters in meeting name 2017-03-26 15:06:10 -04:00
Zachary Chai b55d535d33 add errors controller with error pages for 404 500 422 2017-03-21 17:20:30 -04:00
Zachary Chai 8cf75b6051 Merge pull request #152 from zach-chai/meeting_name_strip
strip spaces and newlines from meeting names
2017-03-21 14:01:28 -04:00
Zachary Chai 19929c4553 strip spaces and newlines from meeting names 2017-03-21 13:53:51 -04:00
Zachary Chai 8e0cca5b4a remove recording from client if 404 2017-03-21 12:04:17 -04:00
Zachary Chai 577cefaf71 rescue on bbb create if meeting already exists 2017-03-21 10:24:11 -04:00
Zachary Chai fdf7fd54c5 send 200 on end meeting even if not found 2017-03-17 16:02:52 -04:00
Zachary Chai 9901904d2a handle ending meeting when it doesn't exist 2017-03-17 15:07:20 -04:00
Zachary Chai 4d652463ec notify user when joining without name provided 2017-03-14 16:09:20 -04:00
Zachary Chai 36b6b5652f only show tutorial video on root 2017-03-14 15:17:04 -04:00
Zachary Chai cce5af3369 Merge pull request #145 from zach-chai/better_encoding
Better encoding
2017-03-14 14:37:48 -04:00
Zachary Chai b2031c97a3 add rails flash messages that dismiss after 5 seconds 2017-03-14 14:29:06 -04:00
Fred Dixon 6c19d192f2 Added link to overview video for GreenLight to footer 2017-03-10 09:44:07 -06:00
Zachary Chai 7c86aa8e7f more testing and code cleanup and enable coverage reports on circle 2017-03-03 15:26:41 -05:00
Zachary Chai 7ebe90d27b test recording ready callback 2017-03-03 14:05:37 -05:00
Zachary Chai b70ea41f4d test bbb controller 2017-03-03 10:49:14 -05:00
Zachary Chai 246e7ec3ed removed unused code 2017-03-03 10:49:14 -05:00
Zachary Chai d4d8228cbf hide login page if omniauth isn't configured 2017-03-03 10:49:14 -05:00
Zachary Chai bfd815abe0 test sessions controller 2017-03-03 10:49:14 -05:00
Zachary Chai a13e6b991e redirect help to BBB videos 2017-03-02 13:40:20 -05:00
Zachary Chai 94d77249b5 scope recording create notifications to room owner only 2017-03-02 09:22:51 -05:00
Zachary Chai 03cae1ed19 update user waiting notification to show meeting name 2017-02-28 16:43:54 -05:00
Zachary Chai a72656465b fix recording delete not sending notification 2017-02-28 10:38:57 -05:00
Zachary Chai f89bca5967 meeting and user name character limits 2017-02-24 10:56:37 -05:00
Zachary Chai 21b1e275b7 change email template table styling 2017-02-22 17:18:48 -05:00
Zachary Chai ebc52d2271 update recording notification email 2017-02-22 14:44:38 -05:00
Zachary Chai 80374e02a5 fix email link 2017-02-21 16:27:54 -05:00
Zachary Chai f165a2354f uri encode webhook URL 2017-02-21 12:47:18 -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 7873f640bc use route url helpers instead of hardcoding 2017-02-17 16:05:59 -05:00
Zachary Chai 63fbc27bca update recording notify to work with new workflow 2017-02-17 15:44:40 -05:00
Zachary Chai 6637983d4e add help link to center panel 2017-02-16 17:29:20 -05:00
Zachary Chai 64ac93f65f getting started page 2017-02-16 17:03:58 -05:00
Zachary Chai 7adba52824 add user waiting notifications back to main room 2017-02-16 14:24:55 -05:00
Zachary Chai 74f1f4c071 allow different action cable host 2017-02-16 10:34:47 -05:00
Zachary Chai fa1bb0683e button tooltips 2017-02-14 18:13:30 -05:00
Zachary Chai b9dcb65a92 force SSL 2017-02-14 17:30:12 -05:00
Zachary Chai 6b868b4b58 union recording names in previous meetings 2017-02-14 16:12:07 -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 5a6c8372f9 update recording labels 2017-02-14 08:03:06 -05:00
Zachary Chai 404bb93d1a fix background image 2017-02-10 17:41:53 -05:00
Zachary Chai d6c7bcfade pressing enter while focused on meeting-name input triggers start event 2017-02-10 16:45:53 -05:00
Zachary Chai 88af18a642 modify invite join on root page to match room page 2017-02-10 16:44:51 -05:00
Zachary Chai 4596664b97 recordings play button 2017-02-09 18:13:50 -05:00
Zachary Chai 330ce144ad small fixes 2017-02-09 17:54:53 -05:00
Zachary Chai 3dd3f43b24 serve fa assets from relative root 2017-02-09 11:28:11 -05:00
Zachary Chai 6c374bd0c0 reorganize stylesheet directory structure 2017-02-09 11:26:49 -05:00
Zachary Chai abe532afcf use official font awesome gem 2017-02-09 10:17:19 -05:00
Zachary Chai 9ecbd7f29d fix some assets not loading with relative root URLs 2017-02-07 16:21:53 -05:00
Zachary Chai 3db284b8bf support relative root urls for deploy to subdirectories 2017-02-07 14:43:18 -05:00
Zachary Chai b09ec1fc69 properly generate some urls 2017-02-07 14:41:24 -05:00
Zachary Chai bfbdfc645e update routes file 2017-02-07 10:02:16 -05:00
Zachary Chai 3521436bc8 remove signin background 2017-02-03 16:36:36 -05:00
Zachary Chai c6cd728eea add license to some files and change comment type in html 2017-02-03 16:25:58 -05:00
Zachary Chai beeef29d0a add invite link to moderator message 2017-02-03 15:47:43 -05:00
Zachary Chai 8f04967b28 select randomized title from pool on root page 2017-02-03 14:29:05 -05:00
Zachary Chai 4a90de057c rewording and consolidating some conditions 2017-02-03 14:10:01 -05:00
Zachary Chai 8719956ba4 swap visbility and watch columns 2017-02-03 12:09:02 -05:00
Zachary Chai 253ae4d86a update previously joined meetings on root page 2017-02-03 11:45:53 -05:00
Zachary Chai fc7d3fd94e add link to personal room and logout on every landing page 2017-02-03 10:16:28 -05:00
Zachary Chai f6505df4e1 move url buttons in room below the url 2017-02-03 09:55:39 -05:00
Zachary Chai e2fc9863fe replace logout with return to personal room 2017-02-02 17:09:29 -05:00
Zachary Chai 49aa9bd29b update footer and remove build version 2017-02-02 15:17:41 -05:00
Zachary Chai 5a29a344fe store previously joined authenticated meetings 2017-02-02 14:55:19 -05:00
Zachary Chai 0ba1b2bf41 add visibility column to recordings 2017-02-02 11:06:28 -05:00
Zachary Chai 4311c3be8c change display names for recording visibility states 2017-02-02 10:09:42 -05:00
Zachary Chai 1494dfebf0 show recordings for anonymous users 2017-02-02 10:08:41 -05:00
Zachary Chai 16fd597b1a minor text changes 2017-01-31 18:12:05 -05:00
Zachary Chai 73debe7c28 fix anonymouse meetings 2017-01-31 16:56:12 -05:00
Zachary Chai 2c2590cf18 add recording name to table 2017-01-31 16:19:09 -05:00
Zachary Chai 43e58e402e organize routes and update comments 2017-01-31 15:59:28 -05:00
Zachary Chai 77fd74dd8f add recording events to other meeting pages under room 2017-01-31 15:06:04 -05:00
Zachary Chai 02f59c49e6 main room recordings 2017-01-31 12:10:15 -05:00
Zachary Chai 9667e3757b fix recording update channel and routes 2017-01-31 11:42:47 -05:00
Zachary Chai 9a55ac9376 cleanup old websockets on page load 2017-01-31 11:01:34 -05:00
Zachary Chai d67663fbf1 multi meeting rooms 2017-01-27 18:12:36 -05:00
Zachary Chai 5180a99c32 allow meeting name separately when joining from room 2017-01-26 18:59:25 -05:00
Zachary Chai 066755c56c add invite and join to room 2017-01-26 18:03:42 -05:00