shawn-higgins1
666231db6c
Change permissions from columns to table entries ( #762 )
2019-09-19 10:03:44 -04:00
farhatahmad
01b8dbbd0e
GRN2-196: Fixed issues that scrutinizer is complaining about ( #765 )
...
* Refactored code to improve scrutinizer score
* Bug fixes
2019-09-19 10:03:44 -04:00
farhatahmad
fd6077696d
GRN2-180: First stages of refactoring code for v2.4 ( #748 )
...
* Email rescues and authenticator concern
* Application controller and helper clean up
* Moved controller code out of helpers
* More helper and email clean up
* Cleaned up remaining helpers and create omniauth_options
* Controller code clean up
* restructured views structure
* Restructured role code
* Restructured profile and code clean up
* Master merge
* Added bbb server concern to deal with bbb calls
* Bug fixes and changes after changes
* rspec
* More rubocop fixes
2019-09-19 10:03:44 -04:00
Ahmad Farhat
b590a5a264
GRN2-xx: Added fallback language to locales ( #788 )
...
* Added fallback language to locales
* Added comments
2019-09-06 14:28:47 -04:00
Ahmad Farhat
390ccf71c2
Localized js is now served as json ( #784 )
2019-09-06 10:56:53 -04:00
Ahmad Farhat
061b69f962
GRN2-xx: Fixed issue with room join ( #779 )
...
* Fixed issue with room join
* Rspec fix
2019-09-05 15:50:19 -04:00
Ahmad Farhat
201a394813
Added the ability to invite multiple users at once ( #778 )
2019-09-05 12:55:23 -04:00
Ahmad Farhat
843d42a1d8
Allowed room access text to be translated ( #777 )
2019-08-30 16:25:43 -04:00
farhatahmad
02413cefb2
GRN2-xx: Migration Error now returns 500 and added the option to disable cache ( #776 )
...
* Added the option to disable cache
* Remove put statements
2019-08-30 11:57:11 -04:00
jfederico
459d0ed582
Reverted 500 error on migration failed
2019-08-29 14:03:07 +00:00
farhatahmad
9bd5a659d5
GRN2-xx: Migration Error now returns 500 and added the option to disable cache ( #770 )
...
* Added the option to disable cache
* Remove put statements
2019-08-28 17:00:07 -04:00
farhatahmad
9ddc057589
Added a Maintenance Window flash ( #758 )
2019-08-22 12:15:01 -04:00
farhatahmad
177bf4d595
Cached request to provider to increase application performance ( #755 )
2019-08-21 14:45:22 -04:00
shawn-higgins1
3d2a0a060b
GRN2-225, GRN2-227: Images sent by Office365 Institutional accounts break the rooms ( #753 )
...
* Validate profile image url
* Add rake task to migrate old office365 accounts
2019-08-21 14:23:00 -04:00
farhatahmad
96ace3265e
Added Google Analytics ( #749 )
2019-08-19 08:51:57 -04:00
farhatahmad
ea8acaff4c
Added extra check for reset password ( #745 )
2019-08-15 13:20:55 -04:00
shawn-higgins1
de81223413
Display launcher errors in Greenlight ( #742 )
2019-08-15 10:17:32 -04:00
farhatahmad
4d14c5fc23
Asset fixes ( #740 )
2019-08-14 17:05:14 -04:00
farhatahmad
89f36c1766
GRN2-224: Added event logs and production caching ( #739 )
...
* Added event logs and production caching
* Added Support: before logs for easy identification
* Added more Support for log errors
* Reverted change to assets precompile check
* Added vendor assets to precompile list
* Travis fix
2019-08-14 14:25:52 -04:00
farhatahmad
7e3c44575e
Added the ability for admins to send a reset password email for users ( #737 )
2019-08-14 10:21:57 -04:00
farhatahmad
853e712a43
Refactored code related to all recordings pagination ( #736 )
2019-08-14 10:04:23 -04:00
farhatahmad
98405c7d86
GRN2-xx: General bug fixes and performance upgrades ( #734 )
...
* General bug fixes and performance upgrades
* Removed unused lines
2019-08-14 09:59:34 -04:00
Jesus Federico
4d69d06ba1
GRN2-ZZZ: Added messages for debugging actioncable ( #731 )
...
* GRN2-ZZZ: Added messages for debugging actioncable
* GRN2-ZZZ: Added data to the js message for debugging actioncable
* GRN2-ZZZ: Added data to the js message for debugging actioncable
* Log unsubscribe
2019-08-09 12:07:38 -04:00
shawn-higgins1
6d6ac3efdd
Bug fixes for roles ( #729 )
2019-08-07 11:19:16 -04:00
farhatahmad
a5fd4a08b5
GRN2-xx: Fixed issue with room settings not showing updated values ( #727 )
...
* Fixed issue with room settings not showing updated values
* Updated rake task to take provider
2019-08-06 14:03:12 -04:00
farhatahmad
7bafd41a56
Fixed issue with invalid csrf token ( #724 )
2019-08-02 16:11:45 -04:00
shawn-higgins1
46e0595e3a
Improve can't create room view ( #723 )
...
* Improve cant create room view
* Translate role names in the promoted/demoted emails
2019-08-02 16:07:15 -04:00
shawn-higgins1
e1fdc8f58b
Roles editor bug fix ( #721 )
...
* Allow users with just the manage users permission to edit roles
* Allow users with just the manage users permission to edit roles
* Fix update recordings bug
2019-08-01 16:53:55 -04:00
farhatahmad
60f5cd5c81
GRN2-xx: Fixed issue with recording row and added small fix to roles migration ( Fixed #717 , #718 ) ( #719 )
...
* Fixed issue with recording row and added small fix to roles migration
* Fixed issue with edit user avatar
* Small bug fixes for user settings
* Added autofocus on name field when joining
* Added extra check for admin password check
* Rubocop fixes
2019-08-01 16:53:26 -04:00
shawn-higgins1
4fc1714db8
GRN2-176: Create a role editor that allows admins to specify what permissions each role has ( #709 )
...
* Add roles editor
* Add colour selection ability to roles
* Add ability to assign roles to users in the UI
* Remove rolify and replace it with our own custom roles implemenation
* - Fix all existing roles functionality
- Fix super admins
* Fix bugs with new customers not have default roles
* Add can't create room setting
* Code improvements
* Fix migration
* Add tests for new methods
* Translate reserved role names
* Pull roles from saml/ldap
* Fix rspec
* Fix scrutinizer issues
* Fix email promoted/demoted tests
* Apply comments
* Redirect directly to the main room
* Add comments
2019-07-31 11:53:32 -04:00
farhatahmad
02b342b157
GRN2-217: Fixes issues with recording rows and localization (fixed #703-#705) ( #707 )
...
* Fixes issues with recording rows
* Fixed small typo related to logs
2019-07-31 11:45:15 -04:00
farhatahmad
e0afcdec23
GRN2-xx: Added back fix for ldap image and fixed issue with ldap redirect ( Fixed #712 ) ( #711 )
...
* Added back fix for ldap image
* Fixed issue with ldap redirect
2019-07-31 11:35:43 -04:00
farhatahmad
973c95339c
Added All Join as Moderator room setting ( #696 )
2019-07-31 11:34:31 -04:00
farhatahmad
5f237194b1
GRN2-xx: General bug fixes and improvements for 2.3 ( #701 )
...
* General bug fixes and improvements for 2.3
* Removed mins change
* Removed mins change rspec
2019-07-31 11:33:29 -04:00
farhatahmad
58201d5763
Email recording now includes all urls ( #697 )
2019-07-31 11:33:06 -04:00
jfederico
2775b18993
Merge branch 'v2'
2019-07-29 14:30:30 +00:00
farhatahmad
403a7c4e40
GRN2-xx: Removed readonly maintenance mode ( #699 )
...
* Removed readonly maintenance mode
* Removed full reference
2019-07-29 10:23:18 -04:00
farhatahmad
c472f751a1
GRN2-xx: Switched to Lograge for logging and increased log level to info ( #694 )
...
* Switched to Lograge for logging and increased log level to info
* Travis fixes
* Travis fixes 2
2019-07-25 15:07:55 -04:00
farhatahmad
a080d3dd62
Fixed delete user modal in Manage Users ( #693 )
2019-07-25 10:27:29 -04:00
farhatahmad
453e6b7c96
Updated strings and added a bit of styling ( #692 )
2019-07-24 13:42:46 -04:00
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
farhatahmad
ee0a339e2b
Fixed issue with image being replaced on every sign in ( #687 )
2019-07-24 09:14:56 -04:00
shawn-higgins1
7b96d5ae41
Add room setting to require moderator approval ( #660 )
2019-07-23 16:16:14 -04:00
Jesus Federico
f7c88cfc6a
Merge branch 'v2.2.1-alpha' into master
2019-07-23 15:57:08 -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
farhatahmad
0b64acaecf
Fixed issues with maintenance mode ( #683 )
2019-07-23 13:52:39 -04:00