aboutsummaryrefslogtreecommitdiff
path: root/clientapi/routing/routing.go
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
2024-08-16Implement MSC3916 (#3397)Till
2024-05-01Take advantage of changes in recent Go versions (#3361)0x1a8510f2
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-01-25Move `/joined_members` back to the clientapi/roomserver (#3312)Till
2023-08-24Add configuration option for sliding sync when hosting /.well-known/matrix/cl...devonh
2023-08-08Add config key for default room version (#3171)Sam Wedgwood
2023-07-20de-MSC-ifying space summaries (MSC2946) (#3134)helm-dendrite-0.13.1Sam Wedgwood
2023-06-22feat: admin APIs for token authenticated registration (#3101)santhoshivan23
2023-05-30Fix potential state reset when trying to join a room (#3040)Till
2023-05-09Move json errors over to gmsl (#3080)devonh
2023-04-28Remove `PerformError` (#3066)Till
2023-04-24Move fedclient interface over to gmsl (#3061)devonh
2023-04-19refactor: update GMSL (#3058)kegsay
2023-04-06refactor: use latest GMSL which splits fed client from matrix room logic (#3051)kegsay
2023-04-03Add tests for `/turnServer`, `/capabilities` and `/3pid/` (#3038)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-02-20Merge keyserver & userapi (#2972)Till
2023-02-03Add Sytest/Complement coverage to scheduled runs (#2962)Till
2023-01-19Add `/_dendrite/admin/purgeRoom/{roomID}` (#2662)Neil
2022-12-23Add clientapi tests (#2916)Till
2022-12-22Fix reset password endpoint (#2921)Till
2022-11-11Virtual hosting schema and logic changes (#2876)Neil Alexander
2022-11-11Deny guest access on several endpoints (#2873)Till
2022-11-02Implement `/thirdparty` endpoints (#2831)Till
2022-10-31Add `/_dendrite/admin/downloadState/{serverName}/{roomID}` admin endpointNeil Alexander
2022-10-27Add AS specific public room list endpoints (#2836)Till
2022-10-25Filter `/members`, return members at given point (#2827)Till
2022-10-21Set `display_name` and/or `avatar_url` for server notices (#2820)Till
2022-10-17Set `org.matrix.msc2285.stable` in `/versions`Neil Alexander
2022-10-11Private read receipts (#2789)Neil Alexander
2022-10-10Move /event to the SyncAPI (#2782)Till
2022-09-30Add `/_dendrite/admin/refreshDevices/{userID}` (#2746)Till
2022-09-27Fulltext implementation using Bleve (#2675)Till
2022-08-26Restrict username length properly (#2676)Neil Alexander
2022-08-12Show/hide users in user directory (#2637)Till
2022-08-12Use `/admin/v1/register` in `create-account` (#2484)Till
2022-07-25Add .well-known/matrix/client to clientapi (#2551)Jonathan Bartlett
2022-06-29Add `evacuateUser` endpoint, use it when deactivating accounts (#2545)Neil Alexander
2022-06-07Rate limiting changes (#2519)Neil Alexander
2022-06-01Update versionsNeil Alexander
2022-05-06Clean up interface definitions (#2427)kegsay