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

Implements admin API to lock an user (MSC3939) #15870

Merged
merged 19 commits into from
Aug 10, 2023
Merged

Commits on Jul 3, 2023

  1. Implements admin API to lock an user

    Mathieu Velten committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    9a695b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Hide locked users from user dir

    Mathieu Velten committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    26058fe View commit details
    Browse the repository at this point in the history
  2. Prettier

    Mathieu Velten committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    7a92a3d View commit details
    Browse the repository at this point in the history
  3. Fix join

    Mathieu Velten committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    d7c2a78 View commit details
    Browse the repository at this point in the history
  4. Add test and fix code

    Mathieu Velten committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    0199a92 View commit details
    Browse the repository at this point in the history
  5. Fix test

    Mathieu Velten committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    d9bbcfa View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Add tests for user dir presence

    Mathieu Velten committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    7b4e494 View commit details
    Browse the repository at this point in the history
  2. Allow logout for locked users + more docs

    Mathieu Velten committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    7d8f9f5 View commit details
    Browse the repository at this point in the history
  3. Update MSC3861DelegatedAuth

    Mathieu Velten committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    e0a1a80 View commit details
    Browse the repository at this point in the history
  4. Missing import

    Mathieu Velten committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    65f7bd5 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    88b4e6d View commit details
    Browse the repository at this point in the history
  2. Address comments

    Mathieu Velten committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    c8e2c63 View commit details
    Browse the repository at this point in the history
  3. USe boolean sql column

    Mathieu Velten committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    bd39b24 View commit details
    Browse the repository at this point in the history
  4. lint

    Mathieu Velten committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    b19f2c1 View commit details
    Browse the repository at this point in the history
  5. Fix code

    Mathieu Velten committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    329254a View commit details
    Browse the repository at this point in the history
  6. fix port db

    Mathieu Velten committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    307b6df View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Switch to 401 soft logout

    Mathieu Velten committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    71c5f09 View commit details
    Browse the repository at this point in the history
  2. Fix test

    Mathieu Velten committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    0246483 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Remove isinstance test when converting to boolean

    Mathieu Velten committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ddc91e8 View commit details
    Browse the repository at this point in the history