greenlight/app/views/shared
Rafael Baldasso Audibert d8f6c3f872 Added Google calendar button (#429)
* implement first version of the recording authentication, redirecting to the playback URL with the jwt token

* set default recording visibility by environment variable

* use the http header, if present, to determine the client ip address

* fix email verification when disabled

* revert playback component to link_to, change method to get

* remove unnecessary variable

* Added "Add to Google Calendar" button on Room page

* Added Google Calendar button enable to env.sample

* Updated CSS for the Google Calendar Button row

* Added correct translation when copying room link

* Fixed new Google Calendar button mobile display

* 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

* Update sample.env

* Update sample.env
2019-05-13 17:05:31 -04:00
..
admin_settings Refactor users.html to only make one db call to get roles (GRN2-121) (#513) 2019-05-09 18:24:58 -04:00
components Added Google calendar button (#429) 2019-05-13 17:05:31 -04:00
modals Fixed #514: Fix UI issues with the create room modal (#516) 2019-05-09 14:02:36 -04:00
settings Admin panel (#496) 2019-05-03 13:05:12 -04:00
_features.html.erb Greenlight landing page layout adjustments, general cleanup and responsive styles (#271) 2018-09-19 15:28:48 -04:00
_flash_messages.html.erb Admin panel (#496) 2019-05-03 13:05:12 -04:00
_footer.html.erb GRN-19: Add confirmation for accepting cookies from the site (#345) 2019-02-01 12:54:29 -05:00
_header.html.erb GRN2-xx: Fixed minor issues related to deletes (#506) 2019-05-07 14:53:29 -04:00
_room_event.html.erb Admin panel (#496) 2019-05-03 13:05:12 -04:00
_sessions.html.erb Admin panel (#496) 2019-05-03 13:05:12 -04:00