| Commit message (Expand) | Author | Files | Lines |
2020-04-20 | Always send the user updates to their own device list (#7160) | David Baker | 3 | -3/+19 |
2020-04-20 | Fix indention in generated config file (#7300) | Lars Franke | 3 | -48/+49 |
2020-04-20 | Reject unknown UI auth sessions (instead of silently generating a new one) (#... | Patrick Cloke | 2 | -65/+95 |
2020-04-20 | On catchup, process each row with its own stream id (#7286) | Richard van der Hoff | 3 | -5/+72 |
2020-04-17 | Use a template for the SSO success page to allow for customization. (#7279) | Patrick Cloke | 6 | -37/+66 |
2020-04-17 | Added explicit Python build tools to snap requirements (#7213) | James | 2 | -0/+5 |
2020-04-17 | Query missing cross-signing keys on local sig upload | Andrew Morgan | 3 | -12/+141 |
2020-04-17 | Improve type checking in `replication.tcp.Stream` (#7291) | Richard van der Hoff | 5 | -122/+143 |
2020-04-17 | Clarify the comments for media_storage_providers options (#7272) | Tristan Lins | 3 | -8/+7 |
2020-04-16 | Do not treat display names as globs for push rules. (#7271) | Patrick Cloke | 4 | -30/+106 |
2020-04-16 | Fix 'generator object is not subscriptable' error (#7290) | Richard van der Hoff | 2 | -1/+3 |
2020-04-15 | Convert auth handler to async/await (#7261) | Patrick Cloke | 10 | -170/+224 |
2020-04-15 | Add notes to the changelog about an additional SSO template. (#7259) | Patrick Cloke | 2 | -4/+9 |
2020-04-15 | Allow specifying the value of Accept-Language header for URL previews (#7265) | Andrew Morgan | 5 | -2/+116 |
2020-04-15 | Fix a potentially-huge sql query (#7274) | Richard van der Hoff | 2 | -7/+17 |
2020-04-14 | Fix the parameters of a test fixture (#7243) | Zay11Zay | 2 | -1/+2 |
2020-04-14 | Only register devices edu handler on the master process (#7255) | Andrew Morgan | 2 | -7/+12 |
2020-04-14 | Only register devices edu handler on the master process (#7255) | Andrew Morgan | 2 | -7/+12 |
2020-04-13 | Add setting to nginx configuration to allow larger file uploads (#7251) | Ryan Hovland | 2 | -0/+4 |
2020-04-13 | Check on room creation if the user is allowed to publish the room to the room... | PeerD | 2 | -0/+8 |
2020-04-11 | typos | Matthew Hodgson | 2 | -2/+2 |
2020-04-09 | Default PL100 to enable encryption in a room (#7230) | Andrew Morgan | 4 | -4/+299 |
2020-04-09 | Do not allow a deactivated user to login via SSO. (#7240) | Patrick Cloke | 8 | -10/+110 |
2020-04-09 | Unblacklist /upgrade creates a new room (#7228) | Andrew Morgan | 2 | -2/+1 |
2020-04-09 | Add matrix-synapse-shared-secret-auth as an example password provider (#7248) | Andrew Morgan | 2 | -0/+2 |
2020-04-09 | Revert "Unblacklist /upgrade creates a new room (#7228)" (#7254) | Andrew Morgan | 2 | -1/+2 |
2020-04-09 | Unblacklist /upgrade creates a new room (#7228) | Andrew Morgan | 2 | -2/+1 |
2020-04-09 | Fix --help commandline argument (#7249) | Richard van der Hoff | 2 | -16/+9 |
2020-04-09 | Make it clearer to the user that they haven't overridden onLogin/Register (#7... | Andrew Morgan | 3 | -3/+3 |
2020-04-09 | Upgrade jQuery to 3.x on fallback login/registration screens (#7236) | Andrew Morgan | 9 | -16/+15 |
2020-04-08 | Fix bad merge of CHANGES.md | Richard van der Hoff | 1 | -5/+1 |
2020-04-08 | Remove redundant checks on `daemonize` from synctl (#7233) | Richard van der Hoff | 2 | -9/+12 |
2020-04-08 | Make systemd-with-workers doc official (#7234) | Richard van der Hoff | 10 | -194/+134 |
2020-04-08 | |