aboutsummaryrefslogtreecommitdiff
path: root/clientapi
AgeCommit message (Expand)Author
2024-03-28Fix spaces over federation (#3347)Till
2024-03-22Add getting/deleting single event report (#3344)Till
2024-03-22Add `/_synapse/admin/v1/event_reports` endpoint (#3342)Till
2024-03-21Add event reporting (#3340)Till
2024-02-21Speed up start up time by batch querying ACL events (#3334)Till
2024-02-19Remove unused `token` (#3331)Till
2024-02-13Fix `/createRoom` and `/invite` containing displayname/avatarURL of inviter (...Till
2024-01-25Move `/joined_members` back to the clientapi/roomserver (#3312)Till
2024-01-20Don't send device list updates upon registration (#3307)Till
2024-01-09Return `M_INVALID_PARAM` instead of `M_BAD_JSON` when setting aliases (#3297)Till
2023-11-24Appservice Login (2nd attempt) (#3078)KuhnChris
2023-11-22Allow users to kick themselves (#3157)BtbN
2023-11-22Refactor registration tests, remove hard-coded username validation (#3138)CicadaCinema
2023-11-09Use `IsBlacklistedOrBackingOff` to determine if we should try to fetch device...Till
2023-10-31Some tweaks for the device list updater (#3251)Till
2023-10-25clean up dead links, fix typo (#3130)CicadaCinema
2023-10-24Implement MSC3987, fix setting Element Android notifications (#3242)Till
2023-10-23Fix state resets (#3231)Till
2023-09-27Support for room version v11 (#3204)Till
2023-09-26Complement fixes for pseudoIDs (#3206)devonh
2023-09-15Move pseudoID ClientEvent hotswapping to a common location (#3199)devonh
2023-09-15Update gmsl to use new validated RoomID on PDUs (#3200)devonh
2023-08-31Handle event_format federation in /sync responses (#3192)devonh
2023-08-24Add configuration option for sliding sync when hosting /.well-known/matrix/cl...devonh
2023-08-24[pseudoIDs] More pseudo ID fixes - Part 2 (#3181)Sam Wedgwood
2023-08-15[pseudoID] More pseudo ID fixes (#3167)Sam Wedgwood
2023-08-08Add config key for default room version (#3171)Sam Wedgwood
2023-08-02Use `*spec.SenderID` for `QuerySenderIDForUser` (#3164)Sam Wedgwood
2023-07-31[pseudoIDs] Fixes for room alias tests (#3159)Sam Wedgwood
2023-07-20de-MSC-ifying space summaries (MSC2946) (#3134)helm-dendrite-0.13.1Sam Wedgwood
2023-07-06Add pseudoID compatibility to Invites (#3126)devonh
2023-06-28Add `MXIDMapping` for pseudoID rooms (#3112)Till
2023-06-28Fix setting `displayname` and `avatar_url` (#3125)Till
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