Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-07-13 | Show all joinable rooms in the spaces summary. (#10298) | Patrick Cloke | 6 | -38/+237 | |
Previously only world-readable rooms were shown. This means that rooms which are public, knockable, or invite-only with a pending invitation, are included in a space summary. It also applies the same logic to the experimental room version from MSC3083 -- if a user has access to the proper allowed rooms then it is shown in the spaces summary. This change is made per MSC3173 allowing stripped state of a room to be shown to any potential room joiner. | |||||
2021-07-13 | Move upgrade blurb v1.38.0 | Richard van der Hoff | 1 | -2/+2 | |
2021-07-13 | Update CHANGES.md | Richard van der Hoff | 1 | -1/+1 | |
2021-07-13 | fix debian changelog | Richard van der Hoff | 1 | -1/+7 | |
2021-07-13 | 1.38.0 | Richard van der Hoff | 3 | -2/+8 | |
2021-07-13 | 1.38.0rc3 v1.38.0rc3 | Richard van der Hoff | 5 | -5/+16 | |
2021-07-13 | Fix some links in `docs` and `contrib` (#10370) | Dirk Klimpel | 9 | -17/+23 | |
2021-07-13 | Bugfix `make_room_admin` fails for users that have left a private room (#10367) | Dirk Klimpel | 2 | -1/+9 | |
Fixes: #10338 | |||||
2021-07-13 | Use inline type hints in `tests/` (#10350) | Jonathan de Jong | 18 | -63/+62 | |
This PR is tantamount to running: python3.8 -m com2ann -v 6 tests/ (com2ann requires python 3.8 to run) | |||||
2021-07-13 | Github Actions workflow to attach release artifacts to release (#10379) | Richard van der Hoff | 2 | -1/+28 | |
2021-07-13 | [pyupgrade] `tests/` (#10347) | Jonathan de Jong | 20 | -58/+45 | |
2021-07-13 | Fix federation inbound age metric. (#10355) | Erik Johnston | 2 | -1/+4 | |
We should be reporting the age rather than absolute timestamp. | |||||
2021-07-13 | Build the python release artifacts in GHA too | Richard van der Hoff | 1 | -3/+23 | |
2021-07-12 | build debs in GHA (#10247) | Richard van der Hoff | 3 | -4/+58 | |
GHA workflow to build the debs | |||||
2021-07-12 | Replace `room_depth.min_depth` with a BIGINT (#10289) | Richard van der Hoff | 4 | -7/+186 | |
while I'm dealing with INTEGERs and BIGINTs, let's replace room_depth.min_depth with a BIGINT. | |||||
2021-07-12 | Additional unit tests for spaces summary. (#10305) | Patrick Cloke | 2 | -1/+204 | |
2021-07-09 | Unblacklist fixed tests (#10357) | Erik Johnston | 3 | -5/+2 | |