Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-12-29 | Support PyJWT v2.0.0. (#8986) | Patrick Cloke | 2 | -4/+13 | |
Tests were broken due to an API changing. The code used in Synapse proper should be compatible with both versions already. | |||||
2020-12-14 | Allow per-room profile to be used for server notice user (#8799) | Mathieu Velten | 2 | -1/+10 | |
This applies even if the feature is disabled at the server level with `allow_per_room_profiles`. The server notice not being a real user it doesn't have an user profile. | |||||
2020-12-11 | Remove the CI requirement for newsfiles (#73) | Andrew Morgan | 1 | -11/+0 | |
We don't use newsfiles for DINUM releases anyways, so a CI requirement for them does not make sense. | |||||
2020-12-11 | Fix users info for remote users (#71) | Mathieu Velten | 2 | -2/+2 | |
2020-12-11 | Update mypy to 0.790 to resolve mypy CI errors (#72) | Andrew Morgan | 4 | -7/+9 | |
2020-10-29 | Override any missing default power level keys with DINUM's defaults when ↵ | Andrew Morgan | 3 | -18/+85 | |
creating a room (#68) The createRoom flow in DINUM's Synapse (through the AccessRules module which has hooks for all of this) already rejects a power levels content dict if it doesn't have high enough power levels to satisfy DINUM's [requirements](https://github.com/matrix-org/synapse-dinsic/blob/ac50ed353b5fdbdf9f853be0d94b6fccaf33973e/synapse/third_party_rules/access_rules.py#L233-L252). This PR ensures that any keys that aren't provided are replaced with the defaults, instead of just assuming the whole dict was correct (and thus those keys were set to mainline Synapse's default instead). | |||||
2020-10-22 | Remove unused OPTIONS handlers. (#8621) | Patrick Cloke | 14 | -64/+2 | |
The handling of OPTIONS requests was consolidated in #7534, but the endpoint specific handlers were not removed. | |||||
2020-10-22 | Fixup changelog even more v1.22.0rc1 | Erik Johnston | 1 | -2/+1 | |
2020-10-22 | Fixup changelog some more | Erik Johnston | 1 | -7/+3 | |
2020-10-22 | Don't 500 for invalid group IDs (#8628) | Erik Johnston | 2 | -1/+5 | |
2020-10-22 | Fixup changelog | Erik Johnston | 1 | -4/+4 | |
2020-10-22 | 1.22.0rc1 | Erik Johnston | 89 | -88/+106 | |
2020-10-22 | Type hints for RegistrationStore (#8615) | Erik Johnston | 4 | -74/+85 | |
2020-10-22 | Don't instansiate Requester directly (#8614) | Erik Johnston | 6 | -11/+12 | |
2020-10-21 | Optimise CacheDescriptor (#8594) github/release-v1.21.3 release-v1.21.3 | Richard van der Hoff | 2 | -5/+8 | |
don't bother constricting a CacheContext unless we need one. | |||||
2020-10-21 | fix failure case | Richard van der Hoff | 1 | -1/+4 | |