Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-04-02 | 1.12.1 v1.12.1 github/release-v1.12.1 release-v1.12.1 | Andrew Morgan | 3 | -1/+13 | |
2020-04-01 | Support SAML in the user interactive authentication workflow. (#7102) | Patrick Cloke | 11 | -44/+227 | |
2020-04-01 | Allow admins to create aliases when they are not in the room (#7191) | Patrick Cloke | 3 | -1/+68 | |
2020-04-01 | Update postgres.md (#7119) | siroccal | 2 | -1/+28 | |
2020-04-01 | Remove connections per replication stream metric. (#7195) | Erik Johnston | 2 | -16/+1 | |
This broke in a recent PR (#7024) and is no longer useful due to all replication clients implicitly subscribing to all streams, so let's just remove it. | |||||
2020-03-31 | Improve TURN documentation. (#7167) | Jostein Kjønigsen | 2 | -0/+8 | |
2020-03-31 | Fix "'NoneType' has no attribute start|stop" logcontext errors (#7181) | Richard van der Hoff | 3 | -7/+12 | |
Fixes #7179. | |||||
2020-03-31 | Fill in the 'default' field for user-defined push rules (#6639) | Karlinde | 2 | -0/+2 | |
Signed-off-by: Karl Linderhed <git@karlinde.se> | |||||
2020-03-31 | Only setdefault for signatures if device has key_json (#7177) | Andrew Morgan | 2 | -10/+15 | |
2020-03-31 | Fix use of async/await in media code (#7184) | Patrick Cloke | 2 | -2/+3 | |