aboutsummaryrefslogtreecommitdiff
path: root/clientapi
AgeCommit message (Expand)Author
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
2022-06-09Allow "registration is idempotent, with username specified" to pass (#2488)Till
2022-06-07Rate limiting changes (#2519)Neil Alexander
2022-06-03Make setting state idempotent (#2512)Till
2022-06-01Update versionsNeil Alexander
2022-05-25Restricted join support on `/make_join`, `/send_join` (#2478)Neil Alexander
2022-05-24Fix `join_authorised_via_users_server` key name in `SendEvent`Neil Alexander
2022-05-24Give PL100 to invited users in `trusted_private_chat` preset (#2485)Neil Alexander
2022-05-24Strip `join_authorised_by_users_server` when updating membership events using...Neil Alexander
2022-05-20Fix `/deactivate` (#2474)Till
2022-05-11Add RoomExists flag to QueryMembershipForUser (#2450)kegsay
2022-05-10Back out matrix-org/dendrite#2421 by restoring `http.Client`sNeil Alexander
2022-05-09One NATS instance per `BaseDendrite` (#2438)Neil Alexander
2022-05-06Clean up interface definitions (#2427)kegsay
2022-05-05Define component interfaces based on consumers (2/2) (#2425)kegsay
2022-05-05Define component interfaces based on consumers (1/2) (#2423)kegsay
2022-05-05Use `gomatrixserverlib.Client` instead of `http.Client` (#2421)Neil Alexander
2022-05-05Fix user already joined when using server notices (#2364)Till
2022-05-05syncapi: define specific interfaces for internal HTTP communications (#2416)kegsay
2022-05-03Tidy up `AddPublicRoutes` (#2412)Neil Alexander
2022-04-29Move admin functions into their own file in the client APINeil Alexander
2022-04-28Add `/_dendrite/admin/evacuateRoom/{roomID}` (#2401)Neil Alexander
2022-04-26Add transactionsCache to redact endpoint (#2375)Till
2022-04-19Make sure resp.Username is defined before hashing. Fixes #2356 (#2357)fcwoknhenuxdfiyv-nextcloud
2022-04-08Add metrics for internal API requests (#2310)Till
2022-04-08Prevent setting push rules via account data endpoint (#2333)Neil Alexander
2022-04-07Send avatar updates asynchronously, same as display name updatesNeil Alexander
2022-04-07Add possibility to ignore users (#2329)Till
2022-04-07Simplify presence stringification (should help with vector-im/element-android...Neil Alexander
2022-04-06Add presence module V2 (#2312)Till