greenlight/app/controllers
hiroshisuga beb414aec7
Use the user image for BBB avatar #2 (Limit image size) (#2860)
* Update bbb_server.rb

* Update bbb_server.rb

* showing user avatar

To make sure something unexpected happens

* revert if current_user due to the undefined error

* Update bbb_server.rb

'if current_user' should not have problem, but rubocop complains...

* Update bbb_server.rb

* add an option to avatar image

* Add an option to avatar image

* add an option avatar_image

* Update rooms_controller.rb

* Update joiner.rb

* Update bbb_server.rb

* Update joiner.rb

* Update joiner.rb

* Update rooms_controller.rb

* Update joiner.rb

* Update sample.env

* Update application_helper.rb

* Update rooms_controller.rb

* Update joiner.rb

* Update bbb_server.rb

* Update application_helper.rb

Add a check if the URL is valid.

* double the limit

* move the judgement to controller

* Update joiner.rb

* Update rooms_controller.rb

* Update application_helper.rb

* Update rooms_controller.rb

* Update application.rb

* Update joiner.rb

* Update rooms_controller.rb

* Update joiner.rb

* Update rooms_controller.rb

* Update application_helper.rb

* Update application.rb

* in case parameter not set

* change to MAX_AVATAR_SIZE

* Notification default value

Co-authored-by: Jesus Federico <jesus@123it.ca>
Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
2021-09-18 18:56:39 -04:00
..
concerns Use the user image for BBB avatar #2 (Limit image size) (#2860) 2021-09-18 18:56:39 -04:00
account_activations_controller.rb Complete refactor of Gemfile and upgraded gems (#2553) 2021-02-26 17:34:07 -05:00
admins_controller.rb GRN2-385: Recording permission tied to role cleanup (#2812) 2021-06-28 21:47:04 -04:00
application_controller.rb Open graph displaying incorrect language bug (#2836) 2021-07-13 10:04:59 -04:00
errors_controller.rb GRN2-243: Added a report issue button to the 500 error page (#796) 2019-09-19 10:03:44 -04:00
health_check_controller.rb Complete refactor of Gemfile and upgraded gems (#2553) 2021-02-26 17:34:07 -05:00
main_controller.rb Signed in users are now redirected to main page if they try to access root (#1726) 2020-06-02 16:42:15 -04:00
password_resets_controller.rb Added recaptcha to reset password if enabled (#2475) 2021-01-26 19:44:23 -05:00
recordings_controller.rb Added inaccesible recording format (#2750) 2021-06-02 18:50:11 -04:00
rooms_controller.rb Use the user image for BBB avatar #2 (Limit image size) (#2860) 2021-09-18 18:56:39 -04:00
sessions_controller.rb Fix LDAP password string (#2747) 2021-06-01 17:42:23 -04:00
themes_controller.rb GRN2-xx: Added SAFE_HOSTS env variable to block unknown hosts (#1543) 2020-05-08 13:33:02 -04:00
users_controller.rb fix current user being nil on delete account page (#2749) 2021-06-08 22:59:37 -04:00