1a209efdb2 
								
									
								
							
								 
							
						 
						
							
							
								
								Update `get_users_in_room` mis-use to get hosts with dedicated `get_current_hosts_in_room` ( #13605 )  
							
							... 
							
							
							
							See https://github.com/matrix-org/synapse/pull/13575#discussion_r953023755  
							
						 
						
							2022-08-24 14:15:37 -05:00  
				
					
						
							
							
								 
						
							
							
								3dd175b628 
								
									
								
							
								 
							
						 
						
							
							
								
								`synapse.api.auth.Auth` cleanup: make permission-related methods use `Requester` instead of the `UserID` ( #13024 )  
							
							... 
							
							
							
							Part of #13019 
This changes all the permission-related methods to rely on the Requester instead of the UserID. This is a first step towards enabling scoped access tokens at some point, since I expect the Requester to have scope-related informations in it.
It also changes methods which figure out the user/device/appservice out of the access token to return a Requester instead of something else. This avoids having store-related objects in the methods signatures. 
							
						 
						
							2022-08-22 14:17:59 +01:00  
				
					
						
							
							
								 
						
							
							
								11f811470f 
								
									
								
							
								 
							
						 
						
							
							
								
								Uniformize spam-checker API, part 5: expand other spam-checker callbacks to return `Tuple[Codes, dict]` ( #13044 )  
							
							... 
							
							
							
							Signed-off-by: David Teller <davidt@element.io>
Co-authored-by: Brendan Abolivier <babolivier@matrix.org> 
							
						 
						
							2022-07-11 16:52:10 +00:00  
				
					
						
							
							
								 
						
							
							
								a164a46038 
								
									
								
							
								 
							
						 
						
							
							
								
								Uniformize spam-checker API, part 4: port other spam-checker callbacks to return `Union[Allow, Codes]`. ( #12857 )  
							
							... 
							
							
							
							Co-authored-by: Brendan Abolivier <babolivier@matrix.org> 
							
						 
						
							2022-06-13 18:16:16 +00:00  
				
					
						
							
							
								 
						
							
							
								e3163e2e11 
								
									
								
							
								 
							
						 
						
							
							
								
								Reduce the amount of state we pull from the DB ( #12811 )  
							
							
							
						 
						
							2022-06-06 09:24:12 +01:00  
				
					
						
							
							
								 
						
							
							
								888a29f412 
								
									
								
							
								 
							
						 
						
							
							
								
								Wait for lazy join to complete when getting current state ( #12872 )  
							
							
							
						 
						
							2022-06-01 16:02:53 +01:00  
				
					
						
							
							
								 
						
							
							
								df4963548b 
								
									
								
							
								 
							
						 
						
							
							
								
								Give a meaningful error message when a client tries to create a room with an invalid alias localpart. ( #12779 )  
							
							
							
						 
						
							2022-05-18 11:46:06 +00:00  
				
					
						
							
							
								 
						
							
							
								fb0ffa9676 
								
									
								
							
								 
							
						 
						
							
							
								
								Rename various ApplicationServices interested methods ( #11915 )  
							
							
							
						 
						
							2022-03-03 18:14:09 +00:00  
				
					
						
							
							
								 
						
							
							
								e24ff8ebe3 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove `HomeServer.get_datastore()` ( #12031 )  
							
							... 
							
							
							
							The presence of this method was confusing, and mostly present for backwards
compatibility. Let's get rid of it.
Part of #11733  
							
						 
						
							2022-02-23 11:04:02 +00:00  
				
					
						
							
							
								 
						
							
							
								cbd82d0b2d 
								
									
								
							
								 
							
						 
						
							
							
								
								Convert all namedtuples to attrs. ( #11665 )  
							
							... 
							
							
							
							To improve type hints throughout the code. 
							
						 
						
							2021-12-30 18:47:12 +00:00  
				
					
						
							
							
								 
						
							
							
								bea815cec8 
								
									
								
							
								 
							
						 
						
							
							
								
								Test room alias deletion ( #11327 )  
							
							... 
							
							
							
							* Prefer `HTTPStatus` over plain `int`
This is an Opinion that no-one has seemed to object to yet.
* `--disallow-untyped-defs` for `tests.rest.client.test_directory`
* Improve synapse's annotations for deleting aliases
* Test case for deleting a room alias
* Changelog 
							
						 
						
							2021-11-12 19:56:00 +00:00  
				
					
						
							
							
								 
						
							
							
								75ca0a6168 
								
									
								
							
								 
							
						 
						
							
							
								
								Annotate `log_function` decorator ( #10943 )  
							
							... 
							
							
							
							Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com> 
							
						 
						
							2021-10-27 17:27:23 +01:00  
				
					
						
							
							
								 
						
							
							
								4387b791e0 
								
									
								
							
								 
							
						 
						
							
							
								
								Don't set new room alias before potential 403 ( #10930 )  
							
							... 
							
							
							
							Fixes : #10929  
Signed-off-by: Andrew Ferrazzutti <fair@miscworks.net> 
						
							2021-10-25 15:24:49 +01:00  
				
					
						
							
							
								 
						
							
							
								eb9ddc8c2e 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove the deprecated BaseHandler. ( #11005 )  
							
							... 
							
							
							
							The shared ratelimit function was replaced with a dedicated
RequestRatelimiter class (accessible from the HomeServer
object).
Other properties were copied to each sub-class that inherited
from BaseHandler. 
							
						 
						
							2021-10-08 07:44:43 -04:00  
				
					
						
							
							
								 
						
							
							
								94b620a5ed 
								
									
								
							
								 
							
						 
						
							
							
								
								Use direct references for configuration variables (part 6). ( #10916 )  
							
							
							
						 
						
							2021-09-29 06:44:15 -04:00  
				
					
						
							
							
								 
						
							
							
								bb7fdd821b 
								
									
								
							
								 
							
						 
						
							
							
								
								Use direct references for configuration variables (part 5). ( #10897 )  
							
							
							
						 
						
							2021-09-24 07:25:21 -04:00  
				
					
						
							
							
								 
						
							
							
								98aec1cc9d 
								
									
								
							
								 
							
						 
						
							
							
								
								Use inline type hints in `handlers/` and `rest/`. ( #10382 )  
							
							
							
						 
						
							2021-07-16 18:22:36 +01:00  
				
					
						
							
							
								 
						
							
							
								7695ca0618 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix a number of logged errors caused by remote servers being down. ( #10400 )  
							
							
							
						 
						
							2021-07-15 10:35:46 +01:00  
				
					
						
							
							
								 
						
							
							
								d0aee697ac 
								
									
								
							
								 
							
						 
						
							
							
								
								Use get_current_users_in_room from store and not StateHandler ( #9910 )  
							
							
							
						 
						
							2021-05-05 16:49:34 +01:00  
				
					
						
							
							
								 
						
							
							
								bb4b11846f 
								
									
								
							
								 
							
						 
						
							
							
								
								Add missing type hints to handlers and fix a Spam Checker type hint. ( #9896 )  
							
							... 
							
							
							
							The user_may_create_room_alias method on spam checkers
declared the room_alias parameter as a str when in reality it is
passed a RoomAlias object. 
							
						 
						
							2021-04-29 07:17:28 -04:00  
				
					
						
							
							
								 
						
							
							
								4b965c862d 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove redundant "coding: utf-8" lines ( #9786 )  
							
							... 
							
							
							
							Part of #9744 
Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now.
`Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>` 
							
						 
						
							2021-04-14 15:34:27 +01:00  
				
					
						
							
							
								 
						
							
							
								f14428b25c 
								
									
								
							
								 
							
						 
						
							
							
								
								Allow spam-checker modules to be provide async methods. ( #8890 )  
							
							... 
							
							
							
							Spam checker modules can now provide async methods. This is implemented
in a backwards-compatible manner. 
							
						 
						
							2020-12-11 14:05:15 -05:00  
				
					
						
							
							
								 
						
							
							
								0991a2da93 
								
									
								
							
								 
							
						 
						
							
							
								
								Allow ThirdPartyEventRules modules to manipulate public room state ( #8292 )  
							
							... 
							
							
							
							This PR allows `ThirdPartyEventRules` modules to view, manipulate and block changes to the state of whether a room is published in the public rooms directory.
While the idea of whether a room is in the public rooms list is not kept within an event in the room, `ThirdPartyEventRules` generally deal with controlling which modifications can happen to a room. Public rooms fits within that idea, even if its toggle state isn't controlled through a state event. 
							
						 
						
							2020-10-05 14:57:46 +01:00  
				
					
						
							
							
								 
						
							
							
								4ff0201e62 
								
									
								
							
								 
							
						 
						
							
							
								
								Enable mypy checking for unreachable code and fix instances. ( #8432 )  
							
							
							
						 
						
							2020-10-01 08:09:18 -04:00  
				
					
						
							
							
								 
						
							
							
								8a4a4186de 
								
									
								
							
								 
							
						 
						
							
							
								
								Simplify super() calls to Python 3 syntax. ( #8344 )  
							
							... 
							
							
							
							This converts calls like super(Foo, self) -> super().
Generated with:
    sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py 
							
						 
						
							2020-09-18 09:56:44 -04:00  
				
					
						
							
							
								 
						
							
							
								cbd8d83da7 
								
									
								
							
								 
							
						 
						
							
							
								
								Stop shadow-banned users from sending non-member events. ( #8142 )  
							
							
							
						 
						
							2020-08-24 13:58:56 -04:00  
				
					
						
							
							
								 
						
							
							
								e060bf4462 
								
									
								
							
								 
							
						 
						
							
							
								
								Convert directory handler to async/await ( #7727 )  
							
							
							
						 
						
							2020-06-22 07:18:00 -04:00  
				
					
						
							
							
								 
						
							
							
								6b22921b19 
								
									
								
							
								 
							
						 
						
							
							
								
								async/await is_server_admin ( #7363 )  
							
							
							
						 
						
							2020-05-01 15:15:36 +01:00  
				
					
						
							
							
								 
						
							
							
								468dcc767b 
								
									
								
							
								 
							
						 
						
							
							
								
								Allow admins to create aliases when they are not in the room ( #7191 )  
							
							
							
						 
						
							2020-04-01 08:27:05 -04:00  
				
					
						
							
							
								 
						
							
							
								13892776ef 
								
									
								
							
								 
							
						 
						
							
							
								
								Allow deleting an alias if the user has sufficient power level ( #6986 )  
							
							
							
						 
						
							2020-03-04 11:30:46 -05:00  
				
					
						
							
							
								 
						
							
							
								7dcbc33a1b 
								
									
								
							
								 
							
						 
						
							
							
								
								Validate the alt_aliases property of canonical alias events ( #6971 )  
							
							
							
						 
						
							2020-03-03 07:12:45 -05:00  
				
					
						
							
							
								 
						
							
							
								509e381afa 
								
									
								
							
								 
							
						 
						
							
							
								
								Clarify list/set/dict/tuple comprehensions and enforce via flake8 ( #6957 )  
							
							... 
							
							
							
							Ensure good comprehension hygiene using flake8-comprehensions. 
							
						 
						
							2020-02-21 07:15:07 -05:00  
				
					
						
							
							
								 
						
							
							
								99eed85a77 
								
									
								
							
								 
							
						 
						
							
							
								
								Do not send alias events when creating / upgrading a room ( #6941 )  
							
							... 
							
							
							
							Stop emitting room alias update events during room creation/upgrade. 
							
						 
						
							2020-02-20 16:24:04 -05:00  
				
					
						
							
							
								 
						
							
							
								709e81f518 
								
							
								 
							
						 
						
							
							
								
								Make room alias lists peekable  
							
							... 
							
							
							
							As per
https://github.com/matrix-org/matrix-doc/pull/2432#pullrequestreview-360566830 ,
make room alias lists accessible to users outside world_readable rooms. 
							
						 
						
							2020-02-19 08:53:32 +00:00  
				
					
						
							
							
								 
						
							
							
								adfaea8c69 
								
									
								
							
								 
							
						 
						
							
							
								
								Implement GET /_matrix/client/r0/rooms/{roomId}/aliases ( #6939 )  
							
							... 
							
							
							
							per matrix-org/matrix-doc#2432  
							
						 
						
							2020-02-18 16:23:25 +00:00  
				
					
						
							
							
								 
						
							
							
								fe3941f6e3 
								
									
								
							
								 
							
						 
						
							
							
								
								Stop sending events when creating or deleting aliases ( #6904 )  
							
							... 
							
							
							
							Stop sending events when creating or deleting associations (room aliases). Send an updated canonical alias event if one of the alt_aliases is deleted. 
							
						 
						
							2020-02-18 07:29:44 -05:00  
				
					
						
							
							
								 
						
							
							
								dcd85b976d 
								
							
								 
							
						 
						
							
							
								
								Make /directory/room/<alias> handle restrictive power levels  
							
							... 
							
							
							
							Fixes a bug where the alias would be added, but `PUT /directory/room/<alias>`
would return a 403. 
							
						 
						
							2020-01-29 11:52:52 +00:00  
				
					
						
							
							
								 
						
							
							
								3916e1b97a 
								
									
								
							
								 
							
						 
						
							
							
								
								Clean up newline quote marks around the codebase ( #6362 )  
							
							
							
						 
						
							2019-11-21 12:00:14 +00:00  
				
					
						
							
							
								 
						
							
							
								bc29a19731 
								
							
								 
							
						 
						
							
							
								
								Replace instance variations of homeserver with correct case/spacing  
							
							
							
						 
						
							2019-11-12 13:08:12 +00:00  
				
					
						
							
							
								 
						
							
							
								fe1f2b4520 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove last usages of deprecated logging.warn method ( #6314 )  
							
							
							
						 
						
							2019-11-01 12:03:44 +00:00  
				
					
						
							
							
								 
						
							
							
								58a755cdc3 
								
							
								 
							
						 
						
							
							
								
								Remove duplicate return statement  
							
							
							
						 
						
							2019-07-31 13:24:51 +01:00  
				
					
						
							
							
								 
						
							
							
								4806651744 
								
									
								
							
								 
							
						 
						
							
							
								
								Replace returnValue with return ( #5736 )  
							
							
							
						 
						
							2019-07-23 23:00:55 +10:00  
				
					
						
							
							
								 
						
							
							
								32e7c9e7f2 
								
									
								
							
								 
							
						 
						
							
							
								
								Run Black. ( #5482 )  
							
							
							
						 
						
							2019-06-20 19:32:02 +10:00  
				
					
						
							
							
								 
						
							
							
								1473058b5e 
								
									
								
							
								 
							
						 
						
							
							
								
								Do checks on aliases for incoming m.room.aliases events ( #5128 )  
							
							... 
							
							
							
							Follow-up to #5124 
Also added a bunch of checks to make sure everything (both the stuff added on #5124  and this PR) works as intended. 
							
						 
						
							2019-05-08 17:01:30 +01:00  
				
					
						
							
							
								 
						
							
							
								84196cb231 
								
							
								 
							
						 
						
							
							
								
								Add some limitations to alias creation  
							
							
							
						 
						
							2019-05-02 11:05:11 +01:00  
				
					
						
							
							
								 
						
							
							
								4a4d5c4fd6 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix grammar and document get_current_users_in_room ( #4998 )  
							
							
							
						 
						
							2019-04-03 14:32:20 +01:00  
				
					
						
							
							
								 
						
							
							
								cc197a61a1 
								
							
								 
							
						 
						
							
							
								
								Disable publishing to room list when its disabled  
							
							
							
						 
						
							2019-03-20 14:30:36 +00:00  
				
					
						
							
							
								 
						
							
							
								f61b2068e6 
								
							
								 
							
						 
						
							
							
								
								Only fetch aliases when publishing rooms  
							
							
							
						 
						
							2019-02-14 18:08:09 +00:00  
				
					
						
							
							
								 
						
							
							
								eaf4d11af9 
								
							
								 
							
						 
						
							
							
								
								Add configurable room list publishing rules  
							
							... 
							
							
							
							This allows specifying who and what is allowed to be published onto the
public room list 
							
						 
						
							2019-02-14 16:02:23 +00:00  
				
					
						
							
							
								 
						
							
							
								3f189c902e 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix flake8 ( #4519 )  
							
							
							
						 
						
							2019-01-30 10:53:17 +00:00