54cd90ea60 
								
									
								
							
								 
							
						 
						
							
							
								
								Implement MSC3890: Remotely silence local notifications ( #14775 )  
							
							
							
						 
						
							2023-01-13 19:32:10 +00:00  
				
					
						
							
							
								 
						
							
							
								06ab64f201 
								
									
								
							
								 
							
						 
						
							
							
								
								Implement MSC3925: changes to bundling of edits ( #14811 )  
							
							... 
							
							
							
							Two parts to this:
 * Bundle the whole of the replacement with any edited events. This is backwards-compatible so I haven't put it behind a flag.
 * Optionally, inhibit server-side replacement of edited events. This has scope to break things, so it is currently disabled by default. 
							
						 
						
							2023-01-10 16:31:28 +00:00  
				
					
						
							
							
								 
						
							
							
								c4456114e1 
								
									
								
							
								 
							
						 
						
							
							
								
								Add experimental support for MSC3391: deleting account data ( #14714 )  
							
							
							
						 
						
							2023-01-01 03:40:46 +00:00  
				
					
						
							
							
								 
						
							
							
								dd51828120 
								
									
								
							
								 
							
						 
						
							
							
								
								Create MSC1767 (extensible events) room version; Implement MSC3932 ( #14521 )  
							
							... 
							
							
							
							* Add MSC1767's dedicated room version, based on v10
* Only enable MSC1767 room version if the config flag is on
Using a similar technique to knocking:
https://github.com/matrix-org/synapse/pull/6739/files#diff-3af529eedb0e00279bafb7369370c9654b37792af8eafa0925400e9281d57f0a 
* Support MSC3932: Extensible events room version feature flag
* Changelog entry 
							
						 
						
							2022-11-28 17:22:34 -07:00  
				
					
						
							
							
								 
						
							
							
								3da6450327 
								
									
								
							
								 
							
						 
						
							
							
								
								Initial support for MSC3931: Room version push rule feature flags ( #14520 )  
							
							... 
							
							
							
							* Add support for MSC3931: Room Version Supports push rule condition
* Create experimental flag for future work, and use it to gate MSC3931
* Changelog entry 
							
						 
						
							2022-11-28 16:29:53 -07:00  
				
					
						
							
							
								 
						
							
							
								8f10c8b054 
								
									
								
							
								 
							
						 
						
							
							
								
								Move MSC3030 `/timestamp_to_event` endpoint to stable v1 location ( #14471 )  
							
							... 
							
							
							
							Fix https://github.com/matrix-org/synapse/issues/14390 
 - Client API: `/_matrix/client/unstable/org.matrix.msc3030/rooms/<roomID>/timestamp_to_event?ts=<timestamp>&dir=<direction>` -> `/_matrix/client/v1/rooms/<roomID>/timestamp_to_event?ts=<timestamp>&dir=<direction>`
 - Federation API: `/_matrix/federation/unstable/org.matrix.msc3030/timestamp_to_event/<roomID>?ts=<timestamp>&dir=<direction>` -> `/_matrix/federation/v1/timestamp_to_event/<roomID>?ts=<timestamp>&dir=<direction>`
Complement test changes: https://github.com/matrix-org/complement/pull/559  
							
						 
						
							2022-11-28 15:54:18 -06:00  
				
					
						
							
							
								 
						
							
							
								86c5a710d8 
								
									
								
							
								 
							
						 
						
							
							
								
								Implement MSC3912: Relation-based redactions ( #14260 )  
							
							... 
							
							
							
							Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com> 
							
						 
						
							2022-11-03 16:21:31 +00:00  
				
					
						
							
							
								 
						
							
							
								2d0ba3f89a 
								
									
								
							
								 
							
						 
						
							
							
								
								Implementation for MSC3664: Pushrules for relations ( #11804 )  
							
							
							
						 
						
							2022-10-25 14:38:01 +01:00  
				
					
						
							
							
								 
						
							
							
								4eaf3eb840 
								
									
								
							
								 
							
						 
						
							
							
								
								Implementation of HTTP 307 response for MSC3886 POST endpoint ( #14018 )  
							
							... 
							
							
							
							Co-authored-by: reivilibre <olivier@librepush.net>
Co-authored-by: Andrew Morgan <andrewm@element.io> 
							
						 
						
							2022-10-18 15:52:25 +00:00  
				
					
						
							
							
								 
						
							
							
								4283bd1cf9 
								
									
								
							
								 
							
						 
						
							
							
								
								Support filtering the /messages API by relation type (MSC3874). ( #14148 )  
							
							... 
							
							
							
							Gated behind an experimental configuration flag. 
							
						 
						
							2022-10-17 11:32:11 -04:00  
				
					
						
							
							
								 
						
							
							
								c3e4edb4d6 
								
									
								
							
								 
							
						 
						
							
							
								
								Stabilize the threads API. ( #14175 )  
							
							... 
							
							
							
							Stabilize the threads API (MSC3856) by supporting (only) the v1
path for the endpoint.
This also marks the API as safe for workers since it is a read-only
API. 
							
						 
						
							2022-10-14 07:16:50 -04:00  
				
					
						
							
							
								 
						
							
							
								3bbe532abb 
								
									
								
							
								 
							
						 
						
							
							
								
								Add an API for listing threads in a room. ( #13394 )  
							
							... 
							
							
							
							Implement the /threads endpoint from MSC3856.
This is currently unstable and behind an experimental configuration
flag.
It includes a background update to backfill data, results from
the /threads endpoint will be partial until that finishes. 
							
						 
						
							2022-10-13 08:02:11 -04:00  
				
					
						
							
							
								 
						
							
							
								09be8ab5f9 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove the experimental implementation of MSC3772. ( #14094 )  
							
							... 
							
							
							
							MSC3772 has been abandoned. 
							
						 
						
							2022-10-12 06:26:39 -04:00  
				
					
						
							
							
								 
						
							
							
								e03d7c5fd0 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove support for the unstable dir flag on relations. ( #14106 )  
							
							... 
							
							
							
							From MSC3715, this was unused by clients (and there was no
way for clients to know it was supported).
Matrix 1.4 defines the stable field. 
							
						 
						
							2022-10-07 12:38:46 -04:00  
				
					
						
							
							
								 
						
							
							
								66a7857334 
								
									
								
							
								 
							
						 
						
							
							
								
								Use stable identifiers for MSC3771 & MSC3773. ( #14050 )  
							
							... 
							
							
							
							These are both part of Matrix 1.4 which has now been released.
For now, support both the unstable and stable identifiers. 
							
						 
						
							2022-10-07 09:26:40 -04:00  
				
					
						
							
							
								 
						
							
							
								b4ec4f5e71 
								
									
								
							
								 
							
						 
						
							
							
								
								Track notification counts per thread (implement MSC3773). ( #13776 )  
							
							... 
							
							
							
							When retrieving counts of notifications segment the results based on the
thread ID, but choose whether to return them as individual threads or as
a single summed field by letting the client opt-in via a sync flag.
The summarization code is also updated to be per thread, instead of per
room. 
							
						 
						
							2022-10-04 09:47:04 -04:00  
				
					
						
							
							
								 
						
							
							
								e70c6b720e 
								
									
								
							
								 
							
						 
						
							
							
								
								Disable pushing for server ACL events (MSC3786). ( #13997 )  
							
							... 
							
							
							
							Switches to the stable identifier for MSC3786 and enables it
by default.
This disables pushes of m.room.server_acl events. 
							
						 
						
							2022-10-04 07:08:27 -04:00  
				
					
						
							
							
								 
						
							
							
								be76cd8200 
								
									
								
							
								 
							
						 
						
							
							
								
								Allow admins to require a manual approval process before new accounts can be used (using MSC3866) ( #13556 )  
							
							
							
						 
						
							2022-09-29 15:23:24 +02:00  
				
					
						
							
							
								 
						
							
							
								efd108b45d 
								
									
								
							
								 
							
						 
						
							
							
								
								Accept & store thread IDs for receipts (implement MSC3771). ( #13782 )  
							
							... 
							
							
							
							Updates the `/receipts` endpoint and receipt EDU handler to parse a
`thread_id` from the body and insert it in the database. 
							
						 
						
							2022-09-23 14:33:28 +00:00  
				
					
						
							
							
								 
						
							
							
								c06b2b7142 
								
									
								
							
								 
							
						 
						
							
							
								
								Faster Remote Room Joins: tell remote homeservers that we are unable to authorise them if they query a room which has partial state on our server. ( #13823 )  
							
							
							
						 
						
							2022-09-23 11:47:16 +01:00  
				
					
						
							
							
								 
						
							
							
								0fd2f2d460 
								
									
								
							
								 
							
						 
						
							
							
								
								Implementation of MSC3882 login token request ( #13722 )  
							
							
							
						 
						
							2022-09-21 15:12:29 +00:00  
				
					
						
							
							
								 
						
							
							
								8ae42ab8fa 
								
									
								
							
								 
							
						 
						
							
							
								
								Support enabling/disabling pushers (from MSC3881) ( #13799 )  
							
							... 
							
							
							
							Partial implementation of MSC3881 
							
						 
						
							2022-09-21 14:39:01 +00:00  
				
					
						
							
							
								 
						
							
							
								390b7ce946 
								
									
								
							
								 
							
						 
						
							
							
								
								Disable calculating unread counts unless the config flag is enabled. ( #13694 )  
							
							... 
							
							
							
							This avoids doing work that will never be used (since the
resulting unread counts will never be sent in a /sync
response).
The negative of doing this is that unread counts will be
incorrect when the feature is initially enabled. 
							
						 
						
							2022-09-01 16:52:03 +00:00  
				
					
						
							
							
								 
						
							
							
								0e99f07952 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove support for unstable private read receipts ( #13653 )  
							
							... 
							
							
							
							Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com> 
							
						 
						
							2022-09-01 13:31:54 +01:00  
				
					
						
							
							
								 
						
							
							
								f9f03426de 
								
									
								
							
								 
							
						 
						
							
							
								
								Implement MSC3852: Expose `last_seen_user_agent` to users for their own devices; also expose to Admin API ( #13549 )  
							
							
							
						 
						
							2022-08-19 16:17:10 +00:00  
				
					
						
							
							
								 
						
							
							
								ab18441573 
								
									
								
							
								 
							
						 
						
							
							
								
								Support stable identifiers for MSC2285: private read receipts. ( #13273 )  
							
							... 
							
							
							
							This adds support for the stable identifiers of MSC2285 while
continuing to support the unstable identifiers behind the configuration
flag. These will be removed in a future version. 
							
						 
						
							2022-08-05 11:09:33 -04:00  
				
					
						
							
							
								 
						
							
							
								583f22780f 
								
									
								
							
								 
							
						 
						
							
							
								
								Use stable prefixes for MSC3827: filtering of `/publicRooms` by room type ( #13370 )  
							
							... 
							
							
							
							Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com> 
							
						 
						
							2022-07-27 19:46:57 +01:00  
				
					
						
							
							
								 
						
							
							
								502f075e96 
								
									
								
							
								 
							
						 
						
							
							
								
								Implement MSC3848: Introduce errcodes for specific event sending failures ( #13343 )  
							
							... 
							
							
							
							Implements MSC3848 
							
						 
						
							2022-07-27 13:44:40 +01:00  
				
					
						
							
							
								 
						
							
							
								13e359aec8 
								
									
								
							
								 
							
						 
						
							
							
								
								Implement MSC3827: Filtering of `/publicRooms` by room type ( #13031 )  
							
							... 
							
							
							
							Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com> 
							
						 
						
							2022-06-29 17:12:45 +00:00  
				
					
						
							
							
								 
						
							
							
								dd2d66b0c9 
								
									
								
							
								 
							
						 
						
							
							
								
								Move the (unstable) `dir` parameter for /relations behind an experimental flag. ( #12984 )  
							
							... 
							
							
							
							MSC3715 defines this parameter, but the unstable version of it should be
behind an experimental flag. 
							
						 
						
							2022-06-08 09:00:35 -04:00  
				
					
						
							
							
								 
						
							
							
								a8db8c6eba 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove user-visible groups/communities code ( #12553 )  
							
							... 
							
							
							
							Makes it so that groups/communities no longer exist from a user-POV. E.g. we remove:
* All API endpoints (including Client-Server, Server-Server, and admin).
* Documented configuration options (and the experimental flag, which is now unused).
* Special handling during room upgrades.
* The `groups` section of the `/sync` response. 
							
						 
						
							2022-05-25 07:53:40 -04:00  
				
					
						
							
							
								 
						
							
							
								88ce3080d4 
								
									
								
							
								 
							
						 
						
							
							
								
								Experimental support for MSC3772 ( #12740 )  
							
							... 
							
							
							
							Implements the following behind an experimental configuration flag:
* A new push rule kind for mutually related events.
* A new default push rule (`.m.rule.thread_reply`) under an unstable prefix.
This is missing part of MSC3772:
* The `.m.rule.thread_reply_to_me` push rule, this depends on MSC3664 / #11804 . 
							
						 
						
							2022-05-24 13:23:23 +00:00  
				
					
						
							
							
								 
						
							
							
								ade3008821 
								
									
								
							
								 
							
						 
						
							
							
								
								Implement MSC3786: Add a default push rule to ignore m.room.server_acl events ( #12601 )  
							
							... 
							
							
							
							Fixes  vector-im/element-web#20788 
Implements matrix-org/matrix-spec-proposals#3786  
						
							2022-05-10 08:57:36 +01:00  
				
					
						
							
							
								 
						
							
							
								9ae0253f4e 
								
									
								
							
								 
							
						 
						
							
							
								
								Use `private` instead of `hidden` in MSC2285 related code. ( #12635 )  
							
							
							
						 
						
							2022-05-05 12:31:25 +00:00  
				
					
						
							
							
								 
						
							
							
								4bc8cb4669 
								
									
								
							
								 
							
						 
						
							
							
								
								Implement MSC2815: allow room moderators to view redacted event content ( #12427 )  
							
							... 
							
							
							
							Implements matrix-org/matrix-spec-proposals#2815 
Signed-off-by: Tulir Asokan <tulir@maunium.net> 
							
						 
						
							2022-04-20 12:57:39 +01:00  
				
					
						
							
							
								 
						
							
							
								9535fd0f9c 
								
									
								
							
								 
							
						 
						
							
							
								
								Disable groups/communities by default. ( #12344 )  
							
							... 
							
							
							
							This disables the endpoints (and sync response fields) for
groups/communities by default. 
							
						 
						
							2022-04-12 10:20:46 -04:00  
				
					
						
							
							
								 
						
							
							
								86cf6a3a17 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove references to unstable identifiers from MSC3440. ( #12382 )  
							
							... 
							
							
							
							Removes references to unstable thread relation, unstable
identifiers for filtering parameters, and the experimental
config flag. 
							
						 
						
							2022-04-12 08:42:03 -04:00  
				
					
						
							
							
								 
						
							
							
								ab3165efb7 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove experimental configuration flag for MSC3666. ( #12436 )  
							
							
							
						 
						
							2022-04-11 15:37:46 -04:00  
				
					
						
							
							
								 
						
							
							
								4586119f0b 
								
									
								
							
								 
							
						 
						
							
							
								
								Add missing type hints to config classes. ( #12402 )  
							
							
							
						 
						
							2022-04-11 12:07:23 -04:00  
				
					
						
							
							
								 
						
							
							
								bebf994ee8 
								
									
								
							
								 
							
						 
						
							
							
								
								Move MSC2654 support behind an experimental configuration flag. ( #12295 )  
							
							... 
							
							
							
							To match the current thinking on disabling experimental features by default. 
							
						 
						
							2022-03-31 15:05:13 -04:00  
				
					
						
							
							
								 
						
							
							
								d8d0271977 
								
									
								
							
								 
							
						 
						
							
							
								
								Send device list updates to application services (MSC3202) - part 1 ( #11881 )  
							
							... 
							
							
							
							Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com> 
							
						 
						
							2022-03-30 14:39:27 +01:00  
				
					
						
							
							
								 
						
							
							
								54f674f7a9 
								
									
								
							
								 
							
						 
						
							
							
								
								Deprecate the groups/communities endpoints and add an experimental configuration flag. ( #12200 )  
							
							
							
						 
						
							2022-03-12 13:23:37 -05:00  
				
					
						
							
							
								 
						
							
							
								2cc5ea933d 
								
									
								
							
								 
							
						 
						
							
							
								
								Add support for MSC3202: sending one-time key counts and fallback key usage states to Application Services. ( #11617 )  
							
							... 
							
							
							
							Co-authored-by: Erik Johnston <erik@matrix.org> 
							
						 
						
							2022-02-24 17:55:45 +00:00  
				
					
						
							
							
								 
						
							
							
								250104d357 
								
									
								
							
								 
							
						 
						
							
							
								
								Implement account status endpoints (MSC3720) ( #12001 )  
							
							... 
							
							
							
							See matrix-org/matrix-doc#3720 
Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com> 
							
						 
						
							2022-02-22 15:10:10 +00:00  
				
					
						
							
							
								 
						
							
							
								3f4d25a48b 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove unstable MSC3283 flags ( #12018 )  
							
							... 
							
							
							
							Fixes  #11962  
						
							2022-02-17 17:22:55 +00:00  
				
					
						
							
							
								 
						
							
							
								da0e9f8efd 
								
									
								
							
								 
							
						 
						
							
							
								
								Faster joins: parse msc3706 fields in send_join response ( #12011 )  
							
							... 
							
							
							
							Part of my work on #11249 : add code to handle the new fields added in MSC3706. 
							
						 
						
							2022-02-17 16:11:59 +00:00  
				
					
						
							
							
								 
						
							
							
								63c46349c4 
								
									
								
							
								 
							
						 
						
							
							
								
								Implement MSC3706: partial state in `/send_join` response ( #11967 )  
							
							... 
							
							
							
							* Make `get_auth_chain_ids` return a Set
It has a set internally, and a set is often useful where it gets used, so let's
avoid converting to an intermediate list.
* Minor refactors in `on_send_join_request`
A little bit of non-functional groundwork
* Implement MSC3706: partial state in /send_join response 
							
						 
						
							2022-02-12 10:44:16 +00:00  
				
					
						
							
							
								 
						
							
							
								8c94b3abe9 
								
									
								
							
								 
							
						 
						
							
							
								
								Experimental support to include bundled aggregations in search results (MSC3666) ( #11837 )  
							
							
							
						 
						
							2022-02-08 09:21:20 -05:00  
				
					
						
							
							
								 
						
							
							
								64ec45fc1b 
								
									
								
							
								 
							
						 
						
							
							
								
								Send to-device messages to application services ( #11215 )  
							
							... 
							
							
							
							Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> 
							
						 
						
							2022-02-01 14:13:38 +00:00  
				
					
						
							
							
								 
						
							
							
								02755c3188 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove the obsolete MSC1849 configuration flag. ( #11843 )  
							
							... 
							
							
							
							MSC1849 was replaced by MSC2675, which was merged.
The configuration flag, which defaulted to true, is no
longer useful. 
							
						 
						
							2022-01-31 10:13:32 -05:00