summary refs log tree commit diff
path: root/synapse/module_api/errors.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-20stub out GET presence requestsRichard van der Hoff1-16/+3
2020-05-18Hash passwords earlier in the registration process (#7523)Patrick Cloke4-31/+31
2020-05-141.13.0rc2 v1.13.0rc2Richard van der Hoff1-3/+2
2020-05-141.13.0rc2Richard van der Hoff5-4/+17
2020-05-14Stop `get_joined_users` corruption from custom statuses (#7376)Richard van der Hoff3-2/+52
2020-05-13Do not validate that the client dict is stable during UI Auth. (#7483)Patrick Cloke4-65/+29
2020-05-13Fix new flake8 errors (#7489)Patrick Cloke7-12/+19
2020-05-11Don't UPGRADE database rows v1.13.0rc1Andrew Morgan1-1/+1
2020-05-11RST indentingAndrew Morgan1-2/+2
2020-05-11Put rollback instructions in upgrade notesAndrew Morgan1-0/+19
2020-05-11Fix changelog typoAndrew Morgan1-1/+1
2020-05-11Oh yeah, RSTAndrew Morgan1-2/+1
2020-05-11Absolute URL it is thenAndrew Morgan1-1/+2
2020-05-11Fix upgrade notes linkAndrew Morgan1-1/+1
2020-05-11Provide summary of upgrade issues in changelog. Fix )Andrew Morgan2-12/+33
2020-05-11Move next version notes from changelog to upgrade notesAndrew Morgan2-14/+15
2020-05-11Changelog fixesAndrew Morgan1-3/+3
2020-05-111.13.0rc1Andrew Morgan144-143/+139
2020-05-11Documentation on setting up redis (#7446)Neil Johnson2-60/+108
2020-05-11Revert emergency registration patchesRichard van der Hoff1-0/+12
2020-05-11Revert emergency registration patchesRichard van der Hoff3-27/+1
2020-05-08Rework UI Auth session validation for registration (#7455)Patrick Cloke6-102/+280
2020-05-07Fix errors from malformed log line (#7454)Richard van der Hoff2-1/+2
2020-05-07Drop support for redis.dbid (#7450)Richard van der Hoff3-4/+2
2020-05-07Propagate changes to the client dict to the database.Patrick Cloke2-1/+24
2020-05-07Disable a failing test.Patrick Cloke1-0/+3
2020-05-07Disable validation that a UI authentication session has not been modified dur...Patrick Cloke1-12/+0
2020-05-07Add a configuration setting for the dummy event threshold (#7422)Brendan Abolivier4-1/+31
2020-05-06Improve per-block CPU and DB usage metrics (#7426)Patrick Cloke2-12/+27
2020-05-06Port group attestation renewal slow down from matrix-org-hotfixes (#7442)Andrew Morgan2-4/+3
2020-05-06Make redis go faster with hiredis (#7439)Richard van der Hoff2-1/+4
2020-05-06Stop Auth methods from polling the config on every req. (#7420)Andrew Morgan7-106/+168
2020-05-06fix bad mergeRichard van der Hoff1-19/+3
2020-05-06Make get_e2e_cross_signing_key delegate to get_e2e_cross_signing_keys_bulkRichard van der Hoff2-54/+7
2020-05-06Fix batching for fetching cross-signing keysRichard van der Hoff1-23/+15
2020-05-06use an upsert to update device_lists_outbound_last_successRichard van de