Commit Graph

367 Commits (6080830beffd38a08b08d73ee1588cf2289c0080)

Author SHA1 Message Date
Mark Haines 8d8a133c89 SYN-103: Remove "origin" and "destination" keys from edus 10 years ago
Erik Johnston 6fea478d2e Fix bugs with invites/joins across federatiom. 10 years ago
Erik Johnston 37900a92db Only allow people in a room to look up room state. 10 years ago
Erik Johnston 3db2c0d43e Rename annotate_state_groups to annotate_event_with_state 10 years ago
Erik Johnston 02ebb9f0c3 Fix state tests 10 years ago
Erik Johnston ed8b7d400c Fix validation tests 10 years ago
Erik Johnston 339c11dd86 Fix rest.test_rooms 10 years ago
Paul "LeoNerd" Evans c23afed39a Include room membership in room initialSync 10 years ago
Paul "LeoNerd" Evans 1fd8139138 Put room state in room initialSync output - I guess this is right; I really can't find any other tests similar... 10 years ago
Paul "LeoNerd" Evans 269f80bf8e Have room initialSync return the room's room_id 10 years ago
Paul "LeoNerd" Evans 50c8e3fcda Initial (empty) test that room initialSync at least returns 200 OK 10 years ago
Erik Johnston ec824927c1 Fix rest.test_events. Convert to use SQLiteMemoryDbPool 10 years ago
Erik Johnston 4ebdb19682 Fix SQLBaseStoreTestCase 10 years ago
Erik Johnston 3cd9c02f71 Fix stream test. 10 years ago
Erik Johnston e2cebe26e8 Fix room_member storage test 10 years ago
Erik Johnston c174d19d1e Fix redaction storage test 10 years ago
Erik Johnston b01159f234 Fix room handler test 10 years ago
Erik Johnston 3791b75000 Fix a couple more storage tests 10 years ago
Erik Johnston 2fcce3b3c5 Remove stale tests 10 years ago
Erik Johnston da80ebcc6b Fix redaction storage test 10 years ago
Erik Johnston 1616df2f61 Fix typing tests 10 years ago
Erik Johnston c670ce416b Fix room tests 10 years ago
Erik Johnston f48fce8bd3 Fix profile tests 10 years ago
Erik Johnston 24e2da4557 Fix presencelike test 10 years ago
Erik Johnston 416ab4ebf0 Don't execute empty tests. Formatting. 10 years ago
Erik Johnston 34c4614682 Fix presence test 10 years ago
Erik Johnston 9e429239ab Fix Federation test 10 years ago
Erik Johnston 4a5e95511e PEP8 10 years ago
Erik Johnston dfb3d21a6d Fix room handler tests 10 years ago
Erik Johnston b0554682ed Fix federation handler tests. I've removed the invite/join dance ones as they are completely out of date. 10 years ago
Erik Johnston 7f4c7fe4e8 PEP8 10 years ago
Erik Johnston dd3711bdbd Fix tests.handlers.test_directory 10 years ago
Erik Johnston b15e8d5bbc event <-> pdu mappings are now trivial and will soon be scrapped 10 years ago
Erik Johnston 24305ba5bf Fix up federation tests 10 years ago
Mark Haines b29517bd01 Add a request-id to each log line 10 years ago
Paul "LeoNerd" Evans b1ee6fd7ed Fix an off-by-one bug in presence event stream pagination; this might be responsible for any number of bug reports 10 years ago
Mark Haines 82c5820767 keep 'origin_server_ts' as 'ts' in the database to avoid needlessly updating schema 10 years ago
Mark Haines f5cf7ac25b SPEC-7: Rename 'ts' to 'origin_server_ts' 10 years ago
Mark Haines bb04447c44 Include hashes of previous pdus when referencing them 10 years ago
Mark Haines 66104da10c Sign outgoing PDUs. 10 years ago
Mark Haines 1c445f88f6 persist hashes and origin signatures for PDUs 10 years ago
Mark Haines 9aed791fc3 SYN-103: Ignore the 'origin' key in received EDUs. Instead take the origin from the transaction itself 10 years ago
Mark Haines 25d80f35f1 Raise a SynapseError if the authorisation header is missing or malformed 10 years ago
Mark Haines 6684855767 Verify signatures for server2server requests 10 years ago
Mark Haines 10ef8e6e4b SYN-75 sign at the request level rather than the transaction level 10 years ago
Kegan Dougal 868eb478d8 Fixed test. 10 years ago
Kegan Dougal 3db09c4d15 Still broken. 10 years ago
Kegan Dougal 83c53113af Break a test. 10 years ago
Kegan Dougal 72aef114ab Fix unit test. 10 years ago
Kegan Dougal 6045bd89fb Break unit test. 10 years ago