This repository has been archived on 2021-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
greenlight/spec/controllers
zechmeister 9dc59b1211
Add optional moderator codes (#2413)
* add column for moderator code

* add interface for moderator access code

* add support for write and update moderator access

* check if correct moderator_code in session

* move access code form into own component

* add support for moderator access code

* add support for moderator access code

* add copy code button for moderator code

* freeze all the things

* add tests for moderator access code

* add helpfer for moderator_access setting

* add setting for moderator access code

* show setting for moderator access code

* add checks for moderator code setting

* use method from room controller for moderator password check

* add tests for login with moderator access code

* add check for moderator code setting

* check if moderator codes are enabled in settings

* only display form for moderator code if enabled in settings

* add newline at end of file

* make check for moderator code available as helper

* align style of join button and access code button

* add localization for moderator codes

* add field for moderator codes

* add field for moderator access code to rooms

* fixes for rubocop

* fix LineLenghts for rubocop

* fix double space

Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
2021-03-14 14:24:30 -04:00
..
account_activations_controller_spec.rb Added mapping roles through email to site settings (#2373) 2020-12-16 19:31:32 -05:00
admins_controller_spec.rb GRN2-277: Optimize server recordings to make it useable for large deployments (#2411) 2021-01-12 17:36:51 -05:00
application_controller_spec.rb Merge v2.6-alpha (#1672) 2020-05-26 17:37:23 -04:00
errors_controller_spec.rb GRN2-192: Made error pages more descriptive (#620) 2019-07-10 11:51:19 -04:00
main_controller_spec.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_spec.rb Added recaptcha to reset password if enabled (#2475) 2021-01-26 19:44:23 -05:00
recordings_controller_spec.rb GRN2-196: Fixed issues that scrutinizer is complaining about (#765) 2019-09-19 10:03:44 -04:00
rooms_controller_spec.rb Add optional moderator codes (#2413) 2021-03-14 14:24:30 -04:00
sessions_controller_spec.rb Added mapping roles through email to site settings (#2373) 2020-12-16 19:31:32 -05:00
themes_controller_spec.rb Single sign on for super admins (#648) 2019-07-23 14:53:48 -04:00
users_controller_spec.rb Complete refactor of Gemfile and upgraded gems (#2553) 2021-02-26 17:34:07 -05:00