Commit Graph

418 Commits

Author SHA1 Message Date
Josh b1e65e4ca7 fix pluralization in initial populate 2017-06-12 10:52:00 -04:00
Josh 31f0e0a3e9 clean active_meetings.js 2017-06-08 10:43:06 -04:00
Josh 42f0c14b49 add/remove from previous meetings & loading spinner 2017-06-08 10:28:56 -04:00
Josh b9ace4dfa6 redirect to user when clicking logo if found 2017-06-07 16:24:29 -04:00
Josh 291d815056 don't show active meetings when not logged in 2017-06-07 15:48:47 -04:00
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
Joshua Arts 24c8952e59 add preferences and customization (#171) 2017-05-11 09:58:51 -04:00
Jesus Federico 45c55efd04 Added Circle-ci badge 2017-05-09 15:53:34 +00:00
Jesus Federico f1b34628fa Added Scrutinizer-ci badges 2017-05-09 15:45:19 +00: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 924ca25ef1 Merge pull request #167 from zach-chai/errors_controller_authenticity
skip authenticity token on errors controller
2017-04-25 11:04:05 -04:00
Zachary Chai e1615a439f skip authenticity token on errors controller 2017-04-25 10:39:02 -04:00
Zachary Chai d0d39c477a Merge pull request #155 from zach-chai/email_subject
add recording name to subject
2017-04-24 11:23:20 -04:00
Zachary Chai aae1c2ff12 add recording name to subject 2017-04-21 17:21:06 -04:00
Zachary Chai 3d216ba41f remove redundant logging 2017-04-21 16:33:06 -04:00
Zachary Chai b27f82bbb4 Merge pull request #166 from zach-chai/email_check
email configuration check
2017-04-21 16:12:46 -04:00
Zachary Chai af9995ef5b email configuration check 2017-04-21 15:16:36 -04:00
Zachary Chai 62ef95128c Merge pull request #165 from zach-chai/encoding
encode room id separately from meeting id
2017-04-21 13:56:15 -04:00
Zachary Chai 30838f4b36 encode room id separately from meeting id 2017-04-21 13:51:45 -04:00
Zachary Chai 7c0b5613df Merge pull request #164 from zach-chai/encoding_error
encode slash properly for base URL
2017-04-18 16:56:45 -04:00
Zachary Chai d35b55400c encode slash properly for base URL 2017-04-18 16:40:35 -04:00
Zachary Chai 8bae80742b Merge pull request #163 from zach-chai/config_check
rake task to check configuration
2017-04-18 11:18:57 -04:00
Zachary Chai 8e056cdff2 rake task to check basic configuration and test connection to BBB server 2017-04-18 11:15:25 -04:00
Zachary Chai 3229f460f7 Merge pull request #162 from zach-chai/update_ruby
update ruby to 2.3.4
2017-04-11 13:37:33 -04:00
Zachary Chai e0dfa68e9d update ruby to 2.3.4 2017-04-11 13:19:14 -04:00
Zachary Chai 8173c4a803 Merge pull request #161 from zach-chai/room_id_param
override constraints to allow periods in room_id routes param
2017-04-11 11:26:07 -04:00
Zachary Chai 16a43711ca override constraints to allow periods in room_id routes param 2017-03-28 13:46:44 -04:00
Zachary Chai 926396e825 Merge pull request #159 from zach-chai/restrict_characters
restrict some characters in meeting name
2017-03-26 15:24:44 -04:00
Zachary Chai 280b28742d restrict some characters in meeting name 2017-03-26 15:06:10 -04:00
Zachary Chai 28e5d064da Merge pull request #158 from zach-chai/override_constraints
override rails meeting id param constraints for routes
2017-03-26 15:00:20 -04:00
Zachary Chai cb2e1e1f6b override rails id param constraints 2017-03-26 14:16:06 -04:00
Fred Dixon ae916de296 Update README.md 2017-03-25 18:05:27 -04:00
Fred Dixon 32fcd5fb79 Update README.md 2017-03-25 18:04:58 -04:00
Zachary Chai 6e5fdb8d14 Merge pull request #154 from zach-chai/exceptions
enable routes as exceptions app
2017-03-21 18:23:21 -04:00
Zachary Chai 3dd2a5e5ea enable routes as exceptions app 2017-03-21 18:18:16 -04:00
Zachary Chai a7903dddba Merge pull request #153 from zach-chai/error_controller
add errors controller with error pages for 404 500 422
2017-03-21 17:40:43 -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 ef309eb491 Merge pull request #151 from zach-chai/delete_recording
treat 404 as success for deleting recordings
2017-03-21 13:20:39 -04:00
Zachary Chai 8e0cca5b4a remove recording from client if 404 2017-03-21 12:04:17 -04:00
Zachary Chai 97e1c6840b Merge pull request #150 from zach-chai/bbb_create
rescue on bbb create if meeting already exists
2017-03-21 10:41:37 -04:00
Zachary Chai 577cefaf71 rescue on bbb create if meeting already exists 2017-03-21 10:24:11 -04:00
Zachary Chai b937018d24 Merge pull request #149 from zach-chai/end_meeting
send 200 on end meeting even if not found
2017-03-17 16:12:06 -04:00
Zachary Chai fdf7fd54c5 send 200 on end meeting even if not found 2017-03-17 16:02:52 -04:00
Zachary Chai 89d8c9170e Merge pull request #148 from zach-chai/end_meeting
handle ending meeting when it doesn't exist
2017-03-17 15:15:05 -04:00
Zachary Chai 9901904d2a handle ending meeting when it doesn't exist 2017-03-17 15:07:20 -04:00
Zachary Chai 59be45c875 Merge pull request #147 from zach-chai/check_name_entered
notify user when joining without name provided
2017-03-14 17:07:49 -04:00
Zachary Chai 4d652463ec notify user when joining without name provided 2017-03-14 16:09:20 -04:00