aboutsummaryrefslogtreecommitdiff
path: root/clientapi
AgeCommit message (Expand)Author
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
2022-11-18Fix registration for virtual hostingNeil Alexander
2022-11-15Federation fixes for virtual hostingNeil Alexander
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-28Add hcaptcha support besides Google ReCaptcha (#2834)X. Ding
2022-10-27Add AS specific public room list endpoints (#2836)Till
2022-10-26Initial support for multiple server names (#2829)Neil Alexander
2022-10-25Filter `/members`, return members at given point (#2827)Till
2022-10-24Fix slow querying of cross-signing signaturesNeil Alexander
2022-10-21Set `display_name` and/or `avatar_url` for server notices (#2820)Till
2022-10-17Scope transactions to endpoints (#2799)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-10-10Tweak `GetAccountByPassword` moreNeil Alexander
2022-10-06Always return `one_time_key_counts` on `/keys/upload` (#2769)Till
2022-09-30Add `/_dendrite/admin/refreshDevices/{userID}` (#2746)Till
2022-09-27Fulltext implementation using Bleve (#2675)Till
2022-09-13Send-to-device consumer/producer tweaks (#2713)Till
2022-09-01Configuration tweaks (#2567)Neil Alexander
2022-08-26Restrict username length properly (#2676)Neil Alexander
2022-08-16Use `is_direct` flag from `/createRoom`, update stripped state (#2644)Neil Alexander
2022-08-12Show/hide users in user directory (#2637)Till
2022-08-12Use `/admin/v1/register` in `create-account` (#2484)Till
2022-08-12Protect user_interactive reads and writes with locks (#2635)Tak Wai Wong
2022-08-11Generic-based internal HTTP API (#2626)Neil Alexander
2022-08-05Do not use `ioutil` as it is deprecated (#2625)Neil Alexander
2022-08-05Fix linter issues (#2624)Till
2022-07-25Make the User API responsible for sending account data output events (#2592)Neil Alexander
2022-07-25Add .well-known/matrix/client to clientapi (#2551)Jonathan Bartlett
2022-07-05Hopefully fix read receipts timestamps (#2557)Neil Alexander
2022-06-29Add `evacuateUser` endpoint, use it when deactivating accounts (#2545)Neil Alexander
2022-06-13Handle state before, send history visibility in output (#2532)Neil Alexander