| Commit message (Collapse) | Author | Files | Lines |
|
* docs updates
* prettify SQL
* add missing copyright
* cursor_to_dict
* update touched files copyright years
Signed-off-by: Jason Robinson <jasonr@matrix.org>
|
|
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
|
|
Signed-off-by: Jason Robinson <jasonr@matrix.org>
|
|
Signed-off-by: Jason Robinson <jasonr@matrix.org>
|
|
Also run linter.
Signed-off-by: Jason Robinson <jasonr@matrix.org>
|
|
This PR adds the missing user_mapping_provider section in oidc.md
Signed-off-by: Christopher Rücker chris-ruecker@protonmail.com
|
|
|
|
|
|
You can't continue using a transaction once an exception has been
raised, so catching and dropping the error here is pointless and just
causes more errors.
|
|
I'm not even sure what this was supposed to do, but the fact it has python2isms
and nobody has noticed suggests it's not terribly important.
It doesn't seem to have been used since ff23e5ba3764506c99d9c1c640e202fe262b65ce.
|
|
We were running some linters on some files and some on others. Extract a common
setting and use it everywhere.
|
|
Signed-off-by: Jason Robinson <jasonr@matrix.org>
|
|
Signed-off-by: Jason Robinson <jasonr@matrix.org>
|
|
GET /_synapse/admin/v1/rooms/<identifier>/forward_extremities now gets forward extremities for a room, returning count and the list of extremities.
Signed-off-by: Jason Robinson <jasonr@matrix.org>
|
|
|