Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-05-22 | lint fixup | David Robertson | 2 | -4/+5 | |
2022-05-22 | ClientSecretJWTKey (needs testing) | David Robertson | 1 | -2/+20 | |
2022-05-22 | SSOAttributeRequirement | David Robertson | 2 | -10/+90 | |
2022-05-22 | A few examples | David Robertson | 1 | -0/+3 | |
2022-05-22 | More validation relative to discovery | David Robertson | 2 | -2/+79 | |
2022-05-22 | More generic example config | David Robertson | 1 | -8/+12 | |
2022-05-22 | A batch of linting | David Robertson | 2 | -16/+16 | |
2022-05-22 | Use pydantic plugin first | David Robertson | 1 | -1/+1 | |
Some hooks are completely overrideen by mypy_zope, without the chance to yield to other plugins | |||||
2022-05-21 | ensure idp_id gets a prefix | David Robertson | 1 | -0/+14 | |
2022-05-21 | endpoints are required if discovery is enabled | David Robertson | 2 | -2/+49 | |
2022-05-21 | validate that idp_icon is an mxc_url | David Robertson | 2 | -4/+26 | |
2022-05-21 | legacy fallbacks seem to just work (TM)? | David Robertson | 2 | -5/+33 | |
2022-05-20 | Extra fields and tests | David Robertson | 2 | -19/+180 | |
Pleasantly: no pain here | |||||
2022-05-19 | move TYPE_CHECKING workaround outside | David Robertson | 1 | -11/+14 | |
2022-05-19 | It seems what I want is `constr` | David Robertson | 4 | -111/+38 | |
but this interacts poorly with mypy :( | |||||
2022-05-19 | WIP trying out validators | David Robertson | 4 | -0/+260 | |
2022-05-18 | Require and lock `pydantic` | David Robertson | 3 | -2/+61 | |
2022-05-18 | Downgrade some OIDC exceptions to warnings (#12723) | David Robertson | 2 | -2/+3 | |
2022-05-18 | Fix federation in demo scripts. (#12783) | Patrick Cloke | 3 | -6/+11 | |
2022-05-18 | Skip waiting for full state if a StateFilter does not require it (#12498) | Richard van der Hoff | 2 | -4/+60 | |
If `StateFilter` specifies a state set which we will have regardless of state-syncing, then we may as well return it immediately. | |||||
2022-05-18 | Fix YAML parsing error in `url_preview_accept_language` (#12785) | Andrew Morgan | 2 | -6/+7 | |
2022-05-18 | Refactor `resolve_state_groups_for_events` to not pull out full state when ↵ | Shay | 5 | -23/+40 | |
no state resolution happens. (#12775) | |||||
2022-05-18 | Add documentation for cancellation of request processing (#12761) | Sean Quah | 3 | -0/+394 | |
Signed-off-by: Sean Quah <seanq@matrix.org> | |||||
2022-05-18 | Add some type hints to `event_federation` datastore (#12753) | Dirk Klimpel | 5 | -65/+127 | |
Co-authored-by: David Robertson <david.m.robertson1@gmail.com> | |||||
2022-05-18 | Do not keep going if there are 5 back-to-back background update failures. ↵ | reivilibre | 2 | -0/+9 | |
(#12781) | |||||
2022-05-18 | Give a meaningful error message when a client tries to create a room with an ↵ | reivilibre | 3 | -0/+19 | |
invalid alias localpart. (#12779) | |||||
2022-05-18 | Switch the 'Configuration' link in the docs homepage to the config manual ↵ | Andrew Morgan | 2 | -3/+4 | |
(#12748) | |||||
2022-05-18 | Add some documentation around the `rc_invites` option to the config docs ↵ | Andrew Morgan | 2 | -0/+15 | |
(#12759) | |||||
2022-05-18 | Fixup changelog v1.59.1 | Brendan Abolivier | 1 | -2/+4 | |
2022-05-18 | 1.59.1 | Brendan Abolivier | 4 | -2/+16 | |
2022-05-18 | Discard null-containing strings before updating the user directory (#12762) | David Robertson | 6 | -11/+45 | |
2022-05-18 | Discard null-containing strings before updating the user directory (#12762) | David Robertson | 6 | -11/+45 | |
2022-05-18 | Make handling of federation Authorization header (more) compliant with ↵ | Hubert Chathi | 4 | -5/+35 | |
RFC7230 (#12774) The main differences are: - values with delimiters (such as colons) should be quoted, so always quote the origin, since it could contain a colon followed by a port number - should allow more than one space after "X-Matrix" - quoted values with backslash-escaped characters should be unescaped - names should be case insensitive | |||||
2022-05-18 | Move methods that call add_push_rule to PushRuleStore (#12772) | Adam | 2 | -51/+52 | |
Signed-off-by: Adam Roddick <ajroddick@tuta.io> | |||||
2022-05-17 | Suggest using docker when testing against postgres (#12765) | David Robertson | 2 | -3/+29 | |
Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com> | |||||
2022-05-17 | Delete events from federation_inbound_events_staging table on purge (#12770) | Mathieu Velten | 3 | -0/+3 | |
2022-05-17 | allow `on_invalidate=None` in `@cached` methods (#12769) | David Robertson | 3 | -10/+19 | |
2022-05-17 | Add some type hints to datastore (#12717) | Dirk Klimpel | 10 | -161/+254 | |
2022-05-17 | Add a new room version for MSC3787's knock+restricted join rule (#12623) | Travis Ralston | 6 | -7/+68 | |
2022-05-17 | Remove code which updates `application_services_state.last_txn` (#12680) | Richard van der Hoff | 5 | -55/+35 | |
This column is unused as of #12209, so let's stop writing to it. | |||||
2022-05-17 | Fix push for m.read events (#12721) | SpiritCroc | 2 | -1/+2 | |
badge_count_last_call was always zero when the response for push notifications included a "rejected" key which mapped to an empty list. | |||||
2022-05-17 | Add index to cache invalidations (#12747) | Erik Johnston | 3 | -0/+27 | |
For workers that rarely write to the cache the `get_all_updated_caches` query can become expensive if the worker falls behind when reading the cache. | |||||
2022-05-17 | Track in memory events using weakrefs (#10533) | Erik Johnston | 4 | -2/+60 | |
2022-05-17 | version tweak in changelog v1.59.0 | David Robertson | 1 | -1/+1 | |
2022-05-17 | 1.59.0 | David Robertson | 4 | -4/+21 | |
2022-05-17 | Tidy up and type-hint the database engine modules (#12734) | David Robert |