summary refs log tree commit diff
path: root/scripts/generate_signing_key.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-05-11Convert search code to async/await. (#7460)Patrick Cloke2-24/+21
2020-05-11Allow configuration of Synapse's cache without using synctl or environment ↵Amber Brown32-146/+620
variables (#6391)
2020-05-11Remove unused store method get_hosts_in_room (#7448)Andrew Morgan2-10/+1
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-08Rework UI Auth session validation for registration (#7455)Patrick Cloke6-102/+280
Be less strict about validation of UI authentication sessions during registration to match client expecations.
2020-05-08Extend spam checker to allow for multiple modules (#7435)Andrew Morgan6-60/+95
2020-05-08Implement OpenID Connect-based login (#7256)Quentin Gliech21-12/+2163
2020-05-07Add room details admin endpoint (#7317)Manuel Stahl7-1/+165
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
Since we only use pubsub, the dbid is irrelevant.
2020-05-07Fixes typo (bellow -> below) (#7449)Patrick Cloke3-2/+3
2020-05-07Add more type hints to SAML handler. (#7445)Patrick Cloke3-12/+18
2020-05-07Support any process writing to cache invalidation stream. (#7436)Erik Johnston26-231/+226
2020-05-07Add a configuration setting for the dummy event threshold (#7422)Brendan Abolivier4-1/+31
Add dummy_events_threshold which allows configuring the number of forward extremities a room needs for Synapse to send forward extremities in it.
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