aboutsummaryrefslogtreecommitdiff
path: root/syncapi/storage/tables
AgeCommit message (Expand)Author
2024-10-18Update the license headers to mention the commercial licenseQuentin Gliech
2024-10-17Rename the go packageQuentin Gliech
2024-10-17Update the copyright headers in all filesQuentin Gliech
2023-09-28Fix tests for x86 (#3214)Till
2023-07-13Tweaks around `/messages` (#3149)Till
2023-06-28Add `MXIDMapping` for pseudoID rooms (#3112)Till
2023-04-27Remove gmsl.HeaderedEvent (#3068)kegsay
2023-04-19refactor: update GMSL (#3058)kegsay
2023-04-17Add sync API db tests (#3043)Till
2023-04-04Move GMSL client types to Dendrite (#3045)kegsay
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-10-25Filter `/members`, return members at given point (#2827)Till
2022-10-21Add `syncapi_memberships` table tests (#2805)Till
2022-10-13Event relations (#2790)Neil Alexander
2022-10-03Fix fragility of selectEventsWithEventIDsSQL queries (#2757)Ashley Nelson
2022-09-30Transactional isolation for `/sync` (#2745)Neil Alexander
2022-09-28Consistent `*sql.Tx` usage across sync API (#2744)Neil Alexander
2022-09-27Fulltext implementation using Bleve (#2675)Till
2022-09-27Refactor notifications (#2688)Till
2022-09-09More writer fixes in the Sync APINeil Alexander
2022-08-11Implement history visibility on `/messages`, `/context`, `/sync` (#2511)Till
2022-08-05Fix linter issues (#2624)Till
2022-07-18History visibility database changes (#2533)Till
2022-07-15Use sync API database in `filterSharedUsers` (#2572)Neil Alexander
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-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-09Remove dead code in the sync api (#2341)kegsay
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-11Don't range entire state for `/sync` (#2270)Neil Alexander
2022-03-03Implement Push Notifications (#1842)Dan
2022-02-21Implement `/context` (#2207)S7evinK
2021-02-04Don't re-request state events that are already in the timeline (#1739)Neil Alexander
2021-01-20Add sync API memberships table (#1726)Neil Alexander
2021-01-19Basic sync filtering (#1721)Neil Alexander
2021-01-13Simplify send-to-device messaging (#1702)Neil Alexander