Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Add a config option to prioritise local users in user directory search results #9383

Merged
merged 7 commits into from
Feb 19, 2021

Commits on Feb 10, 2021

  1. Configuration menu
    Copy the full SHA
    bcdb909 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Configuration menu
    Copy the full SHA
    e93f7d8 View commit details
    Browse the repository at this point in the history
  2. Add a test

    Adds a test that creates a room, some local and some remote users. We then search
    the user directory and check that the local users appear first.
    anoadragon453 committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    00bf0b9 View commit details
    Browse the repository at this point in the history
  3. Prefer not adding british english-isms to config options

    To avoid: "I put prioritize_local_users and it's not working!!11"
    anoadragon453 committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    451106e View commit details
    Browse the repository at this point in the history
  4. Changelog

    anoadragon453 committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    d6956e6 View commit details
    Browse the repository at this point in the history
  5. Append % in python, rather than in query

    Synapse translates %'s under the hood for each database engine. Including them in the query string
    instead of in the args can break things.
    anoadragon453 committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    18645c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Configuration menu
    Copy the full SHA
    e87885d View commit details
    Browse the repository at this point in the history