aboutsummaryrefslogtreecommitdiff
path: root/clientapi
AgeCommit message (Expand)Author
2023-06-22feat: admin APIs for token authenticated registration (#3101)santhoshivan23
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-31Move Invite logic to GMSL (#3086)devonh
2023-05-31Move CreateRoom logic to Roomserver (#3093)devonh
2023-05-30Fix potential state reset when trying to join a room (#3040)Till
2023-05-30Docs restructure (#2953)Till
2023-05-24Drop `reference_sha` column (#3083)Till
2023-05-17Move MakeJoin logic to GMSL (#3081)devonh
2023-05-09Move json errors over to gmsl (#3080)devonh
2023-05-04Use ProtoEvent where needed instead of EventBuilder (#3075)kegsay
2023-05-03Fix flaky test in clientapiDevon Hudson
2023-05-03Use PDU in even more places (#3074)kegsay
2023-05-02Use PDU not *Event in HeaderedEvent (#3073)kegsay
2023-05-01Pass federation API to roomserver in PurgeRoom testsDevon Hudson
2023-04-28Add key backup tests (#3071)Till
2023-04-28Remove `PerformError` (#3066)Till
2023-04-28Use PDU in more places (#3072)kegsay
2023-04-27Use PDU interface (#3070)kegsay
2023-04-27Add CS API `/keys` tests (#3069)Till
2023-04-27Remove gmsl.HeaderedEvent (#3068)kegsay
2023-04-27Add some roomserver UTs (#3067)Till
2023-04-24Move fedclient interface over to gmsl (#3061)devonh
2023-04-24Use IRoomVersion (#3064)kegsay
2023-04-19refactor: update GMSL (#3058)kegsay
2023-04-14Remove event building duplication & push to GMSL (#3056)devonh
2023-04-14Add pushrules tests (#3044)Till
2023-04-06refactor: use latest GMSL which splits fed client from matrix room logic (#3051)kegsay
2023-04-04Move GMSL client types to Dendrite (#3045)kegsay
2023-04-03Add tests for `/turnServer`, `/capabilities` and `/3pid/` (#3038)Till
2023-04-03Add tests for CSAPI membership changes (#3034)Till
2023-04-03Add user profile tests, refactor user API methods (#3030)Till
2023-04-03Remove sync.Once when setting up server notice senderTill Faelligen
2023-03-31Add CS API device tests (#3029)Till
2023-03-27Add tests for the Dendrite admin APIs (#3028)Till
2023-03-22Remove `BaseDendrite` (#3023)Till
2023-03-17Preparations for removing `BaseDendrite` (#3016)Till
2023-03-01Refactor `StoreEvent`, add `MaybeRedactEvent`, create an `EventDatabase` (#2989)Till
2023-02-20Merge keyserver & userapi (#2972)Till
2023-02-14Remove polylith/API mode (#2967)Till
2023-02-03Add Sytest/Complement coverage to scheduled runs (#2962)Till
2023-01-19Add `/_dendrite/admin/purgeRoom/{roomID}` (#2662)Neil
2023-01-10Handle DisplayName field in admin user registration endpoint (#2935)devonh
2023-01-10Fix `/login` issue causing wrong device list updates (#2922)Till
2022-12-23Add clientapi tests (#2916)Till
2022-12-22Handle guest access [1/2?] (#2872)Till
2022-12-22Fix reset password endpoint (#2921)Till
2022-11-28Return empty JSON if we don't have any protocols to return (#2892)Till