| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
| | |
| | |
| | |
| | |
| | | |
Some of the database deltas rely on `config.server_name` being set correctly,
so we should check that it is before running the deltas.
Fixes #6870.
|
|\| |
| | |
| | |
| | |
| | | |
* commit 'bbf8886a0':
Merge worker apps into one. (#6964)
|
| | | |
|
|\| |
| | |
| | |
| | |
| | | |
* commit 'a301934f4':
Upsert room version when we join over federation (#6968)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This is intended as a precursor to storing room versions when we receive an
invite over federation, but has the happy side-effect of fixing #3374 at last.
In short: change the store_room with try/except to a proper upsert which
updates the right columns.
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | | |
* commit '509e381af':
Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)
changelog
Increase MAX_EVENTS_BEHIND for replication clients
|
| | |
| | |
| | |
| | | |
Ensure good comprehension hygiene using flake8-comprehensions.
|
|\| |
| | |
| | |
| | |
| | | |
* commit 'a90d0dc5c':
don't insert into the device table for remote cross-signing keys (#6956)
|
| | | |
|
|\| |
| | |
| | |
| | |
| | |
| | | |
* commit '4fb5f4d0c':
Add some clarifications to README.md in the database schema directory. (#6615)
Minor perf fixes to `get_auth_chain_ids`.
|
| | |
| | |
| | | |
Signed-off-by: Ruben Barkow-Kuder <github@r.z11.de>
|
| | | |
|
|\| |
| | |
| | |
| | |
| | |
| | | |
* commit '2b37eabca':
Reduce auth chains fetched during v2 state res. (#6952)
update changes.md
|
| | |
| | |
| | |
| | |
| | |
| | | |
The state res v2 algorithm only cares about the difference between auth
chains, so we can pass in the known common state to the `get_auth_chain`
storage function so that it can ignore those events.
|
|\| |
| | |
| | |
| | |
| | | |
* commit '099c96b89':
Revert `get_auth_chain_ids` changes (#6951)
|
| | | |
|
|\| |
| | |
| | |
| | |
| | | |
* commit '0d0bc3579':
Increase DB/CPU perf of `_is_server_still_joined` check. (#6936)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Increase DB/CPU perf of `_is_server_still_joined` check.
For rooms with large amount of state a single user leaving could cause
us to go and load a lot of membership events and then pull out
membership state in a large number of batches.
* Newsfile
* Update synapse/storage/persist_events.py
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
* Fix adding if too soon
* Update docstring
* Review comments
* Woops typo
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
|
|\| |
| | |
| | |
| | |
| | | |
* commit '5a5abd55e':
Limit size of get_auth_chain_ids query (#6947)
|
| | | |
|
|\| |
| | |
| | |
| | |
| | | |
* commit '8a380d0fe':
Increase perf of `get_auth_chain_ids` used in state res v2. (#6937)
|
| | |
| | |
| | | |
We do this by moving the recursive query to be fully in the DB.
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | | |
delete_old_current_state_events (#6924)
* commit '46fa66bbf':
wait for current_state_events_membership before delete_old_current_state_events (#6924)
|
| | |
| | |
| | |
| | | |
delete_old_current_state_events (#6924)
|
|\| |
| | |
| | |
| | |
| | | |
* commit 'e1d858984':
Remove unused `get_room_stats_state` method. (#6869)
|
| | | |
|
|\| |
| | |
| | |
| | |
| | | |
* commit 'de2d26737':
Allow moving group read APIs to workers (#6866)
|
| | | |
|
|\| |
| | |
| | |
| | |
| | | |
* commit 'ed630ea17':
Reduce amount of logging at INFO level. (#6862)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
A lot of the things we log at INFO are now a bit superfluous, so lets
make them DEBUG logs to reduce the amount we log by default.
Co-Authored-By: Brendan Abolivier <babolivier@matrix.org>
Co-authored-by: Brendan Abolivier <github@brendanabolivier.com>
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Synapse 1.10.0rc2 (2020-02-06)
==============================
Bugfixes
--------
- Fix an issue with cross-signing where device signatures were not sent to remote servers. ([\#6844](https://github.com/matrix-org/synapse/issues/6844))
- Fix to the unknown remote device detection which was introduced in 1.10.rc1. ([\#6848](https://github.com/matrix-org/synapse/issues/6848))
Internal Changes
----------------
- Detect unexpected sender keys on remote encrypted events and resync device lists. ([\#6850](https://github.com/matrix-org/synapse/issues/6850))
|
| | | |
| | | |
| | | | |
add device signatures to device key query results
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit 'a831d2e4e':
Reduce performance logging to DEBUG (#6833)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
* Reduce tnx performance logging to DEBUG
* Changelog.d
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit 'd88e0ec08':
Database updates to populate rooms.room_version (#6847)
|
| | | |
| | | |
| | | | |
We're going to need this so that we can figure out how to handle redactions when fetching events from the database.
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | | |
* commit '6475382d8':
Fix detecting unknown devices from remote encrypted events. (#6848)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
We were looking at the wrong event type (`m.room.encryption` vs
`m.room.encrypted`).
Also fixup the duplicate `EvenTypes` entries.
Introduced in #6776.
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | | |
* commit '74bf3fdbb':
add changelog
add device signatures to device key query results
|
| |/ / |
|
|\| |
| | |
| | |
| | |
| | | |
* commit '83b0ea047':
Fix deleting of stale marker for device lists (#6819)
|
| | |
| | |
| | |
| | | |
We were in fact only deleting stale marker when we got an incremental
update, rather than when we did a full resync.
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | | |
* commit '160522e32':
newsfile
Add `get_room_version` method
s/get_room_version/get_room_version_id/
|
| | |
| | |
| | |
| | | |
So that we can start factoring out some of this boilerplatey boilerplate.
|
| | |
| | |
| | |
| | |
| | | |
... to make way for a forthcoming get_room_version which returns a RoomVersion
object.
|
|\| |
| | |
| | |
| | |
| | | |
* commit 'e0992fcc5':
Log when we delete room in bg update (#6816)
|
| | | |
|
|\| |
| | |
| | |
| | |
| | | |
* commit '57ad702af':
Backgroud update to clean out rooms from current state (#6802)
|
| | | |
|
|\| |
| | |
| | |
| | |
| | | |
* commit 'a5bab2d05':
When server leaves room check for stale device lists. (#6801)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When a server leaves a room it may stop sharing a room with remote
users, and thus not get any updates to their device lists. So we need to
check for this case and delete those device lists from the cache.
We don't need to do this if we stop sharing a room because the remote
user leaves the room, because we track that case via looking at
membership changes.
|
|\| |
| | |
| | |
| | |
| | | |
* commit 'c80a9fe13':
When a client asks for remote keys check if should resync. (#6797)
|
| | |
| | |
| | |
| | |
| | |
| | | |
If we detect that the remote users' keys may have changed then we should
attempt to resync against the remote server rather than using the
(potentially) stale local cache.
|
|\| |
| | |
| | |
| | |
| | | |
* commit '611215a49':
Delete current state when server leaves a room (#6792)
|
| | |
| | |
| | |
| | |
| | |
| | | |
Otherwise its just stale data, which may get deleted later anyway so
can't be relied on. It's also a bit of a shotgun if we're trying to get
the current state of a room we're not in.
|
|\| |
| | |
| | |
| | |
| | | |
* commit 'e17a11066':
Detect unknown remote devices and mark cache as stale (#6776)
|
| | |
| | |
| | |
| | | |
We just mark the fact that the cache may be stale in the database for
now.
|
|\| |
| | |
| | |
| | |
| | | |
* commit '02b44db92':
Warn if postgres database has non-C locale. (#6734)
|
| | |
| | |
| | | |
As using non-C locale can cause issues on upgrading OS.
|
| |\ \ |
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | | |
* commit 'bdbeeb94e':
Fix setting `mau_limit_reserved_threepids` config (#6793)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Calling the invalidation function during initialisation of the data
stores introduces a circular dependency, causing Synapse to fail to
start.
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | | |
* commit '8df862e45':
Add `rooms.room_version` column (#6729)
|
| | | |
| | | |
| | | | |
This is so that we don't have to rely on pulling it out from `current_state_events` table.
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit 'd5275fc55':
Propagate cache invalidates from workers to other workers. (#6748)
|
| | | |
| | | |
| | | | |
Currently if a worker invalidates a cache it will be streamed to master, which then didn't forward those to other workers.
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* commit 'fa4d609e2':
Make 'event.redacts' never raise. (#6771)
Fixup changelog
Fixup changelog
Fixup changelog
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
There are quite a few places that we assume that a redaction event has a
corresponding `redacts` key, which is not always the case. So lets
cheekily make it so that event.redacts just returns None instead.
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* commit 'ce84dd9e2':
Remove unnecessary abstractions in admin handler (#6751)
Fixup warning about workers changes
Add deprecation headers
Fixup changelog
|
| |/ / |
|
|\| |
| | |
| | |
| | |
| | | |
* commit '90a28fb47':
Admin API to list, filter and sort rooms (#6720)
|
| | | |
|
|\| |
| | |
| | |
| | |
| | | |
* commit '5e52d8563':
Allow monthly active user limiting support for worker mode, fixes #4639. (#6742)
|
| | | |
|
|\| |
| | |
| | |
| | |
| | | |
* commit '5d7a6ad22':
Allow streaming cache invalidate all to workers. (#6749)
|
| | | |
|
|\| |
| | |
| | |
| | |
| | | |
* commit '0e6876007':
Add a DeltaState to track changes to be made to current state (#6716)
|
| | | |
|
|\| |
| | |
| | |
| | |
| | | |
* commit '722b4f302':
Fix syntax error in run_upgrade for schema 57 (#6728)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fix #6727
Related #6655
Co-authored-by: Erik Johnston <erikj@jki.re>
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* commit '3b72bb780':
bump version to v1.9.0.dev1
Precise changelog
Fixup diff
Remove get_room_event_after_stream_ordering entirely
Lint
Rename changelog
Changelog
Correctly order when selecting before stream ordering
Fix typo
Fix instantiation of message retention purge jobs
|
| |\ \
| | | |
| | | | |
Fix instantiation of message retention purge jobs
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When figuring out which topological token to start a purge job at, we
need to do the following:
1. Figure out a timestamp before which events will be purged
2. Select the first stream ordering after that timestamp
3. Select info about the first event after that stream ordering
4. Build a topological token from that info
In some situations (e.g. quiet rooms with a short max_lifetime), there
might not be an event after the stream ordering at step 3, therefore we
abort the purge with the error `No event found`. To mitigate that, this
patch fetches the first event _before_ the stream ordering, instead of
after.
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* commit '59dc87c61':
changelog
Log saml assertions rather than the whole response
move batch_iter to a separate module
|
| | | | |
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit 'd386f2f33':
Add StateMap type alias (#6715)
|
| | | | |
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit '19a1aac48':
Fix purge_room admin API (#6711)
|
| | | | |
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit '28c98e51f':
Add `local_current_membership` table (#6655)
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Currently we rely on `current_state_events` to figure out what rooms a
user was in and their last membership event in there. However, if the
server leaves the room then the table may be cleaned up and that
information is lost. So lets add a table that separately holds that
information.
|
|\| |
| | |
| | |
| | |
| | | |
* commit '1177d3f3a':
Quarantine media by ID or user ID (#6681)
|
| | | |
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
this saves doing it on each connection, and will allow us to pass extra options
in.
|
| | |
| | |
| | |
| | | |
We might not need the cursor at all.
|
|\| |
| | |
| | |
| | |
| | |
| | | |
* commit 'd2906fe66':
Allow admin users to create or modify users without a shared secret (#6495)
Fixup changelog
|
| | |
| | |
| | | |
Signed-off-by: Manuel Stahl <manuel.stahl@awesome-technologies.de>
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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
|
| |\ \
| | | |
| | | | |
Fix media repo admin APIs when using a media worker.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit '7caaa29da':
Fix GET request on /_synapse/admin/v2/users endpoint (#6563)
|
| |/ /
| | |
| | |
| | | |
Fixes #6552
|
|\| |
| | |
| | |
| | |
| | |
| | | |
* commit '0ab5853ec':
Changelog
Fix conditions failing if min_depth = 0
|
| |\ \
| | | |
| | | | |
Fix conditions failing if min_depth = 0
|
| | | |
| | | |
| | | |
| | | | |
This could result in Synapse not fetching prev_events for new events in the room if it has missed some events.
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* 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
* use the ABC metaclass
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit '9824a39d8':
Async/await for background updates (#6647)
|
| | | |
| | | |
| | | |
| | | | |
so that bg update routines can be async
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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
|
| |\ \ \
| | | | |
| | | | | |
Fix exceptions in the synchrotron worker log when events are rejected.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Make it clearer how they behave in the face of rejected and/or missing events.
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* 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
|
| |\ \ \ \
| | |/ / /
| |/| | | |
Remove a bunch of unused code from event creation
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
create_new_client_event
|
| | |/ /
| | | |
| | | |
| | | | |
... to make way for a new method which just returns the event ids
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit 'ba897a759':
Fix some test failures when frozen_dicts are enabled (#6642)
|
| | | |
| | | |
| | | |
| | | | |
Fixes #4026
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit '9f6c1befb':
Add experimental 'databases' config (#6580)
|
| |/ / |
|
|\| |
| | |
| | |
| | |
| | | |
* commit '7c6b85355':
Update reverse proxy file name (#6590)
|
|\| |
| | |
| | |
| | |
| | | |
* commit '75d8f26ac':
Split state groups into a separate data store (#6296)
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* commit '4caab0e95':
Backport fixes to sqlite upgrade from develop (#6578)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Only run prepare_database on connection for in-memory databases.
Fixes #6569.
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | | |
* commit 'fa780e972':
Change EventContext to use the Storage class (#6564)
|
| | | | |
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit '0b5dbadd9':
Explode on duplicate delta file names. (#6565)
|
| | | | |
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit 'bca30cefe':
Improve diagnostics on database upgrade failure (#6570)
|
| | | |
| | | |
| | | |
| | | | |
`Failed to upgrade database` is not helpful, and it's unlikely that UPGRADE.rst
has anything useful.
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit 'd6752ce5d':
Clean up startup for the pusher (#6558)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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.
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit '7963ca83c':
Add delta file to fix missing default table data (#6555)
|
| | | | |
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* commit '2284eb3a5':
Add database config class (#6513)
too many parens
|
| | | |
| | | |
| | | |
| | | |
| | | | |
This encapsulates config for a given database and is the way to get new
connections.
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit '9d173b312':
Automatically delete empty groups/communities (#6453)
|
| | | |
| | | |
| | | | |
Signed-off-by: Werner Sembach <werner.sembach@fau.de>
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit 'cb2db1799':
look up cross-signing keys from the DB in bulk (#6486)
|
| | | | |
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit '5bfd8855d':
Fix redacted events being returned in search results ordered by "recent" (#6522)
|
| | | | |
|
| |\| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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))
|
| | |\ \
| | | | |
| | | | |
| | | | | |
release-v1.7.0
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit 'fc316a489':
Prevent redacted events from appearing in message search (#6377)
|
| | | | | |
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '6676ee9c4':
Add dev script to generate full SQL schema files (#6394)
|
| | | | | |
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit 'ea0f0ad41':
Prevent message search in upgraded rooms we're not in (#6385)
|
| | | | | |
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '40eda8493':
Fix race which caused deleted devices to reappear (#6514)
|
| | |/ /
| |/| |
| | | |
| | | | |
Stop the `update_client_ips` background job from recreating deleted devices.
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Partial indices support was added in 3.8.0, so we need to use the
background updates that handles this correctly.
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | | |
* commit 'a964f1888':
Changelog
Give the server config to the RoomWorkerStore
|
| |/ / |
|
|\| |
| | |
| | |
| | |
| | | |
* commit '96d35f102':
Systemd documentation (#6490)
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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.
|
| |\ \
| | | |
| | | | |
Pass in Database object to data stores.
|
| | | |
| | | |
| | | |
| | | | |
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* commit 'a9b393340':
Fixup functions to consistently return deferreds
Newsfile
Port SyncHandler to async/await
|
| |\ \ \
| | |/ /
| |/| | |
Port SyncHandler to async/await
|
| | | | |
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
erikj/make_database_class
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | |/ /
| |/| | |
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | | |
* commit '649b6bc08':
Replace /admin/v1/users_paginate endpoint with /admin/v2/users (#5925)
|
| |/ / |
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | | |
* commit 'ddbbfc951':
Newsfile
Remove underscore from SQLBaseStore functions
Don't call SQLBaseStore methods from outside stores
|
| |\ \
| | | |
| | | | |
Clean up SQLBaseStore private function usage
|
| | | | |
|
| | | | |
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* commit 'fe799f353':
Fix background updates for synapse_port_db
Changelog
Make synapse_port_db exit with a non-0 code if something failed
|
| |\ \ \
| | | | |
| | | | | |
Make synapse_port_db exit with a non-0 code if something failed
|
| | |/ / |
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
_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)
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
_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.
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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
|
| |\ \
| | | |
| | | | |
Move things out of SQLBaseStore
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This reverts commit 00f0d67566cdfe8eae44aeae1c982c42a255cfcd.
Its going to get removed soon, so lets not make merge conflicts.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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
|
| |\ \ \
| | |/ /
| |/| | |
Filter state, events_before and events_after in /context requests
|
| | |\ \ |
|
| | | | | |
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '2aa894380':
apply changes from review
add changelog
make cross signing signature index non-unique
|
| |\ \ \ \
| | | | | |
| | | | | | |
make cross signing signature index non-unique
|
| | | | | | |
|
| | | |/ /
| | |/| | |
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '012087546':
Fix exception when a cross-signed device is deleted (#6462)
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
(hopefully)
... and deobfuscate the relevant bit of code.
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '54dd5dc12':
Add ephemeral messages support (MSC2228) (#6409)
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit 'a9c44d400':
Remove local threepids on account deactivation (#6426)
|
| | | | |
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit '0d27aba90':
add etag and count to key backup endpoints (#5858)
|
| | | | |
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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
|
| |\ \ \ |
|
| | | | | |
|
| | | | | |
|
| | |/ /
| |/| | |
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | | |
|
| | | | |
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* commit 'a8175d0f9':
lint
Add changelog
Remove content from being sent for account data rdata stream
|
| |\ \ \ |
|
| | | | | |
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit 'c01d54358':
Make sure that we close cursors before returning from a query (#6408)
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
There are lots of words in the comment as to why this is a good idea.
Fixes #6403.
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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))
|
|\ \ \ \ \ \
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
* commit 'b7367c339':
Fix exceptions from background database update for event labels. (#6407)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|
|\ \ \ \ \ \
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | | |
* commit '3916e1b97':
Clean up newline quote marks around the codebase (#6362)
update macOS installation instructions
|
| |/ / / / |
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '657d614f6':
Replace UPDATE with UPSERT on device_max_stream_id table (#6363)
|
| | | | | |
|
| |/ / / |
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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
|
| |\ \ \
| | | | |
| | | | | |
Fix the SQL SELECT query in _paginate_room_events_txn
|
| | | | | |
|
| | | | | |
|