greenlight/app/views
Jesus Federico b15868fb3c
GRN-80: Allow local accounts on multitenant (#428)
* Changed the way the omniauth providers are declared

* Allow local authentication for multitenant mode based on customer settings

* Cleanead up code mandated by rubocop

* Completed implementation for signin and added the one for signup

* Fixed issue with rubocop

* Renamed customer_name to lb_user

* Renamed lb_user -> user_domain, fixed issue with signup controller, email verification WAS NOT implemented

* Completed implementation of email_verification

* Fixed rubocop issue

* Final update

* Fix for test with loadbalancer

* Make sure loadbalancer mockup is only used when env defined

* Fix for test on rooms_controller

* Fixed most of the test failing on multitenant env

* Fixed issue detected by rubocop

* Fixed issue with activation tockens not working on resend

* Fixed new issue found by rubocop

* Updated travis script

* Harcoded credentials for mockup

* Updated expectation on start_session

* Fixed issue with duplication of home room

* Updated script for rubocop

* Restored Gemfile
2019-04-05 14:54:36 -04:00
..
account_activations GRN-56: Correctly implemented the account verification flow (#367) 2019-02-22 16:47:02 -05:00
application Fixed loading of error pages (#310) 2018-10-23 13:10:54 -04:00
errors add LGPL 3.0 headers 2018-08-01 09:45:12 -04:00
layouts Added javascript needed to rename from all recordings (#390) 2019-03-05 17:04:14 -05:00
main GRN-69: Fixed javascript bug related to room validation (#388) 2019-03-05 15:07:14 -05:00
password_resets GRN-11: Ability to configure room specific settings (#348) 2019-02-06 11:08:18 -05:00
rooms Revert "Redirecting the user to the referrer on login success/fail (#374)" (#389) 2019-03-05 14:45:42 -05:00
shared GRN-80: Allow local accounts on multitenant (#428) 2019-04-05 14:54:36 -04:00
user_mailer Changed the link to the bbb image to be an absolute url (#353) 2019-02-04 10:19:11 -05:00
users GRN-56: Correctly implemented the account verification flow (#367) 2019-02-22 16:47:02 -05:00