Commit Graph

11034 Commits (e2cce15af16cd85d5379e8d961680028bfc9e754)

Author SHA1 Message Date
Erik Johnston acf47c7698 Add a basic README to synapse.storage 5 years ago
Erik Johnston ffd24545bb Fix schema management to work with multiple data stores. 5 years ago
Erik Johnston c66a06ac6b Move storage classes into a main "data store". 5 years ago
Neil Johnson 82c8799ec7 Set room version default to 5 5 years ago
Richard van der Hoff 93eaeec75a
Remove Auth.check method (#6217) 5 years ago
Hubert Chathi 125eb45e19 fix doc strings 5 years ago
Richard van der Hoff 560c122267
Fix logging config for the docker image (#6197) 5 years ago
Hubert Chathi f0f6a2b360 use the right function for when we're already in runInteraction 5 years ago
Brendan Abolivier 41b9faed16 1.4.1 5 years ago
Erik Johnston 5859a5c569 Fix presence timeouts when synchrotron restarts. (#6212) 5 years ago
Richard van der Hoff 1ba359a11f rip out some unreachable code 5 years ago
Richard van der Hoff 71cd3fed66 1.4.1rc1 5 years ago
Erik Johnston 5b0e9948ea Do the update as a background index 5 years ago
Erik Johnston a2bb50c2eb Merge pull request #6185 from matrix-org/erikj/fix_censored_evnets 5 years ago
Hubert Chathi 132b251e29 expand on comment 5 years ago
Erik Johnston 2e97a4c197 Port synapse/rest/client/_base.py to async/await 5 years ago
Erik Johnston 3c2d6c708c Add maybe_awaitable and fix __init__ bugs 5 years ago
Valérian Rousset be9b55e0d2 cas: support setting display name (#6114) 5 years ago
Erik Johnston dfbb62c28d Port synaps/rest/client/users.py to async/await 5 years ago
Erik Johnston f95325e22a Port synaps/rest/client/server_notice_servlet.py to async/await 5 years ago
Erik Johnston 281f887090 Port synaps/rest/client/media.py to async/await 5 years ago
Erik Johnston fca3a541e7 Port rest/admin/__init__.py to async/await 5 years ago
Erik Johnston f3ceaf4323 Trace non-JSON APIs, /media, /key etc 5 years ago
Neil Johnson a0d0ba7862
Fix MAU reaping where reserved users are specified. (#6168) 5 years ago
Hubert Chathi 7a0dce9259 make sure we actually return something 5 years ago
Hubert Chathi 4908fb3b30 make storage layer in charge of interpreting the device key data 5 years ago
Erik Johnston b54b1e759a Fix SQLite take 2 5 years ago
Erik Johnston afb6d9d53b Fix SQLite 5 years ago
Erik Johnston 3bc687508f Remove add_in_list_sql_clause 5 years ago
Erik Johnston ca3e01e50d Fix store_url_cache using bytes 5 years ago
Erik Johnston fe1c1e6c28
Fixup comments 5 years ago
Erik Johnston b161786c14 Replace IN usage with helper funcs 5 years ago
Erik Johnston b4fbf71187 Add helper funcs to use postgres ANY 5 years ago
werner291 b5b03b7079 Add domain validation when creating room with list of invitees (#6121) 5 years ago
Michael Telatynski 9a84d74417 before fulfilling a group invite,check if user is already joined/invited (#3436) 5 years ago
krombel 2efd050c9d send 404 as http-status when filter-id is unknown to the server (#2380) 5 years ago
Erik Johnston 59e0ed8306 Fix py3.5 5 years ago
Erik Johnston c349e3ebaf Fix py3.5 5 years ago
Erik Johnston f735aeec65 sort 5 years ago
Erik Johnston 941edad583 Appease mypy 5 years ago
Erik Johnston 791a8c559b Add coments 5 years ago
Richard van der Hoff a139420a3c
Fix races in room stats (and other) updates. (#6187) 5 years ago
Richard van der Hoff 562b4e51dd
Rewrite the user_filter migration again (#6184) 5 years ago
Erik Johnston 128d5948c4 Fix packaging 5 years ago
Erik Johnston ec0596f2ab Log correct context 5 years ago
Erik Johnston 3e4272961a Test for sentinel commit 5 years ago
Erik Johnston 1d6dd1c294 Move patch_inline_callbacks into synapse/ 5 years ago
Andrew Morgan da815c1f69 Move tag/push rules room upgrade checking ealier (#6155) 5 years ago
Amber Brown f743108a94
Refactor HomeserverConfig so it can be typechecked (#6137) 5 years ago
Hubert Chathi 4535a07f4a make version optional in body of e2e backup version update 5 years ago