translation completed for the source file '/config/locales/en.yml'
on the 'de_DE' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'gl' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
translation completed for the source file '/config/locales/en.yml'
on the 'nl' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
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
translation completed for the source file '/config/locales/en.yml'
on the 'gl' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'de_DE' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
translation completed for the source file '/config/locales/en.yml'
on the 'es' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
translation completed for the source file '/config/locales/en.yml'
on the 'ar' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
translation completed for the source file '/config/locales/en.yml'
on the 'nl' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'ar' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
The required pool size is calculated by RAILS_MAX_THREADS (default 5) + #Action
Cable-Workers (default 4) = 9
The default pool size of 5 is to low for all required connections.
Co-authored-by: Jesus Federico <jesus@123it.ca>
translation completed for the source file '/config/locales/en.yml'
on the 'ja_JP' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
translation completed for the source file '/config/locales/en.yml'
on the 'fr' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'es' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'ja_JP' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'es' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'de_DE' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
* Translate /config/locales/en.yml in fr
translation completed for the source file '/config/locales/en.yml'
on the 'fr' language.
* Translate /config/locales/en.yml in fr
translation completed for the source file '/config/locales/en.yml'
on the 'fr' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
* Translate /config/locales/en.yml in nl
translation completed for the source file '/config/locales/en.yml'
on the 'nl' language.
* Translate /config/locales/en.yml in nl
translation completed for the source file '/config/locales/en.yml'
on the 'nl' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'gl' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
* Translate /config/locales/en.yml in ar
translation completed for the source file '/config/locales/en.yml'
on the 'ar' language.
* Translate /config/locales/en.yml in ar
translation completed for the source file '/config/locales/en.yml'
on the 'ar' language.
* Translate /config/locales/en.yml in ar
translation completed for the source file '/config/locales/en.yml'
on the 'ar' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.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>
translation completed for the source file '/config/locales/en.yml'
on the 'cs' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
* Update to Ruby 2.7
The currently used Ruby 2.5 is pretty old and is nearing its end of
life [1]. This patch updates the used Ruby version to the current
stable version.
[1] https://www.ruby-lang.org/en/downloads/branches/
* Update .ruby-version to 2.7.2
Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
This patch makes parsing booleans from configuration settings more
resilient to ensure no accidental errors occur e.g. due to the use of
upper or lowercase letters.
Example: Without this patch, the following configuration would disable
Greenlight accounts which is quite unexpected behavior from a users
perspective:
ALLOW_GREENLIGHT_ACCOUNTS=True
Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
translation completed for the source file '/config/locales/en.yml'
on the 'ca' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
* enable SMTPS: SMTP over direct TLS connection
* remove gem 'sqlite3', '~> 1.3.6' as requested
* enable SMTPS: SMTP over direct TLS connection
* remove gem 'sqlite3', '~> 1.3.6' as requested
* changed image name to kwgl
* rebase and rubocop -a
* removed gem 'sqlite3', '~> 1.3.6'
* 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>
translation completed for the source file '/config/locales/en.yml'
on the 'gl' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'it' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
* Translate /config/locales/en.yml in ja_JP
translation completed for the source file '/config/locales/en.yml'
on the 'ja_JP' language.
* Translate /config/locales/en.yml in ja_JP
translation completed for the source file '/config/locales/en.yml'
on the 'ja_JP' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'de_DE' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'de_DE' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
* Translate /config/locales/en.yml in ja_JP
translation completed for the source file '/config/locales/en.yml'
on the 'ja_JP' language.
* Translate /config/locales/en.yml in ja_JP
translation completed for the source file '/config/locales/en.yml'
on the 'ja_JP' language.
* Translate /config/locales/en.yml in ja_JP
translation completed for the source file '/config/locales/en.yml'
on the 'ja_JP' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'ar' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'it' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
--> https://github.com/bigbluebutton/greenlight/commit/1a625c70ade7a6bb4b7c73067fd3a1e6c6a281d9#r48758847
---
mantridereso yesterday
I think it's necessary to add 'shared-mime-info' package at this position as well:
`
############### Build step done ###############
FROM ruby:2.7.2-alpine
Set a variable for the install location.
ARG RAILS_ROOT=/usr/src/app
ARG PACKAGES="tzdata curl postgresql-client sqlite-libs yarn nodejs bash shared-mime-info"
ENV RAILS_ENV=production
ENV BUNDLE_APP_CONFIG="$RAILS_ROOT/.bundle"
`
Otherwise presentation preupload fails, as /usr/share/mime/packages/freedesktop.org.xml isn't available in container.
@jfederico
jfederico yesterday Author Member
Yeah, that is right. The gem is passed but the dependency is still required
translation completed for the source file '/config/locales/en.yml'
on the 'sk_SK' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
translation completed for the source file '/config/locales/en.yml'
on the 'nl' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'de_DE' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'cs' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
translation completed for the source file '/config/locales/en.yml'
on the 'fa_IR' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
* Translate /config/locales/en.yml in ar
translation completed for the source file '/config/locales/en.yml'
on the 'ar' language.
* Translate /config/locales/en.yml in ar
translation completed for the source file '/config/locales/en.yml'
on the 'ar' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'fr' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'fr' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.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.
translation completed for the source file '/config/locales/en.yml'
on the 'ja_JP' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'ru' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
* Added parameter for log level
* Added fix for Rubocop + RSpec check and `RAILS_LOG_LEVEL` is now optionally. Default value/log level is `info`.
* Set default log level from `info` to `debug` for RSpec check...
* Update application.rb
Moving it to config/environments/production.rb
* Update production.rb
* Update production.rb
Forgot to change the default logging level again from `:debug` to :info`
Co-authored-by: kaihen <>
translation completed for the source file '/config/locales/en.yml'
on the 'es' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Co-authored-by: Jesus Federico <jesus@123it.ca>
translation completed for the source file '/config/locales/en.yml'
on the 'ko_KR' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'gl' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'ar_IQ' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.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>
* Translate /config/locales/en.yml in de_DE
translation completed for the source file '/config/locales/en.yml'
on the 'de_DE' language.
* Translate /config/locales/en.yml in de_DE
translation completed for the source file '/config/locales/en.yml'
on the 'de_DE' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'gl' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'de_DE' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'ar' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'fa_IR' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.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>
* 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>
translation completed for the source file '/config/locales/en.yml'
on the 'ar_IQ' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'de_DE' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
* Translate /config/locales/en.yml in fa_IR
translation completed for the source file '/config/locales/en.yml'
on the 'fa_IR' language.
* Translate /config/locales/en.yml in fa_IR
translation completed for the source file '/config/locales/en.yml'
on the 'fa_IR' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
translation completed for the source file '/config/locales/en.yml'
on the 'ja_JP' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'es' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'da' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
* Translate /config/locales/en.yml in de_DE
translation completed for the source file '/config/locales/en.yml'
on the 'de_DE' language.
* Translate /config/locales/en.yml in de_DE
translation completed for the source file '/config/locales/en.yml'
on the 'de_DE' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
* 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.
* Translate /config/locales/en.yml in ar
translation completed for the source file '/config/locales/en.yml'
on the 'ar' language.
* Translate /config/locales/en.yml in ar
translation completed for the source file '/config/locales/en.yml'
on the 'ar' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'de_DE' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
* Translate /config/locales/en.yml in fa_IR
translation completed for the source file '/config/locales/en.yml'
on the 'fa_IR' language.
* Translate /config/locales/en.yml in fa_IR
translation completed for the source file '/config/locales/en.yml'
on the 'fa_IR' language.
* Translate /config/locales/en.yml in fa_IR
translation completed for the source file '/config/locales/en.yml'
on the 'fa_IR' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
* Translate /config/locales/en.yml in ar_IQ
translation completed for the source file '/config/locales/en.yml'
on the 'ar_IQ' language.
* Translate /config/locales/en.yml in ar_IQ
translation completed for the source file '/config/locales/en.yml'
on the 'ar_IQ' language.
* Update ar_IQ.yml
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
translation completed for the source file '/config/locales/en.yml'
on the 'ru' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'ja_JP' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
translation completed for the source file '/config/locales/en.yml'
on the 'mn_MN' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'ja_JP' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'ar' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
* Translate /config/locales/en.yml in ar_IQ
translation completed for the source file '/config/locales/en.yml'
on the 'ar_IQ' language.
* Translate /config/locales/en.yml in ar_IQ
translation completed for the source file '/config/locales/en.yml'
on the 'ar_IQ' language.
* Update ar_IQ.yml
* Translate /config/locales/en.yml in ar_IQ
translation completed for the source file '/config/locales/en.yml'
on the 'ar_IQ' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
translation completed for the source file '/config/locales/en.yml'
on the 'gl' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'ru' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'zh_TW' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'nl' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'fa_IR' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'it' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'de_DE' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'pt_BR' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'nl' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'tr_TR' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'fr' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
* Fix permission denied bug
Fixing this issue:
ERROR: for greenlight-v2 Cannot start service app: OCI runtime create failed: container_linux.go:367: starting container process caused: exec: "bin/start": permission denied: unknown
* fix persian sentence
this issue appear in fa_IR locale
* Remove unnecessary change user in Dockerfile
I removed USER root and result was the same
Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
* Translate /config/locales/en.yml in ja_JP
translation completed for the source file '/config/locales/en.yml'
on the 'ja_JP' language.
* Translate /config/locales/en.yml in ja_JP
translation completed for the source file '/config/locales/en.yml'
on the 'ja_JP' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
* rework on scripts for git actions
* updated ruby version
* updated alternate filter
* removed ci settings brought forom sl ci
* added prefix to image tag and version_code
* fixed alternate dockerfile for alpine
* updates for amazonlinux alternate image
* added missing variables to ci scripts
* update of tag in alternate images on release
translation completed for the source file '/config/locales/en.yml'
on the 'de_DE' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
* Translate /config/locales/en.yml in ru
translation completed for the source file '/config/locales/en.yml'
on the 'ru' language.
* Translate /config/locales/en.yml in ru
translation completed for the source file '/config/locales/en.yml'
on the 'ru' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
translation completed for the source file '/config/locales/en.yml'
on the 'tr_TR' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Upgrade Fork to latest External
This patch makes parsing booleans from configuration settings more resilient to ensure no accidental errors occur e.g. due to the use of upper or lowercase letters. Example: Without this patch, the following configuration would disable Greenlight accounts which is quite unexpected behavior from a users perspective: ALLOW_GREENLIGHT_ACCOUNTS=True Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>