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

GraphQL - Implement more commands for MUC #3627

Merged
merged 16 commits into from
Apr 27, 2022

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    9eb28ec View commit details
    Browse the repository at this point in the history
  2. Make selected mod_muc_room logic able to call from MUC API

    - Add a function to list room affiliation in order to return it from
    the GraphQL API.
    - Add a sync normal_state handler that allows seting the user role
    or affiliance and receiving the result.
    Premwoik committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    021aa9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bf8301 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20a16d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    360cbdd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c1ea57 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    49e7012 View commit details
    Browse the repository at this point in the history
  8. Add FullJID scalar

    Premwoik committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    60047af View commit details
    Browse the repository at this point in the history
  9. Apply simple review comments

    Premwoik committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    ec569ea View commit details
    Browse the repository at this point in the history
  10. Add tests for FullJID

    Premwoik committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    991fe8d View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Fix kick command

    Bugs:
    - The user role was not verified, so each user has moderator privileges.
    - Moderator not in the room error was not caught
    Premwoik committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    3a25506 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8d6007 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f88a85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1817cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    105162b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Apply review

    Premwoik committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    0d0e86d View commit details
    Browse the repository at this point in the history