MatrixSynapse/synapse
Patrick Cloke 98a64b7f7f
Add basic domain validation for `DomainSpecificString.is_valid`. (#9071)
This checks that the domain given to `DomainSpecificString.is_valid` (e.g.
`UserID`, `RoomAlias`, etc.) is of a valid form. Previously some validation
was done on the localpart (e.g. the sigil), but not the domain portion.
2021-01-13 07:05:16 -05:00
..
_scripts
api Kill off `HomeServer.get_ip_from_request()` (#9080) 2021-01-12 12:48:12 +00:00
app Move more encryption endpoints off master (#9068) 2021-01-11 18:01:27 +00:00
appservice
config Fix validate_config on nested objects (#9054) 2021-01-08 14:23:04 +00:00
crypto
events
federation Support routing edu's to multiple instances (#9042) 2021-01-07 18:07:28 +00:00
groups
handlers Preparatory refactors of OidcHandler (#9067) 2021-01-13 10:26:12 +00:00
http Merge branch 'master' into develop 2021-01-13 10:36:55 +00:00
logging
metrics
module_api Add admin API for logging in as a user (#8617) 2020-11-17 10:51:25 +00:00
push
replication Allow running sendToDevice on workers (#9044) 2021-01-07 20:19:26 +00:00
res
rest Remove user's avatar URL and displayname when deactivated. (#8932) 2021-01-12 16:30:15 -05:00
server_notices
spam_checker_api
state
static
storage Remove user's avatar URL and displayname when deactivated. (#8932) 2021-01-12 16:30:15 -05:00
streams
util Use a chain cover index to efficiently calculate auth chain difference (#8868) 2021-01-11 16:09:22 +00:00
__init__.py 1.25.0 2021-01-13 10:19:12 +00:00
event_auth.py
notifier.py Fix "Starting metrics collection from sentinel context" errors (#9053) 2021-01-08 14:33:53 +00:00
python_dependencies.py
secrets.py
server.py Remove user's avatar URL and displayname when deactivated. (#8932) 2021-01-12 16:30:15 -05:00
types.py Add basic domain validation for `DomainSpecificString.is_valid`. (#9071) 2021-01-13 07:05:16 -05:00
visibility.py