MatrixSynapse/synapse/handlers
David Baker fbbacb284e
Merge pull request #2613 from matrix-org/rav/kill_refresh_tokens
Remove the last vestiges of refresh_tokens
2017-11-01 15:57:35 +00:00
..
__init__.py Split out profile handler to fix tests 2017-08-25 14:34:56 +01:00
_base.py
account_data.py
admin.py
appservice.py
auth.py Refactor some logic from LoginRestServlet into AuthHandler 2017-10-31 10:48:41 +00:00
device.py Remove the last vestiges of refresh_tokens 2017-10-31 20:35:58 +00:00
devicemessage.py
directory.py spam check room publishing 2017-10-04 14:29:33 +01:00
e2e_keys.py
events.py
federation.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
groups_local.py Modify group room association API to allow modification of is_public 2017-10-31 17:04:28 +00:00
identity.py
initial_sync.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
message.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
presence.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
profile.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
read_marker.py
receipts.py fix a logcontext leak in read receipt handling 2017-10-11 14:37:20 +01:00
register.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
room.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
room_list.py Update room_list.py 2017-10-26 11:39:54 +01:00
room_member.py Merge pull request #2466 from matrix-org/erikj/groups_merged 2017-10-11 13:20:07 +01:00
search.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
sync.py Do logcontexts outside ResponseCache 2017-10-25 15:21:08 +01:00
typing.py
user_directory.py