| Commit message (Expand) | Author | Age | Files | Lines |
* | HTTP Replication Client (#15470) | Jason Little | 2023-05-09 | 1 | -0/+1 |
* | Add config option to prevent media downloads from listed domains. (#15197) | Travis Ralston | 2023-05-09 | 1 | -0/+139 |
* | Check appservices for devices during a /user/devices query. (#15539) | Patrick Cloke | 2023-05-05 | 1 | -1/+134 |
* | Implement MSC4009 to widen the allowed Matrix ID grammar (#15536) | Patrick Cloke | 2023-05-05 | 1 | -0/+13 |
* | Factor out an `is_mine_server_name` method (#15542) | Sean Quah | 2023-05-05 | 1 | -2/+14 |
* | Move ThirdPartyEventRules into module_api/callbacks (#15535) | Andrew Morgan | 2023-05-04 | 2 | -22/+38 |
* | Merge branch 'release-v1.83' into develop | Sean Quah | 2023-05-03 | 2 | -4/+4 |
|\ |
|
| * | Revert "Reduce the size of the HTTP connection pool for non-pushers" (#15530) v1.83.0rc1 | Sean Quah | 2023-05-03 | 2 | -4/+4 |
* | | Add config option to forget rooms automatically when users leave them (#15224) | Sean Quah | 2023-05-03 | 1 | -0/+11 |
* | | Remove references to supporting per-user flag for msc2654 (#15522) | Shay | 2023-05-02 | 1 | -6/+2 |
* | | Allow adding random delay to push (#15516) | Erik Johnston | 2023-05-02 | 1 | -0/+37 |
|/ |
|
* | Reduce the size of the HTTP connection pool for non-pushers. (#15514) | Patrick Cloke | 2023-05-02 | 2 | -4/+4 |
* | Initial implementation of MSC3981: recursive relations API (#15315) | Patrick Cloke | 2023-05-02 | 1 | -0/+120 |
* | Add an admin API endpoint to support per-user feature flags (#15344) | Shay | 2023-04-28 | 1 | -0/+127 |
* | Add support for claiming multiple OTKs at once. (#15468) | Patrick Cloke | 2023-04-27 | 2 | -24/+19 |
* | Add column `full_user_id` to tables `profiles` and `user_filters`. (#15458) | Shay | 2023-04-26 | 6 | -44/+56 |
* | Add unstable /keys/claim endpoint which always returns fallback keys. (#15462) | Patrick Cloke | 2023-04-25 | 1 | -6/+235 |
* | Finish type hints for federation client HTTP code. (#15465) | Patrick Cloke | 2023-04-24 | 2 | -8/+8 |
* | Remove legacy code of single user device resync api (#15418) | Alok Kumar Singh | 2023-04-21 | 1 | -1/+3 |
* | Modify StoreKeyFetcher to read from server_keys_json. (#15417) | Patrick Cloke | 2023-04-20 | 4 | -48/+58 |
* | Speedup tests by caching HomeServerConfig instances (#15284) | Val Lorentz | 2023-04-18 | 1 | -2/+60 |
* | Move Spam Checker callbacks to a dedicated file (#15453) | Andrew Morgan | 2023-04-18 | 4 | -10/+22 |
* | Delete pushers after calling on_logged_out module hook on device delete (#15410) | Mathieu Velten | 2023-04-14 | 1 | -1/+50 |
* | Convert async to normal tests in `TestSSOHandler` (#15433) | Dirk Klimpel | 2023-04-14 | 1 | -4/+4 |
* | Improve robustness when handling a perspective key response by deduplicating ... | reivilibre | 2023-04-13 | 3 | -21/+17 |
* | Implement MSC2174: move redacts to a content property. (#15395) | Patrick Cloke | 2023-04-13 | 2 | -4/+47 |
* | Throw if the appservice config list is the wrong type (#15425) | Will Hunt | 2023-04-12 | 1 | -0/+40 |
* | Implement MSC3989 to redact the origin field. (#15393) | Patrick Cloke | 2023-04-05 | 1 | -0/+7 |
* | Delete server-side backup keys when deactivating an account. (#15181) | Shay | 2023-04-04 | 1 | -0/+157 |
* | Call appservices on modern paths, falling back to legacy paths. (#15317) | Patrick Cloke | 2023-04-03 | 1 | -2/+55 |
* | Revert pruning of old devices (#15360) | Erik Johnston | 2023-03-31 | 4 | -52/+3 |
* | to_device updates could be dropped when consuming the replication stream (#15... | Mathieu Velten | 2023-03-30 | 3 | -5/+93 |
* | Speed up SQLite unit test CI (#15334) | Erik Johnston | 2023-03-30 | 2 | -3/+36 |
* | Implement MSC3984 to proxy /keys/query requests to appservices. (#15321) | Patrick Cloke | 2023-03-30 | 1 | -1/+120 |
* | Fix spinloop during partial state sync when a prev event is in backoff (#15351) | Sean Quah | 2023-03-30 | 1 | -4/+9 |
* | Add the ability to enable/disable registrations when in the OIDC flow (#14978) | Warren Bailey | 2023-03-30 | 1 | -1/+16 |
* | Fix registering a device on an account with lots of devices (#15348) | Erik Johnston | 2023-03-29 | 1 | -0/+47 |
* | Delete stale non-e2e devices for users, take 3 (#15183) | Erik Johnston | 2023-03-29 | 3 | -3/+5 |
* | Implement MSC3983 to proxy /keys/claim queries to appservices. (#15314) | Patrick Cloke | 2023-03-28 | 2 | -1/+134 |
* | Bump ruff from 0.0.252 to 0.0.259 (#15328) | dependabot[bot] | 2023-03-28 | 2 | -3/+9 |
* | Make cleaning up pushers depend on the device_id instead of the token_id (#15... | Quentin Gliech | 2023-03-24 | 4 | -32/+28 |
* | Reject mentions on the C-S API which are invalid. (#15311) | Patrick Cloke | 2023-03-24 | 1 | -38/+56 |
* | Use immutabledict instead of frozendict (#15113) | David Robertson | 2023-03-22 | 5 | -41/+43 |
* | Make `POST /_matrix/client/v3/rooms/{roomId}/report/{eventId}` endpoint retur... | Andrew Morgan | 2023-03-21 | 1 | -0/+37 |
* | Make `EventHandler.get_event` return `None` when the requested event is not f... | Andrew Morgan | 2023-03-21 | 1 | -0/+5 |
* | Fix error when sending message into deleted room. (#15235) | Erik Johnston | 2023-03-21 | 1 | -0/+15 |
* | Separate HTTP preview code and URL previewer. (#15269) | Patrick Cloke | 2023-03-20 | 1 | -18/+16 |
* | Add Synapse-Trace-Id to access-control-expose-headers header (#14974) | Shay | 2023-03-20 | 1 | -0/+4 |
* | Remove no-op send_command for Redis replication. (#15274) | Patrick Cloke | 2023-03-16 | 1 | -63/+0 |
* | Refresh remote profiles that have been marked as stale, in order to fill the ... | reivilibre | 2023-03-16 | 1 | -2/+185 |
* | Move Account Validity callbacks to a dedicated file (#15237) | Andrew Morgan | 2023-03-16 | 1 | -3/+2 |
* | Merge branch 'release-v1.79' into develop | David Robertson | 2023-03-13 | 4 | -15/+162 |
|\ |
|
| * | Ensure fed-sender catchup does not block for full state (#15248) | David Robertson | 2023-03-13 | 2 | -1/+117 |
| * | Refactor `filter_events_for_server` (#15240) | David Robertson | 2023-03-10 | 1 | -5/+35 |
| * | Fix missing conditional for registering `on_remove_user_third_party_identifie... | Andrew Morgan | 2023-03-10 | 1 | -9/+10 |
* | | Pull in netaddr type hints. (#15231) | Patrick Cloke | 2023-03-09 | 1 | -1/+1 |
* | | Stabilize support for MSC3873: disambuguated event push keys. (#15190) | Patrick Cloke | 2023-03-07 | 1 | -7/+3 |
* | | Pass the Requester down to the HttpTransactionCache. (#15200) | Quentin Gliech | 2023-03-07 | 1 | -13/+42 |
* | | Stabilize support for MSC3966: event_property_contains push condition. (#15187) | Patrick Cloke | 2023-03-07 | 2 | -18/+3 |
|/ |
|
* | Stop applying edits to event contents (MSC3925). (#15193) | Patrick Cloke | 2023-03-06 | 1 | -49/+10 |
* | Stabilize support for MSC3758: event_property_is push condition (#15185) | Patrick Cloke | 2023-03-06 | 2 | -20/+5 |
* | Fix ICU tests on alpine / macOS. (#15177) | 6543 | 2023-03-03 | 1 | -0/+2 |
* | Update intentional mentions (MSC3952) to depend on `exact_event_property_cont... | Patrick Cloke | 2023-03-02 | 2 | -31/+4 |
* | Implementation of MSC3967: Don't require UIA for initial upload of cross sign... | Hugh Nimmo-Smith | 2023-03-02 | 1 | -0/+141 |
* | Remove support for aggregating reactions (#15172) | Richard van der Hoff | 2023-02-28 | 1 | -150/+28 |
* | Merge branch 'master' into develop | H. Shay | 2023-02-28 | 1 | -0/+61 |
|\ |
|
| * | Fix bug where 5s delays would occasionally happen. (#15150) | Erik Johnston | 2023-02-24 | 1 | -0/+61 |
* | | Fix a long-standing bug where an initial sync would not respond to changes to... | reivilibre | 2023-02-28 | 1 | -0/+22 |
* | | Do not accept pattern_type from user input in push rules. (#15088) | Patrick Cloke | 2023-02-28 | 1 | -0/+27 |
* | | Admin API endpoint to delete a reported event (#15116) | Dirk Klimpel | 2023-02-28 | 1 | -2/+141 |
* | | Add module API callbacks for adding and deleting local 3PID associations (#15044 | Andrew Morgan | 2023-02-27 | 2 | -4/+123 |
* | | Refactor media modules. (#15146) | Patrick Cloke | 2023-02-27 | 9 | -15/+15 |
* | | Batch up storing state groups when creating new room (#14918) | Shay | 2023-02-24 | 7 | -20/+161 |
* | | Improve handling of non-ASCII characters in user directory search (#15143) | Sean Quah | 2023-02-24 | 1 | -0/+133 |
* | | Do not fail completely if oEmbed autodiscovery fails. (#15092) | Patrick Cloke | 2023-02-23 | 1 | -3/+41 |
* | | Fix a typo in MSC3873 config option. (#15138) | Patrick Cloke | 2023-02-23 | 1 | -1/+1 |
* | | Add information on uploaded media to user export command. (#15107) | Dirk Klimpel | 2023-02-23 | 1 | -0/+29 |
* | | Bump black from 22.12.0 to 23.1.0 (#15103) | dependabot[bot] | 2023-02-22 | 45 | -101/+24 |
* | | Remove unused `room_alias` field from `/createRoom` response (#15093) | David Robertson | 2023-02-22 | 4 | -11/+12 |
|/ |
|
* | Fix a bug introduced in Synapse v1.74.0 where searching with colons when usin... | reivilibre | 2023-02-20 | 2 | -1/+69 |
* | Fix-up type hints in tests/server.py. (#15084) | Patrick Cloke | 2023-02-17 | 7 | -127/+225 |
* | Add account data to export command (#14969) | Dirk Klimpel | 2023-02-17 | 1 | -0/+27 |
* | Use mypy 1.0 (#15052) | David Robertson | 2023-02-16 | 7 | -38/+65 |
* | Update intentional mentions (MSC3952) to depend on `exact_event_match` (MSC37... | Patrick Cloke | 2023-02-16 | 2 | -25/+16 |
* | Add final type hint to tests.unittest. (#15072) | Patrick Cloke | 2023-02-14 | 53 | -317/+432 |
* | Implement MSC3966: Add a push rule condition to search for a value in an arra... | Patrick Cloke | 2023-02-14 | 1 | -3/+50 |
* | Prevent clients from reporting nonexistent events. (#13779) | reivilibre | 2023-02-14 | 1 | -0/+12 |
* | Faster joins: don't stall when a user joins during a fast join (#14606) | Mathieu Velten | 2023-02-10 | 1 | -20/+20 |
* | Return read-only collections from `@cached` methods (#13755) | Sean Quah | 2023-02-10 | 1 | -2/+2 |
* | Support for MSC3758: exact_event_match push condition (#14964) | Patrick Cloke | 2023-02-10 | 1 | -4/+143 |
* | Add a class UnpersistedEventContext to allow for the batching up of storing s... | Shay | 2023-02-09 | 7 | -14/+43 |
* | Respond correctly to unknown methods on known endpoints (#14605) | Patrick Cloke | 2023-02-09 | 1 | -3/+6 |
* | Proper types for `tests.module_api` (#15031) | David Robertson | 2023-02-09 | 2 | -53/+79 |
* | Add more missing type hints to tests. (#15028) | Patrick Cloke | 2023-02-08 | 12 | -93/+123 |
* | Add missing type hints to tests. (#15027) | Patrick Cloke | 2023-02-08 | 6 | -58/+69 |
* | MSC3873: Escape keys when flattening dicts. (#15004) | Patrick Cloke | 2023-02-08 | 1 | -0/+8 |
* | Typecheck tests.rest.media.v1.test_media_storage (#15008) | David Robertson | 2023-02-07 | 1 | -18/+31 |
* | Proper types for tests.test_terms_auth (#15007) | David Robertson | 2023-02-07 | 1 | -6/+13 |
* | Add tests for using _flatten_dict with an event. (#15002) | Patrick Cloke | 2023-02-07 | 1 | -1/+62 |
* | Properly typecheck types.http (#14988) | David Robertson | 2023-02-07 | 13 | -185/+289 |
* | Add missing types to test_state. (#14985) | Patrick Cloke | 2023-02-06 | 1 | -61/+137 |
* | Type hints for tests.federation (#14991) | David Robertson | 2023-02-06 | 8 | -91/+125 |
* | Add missing type hints to tests.replication. (#14987) | Patrick Cloke | 2023-02-06 | 19 | -149/+189 |
* | Type hints for tests.appservice (#14990) | David Robertson | 2023-02-06 | 3 | -51/+100 |
* | Properly typecheck tests.api (#14983) | David Robertson | 2023-02-03 | 4 | -107/+134 |
* | Implement MSC3958: suppress notifications from edits (#14960) | Patrick Cloke | 2023-02-03 | 1 | -1/+41 |
* | Properly typecheck tests.app (#14984 | David Robertson | 2023-02-03 | 3 | -14/+25 |
* | Add a docstring & tests for _flatten_dict. (#14981) | Patrick Cloke | 2023-02-03 | 1 | -1/+25 |
* | Support the backwards compatibility features in MSC3952. (#14958) | Patrick Cloke | 2023-02-03 | 2 | -58/+151 |
* | Faster joins: Refactor handling of servers in room (#14954) | Sean Quah | 2023-02-03 | 2 | -2/+2 |
* | Reload the pyo3-log config when the Python logging config changes. (#14976) | Patrick Cloke | 2023-02-03 | 1 | -0/+3 |
* | Add helper to parse an enum from query args & use it. (#14956) | Patrick Cloke | 2023-02-01 | 1 | -1/+4 |
* | Attempt to delete more duplicate rows in receipts_linearized table. (#14915) | Patrick Cloke | 2023-02-01 | 1 | -1/+3 |
* | Add more user information to export-data command. (#14894) | Dirk Klimpel | 2023-02-01 | 1 | -0/+60 |
* | Make sqlite database migrations transactional again, part two (#14926) | Sean Quah | 2023-01-31 | 1 | -0/+96 |
* | Handle malformed values of `notification.room` in power level events (#14942) | David Robertson | 2023-01-30 | 2 | -14/+111 |
* | Implement MSC3952: Intentional mentions (#14823) | Patrick Cloke | 2023-01-27 | 2 | -7/+147 |
* | Add missing type hints in tests (#14879) | Patrick Cloke | 2023-01-26 | 5 | -38/+69 |
* | Fix type hints in typing edu unit tests (#14886) | Andrew Morgan | 2023-01-26 | 3 | -42/+65 |
* | Add missing type hints for tests.events. (#14904) | Patrick Cloke | 2023-01-25 | 3 | -61/+85 |
* | Fix type hints in knocking tests. (#14887) | Andrew Morgan | 2023-01-25 | 2 | -6/+4 |
* | Faster joins: omit partial rooms from eager syncs until the resync completes ... | David Robertson | 2023-01-23 | 3 | -8/+10 |
* | Skip processing stats for broken rooms. (#14873) | Patrick Cloke | 2023-01-23 | 1 | -34/+54 |
* | Fix type hints for Monthly Active Users tests (#14889) | Andrew Morgan | 2023-01-22 | 1 | -6/+7 |
* | Add type hints to `TestRatelimiter` (#14885) | Andrew Morgan | 2023-01-21 | 1 | -15/+51 |
* | Always notify replication when a stream advances (#14877) | Erik Johnston | 2023-01-20 | 3 | -16/+14 |
* | Faster joins: Avoid starting duplicate partial state syncs (#14844) | Sean Quah | 2023-01-20 | 1 | -1/+111 |
* | Wait for streams to catch up when processing HTTP replication. (#14820) | Erik Johnston | 2023-01-18 | 2 | -15/+14 |
* | Change default room version to 10. Implements MSC3904 (#14111) | Catalan Lover | 2023-01-18 | 1 | -3/+9 |
* | Stabilise serving partial join responses (#14839) | David Robertson | 2023-01-17 | 1 | -2/+1 |
* | Fix bug in `wait_for_stream_position` (#14856) | Erik Johnston | 2023-01-17 | 1 | -0/+78 |
* | Remove unnecessary reactor reference from `_PerHostRatelimiter` (#14842) | Sean Quah | 2023-01-16 | 1 | -4/+4 |
* | Also use stable name in SendJoinResponse struct (#14841) | David Robertson | 2023-01-16 | 1 | -3/+3 |
* | Use stable identifiers for faster joins (#14832) | David Robertson | 2023-01-13 | 2 | -21/+58 |
* | Fix stack overflow in `_PerHostRatelimiter` due to synchronous requests (#14812) | Sean Quah | 2023-01-13 | 1 | -3/+42 |
* | Re-enable some linting (#14821) | Erik Johnston | 2023-01-12 | 1 | -3/+3 |
* | Add `set_displayname` to the module API (#14629) | Emelie Graven | 2023-01-11 | 1 | -0/+18 |
* | Factor out common code in tests and fix comments. (#14819) | Patrick Cloke | 2023-01-11 | 1 | -36/+49 |
* | Fix-up type hints for tests.push module. (#14816) | Patrick Cloke | 2023-01-11 | 4 | -57/+61 |
* | Implement MSC3925: changes to bundling of edits (#14811) | Richard van der Hoff | 2023-01-10 | 1 | -55/+130 |
* | Unescape HTML entities in oEmbed titles. (#14781) | Jeyachandran Rathnam | 2023-01-09 | 1 | -0/+10 |
* | Disable sending confirmation email when 3pid is disabled #14682 (#14725) | Jeyachandran Rathnam | 2023-01-09 | 1 | -25/+5 |
* | Support RFC7636 PKCE in the OAuth 2.0 flow. (#14750) | Patrick Cloke | 2023-01-04 | 2 | -8/+145 |
* | Add missing type hints to tests. (#14687) | Patrick Cloke | 2022-12-28 | 3 | -62/+90 |
* | Add missing type hints to tests.config. (#14681) | Patrick Cloke | 2022-12-16 | 14 | -91/+102 |
* | Add missing type hints to tests.handlers. (#14680) | Patrick Cloke | 2022-12-16 | 19 | -373/+524 |
* | Allow selecting "prejoin" events by state keys (#14642) | David Robertson | 2022-12-13 | 5 | -627/+803 |
* | Move `StateFilter` to `synapse.types` (#14668) | David Robertson | 2022-12-12 | 1 | -1/+1 |
* | Revert the deletion of stale devices due to performance issues. (#14662) | reivilibre | 2022-12-12 | 2 | -35/+2 |
* | Add optional ICU support for user search (#14464) | Brendan Abolivier | 2022-12-12 | 1 | -0/+43 |
* | Require types in tests.storage. (#14646) | Patrick Cloke | 2022-12-09 | 33 | -330/+483 |
* | Limit the number of devices we delete at once (#14649) | Erik Johnston | 2022-12-09 | 1 | -0/+31 |
* | Delete stale non-e2e devices for users, take 2 (#14595) | Erik Johnston | 2022-12-09 | 2 | -2/+4 |
* | Respond with proper error responses on unknown paths. (#14621) | Patrick Cloke | 2022-12-08 | 4 | -5/+5 |
* | Check the stream position before checking if the cache is empty. (#14639) | Patrick Cloke | 2022-12-08 | 1 | -3/+4 |
* | Reject receipt requests with invalid room or event IDs. (#14632) | Nick Mills-Barrett | 2022-12-07 | 1 | -0/+76 |
* | Fix a long-standing bug where the user directory would return 1 more row than... | reivilibre | 2022-12-07 | 1 | -0/+6 |
* | Faster remote room joins: unblock tasks waiting for full room state when the ... | reivilibre | 2022-12-06 | 1 | -0/+65 |
* | Improve logging and opentracing for to-device message handling (#14598) | Richard van der Hoff | 2022-12-06 | 1 | -1/+6 |
* | Better return type for `get_all_entities_changed` (#14604) | Erik Johnston | 2022-12-05 | 1 | -8/+12 |
* | Compare to the earliest known stream pos in the stream change cache. (#14435) | Patrick Cloke | 2022-12-05 | 1 | -25/+13 |
* | Add missing types to tests.util. (#14597) | Patrick Cloke | 2022-12-02 | 19 | -266/+357 |
* | Add `push.enabled` option to disable push notification calculation (#14551) | Will Hunt | 2022-12-01 | 1 | -2/+43 |
* | Merge branch 'release-v1.73' into develop | David Robertson | 2022-12-01 | 2 | -4/+2 |
|\ |
|
| * | Revert "POC delete stale non-e2e devices for users (#14038)" (#14582) | David Robertson | 2022-11-29 | 2 | -4/+2 |
* | | Modernize unit tests configuration settings for workers. (#14568) | realtyem | 2022-12-01 | 17 | -81/+122 |
* | | Aggregate unread notif count query for badge count calculation (#14255) | Nick Mills-Barrett | 2022-11-30 | 1 | -8/+39 |
* | | Use servers list approx to send read receipts when in partial state (#14549) | Mathieu Velten | 2022-11-30 | 1 | -0/+4 |
* | | Stop using deprecated `keyIds` param on /key/v2/server (#14525) | Richard van der Hoff | 2022-11-30 | 2 | -17/+2 |
|/ |
|
* | POC delete stale non-e2e devices for users (#14038) | Erik Johnston | 2022-11-29 | 2 | -2/+4 |
* | Initial support for MSC3931: Room version push rule feature flags (#14520) | Travis Ralston | 2022-11-28 | 1 | -0/+2 |
* | Move MSC3030 `/timestamp_to_event` endpoint to stable v1 location (#14471) | Eric Eastwood | 2022-11-28 | 1 | -6/+1 |
* | Use `device_one_time_keys_count` to match MSC3202 (#14565) | Andrew Ferrazzutti | 2022-11-28 | 2 | -5/+5 |
* | Include thread information when sending receipts over federation. (#14466) | Patrick Cloke | 2022-11-28 | 1 | -0/+77 |
* | Add support for handling avatar with SSO login (#13917) | Ashish Kumar | 2022-11-25 | 1 | -0/+145 |
* | Implement message forward pagination from start when no from is given, fixes ... | Benjamin Kampmann | 2022-11-24 | 1 | -0/+40 |
* | Remove legacy Prometheus metrics names. They were deprecated in Synapse v1.69... | reivilibre | 2022-11-24 | 1 | -3/+4 |
* | Add missing type hints to test.util.caches (#14529) | Patrick Cloke | 2022-11-22 | 5 | -61/+69 |
* | Add a type hint for `get_device_handler()` and fix incorrect types. (#14055) | Patrick Cloke | 2022-11-22 | 2 | -7/+17 |
* | Track unconverted device list outbound pokes using a position instead (#14516) | Sean Quah | 2022-11-22 | 1 | -2/+1 |
* | Batch fetch bundled references (#14508) | Patrick Cloke | 2022-11-22 | 1 | -2/+2 |
* | Batch fetch bundled annotations (#14491) | Patrick Cloke | 2022-11-22 | 1 | -2/+2 |
* | Faster joins: filter out non local events when a room doesn't have its full s... | Mathieu Velten | 2022-11-21 | 1 | -5/+5 |
* | Fix /key/v2/server calls with URL-unsafe key IDs (#14490) | David Robertson | 2022-11-18 | 1 | -0/+12 |
* | Reintroduce #14376, with bugfix for monoliths (#14468) | David Robertson | 2022-11-16 | 1 | -10/+152 |
* | Fix an invalid comparison of `UserPresenceState` to `str` (#14393) | Andrew Morgan | 2022-11-16 | 3 | -7/+44 |
* | Remove redundant types from comments. (#14412) | Patrick Cloke | 2022-11-16 | 5 | -26/+30 |
* | Fix background updates failing to add unique indexes on receipts (#14453) | Sean Quah | 2022-11-16 | 1 | -0/+209 |
* | Include heroes in partial join responses' state (#14442) | David Robertson | 2022-11-15 | 1 | -4/+7 |
* | Add an Admin API endpoint for looking up users based on 3PID (#14405) | Ashish Kumar | 2022-11-11 | 1 | -13/+94 |
* | Merge/remove `Slaved*` stores into `WorkerStores` (#14375) | Nick Mills-Barrett | 2022-11-11 | 1 | -3/+3 |
* | Drop support for Postgres 10 in full text search code. (#14397) | Patrick Cloke | 2022-11-09 | 1 | -52/+17 |
* | Correctly create power level event during initial room creation (#14361) | Shay | 2022-11-07 | 1 | -2/+2 |
* | Do not reject `/sync` requests with unrecognised filter fields (#14369) | Sean Quah | 2022-11-07 | 1 | -2/+19 |
* | Fix /refresh endpoint version (#14364) | Tulir Asokan | 2022-11-04 | 1 | -8/+8 |
* | Implement MSC3912: Relation-based redactions (#14260) | Brendan Abolivier | 2022-11-03 | 2 | -4/+306 |
* | Run trial tests against Python 3.11 (#13812) | David Robertson | 2022-11-01 | 1 | -0/+11 |
* | Fix dehydrated device REST checks (#14336) | David Robertson | 2022-10-31 | 1 | -0/+34 |
* | Support OIDC backchannel logouts (#11414) | Quentin Gliech | 2022-10-31 | 4 | -30/+448 |
* | Avoid incrementing bg process utime/stime counters by negative durations (#14... | David Robertson | 2022-10-31 | 3 | -2/+27 |
* | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2022-10-28 | 2 | -6/+56 |
|\ |
|
| * | Fix room creation being rate limited too aggressively since Synapse v1.69.0. ... | reivilibre | 2022-10-28 | 1 | -3/+51 |
| * | Fix incorrectly sending authentication tokens to application service as heade... | David Robertson | 2022-10-26 | 1 | -3/+5 |
* | | Check appservice user interest against the local users instead of all users (... | Eric Eastwood | 2022-10-27 | 2 | -10/+162 |
* | | Fix tests for change in PostgreSQL 14 behavior change. (#14310) | Patrick Cloke | 2022-10-27 | 1 | -4/+12 |
* | | Refactor MSC3030 `/timestamp_to_event` to move away from our snowflake pull f... | Eric Eastwood | 2022-10-26 | 1 | -4/+8 |
* | | fix broken avatar checks when server_name contains a port (#13927) | Ashish Kumar | 2022-10-26 | 1 | -0/+49 |
* | | Save login tokens in database (#13844) | Quentin Gliech | 2022-10-26 | 2 | -85/+78 |
* | | Unified search query syntax using the full-text search capabilities of the un... | James Salter | 2022-10-25 | 1 | -0/+213 |
* | | Merge branch 'release-v1.70' into develop | Olivier Wilkinson (reivilibre) | 2022-10-25 | 1 | -33/+77 |
|\| |
|
| * | Properly update the threads table when thread events are redacted. (#14248) | Patrick Cloke | 2022-10-21 | 1 | -33/+77 |
* | | Refactor OIDC tests to better mimic an actual OIDC provider. (#13910) | Quentin Gliech | 2022-10-25 | 7 | -455/+734 |
* | | Implementation for MSC3664: Pushrules for relations (#11804) | DeepBlueV7.X | 2022-10-25 | 1 | -1/+214 |
* | | Remove unused `@lru_cache` decorator (#13595) | Nick Mills-Barrett | 2022-10-25 | 1 | -36/+4 |
* | | Add initial power level event to batch of bulk persisted events when creating... | Shay | 2022-10-21 | 2 | -2/+2 |
* | | Show erasure status when listing users in the Admin API (#14205) | Tadeusz SoĊnierz | 2022-10-21 | 1 | -1/+34 |
* | | Use servlets for /key/ endpoints. (#14229) | Patrick Cloke | 2022-10-20 | 2 | -3/+3 |
* | | Bump flake8-bugbear from 21.3.2 to 22.9.23 (#14042) | dependabot[bot] | 2022-10-19 | 2 | -5/+4 |
|/ |
|
* | Fix MSC3030 `/timestamp_to_event` returning `outliers` that it has no idea wh... | Eric Eastwood | 2022-10-18 | 1 | -0/+65 |
* | Implementation of HTTP 307 response for MSC3886 POST endpoint (#14018) | Hugh Nimmo-Smith | 2022-10-18 | 4 | -28/+120 |
* | Avoid checking the event cache when backfilling events (#14164) | Andrew Morgan | 2022-10-18 | 1 | -1/+104 |
* | Remove `_get_events_cache` check optimisation from `_have_seen_events_dict` (... | Andrew Morgan | 2022-10-18 | 1 | -12/+0 |
* | Support filtering the /messages API by relation type (MSC3874). (#14148) | Patrick Cloke | 2022-10-17 | 4 | -172/+155 |
* | Stop getting missing `prev_events` after we already know their signature is i... | Eric Eastwood | 2022-10-15 | 2 | -2/+263 |
* | Accept threaded receipts for events related to the root event. (#14174) | Patrick Cloke | 2022-10-14 | 1 | -0/+111 |
* | Do not allow a None-limit on PaginationConfig. (#14146) | Patrick Cloke | 2022-10-14 | 1 | -1/+2 |
* | Stabilize the threads API. (#14175) | Patrick Cloke | 2022-10-14 | 1 | -18/+29 |
* | Add an API for listing threads in a room. (#13394) | Patrick Cloke | 2022-10-13 | 1 | -0/+151 |
* | Remove the experimental implementation of MSC3772. (#14094) | Patrick Cloke | 2022-10-12 | 1 | -74/+2 |
* | Fix a bug where redactions were not being sent over federation if we did not ... | Shay | 2022-10-11 | 1 | -7/+11 |
* | Making parse_server_name more consistent (#14007) | Abdullah Osama | 2022-10-11 | 1 | -0/+3 |
* | Indicate what endpoint came back with a JSON response we were unable to parse... | Eric Eastwood | 2022-10-07 | 1 | -1/+3 |
* | Be more lenient in the oEmbed response parsing. (#14089) | Patrick Cloke | 2022-10-07 | 1 | -1/+102 |
* | Always close _all_ `ijson` coroutines, even if doing so raises Exceptions (#1... | David Robertson | 2022-10-06 | 1 | -0/+37 |
* | Merge tag 'v1.69.0rc2' into develop | Sean Quah | 2022-10-06 | 1 | -0/+74 |
|\ |
|
| * | Fix sending events into rooms with non-integer power levels (#14073) | David Robertson | 2022-10-06 | 1 | -0/+74 |
* | | Fix handling of public rooms filter with a network tuple. (#14053) | Patrick Cloke | 2022-10-05 | 1 | -10/+31 |
* | | Use threaded receipts when fetching events for push. (#13878) | Patrick Cloke | 2022-10-04 | 1 | -18/+39 |
* | | Recursively fetch the thread for receipts & notifications. (#13824) | Patrick Cloke | 2022-10-04 | 1 | -0/+100 |
* | | Mark events as read using threaded read receipts from MSC3771. (#13877) | Patrick Cloke | 2022-10-04 | 1 | -1/+188 |
* | | Track notification counts per thread (implement MSC3773). (#13776) | Patrick Cloke | 2022-10-04 | 2 | -6/+180 |
* | | Send the appservice access token as a header. (#13996) | Patrick Cloke | 2022-10-04 | 1 | -2/+6 |
|/ |
|
* | Track when the pulled event signature fails (#13815) | Eric Eastwood | 2022-10-03 | 2 | -2/+77 |
* | Do not return unspecced original_event field when using the stable /relations... | Patrick Cloke | 2022-10-03 | 1 | -5/+8 |
* | Add query parameter `ts` to allow appservices set the `origin_server_ts` for ... | lukasdenk | 2022-10-03 | 1 | -2/+117 |
* | Skip filtering during push if there are no push actions (#13992) | Erik Johnston | 2022-09-30 | 1 | -2/+2 |
* | Update mypy and mypy-zope, attempt 3 (#13993) | David Robertson | 2022-09-30 | 2 | -4/+7 |
* | Revert "Update mypy and mypy-zope (#13925)" | David Robertson | 2022-09-30 | 2 | -7/+3 |
* | Update mypy and mypy-zope (#13925) | David Robertson | 2022-09-30 | 2 | -3/+7 |
* | Speed up calculating push actions in large rooms (#13973) | Erik Johnston | 2022-09-30 | 1 | -2/+80 |