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

Add a module type for account validity #9884

Merged
merged 55 commits into from
Jul 16, 2021

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    2d71db2 View commit details
    Browse the repository at this point in the history
  2. Change the account validity configuration

    * don't mention the legacy implementation anymore
    * allow configuring modules to handle account validity
    babolivier committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    163ca38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dd3a35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    850b303 View commit details
    Browse the repository at this point in the history
  5. Changelog

    babolivier committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    f8c8ca8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f492ef3 View commit details
    Browse the repository at this point in the history
  7. The module API already exposes run_in_background which makes backgrou…

    …nd_call_async redundant
    babolivier committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    5596cfe View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Fix user authentication in the module API

    Also stop calling get_auth() in get_user_by_req, we don't need that
    anymore.
    babolivier committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    456a06c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94706a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    576b9f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    907b655 View commit details
    Browse the repository at this point in the history
  5. Lint

    babolivier committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    9a9e83c View commit details
    Browse the repository at this point in the history
  6. Lint

    babolivier committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    588fa41 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    13a72ee View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

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

Commits on May 13, 2021

  1. Configuration menu
    Copy the full SHA
    2147f06 View commit details
    Browse the repository at this point in the history
  2. Changelog

    babolivier committed May 13, 2021
    Configuration menu
    Copy the full SHA
    1df0c8c View commit details
    Browse the repository at this point in the history
  3. Lint

    babolivier committed May 13, 2021
    Configuration menu
    Copy the full SHA
    a26185a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b59ea5 View commit details
    Browse the repository at this point in the history
  5. Incorporate review

    babolivier committed May 13, 2021
    Configuration menu
    Copy the full SHA
    76aed9e View commit details
    Browse the repository at this point in the history
  6. Fix typo in changelog file

    Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
    babolivier and anoadragon453 committed May 13, 2021
    Configuration menu
    Copy the full SHA
    efc82b7 View commit details
    Browse the repository at this point in the history
  7. Incorporate review

    babolivier committed May 13, 2021
    Configuration menu
    Copy the full SHA
    1df5d74 View commit details
    Browse the repository at this point in the history
  8. Typo

    babolivier committed May 13, 2021
    Configuration menu
    Copy the full SHA
    0d7cb16 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a36be02 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

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

Commits on May 19, 2021

  1. Update docs + lint

    babolivier committed May 19, 2021
    Configuration menu
    Copy the full SHA
    d0a1cd5 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Configuration menu
    Copy the full SHA
    602d2ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df82691 View commit details
    Browse the repository at this point in the history
  3. Fix types

    babolivier committed May 20, 2021
    Configuration menu
    Copy the full SHA
    14885d3 View commit details
    Browse the repository at this point in the history
  4. Fix imports

    babolivier committed May 20, 2021
    Configuration menu
    Copy the full SHA
    3108884 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

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

Commits on Jul 1, 2021

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

Commits on Jul 2, 2021

  1. Configuration menu
    Copy the full SHA
    c964099 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6346e9 View commit details
    Browse the repository at this point in the history
  3. Sample config

    babolivier committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    51b5233 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2185cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0ca661 View commit details
    Browse the repository at this point in the history
  6. Fix types

    babolivier committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    94ca9a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    34dc6ea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    49c4582 View commit details
    Browse the repository at this point in the history
  9. Fix tests

    babolivier committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    005725d View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

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

Commits on Jul 7, 2021

  1. Apply suggestions from code review

    Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
    babolivier and richvdh committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    58bb7b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fb4b49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b45b45d View commit details
    Browse the repository at this point in the history
  4. Lint

    babolivier committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    972091d View commit details
    Browse the repository at this point in the history
  5. Fix changelog

    babolivier committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    07aa404 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Improve docs

    babolivier committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    ba4e069 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Line break

    babolivier committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    d9ee0f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Incorporate review

    babolivier committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    c2b6689 View commit details
    Browse the repository at this point in the history
  2. Lint

    babolivier committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    a4adb3d View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Apply suggestions from code review

    Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
    babolivier and richvdh committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    c3debd5 View commit details
    Browse the repository at this point in the history
  2. Incorporate review

    babolivier committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    e87c3cb View commit details
    Browse the repository at this point in the history
  3. Merge branch 'babolivier/account_validity_plugin' of github.com:matri…

    …x-org/synapse into babolivier/account_validity_plugin
    babolivier committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    01b6bf3 View commit details
    Browse the repository at this point in the history
  4. Lint

    babolivier committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    1a8af46 View commit details
    Browse the repository at this point in the history