This repository has been archived on 2021-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
greenlight/config/initializers
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
..
application_controller_renderer.rb GRN-80: Allow local accounts on multitenant (#428) 2019-04-05 14:54:36 -04:00
assets.rb adhere to rubocop guidelines 2018-06-26 10:29:46 -04:00
backtrace_silencers.rb adhere to rubocop guidelines 2018-06-26 10:29:46 -04:00
cookies_serializer.rb adhere to rubocop guidelines 2018-06-26 10:29:46 -04:00
filter_parameter_logging.rb adhere to rubocop guidelines 2018-06-26 10:29:46 -04:00
health_check.rb Fixed #269 Add health-check endpoint (GRN-3) (#290) 2018-10-12 15:57:53 -04:00
inflections.rb adhere to rubocop guidelines 2018-06-26 10:29:46 -04:00
languages.rb GRN-86: Change the way the locales are handled (#417) 2019-03-28 11:02:36 -04:00
mime_types.rb adhere to rubocop guidelines 2018-06-26 10:29:46 -04:00
new_framework_defaults.rb adhere to rubocop guidelines 2018-06-26 10:29:46 -04:00
omniauth.rb GRN-80: Allow local accounts on multitenant (#428) 2019-04-05 14:54:36 -04:00
session_store.rb adhere to rubocop guidelines 2018-06-26 10:29:46 -04:00
terms.rb delete recordings with account 2018-07-27 14:14:48 -04:00
version.rb Fixed #266 Externalize version tag so it is based on GitHub tag when deployed to production (GRN-1) (#292) 2018-10-12 16:11:22 -04:00
wrap_parameters.rb adhere to rubocop guidelines 2018-06-26 10:29:46 -04:00