Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-03-23 | Update pre-built package name for FreeBSD (#7107). (#7107) | Kartikaya Gupta (kats) | 2 | -1/+2 | |
Signed-off-by: Kartikaya Gupta <kats@trevize.staktrace.com> | |||||
2020-03-23 | Convert `*StreamRow` classes to inner classes (#7116) | Richard van der Hoff | 6 | -100/+106 | |
This just helps keep the rows closer to their streams, so that it's easier to see what the format of each stream is. | |||||
2020-03-23 | matrix.org was fine v1.12.0 github/release-v1.12.0 release-v1.12.0 | Richard van der Hoff | 1 | -0/+2 | |
2020-03-23 | Update CHANGES.md | Neil Johnson | 1 | -1/+1 | |
2020-03-23 | changelog typos | Richard van der Hoff | 1 | -3/+3 | |
2020-03-23 | 1.12.0 changelog | Richard van der Hoff | 1 | -1/+53 | |
2020-03-23 | 1.12.0 | Richard van der Hoff | 3 | -1/+13 | |
2020-03-23 | Fix processing of `groups` stream, and use symbolic names for streams (#7117) | Richard van der Hoff | 3 | -30/+76 | |
`groups` != `receipts` Introduced in #6964 | |||||
2020-03-23 | Set Referrer-Policy to no-referrer for media (#7009) | Dionysis Grigoropoulos | 2 | -0/+4 | |
2020-03-20 | Clean-up some auth/login REST code (#7115) | Patrick Cloke | 3 | -41/+21 | |
2020-03-20 | Improve database configuration docs (#6988) | Richard van der Hoff | 6 | -71/+132 | |
Attempts to clarify the sample config for databases, and add some stuff about tcp keepalives to `postgres.md`. | |||||
2020-03-20 | Remove concept of a non-limited stream. (#7011) | Erik Johnston | 8 | -67/+71 | |
2020-03-20 | Convert some of the media REST code to async/await (#7110) | Patrick Cloke | 4 | -111/+91 | |
2020-03-19 | Fix a bug in the federation API which could cause occasional "Failed to get ↵ | Patrick Cloke | 4 | -30/+22 | |
PDU" errors (#7089). | |||||
2020-03-19 | more changelog v1.12.0rc1 | Richard van der Hoff | 1 | -1/+1 | |
2020-03-19 | changelog fixes | Richard van der Hoff | 1 | -3/+3 | |
2020-03-19 | fix typo | Richard van der Hoff | 1 | -2/+2 | |
2020-03-19 | 1.12.0rc1 | Richard van der Hoff | 60 | -59/+78 | |
2020-03-19 | update grafana dashboard | Richard van der Hoff | 1 | -32/+213 | |
2020-03-19 | Fix concurrent modification errors in pusher metrics (#7106) | Richard van der Hoff | 2 | -9/+19 | |
add a lock to try to make this metric actually work | |||||
2020-03-19 | Add prometheus metrics for the number of active pushers (#7103) | Richard van der Hoff | 5 | -8/+36 | |
2020-03-19 | Move pusherpool startup into _base.setup (#7104) | Richard van der Hoff | 3 | -1/+2 | |
This should be safe to do on all workers/masters because it is guarded by a config option which will ensure it is only actually done on the worker assigned as a pusher. | |||||
2020-03-18 | Improve get auth chain difference algorithm. (#7095) | Erik Johnston | 6 | -71/+310 | |
It was originally implemented by pulling the full auth chain of all state sets out of the database and doing set comparison. However, that can take a lot work if the state and auth chains are large. Instead, lets try and fetch the auth chains at the same time and calculate the difference on the fly, allowing us to bail early if all the auth chains converge. Assuming that the auth chains do converge more often than not, this should improve performance. Hopefully. | |||||
2020-03-18 | Add an option to the set password API to choose whether to logout other ↵ | Patrick Cloke | 5 | -20/+39 | |
devices. (#7085) | |||||
2020-03-18 | Comments from review | Erik Johnston | 3 | -8/+25 | |
2020-03-17 | Update INSTALL.md updated CentOS8 install instructions (#6925) | Richard von Kellner | 2 | -2/+12 | |
2020-03-17 | Share SSL contexts for non-federation requests (#7094) | Richard van der Hoff | 7 | -44/+71 | |
Extends #5794 etc to the SimpleHttpClient so that it also applies to non-federation requests. Fixes #7092. | |||||
2020-03-17 | Update postgres.md | Richard van der Hoff | 1 | -2/+1 | |
fix broken link | |||||
2020-03-17 | Set charset to utf-8 when adding headers for certain text content types (#7044) | The Stranjer | 2 | -1/+25 | |
Fixes #7043 | |||||
2020-03-17 | Remove unused federation endpoint (`query_auth`) (#7026) | Patrick Cloke | 5 | -146/+80 | |
2020-03-17 | Remove special casing of `m.room.aliases` events (#7034) | Patrick Cloke | 5 | -42/+35 | |
2020-03-17 | Revert "Add options to disable setting profile info for prevent changes. ↵ | Richard van der Hoff | 7 | -398/+ |