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

Fix connectivity issues, switch from http-bind to websocket #155

Merged
merged 6 commits into from
Jan 31, 2024
Merged

Commits on Jan 20, 2024

  1. Bump vite from 4.5.0 to 4.5.2 in /frontend

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.0 to 4.5.2.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    f13263c View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    1259178 View commit details
    Browse the repository at this point in the history
  2. fix connection issues

    anonymousdomain is required to login as guest.
    The serviceUrl has been changed to websocket which
    should be more efficient than http-bind
    p-fruck committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    b52641e View commit details
    Browse the repository at this point in the history
  3. fix(extension): Remove http-bind rule

    After changing to websocket instead of http-bind
    this rule is not required anymore since websockets
    are not effected by CORS. The extension is now
    only required for streaming from googlevideo
    p-fruck committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    9b3624c View commit details
    Browse the repository at this point in the history
  4. fix(docs): CORS not required for Jitsi itself

    Switched to websocket from http-bind, see previous
    commits
    p-fruck committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    db695ba View commit details
    Browse the repository at this point in the history
  5. Merge pull request #153 from Music-Bot-for-Jitsi/dependabot/npm_and_y…

    …arn/frontend/vite-4.5.2
    
    Bump vite from 4.5.0 to 4.5.2 in /frontend
    p-fruck authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a4e76af View commit details
    Browse the repository at this point in the history