aboutsummaryrefslogtreecommitdiff
path: root/clientapi
AgeCommit message (Expand)Author
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
2022-04-05Added /upgrade endpoint (#2307)David Spenler
2022-03-29Remove eduserver (#2306)S7evinK
2022-03-28User directory for nearby Pinecone peers (P2P demo) (#2311)Neil Alexander
2022-03-28Allow stored session parameters to be overwritten in the registration request...Neil Alexander
2022-03-24Refactor appservice & client API to use userapi internal (#2290)S7evinK
2022-03-24Fix lint errorsNeil Alexander
2022-03-23Per-room consumers (#2293)Neil Alexander
2022-03-21Wait for safe shutdown of NATS Server (#2289)Neil Alexander
2022-03-16Stream tweaks, use same codepath for sync vs async input room events, wait fo...Neil Alexander
2022-03-07Fix appservice username check (#2223)S7evinK
2022-03-07Add canonical alias support (#2236)S7evinK
2022-03-03Send profile updates asynchronously (#2246)Neil Alexander
2022-03-03Give more time to `TestSessionCleanUp` testsNeil Alexander
2022-03-03Only store notifications for users with pushers, de-parallelise `TestSessionC...Neil Alexander
2022-03-03Implement Push Notifications (#1842)Dan
2022-03-01Only allow device deletion from session UIA was initiated from (#2235)S7evinK
2022-02-25Remember parameters on registration (#2225)S7evinK
2022-02-22Remote banned user is kicked and may not rejoin until unbanned (#2216)S7evinK
2022-02-18Implement server notices (#2180)S7evinK
2022-02-18Merge both user API databases into one (#2186)Neil Alexander
2022-02-18Update /whoami response to match Spec v1.2 (#2201)kegsay