Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-04-15 | Fix a potentially-huge sql query (#7274) | Richard van der Hoff | 2 | -7/+17 | |
We could end up looking up tens of thousands of events, which could cause large amounts of data to be logged to the postgres log. | |||||
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-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 ↵ | PeerD | 2 | -0/+8 | |
room directory. (#7260) | |||||
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 | |
This commit was originally merged in #7228 but reverted in #7254 as the associated sytest was not ready yet. Now that it is, we can merge this again. | |||||
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 | |
This reverts commit 59f0ca8b87c15a314859d94978d90a8aa0e7543b. | |||||
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 | |
I don't really remember why this was so complicated; I think it dates back to the time when we had to instantiate the Config classes before we could call `add_arguments` - ie before #5597. In any case, I don't think there's a good reason for it any more, and the impact of it being complicated is that `--help` doesn't work correctly. | |||||
2020-04-09 | Make it clearer to the user that they haven't overridden onLogin/Register ↵ | Andrew Morgan | 3 | -3/+3 | |
(#7237) | |||||
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 | |
We pass --daemonize on the commandline, which (since at least |