aboutsummaryrefslogtreecommitdiff
path: root/syncapi/storage/interface.go
AgeCommit message (Expand)Author
2023-02-07Optimize `/sync` and history visibility (#2961)Till
2023-01-19Add `/_dendrite/admin/purgeRoom/{roomID}` (#2662)Neil
2023-01-17`/sync` performance optimizations (#2927)Till
2023-01-12Fix room summary returning wrong heroes (#2930)Till
2022-12-08Fix newly joined users presence (#2854)Till
2022-11-03Move `prev_batch` calculation (#2856)Neil Alexander
2022-10-25Filter `/members`, return members at given point (#2827)Till
2022-10-13Event relations (#2790)Neil Alexander
2022-10-03Modify sync transaction behaviour (#2758)Neil Alexander
2022-09-30Reset transaction after a failureNeil Alexander
2022-09-30Fix broken `/sync` due to transaction errorNeil Alexander
2022-09-30Transactional isolation for `/sync` (#2745)Neil Alexander
2022-09-27Fulltext implementation using Bleve (#2675)Till
2022-09-27Refactor notifications (#2688)Till
2022-08-25SyncAPI tweaks/fixes (#2671)Till
2022-08-11Implement history visibility on `/messages`, `/context`, `/sync` (#2511)Till
2022-07-18History visibility database changes (#2533)Till
2022-07-15Use sync API database in `filterSharedUsers` (#2572)Neil Alexander
2022-04-28Only load members of newly joined rooms (#2389)Till
2022-04-28Limit presence in `/sync` responses (#2394)Till
2022-04-26Send all account data on complete sync by defaultNeil Alexander
2022-04-26Fix account_data not correctly send in a complete sync (#2379)Till
2022-04-26Add heroes to the room summary (#2373)Till
2022-04-13Make `/messages` filterable (#2347)Till
2022-04-08syncapi: add more tests; fix more bugs (#2338)kegsay
2022-04-07Add possibility to ignore users (#2329)Till
2022-04-06Add presence module V2 (#2312)Till
2022-04-01Include joined and invite member counts in room summary (#2315)Neil Alexander
2022-03-29Remove eduserver (#2306)S7evinK
2022-03-18Better mapping of stream positions to topological positions in `/messages` (#...Neil Alexander
2022-03-03Implement Push Notifications (#1842)Dan
2022-02-21Implement `/context` (#2207)S7evinK
2022-02-04Remove sarama/saramajetstream dependencies (#2138)S7evinK
2021-02-04Don't re-request state events that are already in the timeline (#1739)Neil Alexander
2021-01-19Basic sync filtering (#1721)Neil Alexander
2021-01-13Simplify send-to-device messaging (#1702)Neil Alexander
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-03Peeking updates (#1607)Neil Alexander
2020-11-16Pass pointers to events — reloaded (#1583)Neil Alexander
2020-11-09Implement read receipts (#1528)S7evinK
2020-10-22Fix RewritesState bug (#1557)Neil Alexander
2020-09-15Handle state with input event as new events (#1415)Neil Alexander
2020-09-10Peeking via MSC2753 (#1370)Matthew Hodgson
2020-09-01Remove unused SyncStreamPositionNeil Alexander
2020-07-08Finish implementing redactions (#1189)Kegsay
2020-06-26Implement /sync `limited` and read timeline limit from stored filters (#1168)Kegsay
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