aboutsummaryrefslogtreecommitdiff
path: root/syncapi/routing/context.go
AgeCommit message (Expand)Author
2023-08-15[pseudoID] More pseudo ID fixes (#3167)Sam Wedgwood
2023-06-14Merge SenderID & Per Room User Key work (#3109)devonh
2023-06-12Cleanup remaining statekey usage for senderIDs (#3106)devonh
2023-06-07Use SenderID Type (#3105)devonh
2023-06-06PDU Sender split (#3100)devonh
2023-05-17Move MakeJoin logic to GMSL (#3081)devonh
2023-05-09Move json errors over to gmsl (#3080)devonh
2023-04-28Use PDU in more places (#3072)kegsay
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-02-07Optimize `/sync` and history visibility (#2961)Till
2022-11-02Don't limit `"state"` (#2849)Neil 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-08-11Implement history visibility on `/messages`, `/context`, `/sync` (#2511)Till
2022-07-01Try to fix backfilling (#2548)Till
2022-06-13Handle state before, send history visibility in output (#2532)Neil Alexander
2022-05-11Add RoomExists flag to QueryMembershipForUser (#2450)kegsay
2022-05-06Move LL cache (#2429)Till
2022-05-05syncapi: define specific interfaces for internal HTTP communications (#2416)kegsay
2022-04-22Reuse the existing lazyload cache on /context and /messages (#2367)Till
2022-04-11Correctly use provided filters (#2339)Till
2022-03-14Fix /context with lazy_load_members (#2277)S7evinK
2022-03-03Return 404 if event given to `/context` was not found (#2245)Neil Alexander
2022-03-01Return state on calls to /message and lazy load members (#2218)S7evinK
2022-02-21Fix logic error on context history visibility (#2211)Neil Alexander
2022-02-21Implement `/context` (#2207)S7evinK