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

Add option to restrict users/groups that can autocomplete usernames #695

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

Commits on Dec 2, 2023

  1. Add option to restrict users/groups that can autocomplete usernames

    By default this is set to @ALL, so the behaviour is
    backwards-compatible. Tests of this new feature have been added.
    cmacmackin committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    624b85e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2571beb View commit details
    Browse the repository at this point in the history
  3. Code formatting

    cmacmackin committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    dc17240 View commit details
    Browse the repository at this point in the history
  4. More code formatting

    cmacmackin committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    d2ce449 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Avoid accessing the $conf global directly

    This can cause errors if the configurations haven't been initialised
    yet. On the suggestion of annda, I've added a getConf() method which
    will load the configurations if they haven't been already.
    cmacmackin committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    78f02c8 View commit details
    Browse the repository at this point in the history