Commit Graph

1592 Commits (328dab246376814c141095d63e5cef3b4cb52068)
 

Author SHA1 Message Date
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
Kegan Dougal 42081b1937 Don't urlencode event types just yet so older HSes don't 500. 10 years ago
Kegan Dougal 9f6d1b10ad Be sure to urlencode/decode event types correctly in both the web client and HS. 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
Kegan Dougal a2aafeb959 Add a bunch more unit tests for matrixService. 10 years ago
Erik Johnston 34c4614682 Fix presence test 10 years ago
Erik Johnston 9e429239ab Fix Federation test 10 years ago
Erik Johnston 96c001e668 Fix auth checks to all use the given old_event_state 10 years ago
Kegan Dougal 4facbe02fb URL encoding bugfix and add more tests. 10 years ago
Kegan Dougal a70765ed90 Add matrix-service unit tests. Update angular-mocks. 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 da4a09f977 Don't bother locking 10 years ago