Commit Graph

1182 Commits

Author SHA1 Message Date
Dennis1993 184ffdb288
Add autofocus and required attributes (#2703)
* 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>
2021-06-07 19:13:00 -04:00
Henning b61df09b94
Internationalize date format (#2685)
* 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>
2021-06-07 18:32:18 -04:00
transifex-integration[bot] 75fd49aa7e
Translate /config/locales/en.yml in fa_IR (#2759)
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>
2021-06-07 18:11:02 -04:00
transifex-integration[bot] e131972478
Translate /config/locales/en.yml in ar (#2760)
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>
2021-06-07 18:09:37 -04:00
Ahmad Farhat bb9e33d993
Upgraded i18n mapping gem (#2756)
* Upgraded i18n mapping gem

* Rubocop
2021-06-03 17:48:19 -04:00
transifex-integration[bot] 4dcfc29608
Translate /config/locales/en.yml in de_DE (#2752)
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>
2021-06-03 17:29:26 -04:00
transifex-integration[bot] 9bdf2d74c7
Translate /config/locales/en.yml in gl (#2754)
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>
2021-06-03 17:29:11 -04:00
Ahmad Farhat 506a26ac86
Fixed issues with inaccessible recording (#2755) 2021-06-03 17:25:26 -04:00
Ahmad Farhat 0f90c4e873
Added inaccesible recording format (#2750) 2021-06-02 18:50:11 -04:00
transifex-integration[bot] 1ff45a4061
Translate '/config/locales/en.yml' in 'de_DE' (#2748)
* 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>
2021-06-02 17:52:33 -04:00
Ahmad Farhat f37f4c1ef4
Fix LDAP password string (#2747)
* Fix LDAP password string

* Rspec
2021-06-01 17:42:23 -04:00
Ahmad Farhat 5872807308
Added failed login logging (#2746) 2021-06-01 17:18:48 -04:00
EmmyGraugans 505ed05c5a
Added variable in .env to enforce certain domains in account registrations (#1589)
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>
2021-06-01 17:11:15 -04:00
Moritz 0181678e1a
fix for URI.escape obsolete (#2709) 2021-06-01 17:01:54 -04:00
transifex-integration[bot] cb1bda5db0
Translate /config/locales/en.yml in ar_IQ (#2735)
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>
2021-05-28 12:37:41 -04:00
transifex-integration[bot] 2058c5984e
Translate /config/locales/en.yml in gl (#2715)
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>
2021-05-19 16:59:13 -04:00
transifex-integration[bot] 0440e81504
Translate /config/locales/en.yml in ko_KR (#2718)
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>
2021-05-19 16:58:54 -04:00
Big Blue Meeting 3a4497d1a1
Fix error with missing last session (#2721)
In some cases when you create a new room there is a missing last session. This throws an error. This check fixes that error.
2021-05-19 16:58:32 -04:00
dependabot[bot] e62c86c898
Bump puma from 3.12.6 to 4.3.8 (#2722)
Bumps [puma](https://github.com/puma/puma) from 3.12.6 to 4.3.8.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v3.12.6...v4.3.8)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
2021-05-19 16:57:35 -04:00
dependabot[bot] 888a2b4cfa
Bump nokogiri from 1.11.3 to 1.11.4 (#2723)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.3 to 1.11.4.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.11.3...v1.11.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-18 12:25:38 -04:00
Ahmad Farhat 2e98b9e968
Upgrade to Rails 5.2.6 (#2711) 2021-05-06 22:36:43 -04:00
transifex-integration[bot] 173cbe8623
Translate /config/locales/en.yml in es (#2691)
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>
2021-05-04 12:52:47 -04:00
Kai af638ca43d
Added parameter for log level (#2546)
* 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 <>
2021-05-04 12:39:51 -04:00
dependabot[bot] 4d4edca052
Bump rexml from 3.2.4 to 3.2.5 (#2699)
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.2.4...v3.2.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-01 12:22:41 -04:00
transifex-integration[bot] 183466a41d
Translate /config/locales/en.yml in ru (#2690)
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>
2021-04-27 18:06:11 -04:00
Mohamad Abras 25254ce47c
fix wihtespace, tabs to spaces (#2683) 2021-04-24 13:37:48 -04:00
Mohamad Abras 018cd2568f
remove duplicate commented code (#2682) 2021-04-24 13:37:21 -04:00
transifex-integration[bot] a894a4e6a8
Translate /config/locales/en.yml in ja_JP (#2668)
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>
2021-04-18 13:15:03 -04:00
Mohamad Abras 81c9e7db10
use rails action_name & controller_name methods (#2666)
Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
2021-04-17 14:35:52 -04:00
Dennis1993 5eea14a780
Optimize space between icon and text in navigation (#2672)
* 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.
2021-04-17 14:18:47 -04:00
transifex-integration[bot] cdb391dc81
Translate /config/locales/en.yml in fr (#2669)
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>
2021-04-17 14:04:03 -04:00
transifex-integration[bot] 7c3f8762b8
Translate /config/locales/en.yml in fr (#2670)
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>
2021-04-17 13:54:16 -04:00
Mohamad Abras 85088535d8
make rubocop target Ruby 2.7 (#2671) 2021-04-17 13:52:32 -04:00
Ahmad Farhat 4c7226fa16
Fix CI gem cache (#2673) 2021-04-17 13:52:16 -04:00
transifex-integration[bot] 68b45253e1
Translate '/config/locales/en.yml' in 'ar' (#2660)
* 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>
2021-04-15 17:42:35 -04:00
transifex-integration[bot] 9a6e8a6405
Translate /config/locales/en.yml in fa_IR (#2662)
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>
2021-04-15 17:42:14 -04:00
transifex-integration[bot] 1aeacadca4
Translate /config/locales/en.yml in cs (#2657)
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>
2021-04-14 17:49:14 -04:00
Ahmad Farhat 0bf93e0ced
Switch CI to use ruby/setup-ruby action (#2659) 2021-04-14 17:43:44 -04:00
transifex-integration[bot] 6b061ea1ae
Translate /config/locales/en.yml in de_DE (#2651)
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>
2021-04-14 17:33:50 -04:00
transifex-integration[bot] 9b389e87a9
Translate /config/locales/en.yml in nl (#2652)
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>
2021-04-14 17:33:23 -04:00
Ahmad Farhat 2359d1256f
Fix bug that caused room edit to clear settings (#2649) 2021-04-12 19:31:02 -04:00
Ahmad Farhat 7845d35d29
Remove extra favicon (#2648) 2021-04-12 18:42:51 -04:00
Ahmad Farhat 076bee5e95
Added privacy policy link to cookie banner (#2647) 2021-04-12 18:36:05 -04:00
Ahmad Farhat eeab951fcd
Added full email list to invite flash (#2646) 2021-04-12 17:32:48 -04:00
MrKeksi b8d9e2ffd2
Invited translation (#2642) 2021-04-12 17:01:57 -04:00
kokel 68ecfbf92b
Fix newline/whitespace in Gemfile.lock (#2640) 2021-04-12 17:01:29 -04:00
Ahmad Farhat 74cb620b1c
Upgrade to Rails 5.2.5 (#2638) 2021-04-06 19:46:16 -04:00
Ahmad Farhat 56aa2444d8
Dont run rubocop or rspec for any branch (#2637) 2021-04-06 19:26:19 -04:00
transifex-integration[bot] 689c99cc27
Translate /config/locales/en.yml in sk_SK (#2629)
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>
2021-04-06 19:05:35 -04:00
Ahmad Farhat 881910e17b
Readme PR template (#2632) 2021-04-06 18:38:29 -04:00