* fix: comment into code not related - abusive copy/paste
* Add user permission for recording
Add a role permission 'can_launch_record' to users to set the ability to run recording. By default everybody can record, but we can set to the user role without perm to record and create a new role for those who can.
* Set required attribute to input fields
It is needed to type in a username and password. This attribute force it and reduce useless requests to the server and shows the user the problem directly.
* Update signin.html.erb
* add autofocus and required attributes
* add autofocus and required attributes
Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
* Changed view_date helper to use datetime format from i18n
* Removed German translation for date format, should be added via
transifex
Co-authored-by: Henning Schumann <henning.schumann@unicode-it.de>
Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
Allow REQUIRE_MAIL_DOMAIN to not exist in addition to it being empty
Undo changes in config/locales/de_DE.yml
changed .env variable name to GREENLIGHT_ACCOUNT_HD; allowed only comma and no whitespace as separator
Allow the admin to change email-addresses, just enforce domain on registration
Co-authored-by: Gaja Sophie Peters <gaja.peters@uni-hamburg.de>
Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
* straighten navigation
Position of the text are not the same in every entry. This change unifies the distance between icon and text
* define space between text and icon
add the same space between icon and text in the navigation.
* 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>
* fix(omniauth): Correct too many redrect error with OpenID provider
This fix avoids "Too Many redirects" error with login with OpenID and without terms
* Correct code for travis rules checks
Replace if not by unless to fulfill requirements by travis
* Update authenticator.rb
* Remove trailing space
Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>