Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for static SIP Pins #5068

Open
wants to merge 124 commits into
base: master
Choose a base branch
from

Commits on Mar 21, 2023

  1. st

    Your Name committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    71dd8f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Static SIP

    Your Name committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    2b915ba View commit details
    Browse the repository at this point in the history
  2. revert locale dev change

    Your Name committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    d55c30f View commit details
    Browse the repository at this point in the history
  3. revert locale dev change

    Your Name committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    7fab7af View commit details
    Browse the repository at this point in the history
  4. sample.env update with VoiceBrige config

    Your Name committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    af1c240 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    ebc4a87 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Improved room sharing

    Your Name committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    7940467 View commit details
    Browse the repository at this point in the history
  2. merge SIP into ics

    Your Name committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    741c482 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Voice Brige database migration for existing rooms

    Your Name committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    96df717 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'SIP' of https://github.com/SebastianAppDev/greenlight i…

    …nto SIP
    Your Name committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    fb5f20d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'SIP' into ics

    Your Name committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    6419f8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be32835 View commit details
    Browse the repository at this point in the history
  5. Improved data migration

    Your Name committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    32efa91 View commit details
    Browse the repository at this point in the history
  6. improved database voice_brige population

    Your Name committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    3596405 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8470182 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Merge branch 'master' of https://github.com/bigbluebutton/greenlight

    …into SIP
    Your Name committed May 30, 2023
    Configuration menu
    Copy the full SHA
    a91eb30 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'bigbluebutton-master' into SIP

    Your Name committed May 30, 2023
    Configuration menu
    Copy the full SHA
    dc82894 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Merge branch 'master' of https://github.com/bigbluebutton/greenlight

    …into bigbluebutton-master
    Your Name committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    84ee009 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'bigbluebutton-master'

    Your Name committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    97a4cfc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3660ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7a8b5f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Merge branch 'master' of https://github.com/bigbluebutton/greenlight

    …into bigbluebutton-master
    SebastianAppDev committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    cfe7f2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce805a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cf3422 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24aed75 View commit details
    Browse the repository at this point in the history
  5. Fixed missing import

    SebastianAppDev committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    9d534b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Add env EXTERNAL_AUTH and replace checks for OPENID_CONNECT with chec…

    …ks for EXTERNAL_AUTH where applicable (bigbluebutton#5480)
    
    * add env EXTERNAL_AUTH and replace env OPENID_CONNECT with it where applicable
    
    * remove OPENID_CONNECT from envAPI
    Ithanil authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    fab69d8 View commit details
    Browse the repository at this point in the history
  2. Make server recordings rake a bit smarter (bigbluebutton#5484)

    * Make server recordings rake a bit smarter
    
    * Rubocop
    farhatahmad authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    9db6db2 View commit details
    Browse the repository at this point in the history
  3. Fix case sensitive emails (bigbluebutton#5485)

    * case sensitive emails
    
    * Update schema.rb
    farhatahmad authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    7ada110 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c600df View commit details
    Browse the repository at this point in the history
  5. Changes to local accounts (bigbluebutton#5489)

    * Changes to local accounts
    
    * rspec
    
    * esf
    farhatahmad authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    da113a8 View commit details
    Browse the repository at this point in the history
  6. Fix double logo on require authentication view (bigbluebutton#5490)

    * Fix double logo on require authentication view
    
    * eslint
    farhatahmad authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    878ee23 View commit details
    Browse the repository at this point in the history
  7. More fixes for local migrations (bigbluebutton#5491)

    * More fixes for local migrations
    
    * fix tests
    farhatahmad authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    cbbf361 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ac9d420 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bf939e6 View commit details
    Browse the repository at this point in the history
  10. Recording view improvements (bigbluebutton#5497)

    * Added pagination to recording tables
    
    * Make dropdown go up for last item in list
    
    * rspec
    farhatahmad authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    eba4122 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b2f49d5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a311475 View commit details
    Browse the repository at this point in the history
  13. removed last 2 instances of recordings showing up when recordings dis…

    …abled (bigbluebutton#5518)
    
    * added delete presentation string to en.json and delete presentation form
    
    * removed last 2 instances of recordings that show up when recordings are disabled
    
    * only checking for sitewide recordings disable to remove the recording elements
    
    * removed unnecessary .jsx in import statement
    SilentFlameCR authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b4c8a9f View commit details
    Browse the repository at this point in the history
  14. Translate app/assets/locales/en.json in el (bigbluebutton#5511)

    100% translated source file: 'app/assets/locales/en.json'
    on 'el'.
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    d775829 View commit details
    Browse the repository at this point in the history
  15. [Snyk] Security upgrade active_storage_validations from 1.0.4 to 1.1.0 (

    bigbluebutton#5481)
    
    * fix: Gemfile & Gemfile.lock to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917
    
    * Update Gemfile.lock
    
    ---------
    
    Co-authored-by: snyk-bot <[email protected]>
    Co-authored-by: Ahmad Farhat <[email protected]>
    3 people authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    782e082 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    51a8e52 View commit details
    Browse the repository at this point in the history
  17. Bump @babel/traverse from 7.20.13 to 7.23.2 (bigbluebutton#5471)

    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.13 to 7.23.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ahmad Farhat <[email protected]>
    2 people authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b8b6b51 View commit details
    Browse the repository at this point in the history
  18. Bump axios from 0.26.1 to 1.6.0 (bigbluebutton#5508)

    Bumps [axios](https://github.com/axios/axios) from 0.26.1 to 1.6.0.
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v0.26.1...v1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ahmad Farhat <[email protected]>
    2 people authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    af8692c View commit details
    Browse the repository at this point in the history
  19. fix: Gemfile & Gemfile.lock to reduce vulnerabilities (bigbluebutton#…

    …5455)
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917
    
    Co-authored-by: snyk-bot <[email protected]>
    Co-authored-by: Ahmad Farhat <[email protected]>
    3 people authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c96ec6a View commit details
    Browse the repository at this point in the history
  20. Use exec to let the container runtime send signals straight to rails (b…

    …igbluebutton#5505)
    
    This is recommended practice. See the docker documentation at
    https://docs.docker.com/develop/develop-images/instructions/#entrypoint
    for more information.
    
    Co-authored-by: Ahmad Farhat <[email protected]>
    2 people authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    0be6249 View commit details
    Browse the repository at this point in the history
  21. Remove Sign Up button when using OIDC (bigbluebutton#5431)

    * Remove Sign Up button when using OIDC
    
    * Remove SignUp Button on Join with OIDC
    
    ---------
    
    Co-authored-by: Ahmad Farhat <[email protected]>
    2 people authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b39d14a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1f42f01 View commit details
    Browse the repository at this point in the history
  23. fix error with trailing slash (bigbluebutton#5522)

    * fix error with trailing slash
    
    * eslint
    
    * eslint again
    farhatahmad authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    bbbdd04 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7e164e4 View commit details
    Browse the repository at this point in the history
  25. extended join url to accept joinFormName to autofill join name (bigbl…

    …uebutton#5526)
    
    * extended join url to accept joinFormName to autofill join name
    
    * updated existing useEffect joinFormName
    SilentFlameCR authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ce3ea25 View commit details
    Browse the repository at this point in the history
  26. Add a new role permission for receiving an email on user signup (bigb…

    …luebutton#5529)
    
    * Add a new role permission for receiving an email on user signup
    
    * Fix text email
    
    * rubo
    farhatahmad authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    73112a2 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    68dce64 View commit details
    Browse the repository at this point in the history
  28. Make changes to openid_connect uid field (bigbluebutton#5523)

    * Make changes to openid_connect uid field
    
    * Clean up
    farhatahmad authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ef68ad3 View commit details
    Browse the repository at this point in the history
  29. Translate app/assets/locales/en.json in gl (bigbluebutton#5541)

    100% translated source file: 'app/assets/locales/en.json'
    on 'gl'.
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    2cdd41d View commit details
    Browse the repository at this point in the history
  30. Translate config/locales/en.yml in gl (bigbluebutton#5540)

    100% translated source file: 'config/locales/en.yml'
    on 'gl'.
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    6cdd3d6 View commit details
    Browse the repository at this point in the history
  31. Updates for file config/locales/en.yml in ru (bigbluebutton#5531)

    * Translate config/locales/en.yml in ru
    
    100% translated source file: 'config/locales/en.yml'
    on 'ru'.
    
    * Removing config/locales/en.yml in ru
    
    77% of minimum 100% translated source file: 'config/locales/en.yml'
    on 'ru'.
    
    ---------
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    2de243f View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    1960ec7 View commit details
    Browse the repository at this point in the history
  33. feat(migrations): Import password digests from Greenlight2 (bigbluebu…

    …tton#5507)
    
    * feat(migrations): Import password digests from Greenlight2
    
    * Update external_controller.rb
    
    * Update external_controller.rb
    
    ---------
    
    Co-authored-by: Ahmad Farhat <[email protected]>
    Co-authored-by: Ahmad Farhat <[email protected]>
    3 people authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ddffe54 View commit details
    Browse the repository at this point in the history
  34. Translate config/locales/en.yml in ar (bigbluebutton#5550)

    100% translated source file: 'config/locales/en.yml'
    on 'ar'.
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b83e0d9 View commit details
    Browse the repository at this point in the history
  35. Translate config/locales/en.yml in fa_IR (bigbluebutton#5549)

    100% translated source file: 'config/locales/en.yml'
    on 'fa_IR'.
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ca8e31e View commit details
    Browse the repository at this point in the history
  36. Translate app/assets/locales/en.json in fa_IR (bigbluebutton#5548)

    100% translated source file: 'app/assets/locales/en.json'
    on 'fa_IR'.
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    80c9d51 View commit details
    Browse the repository at this point in the history
  37. Translate config/locales/en.yml in el (bigbluebutton#5546)

    100% translated source file: 'config/locales/en.yml'
    on 'el'.
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    287ec2e View commit details
    Browse the repository at this point in the history
  38. Translate app/assets/locales/en.json in el (bigbluebutton#5545)

    100% translated source file: 'app/assets/locales/en.json'
    on 'el'.
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c2e0c63 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    138037a View commit details
    Browse the repository at this point in the history
  40. Translate config/locales/en.yml in fr (bigbluebutton#5552)

    100% translated source file: 'config/locales/en.yml'
    on 'fr'.
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b5f0f36 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    9b25ab0 View commit details
    Browse the repository at this point in the history
  42. Fix failing rspecs (bigbluebutton#5554)

    * Fix failing rspecs
    
    * more tests
    farhatahmad authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    1ff48d9 View commit details
    Browse the repository at this point in the history
  43. fixed admin room access issues (bigbluebutton#5543)

    * fixed admin room access issues
    
    * fixed eslint errors
    
    * updated to use room shared boolean over owner name
    SilentFlameCR authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    87f5c28 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    f69ccac View commit details
    Browse the repository at this point in the history
  45. [Snyk] Security upgrade rspec-rails from 6.0.3 to 6.0.4 (bigbluebutto…

    …n#5555)
    
    * fix: Gemfile & Gemfile.lock to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917
    
    * Update Gemfile.lock
    
    ---------
    
    Co-authored-by: snyk-bot <[email protected]>
    Co-authored-by: Ahmad Farhat <[email protected]>
    3 people authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    4074bf8 View commit details
    Browse the repository at this point in the history
  46. [Snyk] Security upgrade factory_bot_rails from 6.2.0 to 6.3.0 (bigblu…

    …ebutton#5532)
    
    * fix: Gemfile & Gemfile.lock to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917
    
    * Update Gemfile.lock
    
    ---------
    
    Co-authored-by: snyk-bot <[email protected]>
    Co-authored-by: Ahmad Farhat <[email protected]>
    3 people authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    5ad668a View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    80b814b View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    256d435 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    36033d7 View commit details
    Browse the repository at this point in the history
  50. Translate app/assets/locales/en.json in tr (bigbluebutton#5562)

    100% translated source file: 'app/assets/locales/en.json'
    on 'tr'.
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    3fb0a97 View commit details
    Browse the repository at this point in the history
  51. Translate config/locales/en.yml in tr (bigbluebutton#5561)

    100% translated source file: 'config/locales/en.yml'
    on 'tr'.
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    48020dd View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    774625c View commit details
    Browse the repository at this point in the history
  53. Translate config/locales/en.yml in ja (bigbluebutton#5573)

    100% translated source file: 'config/locales/en.yml'
    on 'ja'.
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    de0437d View commit details
    Browse the repository at this point in the history
  54. Updates for file app/assets/locales/en.json in ja (bigbluebutton#5572)

    * Translate app/assets/locales/en.json in ja
    
    100% translated source file: 'app/assets/locales/en.json'
    on 'ja'.
    
    * Translate app/assets/locales/en.json in ja
    
    100% translated source file: 'app/assets/locales/en.json'
    on 'ja'.
    
    ---------
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    0c85c19 View commit details
    Browse the repository at this point in the history
  55. Translate config/locales/en.yml in fr (bigbluebutton#5571)

    100% translated source file: 'config/locales/en.yml'
    on 'fr'.
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    f0cab9e View commit details
    Browse the repository at this point in the history
  56. Translate config/locales/en.yml in gl (bigbluebutton#5570)

    100% translated source file: 'config/locales/en.yml'
    on 'gl'.
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    4f2b9c7 View commit details
    Browse the repository at this point in the history
  57. Translate config/locales/en.yml in gl (bigbluebutton#5569)

    100% translated source file: 'config/locales/en.yml'
    on 'gl'.
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    347c865 View commit details
    Browse the repository at this point in the history
  58. Translate config/locales/en.yml in tr (bigbluebutton#5568)

    100% translated source file: 'config/locales/en.yml'
    on 'tr'.
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ad32bff View commit details
    Browse the repository at this point in the history
  59. Translate config/locales/en.yml in tr (bigbluebutton#5567)

    100% translated source file: 'config/locales/en.yml'
    on 'tr'.
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    455734a View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    a60f3e4 View commit details
    Browse the repository at this point in the history
  61. Translate config/locales/en.yml in ru (bigbluebutton#5586)

    100% translated source file: 'config/locales/en.yml'
    on 'ru'.
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    58679cd View commit details
    Browse the repository at this point in the history
  62. Translate app/assets/locales/en.json in ru (bigbluebutton#5585)

    100% translated source file: 'app/assets/locales/en.json'
    on 'ru'.
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    34c1bf8 View commit details
    Browse the repository at this point in the history
  63. Translate config/locales/en.yml in fa_IR (bigbluebutton#5582)

    100% translated source file: 'config/locales/en.yml'
    on 'fa_IR'.
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c167158 View commit details
    Browse the repository at this point in the history
  64. Translate config/locales/en.yml in fa_IR (bigbluebutton#5581)

    100% translated source file: 'config/locales/en.yml'
    on 'fa_IR'.
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    8ea8290 View commit details
    Browse the repository at this point in the history
  65. Translate config/locales/en.yml in ar (bigbluebutton#5576)

    100% translated source file: 'config/locales/en.yml'
    on 'ar'.
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    24a1855 View commit details
    Browse the repository at this point in the history
  66. Translate config/locales/en.yml in el (bigbluebutton#5575)

    100% translated source file: 'config/locales/en.yml'
    on 'el'.
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    18849e7 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    2afc7cc View commit details
    Browse the repository at this point in the history
  68. Static SIP

    Your Name authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c890b31 View commit details
    Browse the repository at this point in the history
  69. revert locale dev change

    Your Name authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    d98163b View commit details
    Browse the repository at this point in the history
  70. sample.env update with VoiceBrige config

    Your Name authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    e6e33c9 View commit details
    Browse the repository at this point in the history
  71. st

    Your Name authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    9e99052 View commit details
    Browse the repository at this point in the history
  72. Improved room sharing

    Your Name authored and SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    8076e83 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    e40dfaa View commit details
    Browse the repository at this point in the history
  74. Fixed missing import

    SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    965cbe3 View commit details
    Browse the repository at this point in the history
  75. FIX wrong imports

    SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    2a0e980 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    8b51efa View commit details
    Browse the repository at this point in the history
  77. style improvements

    SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    868375b View commit details
    Browse the repository at this point in the history
  78. FIX unused imports

    SebastianAppDev committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    9decdb9 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Custom PIN Length

    SebastianAppDev committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6b806ae View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Custom PIN Length

    SebastianAppDev committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    cc0cf0d View commit details
    Browse the repository at this point in the history
  2. Merge master

    SebastianAppDev committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    860460e View commit details
    Browse the repository at this point in the history
  3. Fix merge messup

    SebastianAppDev committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    8d43f9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    987915f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8d4d4f View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Fix rubocop issues

    SebastianAppDev committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    9600e2d View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    1bb4725 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    ffee326 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    97027f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    aaeccf0 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    b6ec5c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    6cabe36 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. rspec

    SebastianAppDev committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d4c9563 View commit details
    Browse the repository at this point in the history
  2. eslint

    SebastianAppDev committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    653b71e View commit details
    Browse the repository at this point in the history
  3. rspec

    SebastianAppDev committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3501181 View commit details
    Browse the repository at this point in the history
  4. rspec

    SebastianAppDev committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2da029f View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. re run tests

    SebastianAppDev committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1ee9e16 View commit details
    Browse the repository at this point in the history
  2. Gammer fix

    SebastianAppDev committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    306d6ba View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    e97338f View commit details
    Browse the repository at this point in the history