Ahmad Farhat
f47d68ea18
GRN2-xx: Allow SAFE_HOSTS to be left blank ( #1545 )
...
* Allow SAFE_HOSTS to be left blank
* a different approach
Co-authored-by: jfederico <jesus@123it.ca>
2020-05-08 15:25:24 -04:00
Christian Marg
bf04743bc5
allow for mail system without authentication ( #1019 )
...
* allow for mail system without authentication
* try to fix travis build
2020-03-20 11:57:56 -04:00
Ahmad Farhat
3f8ffa61d7
Fixed issue with links ( #934 )
2020-02-12 17:49:35 -05:00
Ahmad Farhat
5949a6e243
GRN2-xx: Removed unnecessary log lines ( #930 )
...
* Removed unnecessary log lines
* Removed empty function
2020-02-12 17:49:35 -05:00
Ahmad Farhat
734f7a757e
GRN2-241: Switched Docker base image to Alpine ( #853 )
...
* Switched to alpine image
* Switch Docker base image to alpine
* Removed uneeded code
* Slimmed it down even further
2020-02-12 17:49:35 -05:00
Ahmad Farhat
9a8e661fb1
Removed unnecessary log lines ( #896 )
2019-12-20 09:59:40 -05:00
farhatahmad
cfab2fd191
Switched to Redis cache in production ( #761 )
2019-08-22 14:09:39 -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
shawn-higgins1
1256554ce6
Configurable default registration ( #733 )
...
* Configurable default registration
* Remove unneeded if branch
2019-08-14 10:11:01 -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
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
5a3ad3159c
GRN2-45, GRN2-197: Upgrade Rails to 5.2.3 and removed sass-rails gem ( #636 )
...
* Removed deprecate sass-rails and replace with sassc-rails
* Upgraded to Rails 5.2.3
* Fixed travis
* Added back Spring code
* Fixed travis again
2019-07-15 10:13:41 -04:00
shawn-higgins1
40b05b1626
GRN2-155: Begin preparing for removal of Twitter accounts ( #615 )
...
* Add twitter deprecation message
* Fix rspec test
* Extract room switch to its own method
* update method name
2019-07-09 13:06:07 -04:00
farhatahmad
7828c15286
GRN2-166: Fixed issue with language fallback not working ( Fixed #593 ) ( #602 )
...
* Fixed issue with language fallback not working
* Rubocop fixes
2019-07-08 09:02:34 -04:00
Jesus Federico
be84e7e4ed
Updated Gemfile and scripts for supporting Heroku ( #542 )
...
* 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
2019-05-22 12:03:06 -04:00
farhatahmad
a0c99dde47
Updated rubocop and fixed issues ( #490 )
2019-05-02 15:44:00 -04:00
Jesus Federico
57aa72ecee
GRN-73: Added settings for externalizing logs ( #441 )
...
* Added settoings for externalizing logs
* Fix for passing rubocop
* Attempt to fix jenkins fail
* Final Jenkins fix
2019-04-08 16:06:14 -04:00
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
John Ma
0e7277a046
Modify UI for "accept terms" checkbox ( #321 )
...
* <Changed terms and conditions checkbox>
* <Fixed code style>
2018-11-15 12:56:00 -05:00
Jesus Federico
3b67ffee40
Generalized logs and mailer ( #312 )
2018-10-26 11:59:49 -04:00
Jesus Federico
b3a2d9e39e
Updates to env variables for logging ( #309 )
...
* Updates to env variables for logging
* Added not_found template to application
2018-10-23 11:45:14 -04:00
John Ma
1bb5be68a5
Fix for email verification issue (GRN-36) ( #300 )
...
* <incorrect smtp settings no longer crashes the application>
* <Added rspec tests>
* <>
* Delete env
* Update development.rb
2018-10-17 11:42:50 -04:00
John Ma
967c805836
Fixed #267 Email verification feature ( #268 )
...
* <Implemented basic welcome email upon signup>
* <Added config option to enable>
* <Added verification link routing>
* <Added views for verify/resend and reconfigured routes>
* <Finished Verification System minus Rspec changes>
* <Fixed code style>
* <Modified dome rspec tests>
* <Switched sample env back to default>
* <Added test cases to increase code coverage>
* <Added test_helper>
* <Minor code changes>
* <Added requested changes>
* <Added requested changes>
* <see if this fixes migration>
* <see if this fixes migration>
* <fixed migrations>
* Delete .rake_tasks~
* Update _confirm_button.html.erb
* Update _resend_button.html.erb
* Update verify_email.html.erb
* Update verify_email.text.erb
* <Fixed bugs>
* <Added validation of verification link and fixed some code style>
* <Disabled updating email for omniauth>
2018-10-09 14:22:02 -04:00
bruckwubete
66ff9c7a2f
fix force ssl logic for lb configuration
2018-08-15 11:45:37 -04:00
Joshua Arts
f0610f363d
add option to force ssl
2018-08-02 14:58:20 -04:00
Joshua Arts
e2ad6e7715
make upgrading from 1.0 easier
2018-07-05 17:25:59 -04:00
Josh
ad5f218f23
adhere to rubocop guidelines
2018-06-26 10:29:46 -04:00
Josh
e1eca134fc
minor fixes
2018-06-19 16:43:27 -04:00
Josh
b2b2c641da
add support for deploying to a subdirectory
2018-06-18 10:28:47 -04:00
Josh
b81eadda8d
production settings
2018-06-14 14:22:19 -04:00
Josh
2b065eb7fa
handle errors and fix join form
2018-06-11 13:05:54 -04:00
Josh
4037b6304e
initial commit
2018-05-07 16:06:01 -04:00