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>
* First changes to server recordings
* Update server recordings
* Rubocop
* Make sure to return nothing for empty searches
* Made sure exactly the right amount of recordings are returned
* Added test cases
* Adds OpenID Connect.
* Add CSS class for openid_connect omniauth provider
* Add translation (de_DE and en) for openid_connect omniauth provider label
* Make uid_field configurable for openid_connect omniauth provider
* updates to support for openid
* updates to support for openid
* updated ldap gem
* updated sample.env
Co-authored-by: mapidentity <git@mapidentity.com>
Co-authored-by: Jesus Federico <jesus@123it.ca>
Co-authored-by: mapidentity <49822181+mapidentity@users.noreply.github.com>
* Share Access now dynamically pulls the list of users from the server
* Merge users now dynamically pulls the list of users from the server
* Only return the information needed to the front-end