* 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
* Added I18n for recording types/formats
* GRN2-112: Default language fallback fails with a 500 error
* Updates for passing rspec tests
* Added cache for gitlab ci
* Updated cache for gitlab
* Restored Dockerfile
* Fixed glitch in filter for build and deployment
* Translate /config/locales/en.yml in zh_CN
translation completed for the source file '/config/locales/en.yml'
on the 'zh_CN' language
* Translate /config/locales/en.yml in zh_CN
translation completed for the source file '/config/locales/en.yml'
on the 'zh_CN' language
* Added mailer i18n
* Added translation to mailer in the JS
Also added a generic way to add JS translation through a javascript entry in the locale file
* Moved line-breaks from translations to JS file
* 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
* Changed the way locales are shown
* Updated the rest of the locales
* Changed the way available_locales are defined
* Updated locales in Russian
* Updated locaales for German
* Translate /config/locales/en.yml in es_MX
translation completed for the source file '/config/locales/en.yml'
on the 'es_MX' language
* Rename es_MX.yml to es-MX.yml
* Rename es-MX.yml to es_MX.yml
* Translate /config/locales/en.yml in pt_BR
translation completed for the source file '/config/locales/en.yml'
on the 'pt_BR' language
* Rename pt_BR.yml to pt-BR.yml
* Rename pt-BR.yml to pt_BR.yml
* Added the ability to set room settings on create or update
* Added room settings alerts and made fixes to other alerts
* Small bug fixes related to rubocop and the create room modal
* Update test case and fixed issue with small edge case
* Update room.js