Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Quarantine media by ID or user ID (#6681) | Andrew Morgan | 2020-03-23 | 1 | -1/+115 |
|\ | | | | | | | | | * commit '1177d3f3a': Quarantine media by ID or user ID (#6681) | ||||
| * | Quarantine media by ID or user ID (#6681) | Andrew Morgan | 2020-01-13 | 1 | -1/+115 |
| | | |||||
* | | Merge pull request #6675 from matrix-org/rav/die_sqlite37_die_die_die | Andrew Morgan | 2020-03-23 | 3 | -20/+23 |
|\| | | | | | | | | | | | | | | | | | * commit '1d16f5ea0': update install notes for CentOS changelog Refuse to start if sqlite is older than 3.11.0 Check postgres version in check_database Modify check_database to take a connection rather than a cursor | ||||
| * | Refuse to start if sqlite is older than 3.11.0 | Richard van der Hoff | 2020-01-09 | 2 | -4/+7 |
| | | |||||
| * | Check postgres version in check_database | Richard van der Hoff | 2020-01-09 | 1 | -13/+12 |
| | | | | | | | | | | this saves doing it on each connection, and will allow us to pass extra options in. | ||||
| * | Modify check_database to take a connection rather than a cursor | Richard van der Hoff | 2020-01-09 | 3 | -10/+11 |
| | | | | | | | | We might not need the cursor at all. | ||||
* | | Allow admin users to create or modify users without a shared secret (#6495) | Andrew Morgan | 2020-03-23 | 1 | -0/+2 |
|\| | | | | | | | | | | | * commit 'd2906fe66': Allow admin users to create or modify users without a shared secret (#6495) Fixup changelog | ||||
| * | Allow admin users to create or modify users without a shared secret (#6495) | Manuel Stahl | 2020-01-09 | 1 | -0/+2 |
| | | | | | | Signed-off-by: Manuel Stahl <manuel.stahl@awesome-technologies.de> | ||||
* | | Merge pull request #6664 from matrix-org/erikj/media_admin_apis | Andrew Morgan | 2020-03-20 | 1 | -120/+128 |
|\| | | | | | | | | | | | | | | | | | | | * commit '7c232bd98': Shuffle the code Comments Do not rely on streaming events, as media repo doesn't Newsfile Import RoomStore in media worker to fix admin APIs Move media admin store functions to worker store | ||||
| * | Merge pull request #6664 from matrix-org/erikj/media_admin_apis | Erik Johnston | 2020-01-08 | 1 | -120/+128 |
| |\ | | | | | | | Fix media repo admin APIs when using a media worker. | ||||
| | * | Shuffle the code | Erik Johnston | 2020-01-08 | 1 | -25/+16 |
| | | | |||||
| | * | Comments | Erik Johnston | 2020-01-08 | 1 | -0/+3 |
| | | | |||||
| | * | Do not rely on streaming events, as media repo doesn't | Erik Johnston | 2020-01-08 | 1 | -12/+26 |
| | | | |||||
| | * | Move media admin store functions to worker store | Erik Johnston | 2020-01-08 | 1 | -120/+120 |
| | | | |||||
* | | | Fix GET request on /_synapse/admin/v2/users endpoint (#6563) | Andrew Morgan | 2020-03-20 | 1 | -2/+2 |
|\| | | | | | | | | | | | | | | * commit '7caaa29da': Fix GET request on /_synapse/admin/v2/users endpoint (#6563) | ||||
| * | | Fix GET request on /_synapse/admin/v2/users endpoint (#6563) | Manuel Stahl | 2020-01-08 | 1 | -2/+2 |
| |/ | | | | | | | Fixes #6552 | ||||
* | | Merge pull request #6652 from matrix-org/babolivier/depth_missing_events | Andrew Morgan | 2020-03-20 | 1 | -1/+1 |
|\| | | | | | | | | | | | * commit '0ab5853ec': Changelog Fix conditions failing if min_depth = 0 | ||||
| * | Merge pull request #6652 from matrix-org/babolivier/depth_missing_events | Brendan Abolivier | 2020-01-07 | 1 | -1/+1 |
| |\ | | | | | | | Fix conditions failing if min_depth = 0 | ||||
| | * | Fix conditions failing if min_depth = 0 | Brendan Abolivier | 2020-01-07 | 1 | -1/+1 |
| | | | | | | | | | | | | This could result in Synapse not fetching prev_events for new events in the room if it has missed some events. | ||||
* | | | Add a background update to clear tombstoned rooms from the directory (#6648) | Andrew Morgan | 2020-03-20 | 4 | -1/+100 |
|\| | | | | | | | | | | | | | | * commit '85db7f73b': Add a background update to clear tombstoned rooms from the directory (#6648) | ||||
| * | | Add a background update to clear tombstoned rooms from the directory (#6648) | Richard van der Hoff | 2020-01-07 | 4 | -1/+100 |
| | | | | | | | | | | | | | | | | | | * Add a background update to clear tombstoned rooms from the directory * use the ABC metaclass | ||||
* | | | Async/await for background updates (#6647) | Andrew Morgan | 2020-03-20 | 1 | -16/+20 |
|\| | | | | | | | | | | | | | | * commit '9824a39d8': Async/await for background updates (#6647) | ||||
| * | | Async/await for background updates (#6647) | Richard van der Hoff | 2020-01-07 | 1 | -16/+20 |
| | | | | | | | | | | | | so that bg update routines can be async | ||||
* | | | port BackgroundUpdateTestCase to HomeserverTestCase (#6653) | Andrew Morgan | 2020-03-20 | 1 | -9/+35 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'd20c34654': port BackgroundUpdateTestCase to HomeserverTestCase (#6653) changelog Fix exceptions in log when rejected event is replicated async/await for SyncReplicationHandler.process_and_notify Clarify documentation on get_event* methods | ||||
| * | | Merge pull request #6645 from matrix-org/rav/fix_synchrotron_error | Richard van der Hoff | 2020-01-07 | 1 | -9/+35 |
| |\ \ | | | | | | | | | Fix exceptions in the synchrotron worker log when events are rejected. | ||||
| | * | | Clarify documentation on get_event* methods | Richard van der Hoff | 2020-01-06 | 1 | -9/+35 |
| | | | | | | | | | | | | | | | | Make it clearer how they behave in the face of rejected and/or missing events. | ||||
* | | | | Merge pull request #6629 from matrix-org/rav/kill_event_reference_hashes | Andrew Morgan | 2020-03-20 | 1 | -53/+17 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '1807db5e7': changelog Remove unused get_latest_event_ids_and_hashes_in_room Remove unused get_prev_events_and_hashes_for_room Remove unused hashes and depths from _update_membership params Remove unused hashes and depths from create_event params Remove unused hashes and depths from create_new_client_event params replace get_prev_events_and_hashes_for_room with get_prev_events_for_room in create_new_client_event rename get_prev_events_for_room to get_prev_events_and_hashes_for_room | ||||
| * | | | Merge pull request #6629 from matrix-org/rav/kill_event_reference_hashes | Richard van der Hoff | 2020-01-06 | 1 | -53/+17 |
| |\ \ \ | | |/ / | |/| | | Remove a bunch of unused code from event creation | ||||
| | * | | Remove unused get_latest_event_ids_and_hashes_in_room | Richard van der Hoff | 2020-01-06 | 1 | -42/+0 |
| | | | | |||||
| | * | | Remove unused get_prev_events_and_hashes_for_room | Richard van der Hoff | 2020-01-06 | 1 | -30/+0 |
| | | | | |||||
| | * | | replace get_prev_events_and_hashes_for_room with get_prev_events_for_room in ↵ | Richard van der Hoff | 2020-01-06 | 1 | -0/+35 |
| | | | | | | | | | | | | | | | | create_new_client_event | ||||
| | * | | rename get_prev_events_for_room to get_prev_events_and_hashes_for_room | Richard van der Hoff | 2020-01-06 | 1 | -2/+3 |
| | |/ | | | | | | | | | | ... to make way for a new method which just returns the event ids | ||||
* | | | Fix some test failures when frozen_dicts are enabled (#6642) | Andrew Morgan | 2020-03-20 | 1 | -2/+2 |
|\| | | | | | | | | | | | | | | * commit 'ba897a759': Fix some test failures when frozen_dicts are enabled (#6642) | ||||
| * | | Fix some test failures when frozen_dicts are enabled (#6642) | Richard van der Hoff | 2020-01-06 | 1 | -2/+2 |
| | | | | | | | | | | | | Fixes #4026 | ||||
* | | | Add experimental 'databases' config (#6580) | Andrew Morgan | 2020-03-20 | 1 | -0/+21 |
|\| | | | | | | | | | | | | | | * commit '9f6c1befb': Add experimental 'databases' config (#6580) | ||||
| * | | Add experimental 'databases' config (#6580) | Erik Johnston | 2020-01-06 | 1 | -0/+21 |
| |/ | |||||
* | | Update reverse proxy file name (#6590) | Andrew Morgan | 2020-03-20 | 1 | -2/+4 |
|\| | | | | | | | | | * commit '7c6b85355': Update reverse proxy file name (#6590) | ||||
* | | Split state groups into a separate data store (#6296) | Andrew Morgan | 2020-03-20 | 23 | -1157/+1147 |
|\| | | | | | | | | | * commit '75d8f26ac': Split state groups into a separate data store (#6296) | ||||
| * | Split state groups into a separate data store (#6296) | Erik Johnston | 2019-12-20 | 23 | -1157/+1147 |
| | | |||||
* | | Backport fixes to sqlite upgrade from develop (#6578) | Andrew Morgan | 2020-03-20 | 1 | -4/+2 |
|\ \ | | | | | | | | | | | | | * commit '4caab0e95': Backport fixes to sqlite upgrade from develop (#6578) | ||||
| * | | Backport fixes to sqlite upgrade from develop (#6578) | Richard van der Hoff | 2019-12-20 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | Only run prepare_database on connection for in-memory databases. Fixes #6569. | ||||
* | | | Change EventContext to use the Storage class (#6564) | Andrew Morgan | 2020-03-20 | 2 | -2/+2 |
|\ \ \ | | |/ | |/| | | | | | | | * commit 'fa780e972': Change EventContext to use the Storage class (#6564) | ||||
| * | | Change EventContext to use the Storage class (#6564) | Erik Johnston | 2019-12-20 | 2 | -2/+2 |
| | | | |||||
* | | | Explode on duplicate delta file names. (#6565) | Andrew Morgan | 2020-03-20 | 1 | -0/+18 |
|\| | | | | | | | | | | | | | | * commit '0b5dbadd9': Explode on duplicate delta file names. (#6565) | ||||
| * | | Explode on duplicate delta file names. (#6565) | Erik Johnston | 2019-12-19 | 1 | -0/+18 |
| | | | |||||
* | | | Improve diagnostics on database upgrade failure (#6570) | Andrew Morgan | 2020-03-20 | 1 | -1/+4 |
|\| | | | | | | | | | | | | | | * commit 'bca30cefe': Improve diagnostics on database upgrade failure (#6570) | ||||
| * | | Improve diagnostics on database upgrade failure (#6570) | Richard van der Hoff | 2019-12-19 | 1 | -1/+4 |
| | | | | | | | | | | | | `Failed to upgrade database` is not helpful, and it's unlikely that UPGRADE.rst has anything useful. | ||||
* | | | Clean up startup for the pusher (#6558) | Andrew Morgan | 2020-03-20 | 1 | -17/+8 |
|\| | | | | | | | | | | | | | | * commit 'd6752ce5d': Clean up startup for the pusher (#6558) | ||||
| * | | Clean up startup for the pusher (#6558) | Richard van der Hoff | 2019-12-18 | 1 | -17/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove redundant python2 support code `str.decode()` doesn't exist on python3, so presumably this code was doing nothing * Filter out pushers with corrupt data When we get a row with unparsable json, drop the row, rather than returning a row with null `data`, which will then cause an explosion later on. * Improve logging when we can't start a pusher Log the ID to help us understand the problem * Make email pusher setup more robust We know we'll have a `data` member, since that comes from the database. What we *don't* know is if that is a dict, and if that has a `brand` member, and if that member is a string. | ||||
* | | | Add delta file to fix missing default table data (#6555) | Andrew Morgan | 2020-03-20 | 3 | -15/+23 |
|\| | | | | | | | | | | | | | | * commit '7963ca83c': Add delta file to fix missing default table data (#6555) | ||||
| * | | Add delta file to fix missing default table data (#6555) | Andrew Morgan | 2019-12-18 | 3 | -15/+23 |
| | | | |||||
* | | | Add database config class (#6513) | Andrew Morgan | 2020-03-20 | 6 | -19/+93 |
|\| | | | | | | | | | | | | | | | | | * commit '2284eb3a5': Add database config class (#6513) too many parens | ||||
| * | | Add database config class (#6513) | Erik Johnston | 2019-12-18 | 6 | -19/+93 |
| | | | | | | | | | | | | | | | This encapsulates config for a given database and is the way to get new connections. | ||||
* | | | Automatically delete empty groups/communities (#6453) | Andrew Morgan | 2020-03-19 | 1 | -0/+29 |
|\| | | | | | | | | | | | | | | * commit '9d173b312': Automatically delete empty groups/communities (#6453) | ||||
| * | | Automatically delete empty groups/communities (#6453) | Werner Sembach | 2019-12-16 | 1 | -0/+29 |
| | | | | | | | | | Signed-off-by: Werner Sembach <werner.sembach@fau.de> | ||||
* | | | look up cross-signing keys from the DB in bulk (#6486) | Andrew Morgan | 2020-03-19 | 1 | -4/+213 |
|\| | | | | | | | | | | | | | | * commit 'cb2db1799': look up cross-signing keys from the DB in bulk (#6486) | ||||
| * | | look up cross-signing keys from the DB in bulk (#6486) | Hubert Chathi | 2019-12-12 | 1 | -4/+213 |
| | | | |||||
* | | | Fix redacted events being returned in search results ordered by "recent" (#6522) | Andrew Morgan | 2020-03-19 | 1 | -3/+8 |
|\| | | | | | | | | | | | | | | * commit '5bfd8855d': Fix redacted events being returned in search results ordered by "recent" (#6522) | ||||
| * | | Fix redacted events being returned in search results ordered by "recent" (#6522) | Andrew Morgan | 2019-12-12 | 1 | -3/+8 |
| | | | |||||
| * | | Merge tag 'v1.7.0rc2' into develop | Erik Johnston | 2019-12-11 | 1 | -0/+5 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Synapse 1.7.0rc2 (2019-12-11) ============================= Bugfixes -------- - Fix incorrect error message for invalid requests when setting user's avatar URL. ([\#6497](https://github.com/matrix-org/synapse/issues/6497)) - Fix support for SQLite 3.7. ([\#6499](https://github.com/matrix-org/synapse/issues/6499)) - Fix regression where sending email push would not work when using a pusher worker. ([\#6507](https://github.com/matrix-org/synapse/issues/6507), [\#6509](https://github.com/matrix-org/synapse/issues/6509)) | ||||
| | * | Merge branch 'erikj/fix_sqlite_7' of github.com:matrix-org/synapse into ↵ | Erik Johnston | 2019-12-11 | 5 | -11/+41 |
| | |\ | | | | | | | | | | | | | release-v1.7.0 | ||||
* | | | | Prevent redacted events from appearing in message search (#6377) | Andrew Morgan | 2020-03-19 | 2 | -38/+67 |
|\| | | | | | | | | | | | | | | | | | | | * commit 'fc316a489': Prevent redacted events from appearing in message search (#6377) | ||||
| * | | | Prevent redacted events from appearing in message search (#6377) | Andrew Morgan | 2019-12-11 | 2 | -38/+67 |
| | | | | |||||
* | | | | Add dev script to generate full SQL schema files (#6394) | Andrew Morgan | 2020-03-19 | 2 | -19/+13 |
|\| | | | | | | | | | | | | | | | | | | | * commit '6676ee9c4': Add dev script to generate full SQL schema files (#6394) | ||||
| * | | | Add dev script to generate full SQL schema files (#6394) | Andrew Morgan | 2019-12-11 | 2 | -19/+13 |
| | | | | |||||
* | | | | Prevent message search in upgraded rooms we're not in (#6385) | Andrew Morgan | 2020-03-19 | 1 | -5/+13 |
|\| | | | | | | | | | | | | | | | | | | | * commit 'ea0f0ad41': Prevent message search in upgraded rooms we're not in (#6385) | ||||
| * | | | Prevent message search in upgraded rooms we're not in (#6385) | Andrew Morgan | 2019-12-11 | 1 | -5/+13 |
| | | | | |||||
* | | | | Fix race which caused deleted devices to reappear (#6514) | Andrew Morgan | 2020-03-19 | 1 | -3/+5 |
|\| | | | | | | | | | | | | | | | | | | | * commit '40eda8493': Fix race which caused deleted devices to reappear (#6514) | ||||
| * | | | Fix race which caused deleted devices to reappear (#6514) | Richard van der Hoff | 2019-12-10 | 1 | -3/+5 |
| | |/ | |/| | | | | | | | Stop the `update_client_ips` background job from recreating deleted devices. | ||||
* | | | Merge pull request #6499 from matrix-org/erikj/fix_sqlite_7 | Andrew Morgan | 2020-03-19 | 5 | -11/+41 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e726e1873': Drop unused index Convert _censor_redactions to async since it awaits on coroutines Only start censor background job after indices are created Newsfile Fix support for SQLite 3.7. | ||||
| * | | Drop unused index | Erik Johnston | 2019-12-10 | 4 | -13/+18 |
| | | | |||||
| * | | Convert _censor_redactions to async since it awaits on coroutines | Erik Johnston | 2019-12-10 | 1 | -11/+9 |
| | | | |||||
| * | | Only start censor background job after indices are created | Erik Johnston | 2019-12-10 | 2 | -2/+9 |
| | | | |||||
| * | | Fix support for SQLite 3.7. | Erik Johnston | 2019-12-09 | 3 | -2/+22 |
| | | | | | | | | | | | | | | | Partial indices support was added in 3.8.0, so we need to use the background updates that handles this correctly. | ||||
* | | | Merge pull request #6509 from matrix-org/babolivier/fix-room-store-config | Andrew Morgan | 2020-03-19 | 1 | -0/+5 |
|\ \ \ | | |/ | |/| | | | | | | | | | | * commit 'a964f1888': Changelog Give the server config to the RoomWorkerStore | ||||
| * | | Give the server config to the RoomWorkerStore | Brendan Abolivier | 2019-12-10 | 1 | -0/+5 |
| |/ | |||||
* | | Systemd documentation (#6490) | Andrew Morgan | 2020-03-19 | 1 | -2/+2 |
|\| | | | | | | | | | * commit '96d35f102': Systemd documentation (#6490) | ||||
* | | Back out perf regression from get_cross_signing_keys_from_cache. (#6494) | Andrew Morgan | 2020-03-19 | 29 | -122/+162 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'adfdd82b2': Back out perf regression from get_cross_signing_keys_from_cache. (#6494) Fix comment Fix port db script Newsfile Fixup tests Move start up DB checks to main data store. Pass Database into the data store Move are_all_users_on_domain checks to main data store. Change DataStores to accept 'database' param. | ||||
| * | Merge pull request #6487 from matrix-org/erikj/pass_in_db | Erik Johnston | 2019-12-09 | 29 | -122/+162 |
| |\ | | | | | | | Pass in Database object to data stores. | ||||
| | * | Fix comment | Erik Johnston | 2019-12-09 | 1 | -1/+1 |
| | | | | | | | | | | | | Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | ||||
| | * | Fix port db script | Erik Johnston | 2019-12-06 | 1 | -1/+1 |
| | | | |||||
| | * | Move start up DB checks to main data store. | Erik Johnston | 2019-12-06 | 1 | -0/+7 |
| | | | |||||
| | * | Pass Database into the data store | Erik Johnston | 2019-12-06 | 4 | -26/+23 |
| | | | |||||
| | * | Move are_all_users_on_domain checks to main data store. | Erik Johnston | 2019-12-06 | 2 | -13/+23 |
| | | | |||||
| | * | Change DataStores to accept 'database' param. | Erik Johnston | 2019-12-06 | 25 | -82/+108 |
| | | | |||||
* | | | Merge pull request #6484 from matrix-org/erikj/port_sync_handler | Andrew Morgan | 2020-03-19 | 2 | -3/+3 |
|\| | | | | | | | | | | | | | | | | | | | | * commit 'a9b393340': Fixup functions to consistently return deferreds Newsfile Port SyncHandler to async/await | ||||
| * | | Merge pull request #6484 from matrix-org/erikj/port_sync_handler | Erik Johnston | 2019-12-09 | 2 | -3/+3 |
| |\ \ | | |/ | |/| | Port SyncHandler to async/await | ||||
| | * | Fixup functions to consistently return deferreds | Erik Johnston | 2019-12-06 | 2 | -3/+3 |
| | | | |||||
* | | | Merge pull request #6469 from matrix-org/erikj/make_database_class | Andrew Morgan | 2020-03-19 | 45 | -2356/+2458 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f3ea2f5a0': Remove unused var Fix DB scripts Newsfile Move background update handling out of store Comments Move DB pool and helper functions into dedicated Database class | ||||
| * | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Erik Johnston | 2019-12-06 | 3 | -47/+71 |
| |\ \ | | | | | | | | | | | | | erikj/make_database_class | ||||
| * | | | Remove unused var | Erik Johnston | 2019-12-06 | 1 | -2/+0 |
| | | | | |||||
| * | | | Move background update handling out of store | Erik Johnston | 2019-12-05 | 17 | -146/+163 |
| | | | | |||||
| * | | | Comments | Erik Johnston | 2019-12-05 | 3 | -5/+16 |
| | | | | |||||
| * | | | Move DB pool and helper functions into dedicated Database class | Erik Johnston | 2019-12-05 | 44 | -2192/+2271 |
| | |/ | |/| | |||||
* | | | Replace /admin/v1/users_paginate endpoint with /admin/v2/users (#5925) | Andrew Morgan | 2020-03-19 | 3 | -44/+71 |
|\ \ \ | | |/ | |/| | | | | | | | * commit '649b6bc08': Replace /admin/v1/users_paginate endpoint with /admin/v2/users (#5925) | ||||
| * | | Replace /admin/v1/users_paginate endpoint with /admin/v2/users (#5925) | Manuel Stahl | 2019-12-05 | 3 | -44/+71 |
| |/ | |||||
* | | Merge pull request #6464 from matrix-org/erikj/make_public_sql_base | Andrew Morgan | 2020-03-19 | 43 | -509/+515 |
|\| | | | | | | | | | | | | | * commit 'ddbbfc951': Newsfile Remove underscore from SQLBaseStore functions Don't call SQLBaseStore methods from outside stores | ||||
| * | Merge pull request #6464 from matrix-org/erikj/make_public_sql_base | Erik Johnston | 2019-12-05 | 43 | -507/+508 |
| |\ | | | | | | | Clean up SQLBaseStore private function usage | ||||
| | * | Remove underscore from SQLBaseStore functions | Erik Johnston | 2019-12-04 | 43 | -500/+492 |
| | | | |||||
| | * | Don't call SQLBaseStore methods from outside stores | Erik Johnston | 2019-12-04 | 2 | -8/+17 |
| | | | |||||
* | | | Merge pull request #6470 from matrix-org/babolivier/port_db_ci_failure | Andrew Morgan | 2020-03-19 | 1 | -2/+10 |
|\| | | | | | | | | | | | | | | | | | | | | * commit 'fe799f353': Fix background updates for synapse_port_db Changelog Make synapse_port_db exit with a non-0 code if something failed | ||||
| * | | Merge pull request #6470 from matrix-org/babolivier/port_db_ci_failure | Brendan Abolivier | 2019-12-04 | 1 | -2/+10 |
| |\ \ | | | | | | | | | Make synapse_port_db exit with a non-0 code if something failed | ||||
| | * | | Fix background updates for synapse_port_db | Brendan Abolivier | 2019-12-04 | 1 | -2/+10 |
| | |/ | |||||
* | | | get rid of (most of) have_events from ↵ | Andrew Morgan | 2020-03-19 | 1 | -34/+0 |
|\| | | | | | | | | | | | | | | | | | | | | _update_auth_events_and_context_for_auth (#6468) * commit 'e203874ca': get rid of (most of) have_events from _update_auth_events_and_context_for_auth (#6468) | ||||
| * | | get rid of (most of) have_events from ↵ | Richard van der Hoff | 2019-12-04 | 1 | -34/+0 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | _update_auth_events_and_context_for_auth (#6468) have_events was a map from event_id to rejection reason (or None) for events which are in our local database. It was used as filter on the list of event_ids being passed into get_events_as_list. However, since get_events_as_list will ignore any event_ids that are unknown or rejected, we can equivalently just leave it to get_events_as_list to do the filtering. That means that we don't have to keep `have_events` up-to-date, and can use `have_seen_events` instead of `get_seen_events_with_rejection` in the one place we do need it. | ||||
* | | Merge pull request #6454 from matrix-org/erikj/clean_base_Store | Andrew Morgan | 2020-03-19 | 7 | -190/+218 |
|\| | | | | | | | | | | | | | | | | | | | | | * commit '3eb15c01d': Revert "Move get_user_count_txn out of base store" _CURRENT_STATE_CACHE_NAME is public Move get_user_count_txn out of base store Newsfile Move cache invalidation to main data store Move event fetch vars to EventWorkStore Move account validity bg updates to registration store | ||||
| * | Merge pull request #6454 from matrix-org/erikj/clean_base_Store | Erik Johnston | 2019-12-04 | 7 | -190/+218 |
| |\ | | | | | | | Move things out of SQLBaseStore | ||||
| | * | Revert "Move get_user_count_txn out of base store" | Erik Johnston | 2019-12-04 | 2 | -12/+12 |
| | | | | | | | | | | | | | | | | | | This reverts commit 00f0d67566cdfe8eae44aeae1c982c42a255cfcd. Its going to get removed soon, so lets not make merge conflicts. | ||||
| | * | _CURRENT_STATE_CACHE_NAME is public | Erik Johnston | 2019-12-04 | 1 | -3/+3 |
| | | | |||||
| | * | Move get_user_count_txn out of base store | Erik Johnston | 2019-12-04 | 2 | -12/+12 |
| | | | |||||
| | * | Move cache invalidation to main data store | Erik Johnston | 2019-12-04 | 5 | -112/+141 |
| | | | |||||
| | * | Move event fetch vars to EventWorkStore | Erik Johnston | 2019-12-04 | 4 | -14/+15 |
| | | | |||||
| | * | Move account validity bg updates to registration store | Erik Johnston | 2019-12-04 | 2 | -66/+64 |
| | | | |||||
* | | | Merge pull request #6329 from matrix-org/babolivier/context_filters | Andrew Morgan | 2020-03-19 | 1 | -0/+3 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c530f9af4': Un-remove room purge test Incorporate review Format changelog Update changelog since this isn't going to be featured in 1.6.0 Also filter state events Only filter if a filter was provided Update copyright Lint Update copyrights Changelog Add tests for /search Merge labels tests for /context and /messages Add test case Filter events_before and events_after in /context requests | ||||
| * | | Merge pull request #6329 from matrix-org/babolivier/context_filters | Brendan Abolivier | 2019-12-04 | 1 | -0/+3 |
| |\ \ | | |/ | |/| | Filter state, events_before and events_after in /context requests | ||||
| | * | Merge branch 'develop' into babolivier/context_filters | Brendan Abolivier | 2019-12-04 | 22 | -305/+1024 |
| | |\ | |||||
| | * | | Update copyrights | Brendan Abolivier | 2019-11-05 | 1 | -0/+3 |
| | | | | |||||
* | | | | Merge pull request #6451 from matrix-org/uhoreg/cross_signing_signatures_index | Andrew Morgan | 2020-03-19 | 2 | -1/+24 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '2aa894380': apply changes from review add changelog make cross signing signature index non-unique | ||||
| * | | | Merge pull request #6451 from matrix-org/uhoreg/cross_signing_signatures_index | Erik Johnston | 2019-12-04 | 2 | -1/+24 |
| |\ \ \ | | | | | | | | | | | make cross signing signature index non-unique | ||||
| | * | | | apply changes from review | Hubert Chathi | 2019-12-03 | 1 | -1/+2 |
| | | | | | |||||
| | * | | | make cross signing signature index non-unique | Hubert Chathi | 2019-12-02 | 2 | -1/+23 |
| | | |/ | | |/| | |||||
* | | | | Fix exception when a cross-signed device is deleted (#6462) | Andrew Morgan | 2020-03-19 | 1 | -4/+19 |
|\| | | | | | | | | | | | | | | | | | | | * commit '012087546': Fix exception when a cross-signed device is deleted (#6462) | ||||
| * | | | Fix exception when a cross-signed device is deleted (#6462) | Richard van der Hoff | 2019-12-04 | 1 | -4/+19 |
| | | | | | | | | | | | | | | | | | | | | (hopefully) ... and deobfuscate the relevant bit of code. | ||||
* | | | | Add ephemeral messages support (MSC2228) (#6409) | Andrew Morgan | 2020-03-19 | 2 | -6/+141 |
|\| | | | | | | | | | | | | | | | | | | | * commit '54dd5dc12': Add ephemeral messages support (MSC2228) (#6409) | ||||
| * | | | Add ephemeral messages support (MSC2228) (#6409) | Brendan Abolivier | 2019-12-03 | 2 | -6/+141 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | Implement part [MSC2228](https://github.com/matrix-org/matrix-doc/pull/2228). The parts that differ are: * the feature is hidden behind a configuration flag (`enable_ephemeral_messages`) * self-destruction doesn't happen for state events * only implement support for the `m.self_destruct_after` field (not the `m.self_destruct` one) * doesn't send synthetic redactions to clients because for this specific case we consider the clients to be able to destroy an event themselves, instead we just censor it (by pruning its JSON) in the database | ||||
* | | | Remove local threepids on account deactivation (#6426) | Andrew Morgan | 2020-03-18 | 1 | -0/+13 |
|\| | | | | | | | | | | | | | | * commit 'a9c44d400': Remove local threepids on account deactivation (#6426) | ||||
| * | | Remove local threepids on account deactivation (#6426) | Andrew Morgan | 2019-11-28 | 1 | -0/+13 |
| | | | |||||
* | | | add etag and count to key backup endpoints (#5858) | Andrew Morgan | 2020-03-18 | 2 | -66/+177 |
|\| | | | | | | | | | | | | | | * commit '0d27aba90': add etag and count to key backup endpoints (#5858) | ||||
| * | | add etag and count to key backup endpoints (#5858) | Hubert Chathi | 2019-11-27 | 2 | -66/+177 |
| | | | |||||
* | | | Merge pull request #6358 from matrix-org/babolivier/message_retention | Andrew Morgan | 2020-03-18 | 1 | -2/+2 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'd31f69afa': clean up buildkite output Don't restrict the tests to v1 rooms Fix worker mode Fix 3PID invite exchange Lint again Lint again Lint Don't apply retention policy based filtering on state events Implement per-room message retention policies | ||||
| * | | Merge branch 'develop' into babolivier/message_retention | Brendan Abolivier | 2019-11-26 | 18 | -239/+547 |
| |\ \ | |||||
| * | | | Fix worker mode | Brendan Abolivier | 2019-11-19 | 1 | -56/+56 |
| | | | | |||||
| * | | | Lint | Brendan Abolivier | 2019-11-19 | 1 | -25/+24 |
| | | | | |||||
| * | | | Implement per-room message retention policies | Brendan Abolivier | 2019-11-04 | 3 | -0/+288 |
| | |/ | |/| | |||||
* | | | Merge pull request #6420 from ↵ | Andrew Morgan | 2020-03-18 | 1 | -12/+6 |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | matrix-org/erikj/fix_find_next_generated_user_id_localpart * commit 'f085894cd': Don't construct a set Newsfile Fix find_next_generated_user_id_localpart | ||||
| * | | Don't construct a set | Erik Johnston | 2019-11-26 | 1 | -6/+3 |
| | | | |||||
| * | | Fix find_next_generated_user_id_localpart | Erik Johnston | 2019-11-26 | 1 | -10/+7 |
| | | | |||||
* | | | Prevent account_data content from being sent over TCP replication (#6333) | Andrew Morgan | 2020-03-18 | 1 | -3/+3 |
|\| | | | | | | | | | | | | | | | | | | | | * commit 'a8175d0f9': lint Add changelog Remove content from being sent for account data rdata stream | ||||
| * | | Prevent account_data content from being sent over TCP replication (#6333) | Andrew Morgan | 2019-11-26 | 1 | -3/+3 |
| |\ \ | |||||
| | * | | Remove content from being sent for account data rdata stream | Andrew Morgan | 2019-11-08 | 1 | -3/+3 |
| | | | | |||||
* | | | | Make sure that we close cursors before returning from a query (#6408) | Andrew Morgan | 2020-03-18 | 2 | -10/+43 |
|\| | | | | | | | | | | | | | | | | | | | * commit 'c01d54358': Make sure that we close cursors before returning from a query (#6408) | ||||
| * | | | Make sure that we close cursors before returning from a query (#6408) | Richard van der Hoff | 2019-11-25 | 2 | -10/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | There are lots of words in the comment as to why this is a good idea. Fixes #6403. | ||||
| * | | | Merge tag 'v1.6.0rc2' into develop | Richard van der Hoff | 2019-11-25 | 1 | -18/+25 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Synapse 1.6.0rc2 (2019-11-25) ============================= Bugfixes -------- - Fix a bug which could cause the background database update hander for event labels to get stuck in a loop raising exceptions. ([\#6407](https://github.com/matrix-org/synapse/issues/6407)) | ||||
* | \ \ \ | Fix exceptions from background database update for event labels. (#6407) | Andrew Morgan | 2020-03-18 | 1 | -18/+25 |
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | * commit 'b7367c339': Fix exceptions from background database update for event labels. (#6407) | ||||
| * | | | | Fix exceptions from background database update for event labels. (#6407) | Richard van der Hoff | 2019-11-25 | 1 | -18/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add some exception handling here so that events whose json cannot be parsed are ignored rather than getting us stuck in a loop. Fixes #6404. | ||||
* | | | | | Clean up newline quote marks around the codebase (#6362) | Andrew Morgan | 2020-03-18 | 10 | -22/+16 |
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | * commit '3916e1b97': Clean up newline quote marks around the codebase (#6362) update macOS installation instructions | ||||
| * | | | | Clean up newline quote marks around the codebase (#6362) | Andrew Morgan | 2019-11-21 | 10 | -22/+16 |
| |/ / / | |||||
* | | | | Replace UPDATE with UPSERT on device_max_stream_id table (#6363) | Andrew Morgan | 2020-03-18 | 1 | -2/+15 |
|\| | | | | | | | | | | | | | | | | | | | * commit '657d614f6': Replace UPDATE with UPSERT on device_max_stream_id table (#6363) | ||||
| * | | | Replace UPDATE with UPSERT on device_max_stream_id table (#6363) | Andrew Morgan | 2019-11-15 | 1 | -2/+15 |
| | | | | |||||
| * | | | Fix guest -> real account upgrade with account validity enabled (#6359) | Andrew Morgan | 2019-11-14 | 1 | -6/+3 |
| |/ / | |||||
* | | | Merge pull request #6340 from matrix-org/babolivier/pagination_query | Andrew Morgan | 2020-03-18 | 1 | -8/+32 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '963ffb60b': Incorporate review Lint Only join on event_labels if we're filtering on labels Handle lack of filter Changelog Fix the SQL SELECT query in _paginate_room_events_txn | ||||
| * | | Merge pull request #6340 from matrix-org/babolivier/pagination_query | Brendan Abolivier | 2019-11-08 | 1 | -8/+32 |
| |\ \ | | | | | | | | | Fix the SQL SELECT query in _paginate_room_events_txn | ||||
| | * | | Incorporate review | Brendan Abolivier | 2019-11-08 | 1 | -12/+12 |
| | | | | |||||
| | * | | Lint | Brendan Abolivier | 2019-11-07 | 1 | -2/+2 |
| | | | | |||||
| | * | | Only join on event_labels if we're filtering on labels | Brendan Abolivier | 2019-11-07 | 1 | -9/+24 |
| | | | | |||||
| | * | | Handle lack of filter | Brendan Abolivier | 2019-11-07 | 1 | -5/+3 |
| | | | | |||||
| | * | | Fix the SQL SELECT query in _paginate_room_events_txn | Brendan Abolivier | 2019-11-07 | 1 | -2/+13 |
| | | | | | | | | | | | | | | | | Doing a SELECT DISTINCT when paginating is quite expensive, because it requires the engine to do sorting on the entire events table. However, we only need to run it if we're filtering on 2+ labels, so this PR is changing the request so that DISTINCT is only used then. | ||||
* | | | | Merge pull request #6295 from matrix-org/erikj/split_purge_history | Andrew Morgan | 2020-03-18 | 4 | -172/+319 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f713c01e2': Move type annotation into docstring Fix deleting state groups during room purge. Use correct type annotation Change to not require a state_groups.room_id index. Fix up comment Update log line to lie a little less Add state_groups.room_id index Docstrings Fix purge room API Newsfile Split purge API into events vs state | ||||
| * | | | Merge pull request #6295 from matrix-org/erikj/split_purge_history | Erik Johnston | 2019-11-08 | 4 | -172/+319 |
| |\ \ \ | | | | | | | | | | | Split purge API into events vs state and add PurgeEventsStorage | ||||
| | * | | | Move type annotation into docstring | Erik Johnston | 2019-11-08 | 1 | -3/+3 |
| | | | | | |||||
| | * | | | Fix deleting state groups during room purge. | Erik Johnston | 2019-11-06 | 1 | -13/+14 |
| | | | | | | | | | | | | | | | | | | | | And fix the tests to actually test that things got deleted. | ||||
| | * | | | Use correct type annotation | Erik Johnston | 2019-11-06 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Change to not require a state_groups.room_id index. | Erik Johnston | 2019-11-04 | 4 | -53/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This does mean that we won't clean up orphaned state groups (i.e. state groups that were persisted but the associated event wasn't). | ||||
| | * | | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Erik Johnston | 2019-11-04 | 18 | -54/+259 |
| | |\ \ \ | | | | |/ | | | |/| | | | | | | erikj/split_purge_history | ||||
| | * | | | Fix up comment | Erik Johnston | 2019-11-01 | 1 | -2/+1 |
| | | | | | |||||
| | * | | | Update log line to lie a little less | Erik Johnston | 2019-10-31 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Add state_groups.room_id index | Erik Johnston | 2019-10-31 | 2 | -0/+24 |
| | | | | | |||||
| | * | | | Docstrings | Erik Johnston | 2019-10-31 | 1 | -3/+11 |
| | | | | | |||||
| | * | | | Fix purge room API | Erik Johnston | 2019-10-31 | 1 | -5/+8 |
| | | | | | |||||
| | * | | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Erik Johnston | 2019-10-31 | 7 | -12/+243 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | erikj/split_purge_history | ||||
| | * | | | | Split purge API into events vs state | Erik Johnston | 2019-10-30 | 4 | -175/+295 |
| | | | | | | |||||
* | | | | | | Merge pull request #6310 from matrix-org/babolivier/msc2326_bg_update | Andrew Morgan | 2020-03-18 | 2 | -0/+80 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '46e5db9eb': Update synapse/storage/data_stores/main/events_bg_updates.py Update synapse/storage/data_stores/main/events_bg_updates.py Copy results Revert "Back to using cursor_to_dict" Back to using cursor_to_dict Initialise value before looping Incorporate review Fix field name Update insert Update changelog Print out the actual number of affected rows Correctly order results TODO Fix exit condition Lint Changelog Don't try to process events we already have a label for Use a sensible default value for labels Use the right format for rows MSC2326: Add background update to take previous events into account | ||||
| * | | | | | Merge pull request #6310 from matrix-org/babolivier/msc2326_bg_update | Brendan Abolivier | 2019-11-07 | 2 | -0/+80 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | MSC2326: Add background update to take previous events into account | ||||
| | * | | | | | Update synapse/storage/data_stores/main/events_bg_updates.py | Brendan Abolivier | 2019-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | ||||
| | * | | | | | Update synapse/storage/data_stores/main/events_bg_updates.py | Brendan Abolivier | 2019-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | ||||
| | * | | | | | Copy results | Brendan Abolivier | 2019-11-07 | 1 | -1/+3 |
| | | | | | | | |||||
| | * | | | | | Revert "Back to using cursor_to_dict" | Brendan Abolivier | 2019-11-07 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 1186612d6cd728e6b7ed7806579db3cea7410b54. | ||||
| | * | | | | | Back to using cursor_to_dict | Brendan Abolivier | 2019-11-07 | 1 | -9/+9 |
| | | | | | | | |||||
| | * | | | | | Initialise value before looping | Brendan Abolivier | 2019-11-07 | 1 | -4/+8 |
| | | | | | | | |||||
| | * | | | | | Incorporate review | Brendan Abolivier | 2019-11-07 | 1 | -14/+9 |
| | | | | | | | |||||
| | * | | | | | Fix field name | Brendan Abolivier | 2019-11-06 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | Update insert | Brendan Abolivier | 2019-11-06 | 1 | -1/+6 |
| | | | | | | | |||||
| | * | | | | | Print out the actual number of affected rows | Brendan Abolivier | 2019-11-04 | 1 | -4/+4 |
| | | | | | | | |||||
| | * | | | | | Correctly order results | Brendan Abolivier | 2019-11-04 | 1 | -5/+5 |
| | | | | | | | |||||
| | * | | | | | TODO | Brendan Abolivier | 2019-11-04 | 1 | -0/+2 |
| | | | | | | | |||||
| | * | | | | | Fix exit condition | Brendan Abolivier | 2019-11-04 | 1 | -1/+3 |
| | | | | | | | |||||
| | * | | | | | Lint | Brendan Abolivier | 2019-11-04 | 1 | -6/+3 |
| | | | | | | | |||||
| | * | | | | | Don't try to process events we already have a label for | Brendan Abolivier | 2019-11-04 | 1 | -1/+2 |
| | | | | | | | |||||
| | * | | | | | Use a sensible default value for labels | Brendan Abolivier | 2019-11-04 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | Use the right format for rows | Brendan Abolivier | 2019-11-04 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | MSC2326: Add background update to take previous events into account | Brendan Abolivier | 2019-11-04 | 2 | -0/+72 |
| | | |_|/ / | | |/| | | | |||||
* | | | | | | Merge pull request #6235 from matrix-org/anoa/room_upgrade_groups | Andrew Morgan | 2020-03-18 | 2 | -1/+20 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e914cf12f': tweak changelog Re-add docstring, with caveats detailed Transfer upgraded rooms on groups | ||||
| * | | | | | Merge pull request #6235 from matrix-org/anoa/room_upgrade_groups | Andrew Morgan | 2019-11-07 | 2 | -1/+20 |
| |\ \ \ \ \ | |||||
| | * | | | | | Re-add docstring, with caveats detailed | Andrew Morgan | 2019-11-04 | 2 | -2/+6 |
| | | | | | | | |||||
| | * | | | | | Transfer upgraded rooms on groups | Andrew Morgan | 2019-11-04 | 1 | -0/+15 |
| | |/ / / / | |||||
* | | | | | | Make numeric user_id checker start at @0, and don't ratelimit on checking ↵ | Andrew Morgan | 2020-03-18 | 1 | -4/+4 |
|\| | | | | | | | | | | | | | | | | | | | | | | | (#6338) | ||||
| * | | | | | Numeric ID checker now checks @0, don't ratelimit on checking | Andrew Morgan | 2019-11-06 | 1 | -4/+4 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Fix bug which caused rejected events to be stored with the wrong room state ↵ | Andrew Morgan | 2020-03-16 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#6320) * commit '807ec3bd9': Fix bug which caused rejected events to be stored with the wrong room state (#6320) | ||||
| * | | | | Fix bug which caused rejected events to be stored with the wrong room state ↵ | Richard van der Hoff | 2019-11-06 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#6320) Fixes a bug where rejected events were persisted with the wrong state group. Also fixes an occasional internal-server-error when receiving events over federation which are rejected and (possibly because they are backwards-extremities) have no prev_group. Fixes #6289. | ||||
* | | | | Merge pull request #6301 from matrix-org/babolivier/msc2326 | Andrew Morgan | 2020-03-16 | 3 | -2/+75 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f496d2587': Incorporate review Factor out an _AsyncEventContextImpl (#6298) Update synapse/storage/data_stores/main/schema/delta/56/event_labels.sql Add more data to the event_labels table and fix the indexes Add unstable feature flag Lint Incorporate review Lint Changelog Add integration tests for /messages Add more integration testing Add integration tests for sync Add unit tests Add index on label Implement filtering Store labels for new events Add database table for keeping track of labels on events | ||||
| * | | | Merge pull request #6301 from matrix-org/babolivier/msc2326 | Brendan Abolivier | 2019-11-01 | 3 | -2/+75 |
| |\ \ \ | | | | | | | | | | | Implement MSC2326 (label based filtering) | ||||
| | * | | | Incorporate review | Brendan Abolivier | 2019-11-01 | 2 | -1/+7 |
| | | | | | |||||
| | * | | | Update synapse/storage/data_stores/main/schema/delta/56/event_labels.sql | Brendan Abolivier | 2019-11-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | ||||
| | * | | | Add more data to the event_labels table and fix the indexes | Brendan Abolivier | 2019-11-01 | 3 | -5/+21 |
| | | | | | |||||
| | * | | | Lint | Brendan Abolivier | 2019-11-01 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Incorporate review | Brendan Abolivier | 2019-11-01 | 1 | -2/+10 |
| | | | | | |||||
| | * | | | Lint | Brendan Abolivier | 2019-10-30 | 1 | -7/+1 |
| | | | | | |||||
| | * | | | Add more integration testing | Brendan Abolivier | 2019-10-30 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Add index on label | Brendan Abolivier | 2019-10-30 | 1 | -1/+3 |
| | | | | | |||||
| | * | | | Implement filtering | Brendan Abolivier | 2019-10-30 | 1 | -0/+9 |
| | | | | | |||||
| | * | | | Store labels for new events | Brendan Abolivier | 2019-10-30 | 1 | -1/+19 |
| | | | | | |||||
| | * | | | Add database table for keeping track of labels on events | Brendan Abolivier | 2019-10-29 | 1 | -0/+20 |
| | | | | | |||||
* | | | | | Merge pull request #6313 from matrix-org/uhoreg/cross_signing_fix_sqlite_schema | Andrew Morgan | 2020-03-16 | 1 | -0/+42 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'fa7e52caf': add changelog fix hidden field in devices table for older sqlite | ||||
| * | | | | Merge pull request #6313 from matrix-org/uhoreg/cross_signing_fix_sqlite_schema | Hubert Chathi | 2019-11-01 | 1 | -0/+42 |
| |\ \ \ \ | | | | | | | | | | | | | fix hidden field in devices table for older sqlite | ||||
| | * | | | | fix hidden field in devices table for older sqlite | Hubert Chathi | 2019-10-31 | 1 | -0/+42 |
| | | | | | | |||||
* | | | | | | Merge pull request #5727 from matrix-org/uhoreg/e2e_cross-signing2-part3 | Andrew Morgan | 2020-03-16 | 1 | -24/+85 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '53d7680e3': Update synapse/storage/data_stores/main/devices.py rename get_devices_by_remote to get_device_updates_by_remote black apply changes as a result of PR review don't error if federation query doesn't have cross-signing keys move get_e2e_cross_signing_key to EndToEndKeyWorkerStore so it works with workers black vendor-prefix the EDU name until MSC1756 is merged into the spec fix unit test add news file update to work with newer code, and fix formatting add missing param make black happy don't crash if the user doesn't have cross-signing keys implement federation parts of cross-signing | ||||
| * | | | | | Update synapse/storage/data_stores/main/devices.py | Hubert Chathi | 2019-10-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | ||||
| * | | | | | Merge branch 'develop' into cross-signing_federation | Hubert Chathi | 2019-10-31 | 19 | -40/+300 |
| |\| | | | | |||||
| * | | | | | rename get_devices_by_remote to get_device_updates_by_remote | Hubert Chathi | 2019-10-30 | 1 | -4/+4 |
| | | | | | | |||||
| * | | | | | Merge branch 'develop' into cross-signing_federation | Hubert Chathi | 2019-10-30 | 12 | -657/+822 |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | |||||
| * | | | | | apply changes as a result of PR review | Hubert Chathi | 2019-10-30 | 1 | -43/+36 |
| | | | | | | |||||
| * | | | | | Merge branch 'develop' into cross-signing_federation | Hubert Chathi | 2019-10-24 | 241 | -4341/+4597 |
| |\ \ \ \ \ | |||||
| * | | | | | | move get_e2e_cross_signing_key to EndToEndKeyWorkerStore so it works with ↵ | Hubert Chathi | 2019-10-23 | 1 | -67/+67 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | workers | ||||
| * | | | | | | vendor-prefix the EDU name until MSC1756 is merged into the spec | Hubert Chathi | 2019-10-22 | 1 | -1/+2 |
| | | | | | | | |||||
| * | | | | | | update to work with newer code, and fix formatting | Hubert Chathi | 2019-10-22 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | make black happy | Hubert Chathi | 2019-10-22 | 1 | -22/+32 |
| | | | | | | | |||||
| * | | | | | | don't crash if the user doesn't have cross-signing keys | Hubert Chathi | 2019-10-22 | 1 | -14/+25 |
| | | | | | | | |||||
| * | | | | | | implement federation parts of cross-signing | Hubert Chathi | 2019-10-22 | 1 | -5/+51 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #6254 from matrix-org/uhoreg/cross_signing_fix_workers_notify | Andrew Morgan | 2020-03-16 | 2 | -1/+28 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '3b4216f96': clean up code a bit make user signatures a separate stream add changelog make notification of signatures work with workers | ||||
| * | | | | | | Merge branch 'develop' into uhoreg/cross_signing_fix_workers_notify | Hubert Chathi | 2019-10-31 | 18 | -39/+272 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | make user signatures a separate stream | Hubert Chathi | 2019-10-30 | 2 | -12/+25 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'develop' into uhoreg/cross_signing_fix_workers_notify | Hubert Chathi | 2019-10-30 | 13 | -724/+889 |
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | |||||
| * | | | | | | | make notification of signatures work with workers | Hubert Chathi | 2019-10-24 | 2 | -2/+16 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Update black to 19.10b0 (#6304) | Andrew Morgan | 2020-03-16 | 13 | -27/+29 |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | * commit '020add509': Update black to 19.10b0 (#6304) | ||||
| * | | | | | | Update black to 19.10b0 (#6304) | Amber Brown | 2019-11-01 | 13 | -27/+29 |
| | |_|_|_|/ | |/| | | | | | | | | | | * update version of black and also fix the mypy config being overridden | ||||
* | | | | | | Merge pull request #6294 from matrix-org/erikj/add_state_storage | Andrew Morgan | 2020-03-16 | 3 | -1/+236 |
|\| | | | | | |||||
| * | | | | | Merge pull request #6294 from matrix-org/erikj/add_state_storage | Erik Johnston | 2019-10-31 | 3 | -1/+236 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Add StateGroupStorage interface | ||||
| | * | | | | | Apply suggestions from code review | Erik Johnston | 2019-10-31 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix docstring Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | ||||
| | * | | | | | Add StateGroupStorage interface | Erik Johnston | 2019-10-30 | 3 | -1/+235 |
| | | |/ / / | | |/| | | | |||||
* | | | | | | Merge pull request #6307 from matrix-org/erikj/fix_purge_room | Andrew Morgan | 2020-03-16 | 1 | -1/+0 |
|\| | | | | | |||||
| * | | | | | Fix /purge_room API. | Erik Johnston | 2019-10-31 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | It fails trying to clean the `topic` table which was recently removed. | ||||
* | | | | | | Remove usage of deprecated logger.warn method from codebase (#6271) | Andrew Morgan | 2020-03-16 | 3 | -5/+5 |
|\| | | | | | |||||
| * | | | | | Remove usage of deprecated logger.warn method from codebase (#6271) | Andrew Morgan | 2019-10-31 | 3 | -5/+5 |
| | | | | | | | | | | | | | | | | | | Replace every instance of `logger.warn` with `logger.warning` as the former is deprecated. | ||||
* | | | | | | fix delete_existing for _persist_events (#6300) | Andrew Morgan | 2020-03-16 | 2 | -5/+2 |
|\| | | | | | |||||
| * | | | | | fix delete_existing for _persist_events (#6300) | Richard van der Hoff | 2019-10-30 | 2 | -5/+2 |
| |/ / / / | | | | | | | | | | | this is part of _retry_on_integrity_error, so should only be on _persist_events_and_state_updates | ||||
* | | | | | Merge pull request #6240 from matrix-org/erikj/split_out_persistence_store | Andrew Morgan | 2020-03-16 | 4 | -640/+763 |
|\| | | | | |||||
| * | | | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Erik Johnston | 2019-10-30 | 12 | -84/+126 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | erikj/split_out_persistence_store | ||||
| * | | | | | Review comments | Erik Johnston | 2019-10-30 | 3 | -10/+26 |
| | | | | | | |||||
| * | | | | | Add DataStores and Storage classes. | Erik Johnston | 2019-10-23 | 3 | -4/+34 |
| | | | | | | |||||
| * | | | | | Move persist_events out from main data store. | Erik Johnston | 2019-10-23 | 2 | -634/+711 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is in preparation for splitting out of state_groups_state from the main store into it own one, as persisting events depends on calculating state. |