* Added optional SMTP_OPENSSL_VERIFY_MODE to fix mailserver certificate issues
* Added optional SMTP_OPENSSL_VERIFY_MODE
Fixed to long line. [139/130]
* Fix multi-line indent
* Remove elseif statements and use much shorter way of checking for SMTP_OPENSSL_VERIFY_MODE
* Too long line again
* Moved SMTP_OPENSSL_VERIFY_OPTION. Specified what it does. Added security warning
Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
* 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
* Include sqlite only for test and development
* Updated db config
* added assed precompile as a fallback for production
* restored some code from Gemfile
* Restored db settings
* Restored db settings
* Include sqlite for production in the docker image build
* Updated script for building image
* Updated script for building image
* Updated script for building image
* 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