Tak Wai Wong
8ab1737e7f
Takwaiw/dendrite publickey ( #2 )
...
* Implementation of MSC 3782 Add publickey login as a new auth type.
Co-authored-by: Tak Wai Wong <takwaiw@gmail.com>
2022-10-24 17:40:09 -07:00
Tak Wai Wong
34342934cc
pull latest from dendrite-fork subtree
2022-10-24 16:35:54 -07:00
Tak Wai Wong
a6668726ac
Takwaiw/dendrite publickey ( #2 )
...
* Implementation of MSC 3782 Add publickey login as a new auth type.
Co-authored-by: Tak Wai Wong <takwaiw@gmail.com>
2022-10-24 16:21:40 -07:00
Neil Alexander
c8935fb53f
Do not use ioutil as it is deprecated ( #2625 )
2022-08-05 10:26:59 +01:00
kegsay
506de4bb3d
Define component interfaces based on consumers (1/2) ( #2423 )
...
* Specify interfaces used by appservice, do half of clientapi
* convert more deps of clientapi to finer-grained interfaces
* Convert mediaapi and rest of clientapi
* Somehow this got missed
2022-05-05 13:17:38 +01:00
S7evinK
f2e550efd8
Refactor appservice & client API to use userapi internal ( #2290 )
...
* Refactor user api internal
* Refactor clientapi to use internal userapi
* Use internal userapi instead of user DB directly
* Remove AccountDB dependency
* Fix linter issues
Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2022-03-24 22:45:44 +01:00
kegsay
a22ab3eee6
Read the right username field when performing account deactivation ( #1954 )
...
`Login` has 2 username fields, and we were always checking the
deprecated one. Instead, check both.
2021-08-02 13:11:23 +01:00
Loïck Bonniot
4e8c484618
Implement account deactivation ( #1455 )
...
* Implement account deactivation
See #610
Signed-off-by: Loïck Bonniot <git@lesterpig.com>
* Rename 'is_active' to 'is_deactivated'
Signed-off-by: Loïck Bonniot <git@lesterpig.com>
Co-authored-by: Kegsay <kegan@matrix.org>
2020-10-02 17:18:20 +01:00