- Apr 09, 2018
-
-
Richard van der Hoff authored
Return 401 for invalid access_token on logout
-
Richard van der Hoff authored
use python3-compatible prints
-
Richard van der Hoff authored
Replace some type checks with six type checks
-
Richard van der Hoff authored
Improve handling of SRV records for federation connections
-
Richard van der Hoff authored
update prometheus dashboard to use new metric names
-
Richard van der Hoff authored
Return a 404 rather than a 500 on rejoining empty rooms
-
Richard van der Hoff authored
We aren't ready to release this yet, so I'm reverting it for now. This reverts commit d1679a4e, reversing changes made to e089100c.
-
Richard van der Hoff authored
Filter ourselves out of the server list before checking for an empty remote host list, to fix 500 error Fixes #2141
-
- Apr 06, 2018
-
-
Adrian Tschira authored
Signed-off-by:
Adrian Tschira <nota@notafile.com>
-
Adrian Tschira authored
-
Luke Barnard authored
Implement group join API
-
Luke Barnard authored
-
Luke Barnard authored
-
Erik Johnston authored
Add response size metrics
-
Richard van der Hoff authored
postgres port script: fix state_groups_pkey error
-
Luke Barnard authored
as opposed to join_policy, which is really only pertinent to the synapse implementation of the group server. By doing this we keep the group server concept extensible by allowing arbitrarily complex rules for deciding whether a group is openly joinable.
-
Luke Barnard authored
-
Luke Barnard authored
-
Luke Barnard authored
-
Luke Barnard authored
-
Luke Barnard authored
-
Luke Barnard authored
-
Luke Barnard authored
-
Luke Barnard authored
-
Luke Barnard authored
-
David Baker authored
-
David Baker authored
-
Richard van der Hoff authored
Improve logging and comments. Group all the stuff to do with inspecting tables together rather than creating the port tables in the middle.
-
Richard van der Hoff authored
We really shouldn't spit out "Failed to create port table", it looks scary.
-
Erik Johnston authored
-
Erik Johnston authored
use PUT instead of POST for federating groups/m.join_policy
-
Krombel authored
-
Richard van der Hoff authored
-
- Apr 05, 2018
-
-
Krombel authored
-
Richard van der Hoff authored
Add a blurb explaining the main synapse worker
-
Richard van der Hoff authored
Add room_id to the response of `rooms/{roomId}/join`
-
Richard van der Hoff authored
Improve database cache performance
-
Richard van der Hoff authored
Remove redundant metrics which were deprecated in 0.27.0.
-
Richard van der Hoff authored
Fixes an issue where a cache invalidation would invalidate *all* pending entries, rather than just the entry that we intended to invalidate.
-