summary refs log tree commit diff
path: root/tests/api/test_filtering.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+3
* Update license headersPatrick Cloke2023-11-211-13/+16
* `N + 3`: Read from column `full_user_id` rather than `user_id` of tables `pro...Shay2023-06-021-19/+6
* Properly parse event_fields in filters (#15607)Patrick Cloke2023-05-221-6/+0
* Add column `full_user_id` to tables `profiles` and `user_filters`. (#15458)Shay2023-04-261-7/+9
* Use immutabledict instead of frozendict (#15113)David Robertson2023-03-221-3/+3
* Properly typecheck tests.api (#14983)David Robertson2023-02-031-69/+88
* Do not reject `/sync` requests with unrecognised filter fields (#14369)Sean Quah2022-11-071-2/+19
* Support filtering the /messages API by relation type (MSC3874). (#14148)Patrick Cloke2022-10-171-1/+62
* Additional constants for EDU types. (#12884)Patrick Cloke2022-05-271-3/+3
* Remove references to unstable identifiers from MSC3440. (#12382)Patrick Cloke2022-04-121-3/+1
* Fix `PushRuleEvaluator` and `Filter` to work on frozendicts (#12100)Richard van der Hoff2022-02-281-0/+10
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-10/+10
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Support filtering by relations per MSC3440 (#11236)Patrick Cloke2021-11-091-32/+75
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Convert additional test-cases to homeserver test case. (#9396)Patrick Cloke2021-02-161-24/+14
* Remove redundant mockingRichard van der Hoff2020-12-021-16/+2
* Apply an IP range blacklist to push and key revocation requests. (#8821)Patrick Cloke2020-12-021-1/+3
* Remove the deprecated Handlers object (#8494)Patrick Cloke2020-10-091-4/+1
* Do not yield on awaitables in tests. (#8193)Patrick Cloke2020-08-271-12/+24
* Convert synapse.api to async/await (#8031)Patrick Cloke2020-08-061-12/+24
* Add a `make_event_from_dict` method (#6858)Richard van der Hoff2020-02-071-2/+2
* Update copyrightsBrendan Abolivier2019-11-051-0/+3
* Incorporate reviewBrendan Abolivier2019-11-011-4/+4
* Incorporate reviewBrendan Abolivier2019-11-011-5/+5
* LintBrendan Abolivier2019-10-301-12/+4
* Add unit testsBrendan Abolivier2019-10-301-0/+51
* Run Black on the tests again (#5170)Amber Brown2019-05-101-1/+0
* Allow backslashes in event field filtersRichard van der Hoff2018-10-241-1/+11
* Run tests under PostgreSQL (#3423)Amber Brown2018-08-131-1/+4
* Run black.black2018-08-101-260/+101
* run isortAmber Brown2018-07-091-8/+7
* use jsonschema.FormatChecker for RoomID and UserID stringspik2017-03-231-4/+11
* Add valid filter tests, flake8, fix typopik2017-03-231-5/+49
* check_valid_filter using JSONSchemapik2017-03-231-1/+17
* Optimise state resolutionErik Johnston2017-01-171-1/+4
* Test Filter.filter_roomsMark Haines2016-02-191-0/+18
* Fix flake8 warnings for testsMark Haines2016-02-191-8/+4
* Fix testErik Johnston2016-01-281-3/+4
* Fix testsErik Johnston2016-01-251-6/+4
* Fix testsErik Johnston2016-01-221-1/+1
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Refactor api.filtering to have a Filter APIErik Johnston2015-10-201-26/+31
* update filtering testsMark Haines2015-10-131-6/+6
* Factor out some of the common homeserver setup code into aMark Haines2015-02-111-12/+2
* Create a separate filter object to do the actual filtering, so that we canMark Haines2015-01-291-51/+57
* Add filter_room_state unit tests.Kegan Dougal2015-01-291-0/+56
* Add basic filtering public API unit tests. Use defers in the right places.Kegan Dougal2015-01-291-1/+53
* Add more unit tests for the filter algorithm.Kegan Dougal2015-01-291-5/+259
* Implement filter algorithm. Add basic event type unit tests to assert it works.Kegan Dougal2015-01-291-1/+44
* Add filter JSON sanity checks.Kegan Dougal2015-01-281-4/+20
* Initial stab at real SQL storage implementation of user filter definitionsPaul "LeoNerd" Evans2015-01-271-1/+18
* Have the Filtering API return Deferreds, so we can do the Datastore implement...Paul "LeoNerd" Evans2015-01-271-2/+3
* Initial trivial unittest of Filtering objectPaul "LeoNerd" Evans2015-01-271-0/+67