anonymousland-synapse/synapse
Erik Johnston 850b103b36 Implement pluggable password auth
Allows delegating the password auth to an external module. This also
moves the LDAP auth to using this system, allowing it to be removed from
the synapse tree entirely in the future.
2016-10-03 10:36:40 +01:00
..
api Update comments 2016-09-22 12:54:22 +01:00
app Support /initialSync in synchrotron worker 2016-09-21 11:46:28 +01:00
appservice Log if rejecting 3PE query metadata result due to type check 2016-09-09 15:11:31 +01:00
config Implement pluggable password auth 2016-10-03 10:36:40 +01:00
crypto
events Add comments 2016-09-05 10:41:27 +01:00
federation Time out typing over federation 2016-09-23 14:00:52 +01:00
handlers Implement pluggable password auth 2016-10-03 10:36:40 +01:00
http Pass since/from parameters over federation 2016-09-15 10:36:19 +01:00
metrics
push _id field must uniquely identify different conditions 2016-09-19 10:34:01 +01:00
replication Fix public room pagination for client_reader app 2016-09-16 14:48:21 +01:00
rest Time out typing over federation 2016-09-23 14:00:52 +01:00
static/client
storage Merge pull request #1145 from matrix-org/erikj/fix_reindex 2016-09-29 13:53:48 +01:00
streams
util Implement pluggable password auth 2016-10-03 10:36:40 +01:00
__init__.py Bump version and changelog 2016-09-19 17:16:56 +01:00
notifier.py Explicitly specify state_key for history_visibility fetching 2016-09-02 14:53:46 +01:00
python_dependencies.py Accept optional token to public room list 2016-09-15 09:08:57 +01:00
server.py Support /initialSync in synchrotron worker 2016-09-21 11:46:28 +01:00
server.pyi
state.py Merge pull request #1121 from matrix-org/erikj/public_room_paginate 2016-09-15 13:27:09 +01:00
types.py Shuffle things around to make unit tests work 2016-09-22 11:08:12 +01:00
visibility.py