| Commit message (Expand) | Author | Files | Lines |
2022-10-18 | Add a test for backfill ignoring events we already have | Andrew Morgan | 1 | -1/+104 |
2022-10-18 | Fix up docstring | Andrew Morgan | 1 | -1/+1 |
2022-10-18 | Add missing 'continue' | Andrew Morgan | 1 | -0/+1 |
2022-10-17 | Add debug logs to figure out why an event was filtered (#14095) | Eric Eastwood | 2 | -1/+32 |
2022-10-17 | Cache Rust build cache when building docker images (#14130) | Erik Johnston | 3 | -1/+5 |
2022-10-17 | Bump click from 8.1.1 to 8.1.3 (#14201) | dependabot[bot] | 3 | -5/+6 |
2022-10-17 | Support filtering the /messages API by relation type (MSC3874). (#14148) | Patrick Cloke | 9 | -177/+212 |
2022-10-17 | Bump psycopg2 from 2.9.3 to 2.9.4 (#14200) | dependabot[bot] | 2 | -12/+13 |
2022-10-17 | Bump bcrypt from 3.2.0 to 4.0.1 (#14186) | dependabot[bot] | 2 | -15/+23 |
2022-10-17 | Use Pydantic when PUTting room aliases (#14179) | David Robertson | 3 | -31/+47 |
2022-10-17 | Invalidate rooms for user caches when receiving membership events (#14155) | Nick Mills-Barrett | 2 | -0/+5 |
2022-10-17 | Fix dead link to admin registration API (#14189) | David Robertson | 2 | -1/+2 |
2022-10-17 | Remove not needed `replication` listener in docker compose example (#14107) | Dirk Klimpel | 4 | -25/+2 |
2022-10-17 | 1.69.0 v1.69.0 | Erik Johnston | 3 | -3/+15 |
2022-10-15 | Stop getting missing `prev_events` after we already know their signature is i... | Eric Eastwood | 7 | -2/+386 |
2022-10-14 | Bump types-bleach from 4.1.4 to 5.0.3 (#14188) | dependabot[bot] | 2 | -3/+4 |
2022-10-15 | Bump types-pillow from 9.2.2 to 9.2.2.1 (#14187) | dependabot[bot] | 2 | -20/+21 |
2022-10-14 | Strip whitespace from worker types in Dockerfile-workers (#14165) | realtyem | 2 | -4/+3 |
2022-10-14 | Accept threaded receipts for events related to the root event. (#14174) | Patrick Cloke | 5 | -8/+247 |
2022-10-14 | 1.69.0rc4 v1.69.0rc4 | Erik Johnston | 6 | -5/+23 |
2022-10-14 | Fix background update to use an index (#14181) | Erik Johnston | 2 | -11/+52 |
2022-10-14 | Advertise support for Matrix 1.4. (#14184) | Patrick Cloke | 3 | -1/+3 |
2022-10-14 | Fix changelog for #14171 to match #13394/#14175. | Patrick Cloke | 1 | -1/+1 |
2022-10-14 | Don't require optional `invite_room_state` field on fed v2 invite (#14083) | Andrew Morgan | 2 | -1/+2 |
2022-10-14 | Do not allow a None-limit on PaginationConfig. (#14146) | Patrick Cloke | 16 | -50/+29 |
2022-10-14 | Set LD_PRELOAD to load jemalloc in Dockerfile-workers. (#14182) | realtyem | 2 | -1/+12 |
2022-10-14 | Stabilize the threads API. (#14175) | Patrick Cloke | 7 | -29/+35 |
2022-10-14 | Properly invalidate get_thread_id cache. (#14163) | Patrick Cloke | 2 | -0/+2 |
2022-10-14 | Revert "Disable push of docker images" | Erik Johnston | 1 | -1/+1 |
2022-10-14 | Fix docker workflow | Erik Johnston | 1 | -3/+5 |
2022-10-14 | Disable push of docker images | Erik Johnston | 1 | -1/+1 |
2022-10-13 | Fix docker build OOMing in CI for arm64 builds (#14173) | Erik Johnston | 3 | -1/+11 |
2022-10-13 | Optimise the event_push_backfill_thread_id bg job (#14172) | David Robertson | 2 | -2/+9 |
2022-10-13 | |