| Commit message (Expand) | Author | Age | Files | Lines |
* | Add experimental environment variable to enable asyncio reactor (#12135) | Erik Johnston | 2022-03-08 | 1 | -0/+21 |
* | Do not return allowed_room_ids from /hierarchy response. (#12175) | Patrick Cloke | 2022-03-08 | 1 | -2/+13 |
* | Fix incorrect type hints for txredis. (#12042) | Patrick Cloke | 2022-03-08 | 3 | -7/+7 |
* | Fix a bug in background updates wherein background updates are never run usin... | Shay | 2022-03-07 | 1 | -3/+5 |
* | Invalidate caches when an event with a relation is redacted. (#12121) | Patrick Cloke | 2022-03-07 | 2 | -5/+35 |
* | Merge remote-tracking branch 'origin/release-v1.54' into develop | Richard van der Hoff | 2022-03-04 | 4 | -12/+71 |
|\ |
|
| * | Relax version guard for packaging (#12166) | David Robertson | 2022-03-04 | 1 | -2/+2 |
| * | Don't impose version checks on dev extras at runtime (#12129) | David Robertson | 2022-03-03 | 1 | -7/+54 |
| * | Correctly register deactivation and profile update module callbacks (#12141) | Brendan Abolivier | 2022-03-03 | 2 | -3/+15 |
* | | Reduce to-device queries for /sync. (#12163) | Erik Johnston | 2022-03-04 | 1 | -0/+3 |
* | | Add type hints for `ObservableDeferred` attributes (#12159) | Sean Quah | 2022-03-04 | 1 | -3/+11 |
* | | Remove backwards compatibility with RelationPaginationToken. (#12138) | Patrick Cloke | 2022-03-04 | 2 | -72/+14 |
* | | Move synctl into `synapse._scripts` and expose as an entrypoint (#12140) | David Robertson | 2022-03-04 | 1 | -0/+360 |
* | | Spread out sending device lists to remote hosts (#12132) | Erik Johnston | 2022-03-04 | 5 | -12/+30 |
* | | Update client-visibility filtering for outlier events (#12155) | Richard van der Hoff | 2022-03-04 | 1 | -1/+16 |
* | | Fix type of `events` in `StateGroupStorage` and `StateHandler` (#12156) | Richard van der Hoff | 2022-03-04 | 2 | -7/+7 |
* | | Avoid generating state groups for local out-of-band leaves (#12154) | Richard van der Hoff | 2022-03-03 | 1 | -1/+1 |
* | | Rename various ApplicationServices interested methods (#11915) | Andrew Morgan | 2022-03-03 | 5 | -51/+98 |
* | | Use the proper serialization format when bundling aggregations. (#12090) | Patrick Cloke | 2022-03-03 | 7 | -140/+125 |
* | | Limit the size of the aggregation_key (#12101) | Erik Johnston | 2022-03-03 | 1 | -0/+3 |
* | | Merge tag 'v1.54.0rc1' into develop | Olivier Wilkinson (reivilibre) | 2022-03-02 | 1 | -1/+1 |
|\| |
|
| * | 1.54.0rc1 | Olivier Wilkinson (reivilibre) | 2022-03-02 | 1 | -1/+1 |
* | | Check if instances are lists, not sequences. (#12128) | Patrick Cloke | 2022-03-02 | 2 | -5/+5 |
* | | Move scripts directory inside synapse, exposing as setuptools entry_points (#... | David Robertson | 2022-03-02 | 9 | -1/+1852 |
|/ |
|
* | Back out in-flight state caching changes. (#12126) | reivilibre | 2022-03-02 | 1 | -218/+25 |
* | Make get_room_version use cached get_room_version_id. (#11808) | lukasdenk | 2022-03-02 | 1 | -14/+13 |
* | Use importlib.metadata to read requirements (#12088) | David Robertson | 2022-03-01 | 11 | -115/+141 |
* | Fix rare error in `ReadWriteLock` when writers complete immediately (#12105) | Sean Quah | 2022-03-01 | 1 | -1/+4 |
* | Add module callbacks called for reacting to deactivation status change and pr... | Brendan Abolivier | 2022-03-01 | 4 | -5/+86 |
* | Add `stop_cancellation` utility function (#12106) | Sean Quah | 2022-03-01 | 1 | -0/+19 |
* | Order in-flight state group queries in biggest-first order (#11610) | reivilibre | 2022-03-01 | 1 | -3/+27 |
* | Faster joins: persist to database (#12012) | Richard van der Hoff | 2022-03-01 | 10 | -5/+264 |
* | Fix 'Unhandled error in Deferred' (#12089) | Richard van der Hoff | 2022-03-01 | 1 | -32/+32 |
* | Improve exception handling for concurrent execution (#12109) | Richard van der Hoff | 2022-03-01 | 3 | -25/+37 |
* | Remove the unstable `/spaces` endpoint. (#12073) | Patrick Cloke | 2022-02-28 | 5 | -683/+43 |
* | Move experimental support for MSC3440 to /versions. (#12099) | Patrick Cloke | 2022-02-28 | 2 | -3/+2 |
* | Fix `PushRuleEvaluator` and `Filter` to work on frozendicts (#12100) | Richard van der Hoff | 2022-02-28 | 2 | -6/+7 |
* | Actually fix bad debug logging rejecting device list & signing key transactio... | David Robertson | 2022-02-28 | 1 | -1/+1 |
* | Properly failover for unknown endpoints from Conduit/Dendrite. (#12077) | Patrick Cloke | 2022-02-28 | 1 | -9/+13 |
* | Ensure that `get_datastores().main` is typed (#12070) | Sean Quah | 2022-02-25 | 1 | -1/+2 |
* | Minor typing fixes for `synapse/storage/persist_events.py` (#12069) | Sean Quah | 2022-02-25 | 2 | -23/+25 |
* | Add support for MSC3202: sending one-time key counts and fallback key usage s... | reivilibre | 2022-02-24 | 7 | -14/+294 |
* | Fix non-strings in the `event_search` table (#12037) | Sean Quah | 2022-02-24 | 3 | -9/+57 |
* | Add logging to `/sync` for debugging #11916 (#12068) | Erik Johnston | 2022-02-23 | 1 | -0/+9 |
* | Remove more references to `get_datastore` (#12067) | Richard van der Hoff | 2022-02-23 | 2 | -5/+2 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 124 | -243/+246 |
* | Remove excess condition on `knock->leave` check (#11900) | Travis Ralston | 2022-02-22 | 1 | -3/+3 |
* | Better error message when failing to request from another process (#12060) | Erik Johnston | 2022-02-22 | 1 | -1/+3 |
* | Implement account status endpoints (MSC3720) (#12001) | Brendan Abolivier | 2022-02-22 | 9 | -2/+310 |
* | Cap the number of in-flight requests for state from a single group (#11608) | reivilibre | 2022-02-22 | 1 | -0/+16 |
* | Use room version 9 as the default room version (per MSC3589). (#12058) | Patrick Cloke | 2022-02-22 | 1 | -1/+1 |
* | Run `_handle_queued_pdus` as a background process (#12041) | Richard van der Hoff | 2022-02-22 | 1 | -2/+4 |
* | Fix slow performance of `/logout` in some cases where refresh tokens are in u... | reivilibre | 2022-02-22 | 2 | -2/+44 |
* | Merge remote-tracking branch 'origin/master' into develop | Erik Johnston | 2022-02-22 | 1 | -1/+1 |
|\ |
|
| * | 1.53.0 v1.53.0 | Erik Johnston | 2022-02-22 | 1 | -1/+1 |
* | | Faster joins: Support for calling `/federation/v1/state` (#12013) | Richard van der Hoff | 2022-02-22 | 4 | -17/+206 |
* | | Fetch images when previewing Twitter URLs. (#11985) | AndrewRyanChama | 2022-02-22 | 2 | -4/+10 |
* | | Use v3 endpoints for fallback auth (Matrix 1.1) (#12019) | Travis Ralston | 2022-02-22 | 1 | -4/+4 |
* | | remote join processing: get create event from state, not auth_chain (#12039) | Richard van der Hoff | 2022-02-21 | 3 | -5/+7 |
* | | Minor typing fixes (#12034) | Richard van der Hoff | 2022-02-21 | 3 | -16/+18 |
* | | Add type hints to `synapse/storage/databases/main` (#11984) | Dirk Klimpel | 2022-02-21 | 5 | -50/+78 |
* | | Advertise Matrix 1.2 in `/_matrix/client/versions` (#12022) | Travis Ralston | 2022-02-21 | 1 | -0/+1 |
* | | Document why auth providers aren't validated in the admin API. (#12004) | Patrick Cloke | 2022-02-18 | 2 | -1/+26 |
* | | Track and deduplicate in-flight requests to `_get_state_for_groups`. (#10870) | reivilibre | 2022-02-18 | 1 | -25/+178 |
* | | Upgrade mypy to version 0.931 (#12030) | Sean Quah | 2022-02-18 | 6 | -13/+21 |
* | | Fix bug in `StateFilter.return_expanded()` and add some tests. (#12016) | reivilibre | 2022-02-18 | 1 | -1/+7 |
* | | Advertise Matrix 1.1 in `/_matrix/client/versions` (#12020) | Travis Ralston | 2022-02-18 | 1 | -0/+1 |
* | | Use stable MSC3069 `is_guest` flag on `/whoami`. (#12021) | Travis Ralston | 2022-02-18 | 1 | -0/+2 |
* | | Fix 500 error with Postgres when looking backwards with the MSC3030 `/timesta... | Eric Eastwood | 2022-02-18 | 1 | -1/+1 |
* | | Remove unstable MSC3283 flags (#12018) | Erik Johnston | 2022-02-17 | 2 | -17/+0 |
* | | Allow modules to set a display name on registration (#12009) | Brendan Abolivier | 2022-02-17 | 3 | -0/+70 |
* | | Faster joins: parse msc3706 fields in send_join response (#12011) | Richard van der Hoff | 2022-02-17 | 4 | -33/+107 |
* | | Remove support for the legacy structured logging configuration. (#12008) | Patrick Cloke | 2022-02-17 | 2 | -167/+8 |
* | | `send_join` response: get create event from `state`, not `auth_chain` (#12005) | Richard van der Hoff | 2022-02-17 | 1 | -1/+1 |
* | | Prevent duplicate push notifications for room reads (#11835) | lukasdenk | 2022-02-17 | 1 | -1/+6 |
* | | Fix a typo in a comment. | Patrick Cloke | 2022-02-16 | 1 | -1/+1 |
* | | Limit concurrent AS joins (#11996) | Brendan Abolivier | 2022-02-16 | 1 | -19/+27 |
* | | Optimise calculating device_list changes in `/sync`. (#11974) | Erik Johnston | 2022-02-15 | 3 | -15/+125 |
* | | `_auth_and_persist_outliers`: drop events we have already seen (#11994) | Richard van der Hoff | 2022-02-15 | 1 | -24/+20 |
* | | Track cache invalidations (#12000) | Erik Johnston | 2022-02-15 | 3 | -1/+9 |
* | | Fix incorrect `get_rooms_for_user` for remote user (#11999) | Erik Johnston | 2022-02-15 | 1 | -11/+16 |
* | | Refactor search code to reduce function size. (#11991) | Patrick Cloke | 2022-02-15 | 2 | -226/+434 |
* | | Fix incorrect thread summaries when the latest event is edited. (#11992) | Patrick Cloke | 2022-02-15 | 3 | -31/+64 |
* | | Merge tag 'v1.53.0rc1' into develop | Sean Quah | 2022-02-15 | 1 | -1/+1 |
|\| |
|
| * | 1.53.0rc1 | Sean Quah | 2022-02-15 | 1 | -1/+1 |
* | | Add some tests for propagation of device list changes between local users (#1... | Andrew Morgan | 2022-02-15 | 1 | -2/+2 |
|/ |
|
* | Revert "Pin to frozendict<2.1.2 (#11625)" and allow frozendict>2.1.2 (#11969) | Pascal Bach | 2022-02-14 | 1 | -1/+1 |
* | Fix M_WRONG_ROOM_KEYS_VERSION error not including `current_version` field (#1... | Michael Telatynski | 2022-02-14 | 1 | -0/+3 |
* | remove empty file, reword/rename newsfragment, and add line to upgrade doc | H. Shay | 2022-02-14 | 1 | -0/+0 |
* | Require that modules register their callbacks using keyword arguments. (#11975) | Patrick Cloke | 2022-02-14 | 1 | -0/+6 |
* | Use version string helper from matrix-common (#11979) | David Robertson | 2022-02-14 | 10 | -106/+33 |
* | Notify users, rather than rooms, of device list updates (#11905) | Andrew Morgan | 2022-02-12 | 1 | -5/+3 |
* | Implement MSC3706: partial state in `/send_join` response (#11967) | Richard van der Hoff | 2022-02-12 | 4 | -17/+109 |
* | Enable cache time-based expiry by default (#11849) | Shay | 2022-02-11 | 2 | -7/+33 |
* | Support the MSC3715 for `/relations`. (#11941) | Patrick Cloke | 2022-02-11 | 1 | -0/+4 |
* | Fetch thread summaries for multiple events in a single query (#11752) | Patrick Cloke | 2022-02-11 | 2 | -74/+150 |
* | Remove deprecated user_may_create_room_with_invites callback (#11950) | Brendan Abolivier | 2022-02-11 | 3 | -52/+0 |
* | Fix to-device being dropped in limited sync in SQLite. (#11966) | Erik Johnston | 2022-02-11 | 1 | -1/+4 |
* | fix import cycle (#11965) | Richard van der Hoff | 2022-02-11 | 1 | -23/+31 |
* | Adds misc missing type hints (#11953) | Patrick Cloke | 2022-02-11 | 6 | -34/+39 |
* | Support the stable API endpoint for MSC3283: new settings in `/capabilities` ... | Dirk Klimpel | 2022-02-11 | 1 | -1/+14 |
* | Support pagination tokens from /sync and /messages in the relations API. (#11... | Patrick Cloke | 2022-02-10 | 3 | -39/+79 |
* | Implement a content type allow list for URL previews (#11936) | Denis Kasak | 2022-02-10 | 2 | -0/+26 |
* | Add missing type hints to synapse.replication. (#11938) | Patrick Cloke | 2022-02-08 | 15 | -144/+198 |
* | Experimental support to include bundled aggregations in search results (MSC36... | Patrick Cloke | 2022-02-08 | 3 | -7/+37 |
* | Remove unnecessary ignores due to Twisted upgrade. (#11939) | Patrick Cloke | 2022-02-08 | 3 | -4/+4 |
* | Merge branch 'master' into develop | Brendan Abolivier | 2022-02-08 | 1 | -1/+1 |
|\ |
|
| * | 1.52.0 | Brendan Abolivier | 2022-02-08 | 1 | -1/+1 |
* | | Add missing type hints to synapse.replication.http. (#11856) | Patrick Cloke | 2022-02-08 | 12 | -162/+257 |
* | | Fetch edits for multiple events in a single query. (#11660) | Patrick Cloke | 2022-02-08 | 2 | -54/+100 |
* | | Return JSON errors for unknown resources under /matrix/client. (#11930) | Patrick Cloke | 2022-02-08 | 1 | -7/+2 |
* | | Add a docstring to `add_device_change_to_streams` and fix some nearby types (... | Andrew Morgan | 2022-02-08 | 1 | -6/+16 |
* | | Add a callback to allow modules to deny 3PID (#11854) | Brendan Abolivier | 2022-02-08 | 5 | -6/+66 |
* | | Fix historical messages backfilling in random order on remote homeservers (MS... | Eric Eastwood | 2022-02-07 | 8 | -149/+341 |
* | | Remove optional state of `ApplicationService.is_interested`'s `store` paramet... | Andrew Morgan | 2022-02-07 | 2 | -19/+6 |
* | | Pass the proper type when uploading files. (#11927) | Patrick Cloke | 2022-02-07 | 1 | -4/+9 |
* | | Clean up an indirect reference to the homeserver datastore (#11914) | Andrew Morgan | 2022-02-07 | 1 | -2/+2 |
* | | Stabilise MSC3231 (Token Based Registration) (#11867) | Jonathan de Jong | 2022-02-04 | 3 | -6/+5 |
* | | Remove support for the webclient listener. (#11895) | Patrick Cloke | 2022-02-03 | 3 | -68/+15 |
* | | Add a ratelimiter for 3pid invite (#11892) | Brendan Abolivier | 2022-02-03 | 2 | -1/+23 |
* | | Improve opentracing for federation requests (#11870) | Richard van der Hoff | 2022-02-03 | 2 | -19/+60 |
* | | Fixes for opentracing scopes (#11869) | Richard van der Hoff | 2022-02-02 | 2 | -35/+70 |
* | | Invalidate the get_users_in_room{_with_profile} caches only when necessary. (... | Patrick Cloke | 2022-02-02 | 2 | -8/+19 |
* | | Fix type errors introduced by new annotations in the Prometheus Client librar... | reivilibre | 2022-02-02 | 2 | -3/+10 |
* | | Fix losing incoming EDUs if debug logging enabled (#11890) | David Robertson | 2022-02-02 | 1 | -2/+2 |
* | | Describe `prune_unread_entries` in docstrings (#11876) | David Robertson | 2022-02-02 | 3 | -2/+17 |
* | | Revert experimental push rules from #7997. (#11884) | Patrick Cloke | 2022-02-02 | 4 | -252/+13 |
* | | Add a background database update to purge account data for deactivated users.... | reivilibre | 2022-02-02 | 2 | -55/+129 |
* | | Allow modules to retrieve server and worker names (#11868) | Brendan Abolivier | 2022-02-01 | 1 | -0/+26 |
* | | Send to-device messages to application services (#11215) | Andrew Morgan | 2022-02-01 | 10 | -94/+507 |
|/ |
|
* | 1.52.0rc1 | David Robertson | 2022-02-01 | 1 | -1/+1 |
* | Remove the obsolete MSC1849 configuration flag. (#11843) | Patrick Cloke | 2022-01-31 | 2 | -6/+0 |
* | Configurable limits on avatars (#11846) | Brendan Abolivier | 2022-01-28 | 3 | -0/+100 |
* | Pass `isolation_level` to `runWithConnection` (#11847) | Brendan Abolivier | 2022-01-27 | 1 | -0/+1 |
* | Create singletons for `StateFilter.{all,none}()` (#11836) | Richard van der Hoff | 2022-01-27 | 1 | -5/+9 |
* | Fix some indentation inconsistencies in the sample config (modules) (#11838) | Dirk Klimpel | 2022-01-27 | 1 | -5/+5 |
* | Include `prev_content` field in AS events (#11798) | Vaishnav Nair | 2022-01-26 | 1 | -1/+1 |
* | Add a module callback to set username at registration (#11790) | Brendan Abolivier | 2022-01-26 | 3 | -1/+91 |
* | Improvements to bundling aggregations. (#11815) | Patrick Cloke | 2022-01-26 | 10 | -138/+210 |
* | Don't print HTTPStatus.* in "Processed..." logs (#11827) | David Robertson | 2022-01-26 | 1 | -1/+4 |
* | Avoid type annotation problems in prom-client (#11834) | David Robertson | 2022-01-26 | 1 | -1/+2 |
* | Add a config flag to inhibit `M_USER_IN_USE` during registration (#11743) | Brendan Abolivier | 2022-01-26 | 3 | -12/+37 |
* | Fix another jsonschema typecheck error (#11830) | David Robertson | 2022-01-25 | 1 | -4/+2 |
* | Check that `gc` method is available before using in `synapse/app/_base` (#11... | Shay | 2022-01-25 | 1 | -6/+8 |
* | Add admin API to get a list of federated rooms (#11658) | Dirk Klimpel | 2022-01-25 | 3 | -0/+106 |
* | Log modules at startup (#11813) | Brendan Abolivier | 2022-01-25 | 1 | -1/+2 |
* | Db txn set isolation level (#11799) | Nick Barrett | 2022-01-25 | 4 | -5/+60 |
* | Minor updates, and docs, for schema delta files (#11823) | Richard van der Hoff | 2022-01-25 | 1 | -3/+6 |
* | Merge branch 'master' into develop | David Robertson | 2022-01-25 | 1 | -1/+1 |
|\ |
|
| * | 1.51.0 | David Robertson | 2022-01-25 | 1 | -1/+1 |
* | | Add admin API to reset connection timeouts for remote server (#11639) | Dirk Klimpel | 2022-01-25 | 7 | -28/+92 |
* | | Ignore the jsonschema type. (#11817) | Patrick Cloke | 2022-01-25 | 1 | -1/+3 |
* | | Apply a timeout to reading the body when fetching a file. (#11784) | Patrick Cloke | 2022-01-24 | 1 | -3/+12 |
* | | Support rendering previews with data: URLs in them (#11767) | Patrick Cloke | 2022-01-24 | 2 | -64/+191 |
* | | Merge tag 'v1.51.0rc2' into develop | Andrew Morgan | 2022-01-24 | 2 | -2/+5 |
|\| |
|
| * | 1.51.0rc2 v1.51.0rc2 | Andrew Morgan | 2022-01-24 | 1 | -1/+1 |
| * | Fix logic for dropping old events in fed queue (#11806) | Andrew Morgan | 2022-01-24 | 1 | -1/+4 |
* | | Remove account data (including client config, push rules and ignored users) u... | reivilibre | 2022-01-24 | 2 | -2/+74 |
* | | Drop support for and remove references to EOL Python 3.6 (#11683) | Shay | 2022-01-21 | 4 | -14/+9 |
* | | Merge tag 'v1.51.0rc1' into develop | Olivier Wilkinson (reivilibre) | 2022-01-21 | 1 | -1/+1 |
|\| |
|
| * | 1.51.0rc1 | Olivier Wilkinson (reivilibre) | 2022-01-21 | 1 | -1/+1 |
| * | Do not try to serialize raw aggregations dict. (#11791) | Patrick Cloke | 2022-01-21 | 3 | -18/+10 |
* | | Add `state_key` and `rejection_reason` to `events` (#11792) | Richard van der Hoff | 2022-01-21 | 3 | -4/+37 |
* | | Do not try to serialize raw aggregations dict. (#11791) | Patrick Cloke | 2022-01-21 | 3 | -18/+10 |
* | | Drop unused table `public_room_list_stream`. (#11795) | Richard van der Hoff | 2022-01-21 | 3 | -2/+21 |
* | | Stop reading from `event_reference_hashes` (#11794) | Richard van der Hoff | 2022-01-21 | 4 | -33/+30 |
* | | Add `FrozenEvent.get_state_key` and use it in a couple of places (#11793) | Richard van der Hoff | 2022-01-21 | 2 | -5/+10 |
* | | Make the `get_global_account_data_by_type_for_user` cache be a tree-cache who... | reivilibre | 2022-01-21 | 4 | -7/+7 |
* | | Make `get_account_data_for_room_and_type` a tree cache (#11789) | reivilibre | 2022-01-21 | 1 | -1/+1 |
|/ |
|
* | Correctly await on_logged_out callbacks (#11786) | Brendan Abolivier | 2022-01-20 | 1 | -1/+1 |
* | Fix redirecting to the webclient for non-HTTP(S) web_client_location. (#11783) | Patrick Cloke | 2022-01-20 | 1 | -1/+8 |
* | Partially revert #11675; prevent attempting to create pushers on workers (#11... | Andrew Morgan | 2022-01-20 | 1 | -7/+5 |
* | Add deprecation warnings for `webclient` listener and non-HTTP(S) `web_client... | Patrick Cloke | 2022-01-20 | 2 | -19/+27 |
* | Debug for device lists updates (#11760) | David Robertson | 2022-01-20 | 3 | -0/+45 |
* | Fix a bug that corrupted the cache of federated space hierarchies (#11775) | Sean Quah | 2022-01-20 | 2 | -10/+11 |
* | Comments and typing for `_update_outliers_txn` (#11776) | Richard van der Hoff | 2022-01-19 | 1 | -12/+23 |
* | Fix mypy for platforms without epoll support. (#11771) | Patrick Cloke | 2022-01-19 | 1 | -2/+2 |
* | Add missing `auto_attribs=True` to the `_WrappedRustReporter` class (#11768) | Andrew Morgan | 2022-01-19 | 1 | -1/+1 |
* | Fix preview of imgur and Tenor URLs. (#11669) | Philippe Daouadi | 2022-01-18 | 2 | -13/+32 |
* | Merge branch 'master' into develop | Andrew Morgan | 2022-01-18 | 2 | -3/+8 |
|\ |
|
| * | 1.50.1 | Andrew Morgan | 2022-01-18 | 1 | -1/+1 |
| * | Partially revert #11602 to prevent webclient overriding client resource (#11764) | Andrew Morgan | 2022-01-18 | 1 | -2/+7 |
* | | Include whether the requesting user has participated in a thread. (#11577) | Patrick Cloke | 2022-01-18 | 7 | -18/+81 |
* | | Remove `log_function` and its uses (#11761) | Richard van der Hoff | 2022-01-18 | 12 | -155/+0 |
* | | Merge branch 'master' into develop | Andrew Morgan | 2022-01-18 | 1 | -1/+1 |
|\| |
|
| * | 1.50.0 | Andrew Morgan | 2022-01-18 | 1 | -1/+1 |
* | | Add a flag to the `synapse_review_recent_signups` script to ignore and filter... | lukasdenk | 2022-01-17 | 2 | -8/+22 |
* | | Fix up docs for `track_puppeted_user_ips` (again) (#11757) | Richard van der Hoff | 2022-01-17 | 1 | -4/+12 |
* | | Update documentation for configuring facebook login (#11755) | Richard van der Hoff | 2022-01-17 | 1 | -3/+6 |
* | | Improve `reactor_tick_time` metric (#11724) | Richard van der Hoff | 2022-01-17 | 2 | -93/+84 |
* | | Make pagination of rooms in admin api stable (#11737) | Daniel Sonck | 2022-01-17 | 1 | -9/+9 |
* | | Merge branch 'release-v1.50' into develop | Olivier Wilkinson (reivilibre) | 2022-01-14 | 2 | -18/+86 |
|\| |
|
| * | 1.50.0rc2 | Olivier Wilkinson (reivilibre) | 2022-01-14 | 1 | -1/+1 |
| * | Fix a bug introduced in Synapse v1.50.0rc1 whereby outbound federation could ... | reivilibre | 2022-01-13 | 1 | -16/+78 |
| * | Fix a bug introduced in Synapse v1.0.0 whereby device list updates would not ... | reivilibre | 2022-01-12 | 1 | -1/+7 |
* | | Remove the 'password_hash' from the Users Admin API endpoint response diction... | Andrew Morgan | 2022-01-14 | 2 | -22/+47 |
* | | Fix sample_config.yaml in regards track_puppeted_user_ips (#11749) | Jason Robinson | 2022-01-14 | 1 | -5/+6 |
* | | Replace uses of simple_insert_many with simple_insert_many_values. (#11742) | Patrick Cloke | 2022-01-13 | 16 | -277/+242 |
* | | Fix missing app variable in mail subject (#11745) | David Robertson | 2022-01-13 | 1 | -2/+2 |
* | | update room spec url in config files (#11739) | qwertyforce | 2022-01-13 | 1 | -1/+1 |
* | | Include bundled aggregations in the sync response cache. (#11659) | Patrick Cloke | 2022-01-13 | 2 | -14/+13 |
* | | Simplify GC prometheus metrics (#11723) | Richard van der Hoff | 2022-01-13 | 3 | -160/+208 |
* | | Use auto_attribs/native type hints for attrs classes. (#11692) | Patrick Cloke | 2022-01-13 | 39 | -307/+299 |
* | | Allow tracking puppeted users for MAU (#11561) | Jason Robinson | 2022-01-12 | 2 | -0/+23 |
* | | Fix docstring on `add_account_data_for_user`. (#11716) | reivilibre | 2022-01-10 | 2 | -2/+2 |
* | | Support spaces with > 50 rooms in the /hierarchy endpoint. (#11695) | Patrick Cloke | 2022-01-07 | 1 | -8/+22 |
* | | Merge branch 'release-v1.50' into develop | Olivier Wilkinson (reivilibre) | 2022-01-07 | 3 | -1/+11 |
|\| |
|
| * | Work around Mjolnir compatibility issue by adding an import for `glob_to_rege... | reivilibre | 2022-01-06 | 1 | -0/+7 |
| * | Include `io.element.thread` capability for MSC3440. (#11690) | Patrick Cloke | 2022-01-05 | 1 | -0/+3 |
| * | 1.50.0rc1 | Olivier Wilkinson (reivilibre) | 2022-01-05 | 1 | -1/+1 |
* | | Bundle aggregations outside of the serialization method. (#11612) | Patrick Cloke | 2022-01-07 | 15 | -155/+247 |
* | | Remove the /send_relation endpoint. (#11682) | Patrick Cloke | 2022-01-06 | 1 | -120/+5 |
* | | Remove a Python 2-ism and improve type hints. (#11699) | Patrick Cloke | 2022-01-06 | 1 | -12/+7 |
* | | Strip unauthorized fields from `unsigned` object in events received over fede... | Shay | 2022-01-06 | 1 | -0/+25 |
* | | Make room creations denied by `user_may_create_room` cause an `M_FORBIDDEN` e... | lukasdenk | 2022-01-06 | 1 | -2/+6 |
* | | Remove debug logging for #4422 (#11693) | David Robertson | 2022-01-06 | 1 | -37/+1 |
* | | Fix space hierarchy endpoint to match MSC2946 (#11667) | Travis Ralston | 2022-01-05 | 1 | -2/+4 |
* | | Fix get federation status of destination if no error occured (#11593) | Dirk Klimpel | 2022-01-05 | 2 | -7/+30 |
* | | Run `pyupgrade --py37-plus --keep-percent-format` on Synapse (#11685) | Shay | 2022-01-05 | 2 | -2/+1 |
* | | Cache empty responses from `/user/devices` (#11587) | David Robertson | 2022-01-05 | 2 | -3/+15 |
|/ |
|
* | Refactor the way we set `outlier` (#11634) | Richard van der Hoff | 2022-01-05 | 3 | -44/+14 |
* | Fix link from generated configuration file to documentation (#11678) | Philipp Matthias Schäfer | 2022-01-05 | 1 | -1/+1 |
* | Fix SimpleHttpClient not sending Accept header in `get_json` (#11677) | Fr3shTea | 2022-01-05 | 1 | -1/+1 |
* | Add admin API to get users' account data (#11664) | Dirk Klimpel | 2022-01-05 | 2 | -0/+32 |
* | Re-apply: Move glob_to_regex and re_word_boundary to matrix-python-common #11... | reivilibre | 2022-01-05 | 6 | -64/+12 |
* | Fix AssertionErrors after purging events (#11642) | Richard van der Hoff | 2022-01-04 | 2 | -3/+26 |
* | `FederationClient.backfill`: stop flagging events as outliers (#11632) | Richard van der Hoff | 2022-01-04 | 2 | -2/+4 |
* | Remove redundant `get_current_events_token` (#11643) | Richard van der Hoff | 2022-01-04 | 6 | -36/+19 |
* | Better error messages from `get_create_event_for_room` (#11638) | Richard van der Hoff | 2022-01-04 | 1 | -1/+5 |
* | Include the topic event in the prejoin state, per MSC3173. (#11666) | Patrick Cloke | 2022-01-04 | 1 | -0/+2 |
* | Convert all namedtuples to attrs. (#11665) | Patrick Cloke | 2021-12-30 | 20 | -205/+225 |
* | Add type hints to `synapse/storage/databases/main/events_bg_updates.py` (#11654) | Dirk Klimpel | 2021-12-30 | 1 | -29/+40 |
* | Improve type hints in storage classes. (#11652) | Dirk Klimpel | 2021-12-29 | 9 | -34/+43 |
* | Do not attempt to bundled aggregations for /members and /state. (#11623) | Patrick Cloke | 2021-12-29 | 1 | -3/+1 |
* | Add type hints to `synapse/storage/databases/main/stats.py` (#11653) | Dirk Klimpel | 2021-12-29 | 1 | -41/+53 |
* | Update to the current version of Black and run it on Synapse codebase (#11596) | Shay | 2021-12-23 | 2 | -2/+0 |
* | Fix mypy error with opentracing.tags. (#11622) | Patrick Cloke | 2021-12-23 | 1 | -0/+1 |
* | Merge branch 'master' into develop | Richard van der Hoff | 2021-12-21 | 2 | -2/+3 |
|\ |
|
| * | 1.49.2 | Richard van der Hoff | 2021-12-21 | 1 | -1/+1 |
| * | Pin to frozendict<2.1.2 (#11625) | Richard van der Hoff | 2021-12-21 | 1 | -1/+2 |
| * | 1.49.1 | Richard van der Hoff | 2021-12-21 | 1 | -1/+1 |
* | | Add type hints to event_push_actions. (#11594) | Patrick Cloke | 2021-12-21 | 7 | -145/+210 |
* | | Various opentracing enhancements (#11619) | Richard van der Hoff | 2021-12-21 | 4 | -21/+64 |
* | | Do not bundle aggregations for APIs which shouldn't include them. (#11592) | Patrick Cloke | 2021-12-20 | 8 | -27/+30 |
* | | Improve opentracing support for `ResponseCache` (#11607) | Richard van der Hoff | 2021-12-20 | 3 | -37/+114 |
* | | Improve opentracing for incoming HTTP requests (#11618) | Richard van der Hoff | 2021-12-20 | 3 | -73/+64 |
* | | Merge remote-tracking branch 'origin/release-v1.49' into develop | Richard van der Hoff | 2021-12-20 | 1 | -1/+9 |
|\| |
|
| * | Disable aggregation bundling on `/sync` responses (#11583) | Richard van der Hoff | 2021-12-20 | 1 | -1/+9 |
* | | Return JSON errors for unknown resources under /matrix/client. (#11602) | Patrick Cloke | 2021-12-20 | 2 | -10/+5 |
* | | Add opentracing types (#11603) | Shay | 2021-12-20 | 2 | -10/+16 |