Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-03 | Debian: we now need libpq-dev. | Richard van der Hoff | 1 | -1/+2 | |
psycopg 2.8 is now out, which means that the C library gets built from source, so we now need libpq-dev when building. Turns out the need for this package is already documented in docs/postgres.rst. | |||||
2019-05-03 | pin urllib3 to <1.25 | Richard van der Hoff | 1 | -0/+8 | |
2019-05-03 | changelog tweaks v0.99.3.1 github/release-v0.99.3.1 release-v0.99.3.1 | Richard van der Hoff | 1 | -2/+4 | |
2019-05-03 | 0.99.3.1 | Richard van der Hoff | 5 | -3/+16 | |
2019-05-03 | more config comment updates | Richard van der Hoff | 2 | -4/+10 | |
2019-05-03 | Blacklist 0.0.0.0 and :: by default for URL previews | Richard van der Hoff | 3 | -15/+28 | |
2019-05-03 | typo | Neil Johnson | 1 | -1/+1 | |
2019-05-03 | Use SystemRandom for token generation | Richard van der Hoff | 2 | -2/+8 | |
2019-04-01 | 0.99.3 v0.99.3 github/release-v0.99.3 release-v0.99.3 | Neil Johnson | 3 | -3/+13 | |
2019-04-01 | convert rst link to md | Neil Johnson | 1 | -1/+1 | |
2019-03-27 | 0.99.3rc1 v0.99.3rc1 | Neil Johnson | 85 | -85/+93 | |
2019-03-27 | bump version | Neil Johnson | 1 | -1/+1 | |
2019-03-26 | Support 3PID login in password providers (#4931) | Andrew Morgan | 8 | -26/+137 | |
Adds a new method, check_3pid_auth, which gives password providers the chance to allow authentication with third-party identifiers such as email or msisdn. | |||||
2019-03-27 | Use the state event amount for userdir import batching, not room count (#4944) | Amber Brown | 2 | -8/+21 | |
2019-03-26 | Make federation endpoints more tolerant of trailing slashes v2 (#4935) | Andrew Morgan | 5 | -11/+13 | |
Redo of https://github.com/matrix-org/synapse/pull/4840 | |||||
2019-03-25 | Fix ClientReplicationStreamProtocol.__str__ (#4929) | Richard van der Hoff | 3 | -4/+6 | |
`__str__` depended on `self.addr`, which was absent from ClientReplicationStreamProtocol, so attempting to call str on such an object would raise an exception. We can calculate the peer addr from the transport, so there is no need for addr anyway. | |||||
2019-03-25 |