Bruck Wubete
5d56d10bb9
Enableing SAML auth co-exist with other OAuth services ( #215 )
...
* Enableing SAML auth co-exist with other OAuth services
* removing cert file
2018-05-03 11:18:43 -04:00
Peter Havekes
ab62fc3e13
Added SAML2 support ( #185 )
...
* ~ in gitignore
* add config options for SAML authentication
* add information about SP metadata
* add gem for omniauth-saml
* Add the SAML strategy as a middleware
* add gem for omniauth-saml
* Send SAML request to saml module
* Pass env parameters to saml provider
* Add options for specifying saml signing certificate
* Almost there
* Re-enable SAML redirection
* Correctly map saml attributes
* change full certificate to only the fingerprint
* change full certificate to only the fingerprint
* revert changes to gitgnore
* cleanup
2018-03-02 09:31:12 -05:00
Josh
f4d760fb11
fixes for html5 support
2017-10-05 15:51:45 -04:00
Josh
da07eb749f
add HTML5 support
2017-09-28 16:03:47 -04:00
Josh
fbc8a56fc0
add support for BBB 2.0 webhooks
2017-09-14 15:59:42 -04:00
jfederico
22d0f4423d
Fixed conflict with master
2017-08-15 20:44:06 +00:00
jfederico
4b7f104808
Removed duplicated code introduced in previous commit
2017-08-15 20:37:26 +00:00
jfederico
4590725c79
A warning message is shown when the BBB server configured is the one that comes by default
2017-08-15 20:33:19 +00:00
jfederico
20830c0e72
Restored definition of helper
2017-08-15 19:44:53 +00:00
jfederico
e0c856522f
Added 'QR Code generation' as an optional feature
2017-08-15 19:01:36 +00:00
jfederico
970670ba6f
Rework on landingController to reduce duplication
2017-08-14 21:31:01 +00:00
jfederico
ea5c78db47
Updated unified sample.env and setup default values to some variables
2017-08-14 20:26:43 +00:00
Josh
949fce701c
refactor share button & add ability to disable youtube uploading
2017-07-28 14:58:51 -04:00
Josh
f40ef121c8
use root_url instead of relative_root to satisfy test
2017-07-24 15:28:10 -04:00
Josh
f4e9e01782
fix ldap auth failure redirect
2017-07-24 15:04:06 -04:00
Josh
3bc31048f4
fix issue where webhooks were not always removed
2017-07-21 11:58:36 -04:00
Josh
42bf2b1e54
clean active_meetings.js and landing.js
2017-07-14 13:21:02 -04:00
Josh
ab5c56c27d
add guest landing page when guest access disabled
2017-07-13 12:11:16 -04:00
Josh
3a882f85c6
add ability to disable guest access
2017-07-12 16:34:16 -04:00
Josh
29ca709c85
notice when trying to upload to Youtube with Twitter auth
2017-07-11 15:28:30 -04:00
Josh
0b1ae2497f
remove debug code
2017-07-07 10:32:48 -04:00
Josh
0040baecbf
display ldap error to help with troubleshooting
2017-07-07 10:32:01 -04:00
Josh
43496a6cf1
change sessions#new test to allow redirect
2017-07-07 10:23:19 -04:00
Josh
704dab1e5c
add footer to Youtube prompt
2017-07-06 13:17:12 -04:00
Josh
034c5ba617
handle invalid credentials
2017-07-06 11:45:56 -04:00
Josh
0eb26ae8ec
only use LDAP when enabled
2017-07-06 09:08:49 -04:00
Josh
ae774b90ce
add LDAP authentication
2017-07-05 16:26:27 -04:00
Josh
9bbb669cc1
move WaitingList.empty() to controller
2017-07-04 14:51:24 -04:00
Josh
27f6076954
improvements to active meetings
2017-07-04 11:52:35 -04:00
Josh
44e2cb7027
delay webhooks destroy
2017-06-30 15:57:54 -04:00
Josh
261bb314f2
make active meetings room specific
2017-06-23 13:55:23 -04:00
Josh
7e16f042a5
add more information to recording ready email
2017-06-22 15:15:03 -04:00
Josh
78a2f33f2d
properly handle post_publish event
2017-06-19 09:35:54 -04:00
Josh
6e343740e8
better error handling for youtube uploading
2017-06-16 11:22:25 -04:00
Josh
23127f1119
reduce can_upload post requests
2017-06-15 13:59:55 -04:00
Joshua Arts
9e96f4e08e
Merge branch 'master' into webhooks
2017-06-14 09:08:33 -04:00
Josh
688120045b
fix callback tests
2017-06-13 09:22:30 -04:00
Josh
f5095b1e4d
change checksum handling & show active meetings
2017-06-07 11:06:31 -04:00
Josh
4c34526a57
added footer to share email
2017-05-26 16:49:44 -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
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
19929c4553
strip spaces and newlines from meeting names
2017-03-21 13:53:51 -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