MatrixSynapse/synapse/handlers
Michael Telatynski 8c9d5b4873 Fix publicised groups API (singular) over federation
which was missing its fed client API, since there is no other API
it might as well reuse the bulk one and unwrap it

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2018-01-10 15:04:51 +00:00
..
__init__.py
_base.py
account_data.py
admin.py
appservice.py Remove preserve_context_over_{fn, deferred} 2017-11-14 11:22:42 +00:00
auth.py support custom login types for validating users 2017-12-05 09:43:30 +00:00
deactivate_account.py Delete devices in various logout situations 2017-11-29 16:44:35 +00:00
device.py Delete devices in various logout situations 2017-11-29 16:44:35 +00:00
devicemessage.py
directory.py
e2e_keys.py
events.py
federation.py s/items/iteritems/ 2017-11-08 09:21:41 +00:00
groups_local.py Fix publicised groups API (singular) over federation 2018-01-10 15:04:51 +00:00
identity.py
initial_sync.py Remove preserve_context_over_{fn, deferred} 2017-11-14 11:22:42 +00:00
message.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
presence.py typo 2017-11-17 01:54:02 +00:00
profile.py fix pep8 and tests 2017-12-04 15:11:38 +00:00
read_marker.py
receipts.py
register.py switch to a simpler 'search_all_users' button as per review feedback 2017-12-04 14:58:39 +00:00
room.py PEP8 2017-11-28 15:23:26 +00:00
room_list.py Reshuffle room list request code 2017-11-14 10:29:58 +00:00
room_member.py Copy dict in update_membership too 2017-12-07 14:17:15 +00:00
search.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
set_password.py Delete devices in various logout situations 2017-11-29 16:44:35 +00:00
sync.py Do logcontexts outside ResponseCache 2017-10-25 15:21:08 +01:00
typing.py
user_directory.py speed up the rate of initial spam for users 2017-12-04 18:05:28 +00:00