shawn-higgins1
79188a6cae
Add support for roles ( #656 )
...
* Add support for ldap roles
* Remove debugger
* Remove bundled with
* Update omniauth-bn-launcher version
2019-07-24 13:40:09 -04:00
shawn-higgins1
0934919e44
GRN2-206: Remove support for the flash client Fixes( #654 ) ( #661 )
...
* Remove ability to specify flash client
* Always join via html5
* Fix styling and tests
2019-07-24 09:37:59 -04:00
shawn-higgins1
7b96d5ae41
Add room setting to require moderator approval ( #660 )
2019-07-23 16:16:14 -04:00
shawn-higgins1
0a6bce1384
Fix health checks ( #663 )
2019-07-23 15:56:04 -04:00
shawn-higgins1
81aea827ba
GRN2-210: Add ability to search by role ( #659 )
...
* Add ability to search by role
* Fix role search to work with select
2019-07-23 14:57:01 -04:00
shawn-higgins1
68eb67752c
Widen invite url field ( #651 )
2019-07-23 14:56:21 -04:00
shawn-higgins1
d3a9ae32a9
GRN2-202: Create a room in which everyone joins as Moderator ( Fixed #628 ) ( #650 )
...
* Room setting to allow anyone to start a room
* Update sample.env
* merge v2.2.1
2019-07-23 14:54:46 -04:00
shawn-higgins1
b23f94dfb5
Single sign on for super admins ( #648 )
2019-07-23 14:53:48 -04:00
shawn-higgins1
42f7d4f8d2
If a user only has one configured provider redirect them to that provider ( #647 )
2019-07-23 11:08:38 -04:00
shawn-higgins1
0e4adc0049
Add watchtower metadata ( #635 )
2019-07-22 16:28:09 -04:00
shawn-higgins1
1e75f5e822
Don't sent email if there are no admins ( #664 )
2019-07-22 15:58:40 -04:00
shawn-higgins1
c4eeee3d40
Add setting for recording visibility ( #634 )
2019-07-22 15:39:49 -04:00
shawn-higgins1
2c37f87cbc
Fix the dockerfile for the new version of rails ( #658 )
...
* Fix the dockerfile for the new version of rails
* Update Dockerfile
2019-07-22 14:31:11 -04:00
shawn-higgins1
7d1c9e87a9
Allow rooms to have an optional access code ( #646 )
2019-07-22 13:12:44 -04:00
shawn-higgins1
ee26036105
Unify error pages ( #674 )
...
* Unify error pages
* Start travis
2019-07-22 12:33:53 -04:00
shawn-higgins1
8c63f793a5
Reduce number of roles queries for the admin controller ( #631 )
2019-07-15 14:45:06 -04:00
shawn-higgins1
c410c0b8ef
Change default recording sort order to descending ( #630 )
2019-07-12 16:34:47 -04:00
shawn-higgins1
85da83f8b0
Fix office365 if hd environment variable isn't set ( #629 )
2019-07-11 11:14:43 -04:00
shawn-higgins1
bc78feb0bd
Fix spelling error ( #623 )
2019-07-10 13:11:23 -04:00
shawn-higgins1
523d9a38f2
GRN2-30: Add custom ldap sign in page ( #619 )
...
* Add custom ldap signin page
* Remove old omniauth-ldap gem
* Use new bn gems
2019-07-10 11:26:43 -04:00
shawn-higgins1
2a96269d44
GRN2-175: Update Greenlight to work with the new launcher ( #614 )
...
* Update greenlight to support the new launcher
* Update comments to indicate that checksum should eventually be removed
* Fix spelling mistake
* Fix rubocop
* Missed variable name change
* Support old environment variable
2019-07-09 16:46:25 -04:00
shawn-higgins1
fc18976b6d
GRN2-107: Add office365 auth ( #616 )
...
* add office365 auth
* Delete conflicting file
2019-07-09 13:54:15 -04:00
shawn-higgins1
40b05b1626
GRN2-155: Begin preparing for removal of Twitter accounts ( #615 )
...
* Add twitter deprecation message
* Fix rspec test
* Extract room switch to its own method
* update method name
2019-07-09 13:06:07 -04:00
shawn-higgins1
e153528fcc
GRN2-162: Revert to sqlite in docker compose ( #594 )
...
* Revert to sqlite
* Missed uncomenting sqlite volume
* Update sample.env
2019-06-28 16:40:19 -04:00
shawn-higgins1
ccbd46f045
Improve container build: GRN2-156 ( #582 )
...
* Cache gems
* Remove debug statement
* Use postgress by default
* Update sample.env
2019-06-26 10:15:53 -04:00
shawn-higgins1
c3d1ce3a04
Fix checkbox styling ( #547 )
2019-05-22 15:23:31 -04:00
shawn-higgins1
70acb9a7e1
GRN2-118: Create a setting to require authentication to join a room ( #541 )
...
* Create a setting to require authentication to join a room
* Apply comments
2019-05-22 13:44:40 -04:00
shawn-higgins1
eac8290001
GRN2-148: Always check that email notifications are enabled before sending an email ( #539 )
...
* Always check that email notificatiosn are enabled before sending an email
* Fix tests
* Fix formating
* Change to hardcoding the validation
2019-05-22 13:38:34 -04:00
shawn-higgins1
f88d67f6fb
GRN2-6: Notify admins when a approve/invite user signs up ( #538 )
...
* Notify admins when a approve/invite user signs up
* Fix formating
* Uses admins_url variable
2019-05-22 13:38:00 -04:00
shawn-higgins1
83a9edf81d
GRN2-140: Added Email to inform user they've been promoted ( #534 )
...
* Added Email to inform user they've been promoted
* Update user_mailer.rb
* Send email when a user is demoted
* Change more-info string
2019-05-22 13:36:33 -04:00
shawn-higgins1
4a4fcec6fb
Add a colour picker that is consistent across all browsers (GRN2-96) ( #518 )
...
* sync
* Fix corruption
* Add back room.rb
* Line endings
* More line endings
* Add jQuery colour picker
* Remove inline styling
2019-05-17 12:28:58 -04:00
shawn-higgins1
23abdb52ee
Add paging to Recordings Table (GRN2-26) ( #512 )
...
* Add translations for the validation messages
* Add translations for next/prev button
* Add paging to recordings
* sync
* Fix line endings
2019-05-14 09:01:41 -04:00
shawn-higgins1
55afbe99f5
Refactor users.html to only make one db call to get roles (GRN2-121) ( #513 )
...
* Refactor _users.html to only make one db call to get role
* Apply comments
2019-05-09 18:24:58 -04:00
shawn-higgins1
63ada8b3db
Fixed #514 : Fix UI issues with the create room modal ( #516 )
...
* sync
* Fix create room modal UI
* Fix line endings issues
* More line ending issues
2019-05-09 14:02:36 -04:00
shawn-higgins1
b5aa7edd16
Fixed #500 : Add translations for active record validations (GRN2-127) ( #504 )
...
* Add translations for the validation messages
* Add translations for next/prev button
2019-05-07 12:17:42 -04:00
shawn-higgins1
f6dd3d34eb
Add recording count to room delete ( #501 )
2019-05-07 09:07:16 -04:00