Andrew Morgan
f16334e5a7
Exclude rejected state events when calculating state at backwards extrems ( #6527 )
...
* commit '6920d8889':
Exclude rejected state events when calculating state at backwards extrems (#6527 )
2020-03-19 18:01:47 +00:00
Andrew Morgan
3fcb360860
Persist auth/state events at backwards extremities when we fetch them ( #6526 )
...
* commit 'bc7de8765':
Persist auth/state events at backwards extremities when we fetch them (#6526 )
2020-03-19 18:01:36 +00:00
Andrew Morgan
63f56c08ca
Automatically delete empty groups/communities ( #6453 )
...
* commit '9d173b312':
Automatically delete empty groups/communities (#6453 )
2020-03-19 18:01:23 +00:00
Andrew Morgan
88fc911614
Document Shutdown Room admin API ( #6541 )
...
* commit '0b90fc6ed':
Document Shutdown Room admin API (#6541 )
2020-03-19 18:01:13 +00:00
Andrew Morgan
fcb1c99978
sanity-checking for events used in state res ( #6531 )
...
* commit '1da15f05f':
sanity-checking for events used in state res (#6531 )
2020-03-19 18:01:02 +00:00
Andrew Morgan
3719f3fa2f
Sanity-check room ids in event auth ( #6530 )
...
* commit '971a0702b':
Sanity-check room ids in event auth (#6530 )
2020-03-19 18:00:46 +00:00
Andrew Morgan
fa87b96ad2
Merge pull request #6537 from matrix-org/erikj/bump_mypy_version
...
* commit '5cadbd9eb':
More rewording of changelog.
Reword changelog
Add deprecation notes
Newsfile
Bump version of mypy
2020-03-19 18:00:37 +00:00
Andrew Morgan
f60ca2bb56
1.7.0
...
* commit 'f5aeea9e8':
1.7.0
2020-03-19 18:00:23 +00:00
Andrew Morgan
7a3fe99b16
Adjust the sytest blacklist for worker mode ( #6538 )
...
* commit '4ce05ec17':
Adjust the sytest blacklist for worker mode (#6538 )
2020-03-19 18:00:15 +00:00
Andrew Morgan
3e5e7f29d1
Merge pull request #6496 from matrix-org/erikj/initial_sync_asnyc
...
* commit 'caa52836e':
Newsfile
Port synapse.handlers.initial_sync to async/await
2020-03-19 18:00:08 +00:00
Andrew Morgan
e5592ca2c1
Merge pull request #6534 from matrix-org/erikj/extend_mypy
...
* commit '7e67cfc87':
Newsfile
Include more folders in mypy
2020-03-19 17:59:57 +00:00
Andrew Morgan
1a051ca537
look up cross-signing keys from the DB in bulk ( #6486 )
...
* commit 'cb2db1799':
look up cross-signing keys from the DB in bulk (#6486 )
2020-03-19 17:59:50 +00:00
Andrew Morgan
8757a54206
Fix redacted events being returned in search results ordered by "recent" ( #6522 )
...
* commit '5bfd8855d':
Fix redacted events being returned in search results ordered by "recent" (#6522 )
2020-03-19 17:59:40 +00:00
Andrew Morgan
2d0506f1be
Check the room_id of events when fetching room state/auth ( #6524 )
...
* commit '25f124432':
Check the room_id of events when fetching room state/auth (#6524 )
2020-03-19 17:59:24 +00:00
Andrew Morgan
49ba0a7434
Merge pull request #6511 from matrix-org/erikj/remove_db_config_from_apps
...
* commit 'b8e4b39b6':
Add new config param to docstring and add types
Newsfile
Fix upgrade db script
Remove database config parsing from apps.
2020-03-19 17:59:17 +00:00
Andrew Morgan
354e790e0d
Add include_event_in_state to _get_state_for_room ( #6521 )
...
* commit '204535651':
Add `include_event_in_state` to _get_state_for_room (#6521 )
2020-03-19 17:59:08 +00:00
Andrew Morgan
050bc5bf40
Merge pull request #6517 from matrix-org/rav/event_auth/13
...
* commit '894d2adda':
changelog
convert to async: FederationHandler._process_received_pdu
convert to async: FederationHandler._get_state_for_room
convert to async: FederationHandler.on_receive_pdu
Convert federation backfill to async
2020-03-19 17:58:58 +00:00
Andrew Morgan
e71d3cdb7c
Update workers.md to make media_repository work (again) ( #6519 )
...
* commit '58fdcbdfe':
Update workers.md to make media_repository work (again) (#6519 )
Remove #6369 changelog
2020-03-19 17:58:47 +00:00
Andrew Morgan
fe97d69358
Merge pull request #6504 from matrix-org/erikj/account_validity_async_await
...
* commit '31905a518':
Newsfile
Port handlers.account_validity to async/await.
Port handlers.account_data to async/await.
2020-03-19 17:57:34 +00:00
Andrew Morgan
19a2804fa4
Clean up some logging ( #6515 )
...
* commit '7c429f92d':
Clean up some logging (#6515 )
2020-03-19 17:49:14 +00:00
Andrew Morgan
82be5c38d6
1.7.0rc2
...
* commit 'd156912c4':
1.7.0rc2
Back out change preventing setting null avatar URLs
Fixup changelogs
2020-03-19 17:49:07 +00:00
Andrew Morgan
22a602077c
Prevent redacted events from appearing in message search ( #6377 )
...
* commit 'fc316a489':
Prevent redacted events from appearing in message search (#6377 )
2020-03-19 17:48:59 +00:00
Andrew Morgan
b10a35db1f
Add dev script to generate full SQL schema files ( #6394 )
...
* commit '6676ee9c4':
Add dev script to generate full SQL schema files (#6394 )
2020-03-19 17:48:51 +00:00
Andrew Morgan
2f42d6f846
Prevent message search in upgraded rooms we're not in ( #6385 )
...
* commit 'ea0f0ad41':
Prevent message search in upgraded rooms we're not in (#6385 )
2020-03-19 17:48:40 +00:00
Andrew Morgan
5af87590e1
Merge pull request #6349 from matrix-org/babolivier/msc1802
...
* commit '54ae52ba9':
Lint
Changelog
Lint
Fix prefix for v2/send_leave
Add server-side support to the v2 API
Implement v2 API for send_leave
Add missing yield
Implement v2 API for send_join
2020-03-19 17:48:28 +00:00
Andrew Morgan
200efb9d68
wMerge pull request #6512 from matrix-org/erikj/silence_mypy
...
* commit '239d86a13':
Newsfile
Silence mypy errors for files outside those specified
2020-03-19 17:48:16 +00:00
Andrew Morgan
0a48dd4d5e
Move get_state methods into FederationHandler ( #6503 )
...
* commit 'f8bc2ae88':
Move get_state methods into FederationHandler (#6503 )
2020-03-19 17:48:07 +00:00
Andrew Morgan
f131b1a36d
Allow SAML username provider plugins ( #6411 )
...
* commit '4947de5a1':
Allow SAML username provider plugins (#6411 )
2020-03-19 17:47:57 +00:00
Andrew Morgan
32c3f7ca67
Merge pull request #6510 from matrix-org/erikj/phone_home_stats_db
...
* commit 'b2dcddc41':
Newsfile
Phone home stats DB reporting should not assume a single DB.
2020-03-19 17:47:50 +00:00
Andrew Morgan
9ccb061352
Fix race which caused deleted devices to reappear ( #6514 )
...
* commit '40eda8493':
Fix race which caused deleted devices to reappear (#6514 )
2020-03-19 17:47:40 +00:00
Andrew Morgan
0d60ea6d37
Refactor get_events_from_store_or_dest to return a dict ( #6501 )
...
* commit 'c3dda2874':
Refactor get_events_from_store_or_dest to return a dict (#6501 )
2020-03-19 17:47:31 +00:00
Andrew Morgan
5d68a2f9c9
Remove redundant code from event authorisation implementation. ( #6502 )
...
* commit '424fd5823':
Remove redundant code from event authorisation implementation. (#6502 )
2020-03-19 17:47:21 +00:00
Andrew Morgan
8c190d0b7e
Merge pull request #6505 from matrix-org/erikj/make_deferred_yiedable
...
* commit '35f3c366e':
Update comment
Newsfile
Fix make_deferred_yieldable to work with coroutines
2020-03-19 17:47:05 +00:00
Andrew Morgan
8cb2ab114d
Merge pull request #6499 from matrix-org/erikj/fix_sqlite_7
...
* 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.
2020-03-19 17:46:58 +00:00
Andrew Morgan
9489c670a9
Merge pull request #6509 from matrix-org/babolivier/fix-room-store-config
...
* commit 'a964f1888':
Changelog
Give the server config to the RoomWorkerStore
2020-03-19 17:46:49 +00:00
Andrew Morgan
7c5aae509f
Merge pull request #6506 from matrix-org/erikj/remove_snapshot_cache
...
* commit 'e3f528c54':
Newsfile
Remove SnapshotCache in favour of ResponseCache
2020-03-19 17:46:42 +00:00
Andrew Morgan
945c30e83d
Merge pull request #6507 from matrix-org/babolivier/pusher-room-store
...
* commit '332f3b36e':
Changelog
Make the PusherSlaveStore inherit from the slave RoomStore
Fix erroneous reference for new room directory defaults.
Update CHANGES.md
2020-03-19 17:46:35 +00:00
Andrew Morgan
d4a0500715
Better errors regarding changing avatar_url ( #6497 )
...
* commit '5e8abe901':
Better errors regarding changing avatar_url (#6497 )
2020-03-19 17:46:16 +00:00
Andrew Morgan
b141f6cb2f
1.7.0rc1
...
* commit '24da1ffcb':
1.7.0rc1
2020-03-19 17:46:09 +00:00
Andrew Morgan
ac2c017421
Systemd documentation ( #6490 )
...
* commit '96d35f102':
Systemd documentation (#6490 )
2020-03-19 17:46:01 +00:00
Andrew Morgan
5069b7fbe7
Back out perf regression from get_cross_signing_keys_from_cache. ( #6494 )
...
* 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.
2020-03-19 17:14:53 +00:00
Andrew Morgan
7fe3852335
Merge pull request #6493 from matrix-org/erikj/invite_state_config
...
* commit 'e1544b0af':
Newsfile
Pull out room_invite_state_types config option once.
2020-03-19 17:13:38 +00:00
Andrew Morgan
a1a8fe3fd3
Fix inaccurate per-block metrics ( #6491 )
...
* commit '18660a34d':
Fix inaccurate per-block metrics (#6491 )
2020-03-19 17:13:28 +00:00
Andrew Morgan
a09b394dc4
Remove fallback for missing /federation/v1/state_ids API ( #6488 )
...
* commit 'e519489fc':
Remove fallback for missing /federation/v1/state_ids API (#6488 )
2020-03-19 17:13:20 +00:00
Andrew Morgan
2beae00b3b
Merge pull request #6484 from matrix-org/erikj/port_sync_handler
...
* commit 'a9b393340':
Fixup functions to consistently return deferreds
Newsfile
Port SyncHandler to async/await
2020-03-19 17:13:08 +00:00
Andrew Morgan
60baffdaa4
Merge pull request #6469 from matrix-org/erikj/make_database_class
...
* 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
2020-03-19 17:12:37 +00:00
Andrew Morgan
968c74c132
Replace /admin/v1/users_paginate endpoint with /admin/v2/users ( #5925 )
...
* commit '649b6bc08':
Replace /admin/v1/users_paginate endpoint with /admin/v2/users (#5925 )
2020-03-19 16:56:29 +00:00
Andrew Morgan
7c3883643a
Merge pull request #6483 from matrix-org/erikj/port_rest_v2
...
* commit 'd085a8a0a':
Newsfile
Port rest.client.v2
2020-03-19 16:55:48 +00:00
Andrew Morgan
9120098a37
Merge pull request #6482 from matrix-org/erikj/port_rest_v1
...
* commit 'af5d0ebc7':
Newsfile
Fixup tests
Port rest/v1 to async/await
2020-03-19 16:34:10 +00:00
Andrew Morgan
4522fbfd32
Revert "Modify systemd unit file reference to align with installation instruction ( #6369 )"
...
* commit 'ff119879d':
Revert "Modify systemd unit file reference to align with installation instruction (#6369 )"
2020-03-19 16:29:50 +00:00