- Nov 05, 2019
-
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
While the current version of the spec doesn't say much about how this endpoint uses filters (see https://github.com/matrix-org/matrix-doc/issues/2338), the current implementation is that some fields of an EventFilter apply (the ones that are used when running the SQL query) and others don't (the ones that are used by the filter itself) because we don't call event_filter.filter(...). This seems counter-intuitive and probably not what we want so this commit fixes it.
-
- Nov 04, 2019
-
-
Amber Brown authored
* remove psutil and replace with resource
-
Richard van der Hoff authored
since I found myself wonder how it works
-
- Nov 01, 2019
-
-
Brendan Abolivier authored
Implement MSC2326 (label based filtering)
-
Brendan Abolivier authored
-
Richard van der Hoff authored
The intention here is to make it clearer which fields we can expect to be populated when: notably, that the _event_type etc aren't used for the synchronous impl of EventContext.
-
Brendan Abolivier authored
Co-Authored-By:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
Hubert Chathi authored
fix hidden field in devices table for older sqlite
-
Jason Robinson authored
* Add lint dependencies black, flake8 and isort These are required when running the `lint.sh` dev scripts. Signed-off-by:
Jason Robinson <jasonr@matrix.org> * Add contributer docs for using the providers linters script Add also to the pull request template to avoid build failures due to people not knowing that linters need running. Signed-off-by:
Jason Robinson <jasonr@matrix.org> * Fix mention of linter errors correction Co-Authored-By:
Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> * Add mention for installing linter dependencies Co-Authored-By:
Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> * Remove linters from python dependencies as per PR review Signed-off-by:
Jason Robinson <jasonr@matrix.org>
-
Richard van der Hoff authored
The `http_proxy` and `HTTPS_PROXY` env vars can be set to a `host[:port]` value which should point to a proxy. The address of the proxy should be excluded from IP blacklists such as the `url_preview_ip_range_blacklist`. The proxy will then be used for * push * url previews * phone-home stats * recaptcha validation * CAS auth validation It will *not* be used for: * Application Services * Identity servers * Outbound federation * In worker configurations, connections from workers to masters Fixes #4198.
-
Andrew Morgan authored
-
Brendan Abolivier authored
-
Neil Pilgrim authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Andrew Morgan authored
-
Hubert Chathi authored
Cross-signing [4/4] -- federation edition
-
Hubert Chathi authored
-
Hubert Chathi authored
-
Hubert Chathi authored
Co-Authored-By:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
Hubert Chathi authored
-
Hubert Chathi authored
make notification of signatures work with workers
-
- Oct 31, 2019
-
-
Will Hunt authored
-
Hubert Chathi authored
-
Hubert Chathi authored
-
Amber Brown authored
* update version of black and also fix the mypy config being overridden
-
Erik Johnston authored
Add StateGroupStorage interface
-
Travis Ralston authored
* Offer the homeserver instance to the spam checker * Newsfile * Linting * Expose a Spam Checker API instead of passing the homeserver object * Alter changelog * s/hs/api
-
Erik Johnston authored
Fix /purge_room admin API
-
Erik Johnston authored
Fix docstring Co-Authored-By:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
It fails trying to clean the `topic` table which was recently removed.
-
Richard van der Hoff authored
-