MatrixSynapse/synapse
Patrick Cloke ac6bfcd52f
Refactor checking restricted join rules ()
To be more consistent with similar code. The check now automatically
raises an AuthError instead of passing back a boolean. It also absorbs
some shared logic between callers.
2021-05-18 12:17:04 -04:00
..
_scripts Remove redundant "coding: utf-8" lines () 2021-04-14 15:34:27 +01:00
api Support enabling opentracing by user () 2021-05-14 10:51:08 +01:00
app Export jemalloc stats to prometheus when used () 2021-05-06 15:54:07 +01:00
appservice Remove redundant "coding: utf-8" lines () 2021-04-14 15:34:27 +01:00
config Remove superfluous call to bool() () 2021-05-14 10:58:57 +01:00
crypto remove `HomeServer.get_config` () 2021-04-14 19:09:08 +01:00
events Add missing type hints to handlers and fix a Spam Checker type hint. () 2021-04-29 07:17:28 -04:00
federation Support fetching the spaces summary via GET over federation. () 2021-05-11 12:21:43 -04:00
groups Remove redundant "coding: utf-8" lines () 2021-04-14 15:34:27 +01:00
handlers Refactor checking restricted join rules () 2021-05-18 12:17:04 -04:00
http Improved validation for received requests () 2021-04-23 19:20:44 +01:00
logging Add debug logging for issue () 2021-05-11 11:04:03 +01:00
metrics Export jemalloc stats to prometheus when used () 2021-05-06 15:54:07 +01:00
module_api Use a database table to hold the users that should have full presence sent to them, instead of something in-memory () 2021-05-18 14:13:45 +01:00
push Split multiplart email sending into a dedicated handler () 2021-05-17 12:33:38 +02:00
replication Use a database table to hold the users that should have full presence sent to them, instead of something in-memory () 2021-05-18 14:13:45 +01:00
res/templates Port "Allow users to click account renewal links multiple times without hitting an 'Invalid Token' page #74" from synapse-dinsic () 2021-04-19 19:16:34 +01:00
rest Use a database table to hold the users that should have full presence sent to them, instead of something in-memory () 2021-05-18 14:13:45 +01:00
server_notices Remove redundant "coding: utf-8" lines () 2021-04-14 15:34:27 +01:00
spam_checker_api Remove redundant "coding: utf-8" lines () 2021-04-14 15:34:27 +01:00
state Use get_current_users_in_room from store and not StateHandler () 2021-05-05 16:49:34 +01:00
static Add initial support for a "pick your IdP" page () 2021-01-05 11:25:28 +00:00
storage Use a database table to hold the users that should have full presence sent to them, instead of something in-memory () 2021-05-18 14:13:45 +01:00
streams Remove redundant "coding: utf-8" lines () 2021-04-14 15:34:27 +01:00
util Minor `@cachedList` enhancements () 2021-05-14 11:12:36 +01:00
__init__.py 1.34.0 2021-05-17 11:34:39 +01:00
event_auth.py Improved validation for received requests () 2021-04-23 19:20:44 +01:00
notifier.py Add debug logging for issue () 2021-05-11 11:04:03 +01:00
python_dependencies.py Merge remote-tracking branch 'origin/release-v1.33.2' into develop 2021-05-07 13:27:19 +01:00
server.py Split multiplart email sending into a dedicated handler () 2021-05-17 12:33:38 +02:00
types.py Make DomainSpecificString an attrs class () 2021-04-23 15:46:29 +01:00
visibility.py Remove redundant "coding: utf-8" lines () 2021-04-14 15:34:27 +01:00