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

Updated the BBB plugin to accept any API URL #1914

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

Commits on Jul 10, 2021

  1. Updated the BBB plugin to accept any URL

    Now we just make sure said URL ends with /api/
    ianespana committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    78be0ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7ff213 View commit details
    Browse the repository at this point in the history
  3. Revert "Merge branch 'instructure:master' into master"

    This reverts commit d7ff213, reversing
    changes made to 78be0ec.
    ianespana committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    1bc3f6c View commit details
    Browse the repository at this point in the history
  4. Revert "Updated the BBB plugin to accept any URL"

    This reverts commit 78be0ec.
    ianespana committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    e6ef09a View commit details
    Browse the repository at this point in the history
  5. Check if we're passed a URL or a hostname

    If the domain contains http(s), treat it as a custom URL,
    else treat it as a hostname/ip (default behavior)
    ianespana committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    b6871d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f948e3 View commit details
    Browse the repository at this point in the history