Commit Graph

219 Commits (cc84d3ea78eaf50c20ad84b3df99ecf4547e08a8)

Author SHA1 Message Date
Mark Haines cc84d3ea78 Thumbnail uploaded and cached images 10 years ago
Mark Haines a953be097f Add a method field to thumbnail storage 10 years ago
Mark Haines c01fd5573c Implement download support for media_repository 10 years ago
Mark Haines 2f804a7072 Fix pyflakes and pep8 warnings 10 years ago
Mark Haines 5da65085d1 Get uploads working with new media repo 10 years ago
Mark Haines 279c48c8b4 Write the upload portion of version 1 of the media repository 10 years ago
Erik Johnston a46e5ef621 SYN-163: Add an order by rowid to selects. 10 years ago
Mark Haines db9ce032a4 Fix pep8 codestyle warnings 10 years ago
Mark Haines dfdda2c871 Use module loggers rather than the root logger. Exceptions caused by bad clients shouldn't cause ERROR level logging. Fix sql logging to use 'repr' rather than 'str' 10 years ago
Mark Haines 32090aee16 Add a few missing yields, Move deferred lists inside PreserveLoggingContext because they don't interact well with the logging contexts 10 years ago
Erik Johnston 5b46ce579b Bump version, changelog and upgrade.rst 10 years ago
Mark Haines 1731af3f29 SYN-104: When going backwards the end token should be before the last event 10 years ago
Mark Haines ae9c2ab165 SYN-149: Send join event immediately after the room create event 10 years ago
Mark Haines a5b88c489e Split out sending the room alias events from creating the alias so that we can do them in the right point when creating a room 10 years ago
Mark Haines cb4b6c844a Merge PDUs and Events into one object 10 years ago
Mark Haines 8c2b5ea7c4 Fix PDU and event signatures 10 years ago
Erik Johnston f04b3d5042 Store all signatures on events rather than just dropping them 10 years ago
Erik Johnston e715741abc Update some of the docs in event_federation 10 years ago
Erik Johnston e24d5cb97d Document StateStore and use transactions 10 years ago
Erik Johnston 58c0ef90c9 Add indices to state group tables 10 years ago
Erik Johnston 6fea478d2e Fix bugs with invites/joins across federatiom. 10 years ago
Erik Johnston 5ff0bfb81d Fix bug where we /always/ created a new state group 10 years ago
Erik Johnston a8e565eca8 Add an EventValidator. Fix bugs in auth ++ storage 10 years ago
Erik Johnston cdc1b5d629 Fix regression where we did not return redacted events. 10 years ago
Erik Johnston 5d439b127b PEP8 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 6cb6cb9e69 Tidy up some of the unused sql tables 10 years ago
Erik Johnston 1c06806f90 Finish redaction algorithm. 10 years ago
Erik Johnston 02c3b1c9e2 Add '/event_auth/' federation api 10 years ago
Erik Johnston 16a0815fac Fix bug in _get_auth_chain_txn 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 351c64e99e Amalgamate all power levels. 10 years ago
Erik Johnston 4317c8e583 Implement new replace_state and changed prev_state 10 years ago
Erik Johnston cc44ecc62f Get correct prev_events 10 years ago
Erik Johnston aa76bf39ab Remove unused imports 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 ecabff7eb4 Sign evnets 10 years ago
Erik Johnston 80b2710e6f Remove unused signature storage methods 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
Erik Johnston 2f39dc19a2 Remove more references to dead PDU tables 10 years ago
Erik Johnston bfa36a72b9 Remove PDU tables. 10 years ago
Erik Johnston 21fe249d62 Actually don't store any PDUs 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
Mark Haines 7d709542ca Fix pep8 warnings 10 years ago