Commit Graph

1609 Commits (4ebdb1968225243bab86ef5d8d9f8feb274dd9ce)
 

Author SHA1 Message Date
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 cdc1b5d629 Fix regression where we did not return redacted events. 10 years ago
Erik Johnston b01159f234 Fix room handler test 10 years ago
Erik Johnston 5d439b127b PEP8 10 years ago
Erik Johnston c46088405a Remove useless comments 10 years ago
Erik Johnston 003668cfaa Add auth to the various server-server APIs 10 years ago
Erik Johnston 6447db063a Fix backfill to work. Add auth to backfill request 10 years ago
Erik Johnston 65f846ade0 Notify users about invites. 10 years ago
Erik Johnston 407d8a5019 Fix invite auth 10 years ago
Erik Johnston 6cb6cb9e69 Tidy up some of the unused sql tables 10 years ago
Erik Johnston 1c06806f90 Finish redaction algorithm. 10 years ago
Erik Johnston 07286a73b1 Use current state to get room hosts, rather than querying the database 10 years ago
Erik Johnston 02c3b1c9e2 Add '/event_auth/' federation api 10 years ago
Erik Johnston d2fb2b8095 Implement invite part of invite join dance 10 years ago
Erik Johnston 328dab2463 Remove /context/ request 10 years ago
Erik Johnston 97a096b507 Add hash of current state to events 10 years ago
Erik Johnston 3b4dec442d Return auth chain when handling send_join 10 years ago
Erik Johnston 16a0815fac Fix bug in _get_auth_chain_txn 10 years ago
Erik Johnston 3cb678f84c Merge branch 'develop' of github.com:matrix-org/synapse into federation_authorization 10 years ago
Erik Johnston 49948d72f3 Fix joining over federation 10 years ago
Erik Johnston 8b0e96474b Implement method to get auth_chain from a given event_id 10 years ago
Erik Johnston bf6b72eb55 Start implementing auth chains 10 years ago
Erik Johnston 8421cabb9d Neaten things up a bit 10 years ago
Erik Johnston 46de65cab9 Don't query the DB for user power levels 10 years ago
Erik Johnston 351c64e99e Amalgamate all power levels. 10 years ago
David Baker 4b256cab31 Don't cache isWebRTCSupported because whether webRTC is supported might change part-way through the page's lifecycle if your webrtc support comes from some kind of injected content script (hello OpenWebRTC Sarafi extension) 10 years ago
Erik Johnston 233969bb58 Update to use replaces_state rather than prev_state 10 years ago
Erik Johnston c6766d45b5 Don't send prev_state to clients anymore 10 years ago
Erik Johnston 4317c8e583 Implement new replace_state and changed prev_state 10 years ago
Kegan Dougal e3c3f5a6d0 Swap from using raw m.room.member events for room members to using actual RoomMember objects, so User objects can be tacked on. Update tests. 10 years ago
Kegan Dougal d4c20c472b Use mRoomName on join notifications as well. 10 years ago
Kegan Dougal b77cce4ec5 Add modelService test. Thin for now but will be expanded upon. 10 years ago
Kegan Dougal 8bcd36377a Factor out room name logic: mRoomName is the canonical source. 10 years ago
Kegan Dougal c9c2e39531 Use .not.toEqual instead of .toNotEqual which is in a newer version of Jasmine. 10 years ago
Kegan Dougal dd8af5565b Start adding regression tests. First up, register-controller for SYWEB-109. 10 years ago
Kegan Dougal a92092340b Fix broken tests which were previously skipped. 10 years ago
Kegan Dougal c5eec32c58 Add mRoomName and orderMembersList filter tests. Mark FIXME on broken tests for now. 10 years ago
Kegan Dougal 7465250141 State *.js in karma.conf rather than *.* so *.js~ files are ignored. 10 years ago
Kegan Dougal 69c396825b Add duration filter unit tests. 10 years ago
Kegan Dougal 6aba43f6cc Add a few eventHandlerService tests. 10 years ago
Kegan Dougal 988a8526b5 Finish matrixService unit tests. Add missing encodeURIComponent to path args. 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 cc44ecc62f Get correct prev_events 10 years ago
Kegan Dougal 0881a8ae6f Add more tests and a TODO. 10 years ago
Kegan Dougal d3a02ec038 Fix url decoding bugs with /redact and /send APIs. 10 years ago