- Aug 16, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
This includes: - Splitting out methods of a class into stand alone functions, to make them easier to test. - Adding unit tests to split out functions, testing HTML -> preview. - Handle the fact that elements in lxml may have tail text.
-
Erik Johnston authored
Limit number of extremeties in backfill request
-
Erik Johnston authored
Refactor user_delete_access_tokens. Invalidate get_user_by_access_token to slaves.
-
Erik Johnston authored
This works around a bug where if we make a backfill request with too many extremeties it causes the request URI to be too long.
-
Erik Johnston authored
-
https://github.com/Ralith/synapseErik Johnston authored
Merge branch 'fix_integrity_retry' of https://github.com/Ralith/synapse into Ralith-fix_integrity_retry
-
- Aug 15, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
Split out /events to synchrotron
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Aug 14, 2016
-
-
Benjamin Saunders authored
Signed-off-by:
Benjamin Saunders <ben.e.saunders@gmail.com>
-
Erik Johnston authored
Fix some bugs in the auth/ldap handler
-
Daniel Ehlers authored
The name 'result' is of bool type and has no len property, resulting in a TypeError. Futhermore in the flow control conn.response is observed and hence should be reported. Signed-off-by:
Daniel Ehlers <sargon@toppoint.de>
-
Daniel Ehlers authored
In case one does not define bind_dn in ldap configuration, filter attribute is not declared. Since auth code only uses ldap_filter attribute when according LDAP mode is selected, it is safe to only declare the attribute in that case. Signed-off-by:
Daniel Ehlers <sargon@toppoint.de>
-
- Aug 12, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
Only process one local membership event per room at a time
-
Erik Johnston authored
hs.get_handlers() can not be invoked from split out processes. Moving the invocations down a level means that we can slowly split out individual servlets.
-
Erik Johnston authored
-
- Aug 11, 2016
-
-
Erik Johnston authored
Don't change status_msg on /sync
-
Will Hunt authored
-
Erik Johnston authored
Include prev_content in redacted state events
-
Erik Johnston authored
-
Erik Johnston authored
Clean up TransactionQueue
-
- Aug 10, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Measure federation send transaction resources
-
Erik Johnston authored
Various federation /event/ improvements
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Will Hunt authored
-