Commit Graph

17503 Commits (a5370072b53e7ea3ebbd9404ee4133508c2d55b2)
 

Author SHA1 Message Date
reivilibre a5370072b5
Don't remember `enabled` of deleted push rules and properly return 404 for missing push rules in `.../actions` and `.../enabled` (#7796) 4 years ago
Patrick Cloke e45b834119
Add types to async_helpers (#8260) 4 years ago
Erik Johnston 1553adc831
Fix mypy error on develop (#8282) 4 years ago
DeepBlueV7.X 560f3b8609
Include method in thumbnail media name (#7124) 4 years ago
Erik Johnston 63c0e9e195
Add types to StreamToken and RoomStreamToken (#8279) 4 years ago
Andrew Morgan 094896a69d
Add a config option for validating 'next_link' parameters against a domain whitelist (#8275) 4 years ago
Erik Johnston 0f545e6b96
Clean up types for PaginationConfig (#8250) 4 years ago
Richard van der Hoff 703e2b8a96
Use the right constructor for log records (#8278) 4 years ago
Erik Johnston deedb91732
Fix `MultiWriterIdGenerator.current_position`. (#8257) 4 years ago
Richard van der Hoff cca03dbec8 Synapse 1.20.0rc1 (2020-09-08) 4 years ago
Richard van der Hoff 6d01eb0c74 fix typo 4 years ago
Richard van der Hoff bbe2e6b38b s/fixes/fix/ 4 years ago
Richard van der Hoff 525efab612 1.20.0rc1 4 years ago
Patrick Cloke 72bec36d50
Directly import json from the standard library. (#8259) 4 years ago
Patrick Cloke cef00211c8
Allow for make_awaitable's return value to be re-used. (#8261) 4 years ago
Andrew Morgan 68cdb3708e
Rename 'populate_stats_process_rooms_2' background job back to 'populate_stats_process_rooms' again (#8243) 4 years ago
Richard van der Hoff ad28030c12
Systemd docs: configure workers to start after main process. (#8276) 4 years ago
Richard van der Hoff 8d6f97f932 Merge remote-tracking branch 'origin/release-v1.20.0' into develop 4 years ago
Brendan Abolivier d8762cc116
Only add rows to the push actions table if the event notifies or should be marked unread (#8274) 4 years ago
Richard van der Hoff 77794ebc77
Fix stack overflow when logging system encounters an error (#8268) 4 years ago
Richard van der Hoff ef2804d27c
Avoid table-scanning users at startup (#8271) 4 years ago
Brendan Abolivier a55e2707d7
Fix unread count failing on NULL values (#8270) 4 years ago
Richard van der Hoff 0dae7d80bf
Add more logging to debug slow startup (#8264) 4 years ago
Richard van der Hoff 96312536f2
Refuse to upgrade database on worker processes (#8266) 4 years ago
Alexandre Morignot 7586fdf1e8
Bump canonicaljson to version 1.4.0 (#8262) 4 years ago
Richard van der Hoff 5b452df23b
Run database updates in a transaction (#8265) 4 years ago
reivilibre 765437df54
Add tests for `last_successful_stream_ordering` (#8258) 4 years ago
Richard van der Hoff 77b4711bc2 Merge branch 'release-v1.20.0' into develop 4 years ago
reivilibre 7513006b09
In light of #8255, use BIGINTs for destination_rooms (#8256) 4 years ago
reivilibre 17fa4c7ca7
Catch up after Federation Outage (split, 2): Track last successful stream ordering after transmission (#8247) 4 years ago
Richard van der Hoff f25af1f9c7
Add cross-signing sigs to the `keys` object (#8234) 4 years ago
Brendan Abolivier 041ee971c9
Unread counts fixes (#8254) 4 years ago
Patrick Cloke db7de4d182
Fix a regression from calling read_templates. (#8252) 4 years ago
reivilibre 58f61f10f7
Catch-up after Federation Outage (split, 1) (#8230) 4 years ago
reivilibre e351298444
Fix type signature in simple_select_one_onecol and friends (#8241) 4 years ago
Patrick Cloke c619253db8
Stop sub-classing object (#8249) 4 years ago
Brendan Abolivier 9f8abdcc38
Revert "Add experimental support for sharding event persister. (#8170)" (#8242) 4 years ago
Erik Johnston be16ee59a8
Add type hints to more handlers (#8244) 4 years ago
reivilibre 4535e849d7
Remove obsolete order field in `send_new_transaction` (#8245) 4 years ago
Richard van der Hoff f97f9485ee
Split fetching device keys and signatures into two transactions (#8233) 4 years ago
Erik Johnston 208e1d3eb3
Fix typing for `@cached` wrapped functions (#8240) 4 years ago
Patrick Cloke 15c35c250c Remove useless changelog about reverting a #8239. 4 years ago
Patrick Cloke 2aa127c207
Revert pinning of setuptools (#8239) 4 years ago
Erik Johnston 5bfc79486d
Fix typing for SyncHandler (#8237) 4 years ago
Richard van der Hoff 6f6f371a87
wrap `_get_e2e_device_keys_and_signatures_txn` in a non-txn method (#8231) 4 years ago
Patrick Cloke c8758cb72f
Add an overload for simple_select_one_onecol_txn. (#8235) 4 years ago
Patrick Cloke 912e024913
Convert runInteraction to async/await (#8156) 4 years ago
Erik Johnston 112266eafd
Add StreamStore to mypy (#8232) 4 years ago
Brendan Abolivier 5a1dd297c3
Re-implement unread counts (again) (#8059) 4 years ago
Richard van der Hoff 0d4f614fda
Refactor `_get_e2e_device_keys_for_federation_query_txn` (#8225) 4 years ago