summary refs log tree commit diff
path: root/synapse (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-22Fix replication metrics when using redis (#7325)Erik Johnston2-37/+29
2020-04-22formatting for the changelog v1.12.4rc1Richard van der Hoff1-1/+1
2020-04-22Another go at fixing one-word commands (#7326)Richard van der Hoff3-1/+44
2020-04-221.12.4rc1Richard van der Hoff6-5/+18
2020-04-221.12.4rc1Richard van der Hoff1-1/+1
2020-04-22fix changelog nameRichard van der Hoff1-0/+0
2020-04-22Extend StreamChangeCache to support multiple entities per stream ID (#7303)Richard van der Hoff6-56/+272
2020-04-22Extend room admin api with additional attributes (#7225)Dirk Klimpel6-604/+869
2020-04-22Add ability to run replication protocol over redis. (#7040)Erik Johnston12-36/+342
2020-04-22Do not treat display names as globs for push rules. (#7271)Patrick Cloke4-30/+106
2020-04-22Reduce logging verbosity of URL cache cleanup. (#7295)Michael Kaye2-2/+8
2020-04-22Query missing cross-signing keys on local sig upload (#7289)Andrew Morgan3-18/+180
2020-04-22import urllib.parse when using urllib.parse.quote (#7319)Andrew Morgan2-1/+2
2020-04-22Reduce federation logging on success (#7321)Michael Kaye2-8/+15
2020-04-21Fix changelog fileRichard van der Hoff2-1/+1
2020-04-21Support GET account_data requests on a worker (#7311)Richard van der Hoff4-0/+17
2020-04-20Revert "Query missing cross-signing keys on local sig upload"Richard van der Hoff3-141/+12
2020-04-20Always send the user updates to their own device list (#7160)David Baker3-3/+19
2020-04-20Fix indention in generated config file (#7300)Lars Franke3-48/+49
2020-04-20Reject unknown UI auth sessions (instead of silently generating a new one) (#...Patrick Cloke2-65/+95
2020-04-20On catchup, process each row with its own stream id (#7286)Richard van der Hoff3-5/+72
2020-04-17Use a template for the SSO success page to allow for customization. (#7279)Patrick Cloke6-37/+66
2020-04-17Added explicit Python build tools to snap requirements (#7213)James2-0/+5
2020-04-17Query missing cross-signing keys on local sig uploadAndrew Morgan3-12/+141
2020-04-17Improve type checking in `replication.tcp.Stream` (#7291)Richard van der Hoff5-122/+143
2020-04-17Clarify the comments for media_storage_providers options (#7272)Tristan Lins3-8/+7
2020-04-16Do not treat display names as globs for push rules. (#7271)Patrick Cloke4-30/+106
2020-04-16Fix 'generator object is not subscriptable' error (#7290)Richard van der Hoff2-1/+3
2020-04-15Convert auth handler to async/await (#7261)Patrick Cloke10-170/+224
2020-04-15Add notes to the changelog about an additional SSO template. (#7259)Patrick Cloke2-4/+9
2020-04-15Allow specifying the value of Accept-Language header for URL previews (#7265)Andrew Morgan5-2/+116
2020-04-15Fix a potentially-huge sql query (#7274)Richard van der Hoff2-7/+17
2020-04-14Fix the parameters of a test fixture (#7243)Zay11Zay2-1/+2
2020-04-14Only register devices edu handler on the master process (#7255)Andrew Morgan2-7/+12
2020-04-14Only register devices edu handler on the master process (#7255)Andrew Morgan2-7/+12
2020-04-13Add setting to nginx configuration to allow larger file uploads (#7251)Ryan Hovland2-0/+4
2020-04-13Check on room creation if the user is allowed to publish the room to the room...PeerD2-0/+8
2020-04-11typosMatthew Hodgson2-2/+2
2020-04-09Default PL100 to enable encryption in a room (#7230)Andrew Morgan4-4/+299
2020-04-09Do not allow a deactivated user to login via SSO. (#7240)Patrick Cloke8-10/+110
2020-04-09Unblacklist /upgrade creates a new room (#7228)Andrew Morgan2-2/+1
2020-04-09Add matrix-synapse-shared-secret-auth as an example password provider (#7248)Andrew Morgan2-0/+2
2020-04-09Revert "Unblacklist /upgrade creates a new room (#7228)" (#7254)Andrew Morgan2-1/+2
2020-04-09Unblacklist /upgrade creates a new room (#7228)Andrew Morgan2-2/+1
2020-04-09Fix --help commandline argument (#7249)Richard van der Hoff2-16/+9
2020-04-09Make it clearer to the user that they haven't overridden onLogin/Register (#7...Andrew Morgan3-3/+3
2020-04-09Upgrade jQuery to 3.x on fallback login/registration screens (#7236)Andrew Morgan9-16/+15
2020-04-08Fix bad merge of CHANGES.mdRichard van der Hoff1-5/+1
2020-04-08Remove redundant checks on `daemonize` from synctl (#7233)Richard van der Hoff2-9/+12
2020-04-08Make systemd-with-workers doc official (#7234)Richard van der Hoff10-194/+134
2020-04-08