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/app/models
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
..
concerns Make all LIKE queries case insensitive (#2402) 2021-01-05 17:22:57 -05:00
ability.rb GRN2-310: Share Access now dynamically pulls the list of users from the server (#2380) 2020-12-21 17:21:17 -05:00
application_record.rb GRN2-xx: Removed readonly maintenance mode (#699) 2019-07-29 10:23:18 -04:00
feature.rb Admin panel (#496) 2019-05-03 13:05:12 -04:00
invitation.rb GRN2-xx: Added a tab that displays invited users when using Join by Invitation (#2162) 2020-10-07 11:23:19 -04:00
role.rb Removed default order by priority on roles (#1720) 2020-06-02 11:12:33 -04:00
role_permission.rb Change permissions from columns to table entries (#762) 2019-09-19 10:03:44 -04:00
room.rb GRN2-277: Optimize server recordings to make it useable for large deployments (#2411) 2021-01-12 17:36:51 -05:00
setting.rb Add optional moderator codes (#2413) 2021-03-14 14:24:30 -04:00
shared_access.rb GRN2-253: Added the ability to share rooms across multiple users (#912) 2020-02-12 17:49:35 -05:00
user.rb Complete refactor of Gemfile and upgraded gems (#2553) 2021-02-26 17:34:07 -05:00