Sean Quah
|
2451003f6f
Test that `ClientIpStore` combines database and in-memory data correctly (#11179)
|
3 years ago |
Sean Quah
|
b8b905c4ea
Fix inconsistent behavior of `get_last_client_by_ip` (#10970)
|
3 years ago |
David Robertson
|
370bca32e6
Don't drop user dir deltas when server leaves room (#10982)
|
3 years ago |
Sean Quah
|
d1cbad388f
Fix error in `get_user_ip_and_agents` when fetching from the database (#10968)
|
3 years ago |
reivilibre
|
642a42edde
Flatten the synapse.rest.client package (#10600)
|
3 years ago |
Jonathan de Jong
|
4b965c862d
Remove redundant "coding: utf-8" lines (#9786)
|
3 years ago |
Patrick Cloke
|
0b3112123d
Use mock from the stdlib. (#9772)
|
3 years ago |
Dirk Klimpel
|
48a1f4db31
Remove old admin API `GET /_synapse/admin/v1/users/<user_id>` (#9401)
|
3 years ago |
Eric Eastwood
|
0a00b7ff14
Update black, and run auto formatting over the codebase (#9381)
|
3 years ago |
Dirk Klimpel
|
3f0ff53158
Remove deprecated `/_matrix/client/*/admin` endpoints (#8785)
|
4 years ago |
Richard van der Hoff
|
be8fa65d0b
Remove redundant calls to `render()`
|
4 years ago |
Richard van der Hoff
|
c3e3552ec4
fixup test
|
4 years ago |
Richard van der Hoff
|
ebc405446e
Add a `custom_headers` param to `make_request` (#8760)
|
4 years ago |
Dan Callahan
|
aff1eb7c67
Tell Black to format code for Python 3.5 (#8664)
|
4 years ago |
Patrick Cloke
|
cef00211c8
Allow for make_awaitable's return value to be re-used. (#8261)
|
4 years ago |
Patrick Cloke
|
b49a5b9307
Convert stats and related calls to async/await (#8192)
|
4 years ago |
Erik Johnston
|
a7bdf98d01
Rename database classes to make some sense (#8033)
|
4 years ago |
Richard van der Hoff
|
f4269694ce
Optimise some references to hs.config (#7546)
|
4 years ago |
Richard van der Hoff
|
40eda84933
Fix race which caused deleted devices to reappear (#6514)
|
4 years ago |
Erik Johnston
|
4a33a6dd19
Move background update handling out of store
|
4 years ago |
Erik Johnston
|
756d4942f5
Move DB pool and helper functions into dedicated Database class
|
4 years ago |
Erik Johnston
|
ee86abb2d6
Remove underscore from SQLBaseStore functions
|
4 years ago |
Erik Johnston
|
faac453f08
Test that pruning of old user IPs works
|
5 years ago |
Erik Johnston
|
acb62a7cc6
Test background update
|
5 years ago |
Erik Johnston
|
51d28272e2
Query devices table for last seen info.
|
5 years ago |
Richard van der Hoff
|
953dbb7980
Remove access-token support from RegistrationStore.register (#5642)
|
5 years ago |
Amber Brown
|
32e7c9e7f2
Run Black. (#5482)
|
5 years ago |
Richard van der Hoff
|
12f9d51e82
Add admin api for sending server_notices (#5121)
|
5 years ago |
Richard van der Hoff
|
40e576e29c
Move admin api impl to its own package
|
5 years ago |
Amber Brown
|
7960c26fda
Fix adding new rows instead of updating them if one of the key values is a NULL in upserts. (#4369)
|
5 years ago |