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

Usergroup #19

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

Usergroup #19

wants to merge 6 commits into from

Commits on Feb 3, 2021

  1. main functions defined. stil WIP

    pescobar authored and pberndt committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    5593ff6 View commit details
    Browse the repository at this point in the history
  2. first version adding/removing groups

    pescobar authored and pberndt committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    e91daab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6702bd4 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    17ba935 View commit details
    Browse the repository at this point in the history
  2. Various changes, see below

    - Rename users group -> usergroup in accordance with Guacamole
    - Added class GuacamoleUserGroupModule
    - Refactor existing code into methods
    - Add create_or_update_usergroup()
    - Add guacamole_get_usergroup()
    - Reflect RESTful resources in URL names
    - Added system permissions support
    - Added group member support
    - Removed WiP connections code
    - Added check_mode support
    - Added diff mode support
    - Minor fixes in documentation
    pberndt committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    350b561 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42af17e View commit details
    Browse the repository at this point in the history