summary refs log tree commit diff
path: root/synapse/storage (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stop sub-classing object (#8249)Patrick Cloke2020-09-0412-19/+19
* Revert "Add experimental support for sharding event persister. (#8170)" (#8242)Brendan Abolivier2020-09-047-100/+26
* Split fetching device keys and signatures into two transactions (#8233)Richard van der Hoff2020-09-031-44/+65
* Fix typing for SyncHandler (#8237)Erik Johnston2020-09-032-5/+5
* wrap `_get_e2e_device_keys_and_signatures_txn` in a non-txn method (#8231)Richard van der Hoff2020-09-032-17/+39
* Add an overload for simple_select_one_onecol_txn. (#8235)Patrick Cloke2020-09-021-0/+24
* Convert runInteraction to async/await (#8156)Patrick Cloke2020-09-021-15/+14
* Add StreamStore to mypy (#8232)Erik Johnston2020-09-022-18/+62
* Re-implement unread counts (again) (#8059)Brendan Abolivier2020-09-024-70/+205
* Refactor `_get_e2e_device_keys_for_federation_query_txn` (#8225)Richard van der Hoff2020-09-021-11/+6
* Add experimental support for sharding event persister. (#8170)Erik Johnston2020-09-027-26/+100
* Add /user/{user_id}/shared_rooms/ api (#7785)Will Hunt2020-09-021-1/+43
* Do not try to store invalid data in the stats table (#8226)Patrick Cloke2020-09-021-8/+26
* Make _get_e2e_device_keys_and_signatures_txn return an attrs (#8224)Richard van der Hoff2020-09-022-20/+40
* Fix errors when updating the user directory with invalid data (#8223)Patrick Cloke2020-09-011-0/+5
* Convert additional databases to async/await part 3 (#8201)Patrick Cloke2020-09-016-87/+120
* Rename `_get_e2e_device_keys_txn` (#8222)Richard van der Hoff2020-09-012-6/+8
* Convert additional databases to async/await (#8199)Patrick Cloke2020-09-016-137/+146
* Convert additional databases to async/await part 2 (#8200)Patrick Cloke2020-09-0110-50/+90
* Make MultiWriterIDGenerator work for streams that use negative stream IDs (#8...Erik Johnston2020-09-011-11/+28
* Move and rename `get_devices_with_keys_by_user` (#8204)Richard van der Hoff2020-09-013-48/+60
* Rename `get_e2e_device_keys` to better reflect its purpose (#8205)Richard van der Hoff2020-08-291-14/+6
* Fix incorrect return signatureAndrew Morgan2020-08-281-1/+1
* Convert `event_push_actions`, `registration`, and `roommember` datastores to ...Patrick Cloke2020-08-283-160/+168
* Only return devices with keys from `/federation/v1/user/devices/` (#8198)Richard van der Hoff2020-08-281-3/+1
* Convert state and stream stores and related code to async (#8194)Patrick Cloke2020-08-285-44/+49
* Convert additional database code to async/await. (#8195)Patrick Cloke2020-08-287-157/+221
* Convert stats and related calls to async/await (#8192)Patrick Cloke2020-08-272-48/+49
* Convert simple_delete to async/await. (#8191)Patrick Cloke2020-08-273-35/+85
* Convert calls of async database methods to async (#8166)Patrick Cloke2020-08-2711-74/+103
* simple_search_list_txn should return None, not 0. (#8187)Patrick Cloke2020-08-271-4/+3
* Fix missing _add_persisted_position (#8179)Erik Johnston2020-08-271-0/+2
* Convert additional database methods to async (select list, search, insert_man...Patrick Cloke2020-08-275-79/+60
* Convert simple_update* and simple_select* to async (#8173)Patrick Cloke2020-08-2712-86/+114
* Make SlavedIdTracker.advance have same interface as MultiWriterIDGenerator (#...Erik Johnston2020-08-261-2/+2
* Convert simple_select_one and simple_select_one_onecol to async (#8162)Patrick Cloke2020-08-2616-73/+116
* Add functions to `MultiWriterIdGen` used by events stream (#8164)Erik Johnston2020-08-252-3/+108
* Make StreamIdGen `get_next` and `get_next_mult` async (#8161)Erik Johnston2020-08-2513-49/+53
* Wording fixes to 'name' user admin api filter (#8163)Andrew Morgan2020-08-251-1/+1
* Search in columns 'name' and 'displayname' in the admin users endpoint (#7377)Manuel Stahl2020-08-251-12/+19
* Don't fail /submit_token requests on incorrect session ID if request_token_in...Brendan Abolivier2020-08-241-6/+19
* Micro-optimisations to get_auth_chain_ids (#8132)Richard van der Hoff2020-08-211-23/+17
* Allow denying or shadow banning registrations via the spam checker (#8034)Patrick Cloke2020-08-202-1/+63
* Be more tolerant of membership events in unknown rooms (#8110)Richard van der Hoff2020-08-201-6/+25
* Use the JSON encoder without whitespace in more places. (#8124)Patrick Cloke2020-08-205-19/+14
* Add more types to synapse.storage.database. (#8127)Patrick Cloke2020-08-202-222/+366
* Do not assume calls to runInteraction return Deferreds. (#8133)Patrick Cloke2020-08-203-22/+26
* Close the database connection we create during startup (#8131)Richard van der Hoff2020-08-191-1/+10
* Remove `ChainedIdGenerator`. (#8123)Erik Johnston2020-08-192-86/+18
* Be stricter about JSON that is accepted by Synapse (#8106)Patrick Cloke2020-08-192-6/+17
* Convert runWithConnection to async. (#8121)Patrick Cloke2020-08-191-14/+13
* Separate `get_current_token` into two. (#8113)Erik Johnston2020-08-192-11/+29
* Convert events worker database to async/await. (#8071)Patrick Cloke2020-08-183-75/+88
* Fix the return type of send_nonmember_events. (#8112)Patrick Cloke2020-08-181-4/+15
* Convert some of the general database methods to async (#8100)Patrick Cloke2020-08-175-29/+24
* Convert stream database to async/await. (#8074)Patrick Cloke2020-08-173-257/+201
* Add a shadow-banned flag to users. (#8092)Patrick Cloke2020-08-142-1/+26
* Convert pusher databases to async/await. (#8075)Patrick Cloke2020-08-142-91/+84
* Convert receipts and events databases to async/await. (#8076)Patrick Cloke2020-08-143-82/+79
* Remove some unused database functions. (#8085)Patrick Cloke2020-08-146-244/+18
* Convert misc database code to async (#8087)Patrick Cloke2020-08-1410-64/+38
* Convert the roommember database to async/await. (#8070)Patrick Cloke2020-08-123-241/+98
* Convert devices database to async/await. (#8069)Patrick Cloke2020-08-121-153/+180
* Convert account data, device inbox, and censor events databases to async/awai...Patrick Cloke2020-08-123-86/+96
* Convert appservice, group server, profile and more databases to async (#8066)Patrick Cloke2020-08-127-104/+78
* Merge pull request #8060 from matrix-org/erikj/type_serverErik Johnston2020-08-111-12/+16
|\
| * Change HomeServer definition to work with typing.Erik Johnston2020-08-111-12/+16
* | Convert tags and metrics databases to async/await (#8062)Patrick Cloke2020-08-112-64/+59
* | Converts event_federation and registration databases to async/await (#8061)Patrick Cloke2020-08-113-164/+125
|/
* Implement new experimental push rules (#7997)Brendan Abolivier2020-08-101-4/+12
|\
| * Merge branch 'develop' of github.com:matrix-org/synapse into babolivier/new_p...Brendan Abolivier2020-08-06282-1079/+1212
| |\
| * | Incorporate reviewBrendan Abolivier2020-08-061-3/+3
| * | Back out the database hack and replace it with a temporary config settingBrendan Abolivier2020-08-032-47/+9
| * | Fix cache nameBrendan Abolivier2020-07-311-1/+1
| * | Fix cache invalidation callsBrendan Abolivier2020-07-311-1/+1
| * | Merge branch 'develop' of github.com:matrix-org/synapse into babolivier/new_p...Brendan Abolivier2020-07-3019-346/+503
| |\ \
| * | | Implement new experimental push rules with a database hack to enable themBrendan Abolivier2020-07-282-5/+51
* | | | Convert directory, e2e_room_keys, end_to_end_keys, monthly_active_users datab...Patrick Cloke2020-08-075-102/+95
* | | | Convert additional database stores to async/await (#8045)Patrick Cloke2020-08-074-150/+104
* | | | Reduce unnecessary whitespace in JSON. (#7372)David Vo2020-08-079-45/+38
* | | | Revert #7736 (#8039)Brendan Abolivier2020-08-064-151/+2
* | | | Convert synapse.api to async/await (#8031)Patrick Cloke2020-08-061-3/+2
| |_|/ |/| |
* | | Rename database classes to make some sense (#8033)Erik Johnston2020-08-05282-1075/+1152
* | | Convert streams to async. (#8014)Patrick Cloke2020-08-041-4/+4
* | | Prevent join->join membership transitions changing member count (#7977)Andrew Morgan2020-08-032-5/+61
| |/ |/|
* | Merge branch 'master' into developOlivier Wilkinson (reivilibre)2020-07-301-1/+1
|\ \
| * | Update worker docs with recent enhancements (#7969)Erik Johnston2020-07-291-1/+1
* | | Convert some of the data store to async. (#7976)Patrick Cloke2020-07-306-188/+160
* | | Remove from the event_relations table when purging historical events. (#7978)Patrick Cloke2020-07-291-0/+2
* | | Re-implement unread counts (#7736)Brendan Abolivier2020-07-294-2/+151
* | | Convert storage layer to async/await. (#7963)Patrick Cloke2020-07-283-140/+145
* | | Move some log lines from default logger to sql/transaction loggers (#7952)Andrew Morgan2020-07-281-8/+10
* | | Convert push to async/await. (#7948)Patrick Cloke2020-07-271-2/+2
|/ /
* | Convert state resolution to async/await (#7942)Patrick Cloke2020-07-244-4/+9
* | Follow-up to admin API to re-activate accounts (#7908)Patrick Cloke2020-07-221-2/+24
|/
* Stop using 'device_max_stream_id' (#7882)Erik Johnston2020-07-172-4/+1
* Change "unknown room ver" logging to warning. (#7881)Erik Johnston2020-07-171-1/+1
* Consistently use `db_to_json` to convert from database values to JSON objects...Patrick Cloke2020-07-1621-82/+79
* Merge pull request #7866 from matrix-org/rav/fix_guest_user_idRichard van der Hoff2020-07-168-59/+183
|\
| * Use a postgres sequence to generate guest user IDsRichard van der Hoff2020-07-162-29/+70
| * Use SequenceGenerator for state group ID allocationRichard van der Hoff2020-07-164-26/+11
| * Use `PostgresSequenceGenerator` from `MultiWriterIdGenerator`Richard van der Hoff2020-07-161-4/+4
| * Add some helper classes for generating ID sequencesRichard van der Hoff2020-07-161-0/+98
* | Avoid brand new rooms in `delete_old_current_state_events` (#7854)Richard van der Hoff2020-07-151-10/+55
|/
* remove `retry_on_integrity_error` wrapper for persist_events (#7848)Richard van der Hoff2020-07-151-67/+0
* Fix bug in per-room message retention policies. (#7850)Patrick Cloke2020-07-141-1/+1
* Add delete room admin endpoint (#7613)Dirk Klimpel2020-07-141-1/+6
* Merge branch 'release-v1.17.0' into developRichard van der Hoff2020-07-101-0/+22
|\
| * Merge branch 'master' into release-v1.17.0Richard van der Hoff2020-07-101-0/+22
| |\
| | * fix migration, againRichard van der Hoff2020-07-101-1/+1
| | * Drop incorrectly-added table `local_rejections_stream`. (#7816)Richard van der Hoff2020-07-101-0/+22
* | | Add ability to shard the federation sender (#7798)Erik Johnston2020-07-102-7/+112
|/ /
* | Generate real events when we reject invites (#7804)Richard van der Hoff2020-07-092-26/+0
* | Do not use simplejson in Synapse. (#7800)Patrick Cloke2020-07-084-16/+8
* | Stop populating unused table `local_invites`. (#7793)Richard van der Hoff2020-07-073-80/+24
* | Refactor getting replication updates from database v2. (#7740)Erik Johnston2020-07-078-149/+322
* | isort 5 compatibility (#7786)Will Hunt2020-07-053-5/+2
* | Use symbolic names for replication stream names (#7768)Richard van der Hoff2020-07-012-5/+9
* | Fix incorrect error message when database CTYPE was set incorrectly. (#7760)Richard van der Hoff2020-07-011-1/+1
|/
* Back out MSC2625 implementation (#7761)Brendan Abolivier2020-07-012-128/+28
* Allow local media to be marked as safe from being quarantined. (#7718)Patrick Cloke2020-06-224-35/+52
* Fix unread counts in syncBrendan Abolivier2020-06-171-1/+1
* Implement unread counter (MSC2625) (#7673)Brendan Abolivier2020-06-172-27/+127
|\
| * Merge branch 'develop' into babolivier/mark_unreadBrendan Abolivier2020-06-1513-81/+62
| |\
| * | Incorporate reviewBrendan Abolivier2020-06-151-15/+11
| * | LintBrendan Abolivier2020-06-121-3/+8
| * | Incorporate review bitsBrendan Abolivier2020-06-121-14/+13
| * | Pre-populate the unread_count columnBrendan Abolivier2020-06-121-0/+5
| * | Don't update the schema versionBrendan Abolivier2020-06-122-1/+1
| * | Use attr instead of a dictBrendan Abolivier2020-06-121-21/+31
| * | Fix summary rotationBrendan Abolivier2020-06-121-12/+35
| * | Log for invalid values of notifBrendan Abolivier2020-06-111-0/+6
| * | Fix SQLBrendan Abolivier2020-06-111-3/+3
| * | Fix schema updateBrendan Abolivier2020-06-111-1/+1
| * | LintBrendan Abolivier2020-06-111-1/+2
| * | Save the count of unread messages to event_push_summaryBrendan Abolivier2020-06-113-20/+53
| * | Use temporary prefixes as per the MSCBrendan Abolivier2020-06-101-1/+1
| * | Use a more efficient way of calculating countersBrendan Abolivier2020-06-101-23/+20
| * | Add a new unread_counter to sync responsesBrendan Abolivier2020-06-101-2/+23
| * | Rename dont_push into mark_unreadBrendan Abolivier2020-06-101-3/+2
| * | Merge branch 'develop' into babolivier/mark_unreadBrendan Abolivier2020-06-10294-11621/+18475
| |\ \
| * | | Add experimental "dont_push" push action to suppress push for notificationsMatthew Hodgson2019-09-191-5/+10
* | | | Refactor getting replication updates from database. (#7636)Erik Johnston2020-06-164-37/+183
* | | | Fix "argument of type 'ObservableDeferred' is not iterable" error (#7708)Patrick Cloke2020-06-161-4/+5
* | | | Replace all remaining six usage with native Python 3 equivalents (#7704)Dagfinn Ilmari Mannsåker2020-06-1610-27/+7
| |_|/ |/| |
* | | Replace iteritems/itervalues/iterkeys with native versions. (#7692)Patrick Cloke2020-06-1512-80/+61
* | | Fix warnings about losing log context during UI auth. (#7688)Patrick Cloke2020-06-121-1/+1
| |/ |/|
* | Fix bug in account data replication stream. (#7656)Erik Johnston2020-06-093-1/+19
* | async/await get_user_id_by_threepid (#7620)Andrew Morgan2020-06-032-23/+24
* | Improve performance of _get_state_groups_from_groups_txn (#7567)Dagfinn Ilmari Mannsåker2020-06-011-6/+6
* | Use upsert when inserting read receipts (#7607)Dagfinn Ilmari Mannsåker2020-06-011-9/+4
* | Fix incorrect placeholder syntax in database prepartion code (#7575)Andrew Morgan2020-05-271-3/+2
* | Replace device_27_unique_idx bg update with a fg one (#7562)Richard van der Hoff2020-05-265-62/+94
* | Simplify reap_monthly_active_users (#7558)Richard van der Hoff2020-05-231-59/+41
* | Optimise some references to hs.config (#7546)Richard van der Hoff2020-05-221-8/+20
* | Add option to move event persistence off master (#7517)Erik Johnston2020-05-226-43/+60
* | Add ability to wait for replication streams (#7542)Erik Johnston2020-05-222-3/+5
* | Retry to sync out of sync device lists (#7453)Brendan Abolivier2020-05-211-12/+22
* | Fix bug in persist events when dealing with non member types. (#7548)Erik Johnston2020-05-211-2/+2
* | Merge pull request #7519 from matrix-org/rav/kill_py2_codeRichard van der Hoff2020-05-186-55/+17
|\ \
| * | remove `builtins.buffer` code from storage codeRichard van der Hoff2020-05-153-24/+3
| * | remove to_asciiRichard van der Hoff2020-05-152-19/+11
| * | Remove `exception_to_unicode`Richard van der Hoff2020-05-151-12/+3
* | | Fix limit logic for AccountDataStream (#7384)Richard van der Hoff2020-05-151-19/+43
* | | Fix a couple of small typosAndrew Morgan2020-05-151-2/+2
* | | Add a worker store for search insertion. (#7516)Erik Johnston2020-05-151-47/+49
* | | Prevent 0-member/null room_version rooms from appearing in group room queries...Andrew Morgan2020-05-151-14/+78
* | | Move event stream handling out of slave store. (#7491)Erik Johnston2020-05-155-19/+160
* | | Fix a small typo in the arguments of simple_update in update_remote_profile_c...Andrew Morgan2020-05-151-1/+1
|/ /
* | Merge tag 'v1.13.0rc2' into developRichard van der Hoff2020-05-141-1/+2
|\ \
| * | Stop `get_joined_users` corruption from custom statuses (#7376)Richard van der Hoff2020-05-141-1/+2
| * | Fix new flake8 errors (#7489)Patrick Cloke2020-05-131-2/+2
* | | Allow censoring of events to happen on workers. (#7492)Erik Johnston2020-05-131-6/+1
* | | SpellingErik Johnston2020-05-132-2/+2
* | | Shuffle persist event data store functions. (#7440)Erik Johnston2020-05-1317-1234/+1373
* | | Fix new flake8 errors (#7470)Erik Johnston2020-05-121-2/+2
* | | Allow configuration of Synapse's cache without using synctl or environment va...Amber Brown2020-05-113-7/+7
* | | Remove unused store method get_hosts_in_room (#7448)Andrew Morgan2020-05-111-10/+0
* | | Merge branch 'release-v1.13.0' into developAndrew Morgan2020-05-111-0/+21
|\| |
| * | Rework UI Auth session validation for registration (#7455)Patrick Cloke2020-05-081-0/+21
* | | Add room details admin endpoint (#7317)Manuel Stahl2020-05-071-0/+31
* | | Support any process writing to cache invalidation stream. (#7436)Erik Johnston2020-05-075-42/+92
* | | Merge branch 'release-v1.13.0' into developRichard van der Hoff2020-05-061-2/+2
|\| |
| * | Merge branch 'release-v1.13.0' into erikj/faster_device_lists_fetchRichard van der Hoff2020-05-052-4/+7
| |\ \
| * | | Speed up fetching device lists changes in sync.Erik Johnston2020-05-051-2/+2
* | | | Merge pull request #7428 from matrix-org/rav/cross_signing_keys_cacheRichard van der Hoff2020-05-061-77/+21
|\ \ \ \
| * | | | Make get_e2e_cross_signing_key delegate to get_e2e_cross_signing_keys_bulkRichard van der Hoff2020-05-061-54/+6
| * | | | Fix batching for fetching cross-signing keysRichard van der Hoff2020-05-061-23/+15
| | |/ / | |/| |
* | | | Merge branch 'develop' into rav/upsert_for_device_listRichard van der Hoff2020-05-063-6/+174
|\ \ \ \
| * | | | Add MultiWriterIdGenerator. (#7281)Erik Johnston2020-05-041-2/+167
| |/ / /
| * | | Wait for current_state_events_membership before populate_stats_process_rooms ...Richard van der Hoff2020-05-011-1/+5
| * | | async/await is_server_admin (#7363)Andrew Morgan2020-05-011-3/+2
| |/ /
* | | use an upsert to update device_lists_outbound_last_successRichard van der Hoff2020-05-063-18/+71
* | | Better type annotations for simple_upsert_txnRichard van der Hoff2020-05-061-30/+43
|/ /
* | Persist user interactive authentication sessions (#7302)Patrick Cloke2020-04-304-0/+318
* | Fix limit logic for EventsStream (#7358)Richard van der Hoff2020-04-291-4/+60
* | Return total number of users and profile attributes in admin users endpoint (...Manuel Stahl2020-04-281-29/+39
* | Fix EventsStream raising assertions when it falls behindRichard van der Hoff2020-04-241-12/+34
* | Extend room admin api with additional attributes (#7225)Dirk Klimpel2020-04-221-4/+74
* | Fix a potentially-huge sql query (#7274)Richard van der Hoff2020-04-151-7/+16
* | typosMatthew Hodgson2020-04-111-1/+1
* | bg update to clear out duplicate outbound_device_list_pokes (#7193)Richard van der Hoff2020-04-074-13/+181
* | Convert delete_url_cache_media to async/await. (#7241)Patrick Cloke2020-04-071-2/+2
* | Remove sent outbound device list pokes from the database (#7192)Richard van der Hoff2020-04-072-2/+23
* | Fix race in replication (#7226)Erik Johnston2020-04-071-20/+20
* | Remove stream before/after debug log lines (#7207)Andrew Morgan2020-04-061-2/+0
* | Merge pull request #7190 from matrix-org/rav/one_bg_update_at_a_timeRichard van der Hoff2020-04-033-59/+76
|\ \
| * | Update docstring per review commentsRichard van der Hoff2020-04-031-1/+1
| * | review commentRichard van der Hoff2020-04-021-1/+1
| * | Only run one background update at a timeRichard van der Hoff2020-03-313-27/+68
| * | Make do_next_background_update return a boolRichard van der Hoff2020-03-311-7/+5
| * | Make `has_completed_background_updates` asyncRichard van der Hoff2020-03-311-4/+3
| * | Remove unused `start_background_update`Richard van der Hoff2020-03-311-21/+0
* | | Fix device list update stream ids going backward (#7158)Richard van der Hoff2020-04-031-2/+8
|/ /
* | Fill in the 'default' field for user-defined push rules (#6639)Karlinde2020-03-311-0/+1
* | Only setdefault for signatures if device has key_json (#7177)Andrew Morgan2020-03-311-10/+14
* | Fix use of async/await in media code (#7184)Patrick Cloke2020-03-311-2/+2
* | Rewrite prune_old_outbound_device_pokes for efficiency (#7159)Richard van der Hoff2020-03-301-13/+58
* | Transfer alias mappings when joining an upgraded room (#6946)Andrew Morgan2020-03-301-3/+23
* | Ensure is_verified on /_matrix/client/r0/room_keys/keys is a boolean (#7150)Andrew Morgan2020-03-271-1/+2
* | Only import sqlite3 when type checking (#7155)David Vo2020-03-271-2/+5
* | Move catchup of replication streams to worker. (#7024)Erik Johnston2020-03-255-199/+201
* | Clean up some LoggingContext stuff (#7120)Richard van der Hoff2020-03-242-8/+7
* | Remove concept of a non-limited stream. (#7011)Erik Johnston2020-03-203-16/+31
* | Change device list streams to have one row per ID (#7010)Erik Johnston2020-03-192-65/+72
|\ \
| * | Comments from reviewErik Johnston2020-03-181-8/+19
| * | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/fixup_devi...Erik Johnston2020-03-021-1/+3
| |\ \
| * | | Remove handling of multiple rows per IDErik Johnston2020-02-281-34/+1
| * | | Change device list replication to match new semantics.Erik Johnston2020-02-281-6/+9
| * | | Change device lists stream to have one row per id.Erik Johnston2020-02-281-18/+41
| * | | Add 'device_lists_outbound_pokes' as extra table.Erik Johnston2020-02-281-1/+4
* | | | Improve get auth chain difference algorithm. (#7095)Erik Johnston2020-03-181-1/+149
* | | | Populate the room version from state events (#7070)Brendan Abolivier2020-03-162-0/+62
* | | | Hopefully mypy is happy nowBrendan Abolivier2020-03-101-2/+8
* | | | Merge pull request #7055 from matrix-org/babolivier/get_time_of_last_push_act...Brendan Abolivier2020-03-091-17/+17
|\ \ \ \
| * | | | Move `get_time_of_last_push_action_before` to the `EventPushActionsWorkerStore`Brendan Abolivier2020-03-091-17/+17
* | | | | Remove special auth and redaction rules for aliases events in experimental ro...Patrick Cloke2020-03-091-2/+8
* | | | | Break down monthly active users by appservice_id (#7030)Neil Johnson2020-03-061-1/+31
|/ / / /
* | / / Read the room version from database when fetching events (#6874)Richard van der Hoff2020-03-041-16/+68
| |/ / |/| |
* | | Always return a deferred from `get_current_state_deltas`. (#7019)Erik Johnston2020-03-021-1/+3
|/ /
* | Fixed set a user as an admin with the new API (#6928)Dirk Klimpel2020-02-281-6/+10
* | Add some type annotations in `synapse.storage` (#6987)Richard van der Hoff2020-02-276-82/+266
* | Store room version on invite (#6983)Richard van der Hoff2020-02-261-0/+20
* | Updated warning for incorrect database collation/ctype (#6985)Uday Bansal2020-02-261-3/+7
* | Sanity-check database before running upgrades (#6982)Richard van der Hoff2020-02-252-17/+32
* | Merge worker apps into one. (#6964)Erik Johnston2020-02-251-78/+78
* | Upsert room version when we join over federation (#6968)Richard van der Hoff2020-02-241-0/+17
* | Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-2119-55/+56
* | don't insert into the device table for remote cross-signing keys (#6956)Hubert Chathi2020-02-201-15/+18
* | Add some clarifications to README.md in the database schema directory. (#6615)Ruben Barkow-Kuder2020-02-201-8/+16