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

Coalesced changes from variosus sources.. #4

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

Commits on Aug 9, 2018

  1. Merge pull request #2 from guaigua/master

    bbb as completed features
    101t authored Aug 9, 2018
    Configuration menu
    Copy the full SHA
    b8a6dfb View commit details
    Browse the repository at this point in the history
  2. Merge pull request 101t#3 from tarek-aec/patch-1

    Update README.md
    101t authored Aug 9, 2018
    Configuration menu
    Copy the full SHA
    ca423f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2019

  1. Configuration menu
    Copy the full SHA
    b442aed View commit details
    Browse the repository at this point in the history
  2. Update README.md

    101t authored Jun 1, 2019
    Configuration menu
    Copy the full SHA
    f60271d View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. Fix TypeError if there is only one meeting active

    If there was only one meeting active in the BBB server, an IndexError exception is raised:
    
    TypeError: string indices must be integers
    
    This patch fixes this error.
    baxeico authored Jun 14, 2020
    Configuration menu
    Copy the full SHA
    91254b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Merge pull request 101t#7 from baxeico/patch-1

    Fix TypeError if there is only one meeting active
    101t authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    6bdc839 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Add timeout of 10 seconds

    This library does not have a timeout and python does not have a default timeout in the CPython implementation, hence if this gets stuck for some reason and in practice it does get stuck often enough... then it hangs there forever waiting. So we need to time it out eventually.
    bigbluemeeting authored Aug 21, 2020
    Configuration menu
    Copy the full SHA
    2bcc9a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. Merge pull request 101t#8 from bigbluemeeting/patch-1

    Add timeout of 10 seconds
    101t authored Aug 22, 2020
    Configuration menu
    Copy the full SHA
    14228e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. fixed bugs:

    - typo at bbbmodule.py
    - </module> tag at bbbmodule.py
    - fixed problem, with sending slides
    kevinxdev committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    e0bbbae View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Merge pull request 101t#13 from anodino-dev/master

    fixed bugs:
    101t authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    88adcbc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from 101t/master

    Merge pull request 101t#13 from anodino-dev/master
    IJOL authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    c676764 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eeb883b View commit details
    Browse the repository at this point in the history
  4. [BUG] wrong imports for 2.7

    IJOL committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    a824369 View commit details
    Browse the repository at this point in the history