synapse/synapse/storage
Richard van der Hoff bc8a5c0330 Notify auth providers on logout
Provide a hook by which auth providers can be notified of logouts.
2017-11-01 16:51:51 +00:00
..
engines
schema Remove the last vestiges of refresh_tokens 2017-10-31 20:35:58 +00:00
util
__init__.py
_base.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
account_data.py
appservice.py
background_updates.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
client_ips.py
deviceinbox.py
devices.py
directory.py
end_to_end_keys.py
event_federation.py
event_push_actions.py
events.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
filtering.py
group_server.py Leave is_public as required argument of update_room_group_association 2017-11-01 09:36:01 +00:00
keys.py
media_repository.py Up the limits on number of url cache entries to delete at one time 2017-09-28 14:27:27 +01:00
openid.py
prepare_database.py DB schema interface for password auth providers 2017-10-31 14:01:53 +00:00
presence.py
profile.py
push_rule.py
pusher.py
receipts.py
registration.py Notify auth providers on logout 2017-11-01 16:51:51 +00:00
rejections.py
room.py
roommember.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
search.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
signatures.py
state.py
stream.py
tags.py
transactions.py
user_directory.py