aboutsummaryrefslogtreecommitdiff
path: root/syncapi/storage/storage_test.go
AgeCommit message (Expand)Author
2024-10-17Rename the go packageQuentin Gliech
2023-07-13Tweaks around `/messages` (#3149)Till
2023-06-28Add `MXIDMapping` for pseudoID rooms (#3112)Till
2023-06-28Fix syncAPI redactions (#3118)Till
2023-06-07Use SenderID Type (#3105)devonh
2023-04-27Remove gmsl.HeaderedEvent (#3068)kegsay
2023-04-19refactor: update GMSL (#3058)kegsay
2023-04-04Move GMSL client types to Dendrite (#3045)kegsay
2023-03-22Remove `BaseDendrite` (#3023)Till
2023-03-17Preparations for removing `BaseDendrite` (#3016)Till
2023-02-07Optimize `/sync` and history visibility (#2961)Till
2023-01-17`/sync` performance optimizations (#2927)Till
2023-01-12Fix room summary returning wrong heroes (#2930)Till
2022-09-30Transactional isolation for `/sync` (#2745)Neil Alexander
2022-08-11Implement history visibility on `/messages`, `/context`, `/sync` (#2511)Till
2022-08-02Delete correct Send-to-Device messages (#2608)Till
2022-07-18History visibility database changes (#2533)Till
2022-07-12Minor SendToDevice fix (#2565)Till
2022-05-17bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)kegsay
2022-05-03Global database connection pool (for monolith mode) (#2411)Neil Alexander
2022-04-13Make `/messages` filterable (#2347)Till
2022-04-08syncapi: add more tests; fix more bugs (#2338)kegsay
2022-04-08Add test infrastructure code for dendrite unit/integ tests (#2331)kegsay
2021-01-08Sync refactor — Part 1 (#1688)Neil Alexander
2020-12-18More sane next batch handling, typing notification tweaks, give invites their...Neil Alexander
2020-12-10Refactor sync tokens (#1628)Neil Alexander
2020-12-02Top-level setup package (#1605)Neil Alexander
2020-11-16Pass pointers to events — reloaded (#1583)Neil Alexander
2020-10-02Add history visibility guards (#1470)Kegsay
2020-10-01Fix golangci-lint issues (#1464)S7evinK
2020-08-10Configuration format v1 (#1230)Neil Alexander
2020-07-29Add support for logs in StreamingToken (#1229)Kegsay
2020-07-21Use TransactionWriter in other component SQLite (#1209)Neil Alexander
2020-06-26Finish implementing retiring invites (#1166)Kegsay
2020-06-16Make userapi responsible for checking access tokens (#1133)Kegsay
2020-06-01Send-to-device support (#1072)Neil Alexander
2020-05-28Per-user-per-device sync streams (#1068)Neil Alexander
2020-05-15Fix a bug whereby backfilling could leak events across rooms (#1043)Kegsay
2020-05-14Cleanup syncapi topology logic (#1035)Kegsay
2020-05-14Finish merging syncserver.go (#1033)Kegsay
2020-05-13syncapi: Rename and split out tokens (#1025)Kegsay
2020-05-01Fix ordering when backfilling (#1000)Kegsay
2020-05-01Fix prev_batch tokens (#999)Kegsay
2020-05-01Correctly generate backpagination tokens for events which have the same depth...Kegsay
2020-04-30Add tests for the storage interface (#995)Kegsay