Commit Graph

1915 Commits (018443cb5914f8c4a5488397cc1c19689e949aff)
 

Author SHA1 Message Date
Mark Haines fe6832fae8 handle server names with embeded ports 10 years ago
Mark Haines 2221a13a4d script for checking signatures on signed json 10 years ago
Kegan Dougal f3dbcdc7b3 Variable renaming, general cleanup. Don't feed state events from /initialSync twice. 10 years ago
Erik Johnston af7ae048f8 Add option to not bind to HTTPS port. This is useful if running behind an ssl load balancer 10 years ago
Kegan Dougal 1071d063ab Fix broken redact enable logic. 10 years ago
Kegan Dougal 7614d8f87a Fix hidden event keys being incorrectly shown in the even info dialog. 10 years ago
Kegan Dougal f4e50079de Fix bug which prevented pagination from bumping the list down, causing infini-pagination. 10 years ago
Kegan Dougal 92e2ff4985 Fix bug which prevented room name invites appearing correctly. 10 years ago
Kegan Dougal 9b1ca64a75 Fix bug which prevented the number of users being visible on the recents view. 10 years ago
Erik Johnston ad6eacb3e9 Rename PDU fields to match that of events. 10 years ago
Kegan Dougal fd535183ee Remove events.rooms[room_id] entirely from event-handler-service. 10 years ago
Kegan Dougal 6bc1dc4020 Make recents[controller/filter/html] use modelService. 10 years ago
Erik Johnston d59aa6af25 For now, don't store txn -> pdu mappings. 10 years ago
Erik Johnston f139c02e95 Formatting 10 years ago
Erik Johnston 7249785bcb Sign events we create. 10 years ago
Erik Johnston 0a8b026ccf Add 'origin' key to events 10 years ago
Erik Johnston 82a6b83524 Don't assume event has hashes key already 10 years ago
Erik Johnston 9024a19658 Remove dead code. 10 years ago
Kegan Dougal 53da1099d1 Make call stuff use modelService. 10 years ago
Kegan Dougal 395bb64b26 Keep matrixService stateless and make matrixFilter use modelService. 10 years ago
Erik Johnston 7a07263281 Merge branch 'develop' of github.com:matrix-org/synapse into federation_authorization 10 years ago
Erik Johnston 1c6825cc7a Use python logger, not the twisted logger 10 years ago
Kegan Dougal 5ab9929cbb Prevent EventStreamService from knowing too much about the EventHandlerService by changing the contract to just be a single initialSync response callback. Leave it up the handler to deal with splitting out information from /initialSync. 10 years ago
Erik Johnston 36d730229a Merge branch 'release-v0.4.2' of github.com:matrix-org/synapse into develop 10 years ago
Erik Johnston b63691f6e2 Merge branch 'release-v0.4.2' of github.com:matrix-org/synapse 10 years ago
Erik Johnston 13fad06239 Bump version numbers and change log 10 years ago
Kegan Dougal f21960ec9d Replace lots of .events.rooms[room_id] with .room 10 years ago
Erik Johnston ecabff7eb4 Sign evnets 10 years ago
Erik Johnston 80b2710e6f Remove unused signature storage methods 10 years ago
Kegan Dougal b0f0b7b75e room.html now displays messages from model-service. Add debugging fields. Hook up the room member *at the time* to the message so it can display the right historical member info. 10 years ago
Erik Johnston fb3a01fa3a Remove unused sql file. 10 years ago
Erik Johnston d30d79b5be Make prev_event signing work again. 10 years ago
Kegan Dougal ea80b9208d Hook into more of event-handler-service and mimic its functions for now. 10 years ago
Kegan Dougal 394f77c3ff Parse /initialSync data and populate the new data structures. 10 years ago
Erik Johnston 2f39dc19a2 Remove more references to dead PDU tables 10 years ago
Kegan Dougal 2aa79f4fbe Added model-service.js to store model data. 10 years ago
Erik Johnston bfa36a72b9 Remove PDU tables. 10 years ago
Kegan Dougal 71ef8f0636 SYWEB-102: Fix desktop notification msg when a user with no display name joins a room. 10 years ago
Kegan Dougal 20cf0b7aeb Factor out notification logic. 10 years ago
Erik Johnston 946d02536b Remove unused functions. 10 years ago
Kegan Dougal ac2a177070 Add notification-service.js to handle binging/notifications. Shift logic to this service. 10 years ago
Erik Johnston 21fe249d62 Actually don't store any PDUs 10 years ago
Erik Johnston d84f5b30b8 old_state_events should be a dict not list 10 years ago
Kegan Dougal 188de756be SYWEB-45: Display the user_id of a user when hovering over their avatar next to their messages. 10 years ago
Kegan Dougal baf472f83f SYWEB-63: Fix desktop notification message when notifying for an image. 10 years ago
Erik Johnston 841df4da71 Don't store any PDUs 10 years ago
Erik Johnston f2de2d644a Move the impl of backfill to use events. 10 years ago
Erik Johnston d9a9e9eb30 Merge branch 'develop' of github.com:matrix-org/synapse into federation_authorization 10 years ago
Erik Johnston 4a1597f295 Fix bug in redaction auth. 10 years ago
Kegan Dougal 86d3180666 SYWEB-12: You'll be needing this. 10 years ago