aboutsummaryrefslogtreecommitdiff
path: root/clientapi/clientapi.go
AgeCommit message (Expand)Author
2022-12-22Handle guest access [1/2?] (#2872)Till
2022-12-22Fix reset password endpoint (#2921)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-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-03Tidy up `AddPublicRoutes` (#2412)Neil Alexander
2022-04-28Add `/_dendrite/admin/evacuateRoom/{roomID}` (#2401)Neil Alexander
2022-04-06Add presence module V2 (#2312)Till
2022-03-29Remove eduserver (#2306)S7evinK
2022-03-28User directory for nearby Pinecone peers (P2P demo) (#2311)Neil Alexander
2022-03-24Refactor appservice & client API to use userapi internal (#2290)S7evinK
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-03Implement Push Notifications (#1842)Dan
2022-02-18Merge both user API databases into one (#2186)Neil Alexander
2022-02-04Remove sarama/saramajetstream dependencies (#2138)S7evinK
2022-01-05Add NATS JetStream support (#1866)S7evinK
2021-11-24Merge `federationapi`, `federationsender`, `signingkeyserver` components (#2055)Neil Alexander
2021-07-09Implement /_synapse/admin/v1/register (#1911)kegsay
2021-01-22Gate peeking behind msc flags (#1731)Kegsay
2020-12-02Top-level setup package (#1605)Neil Alexander
2020-10-15Start Kafka connections for each component that needs them (#1527)Neil Alexander
2020-09-07Remove current state server (#1405)Kegsay
2020-08-27Remove device DB from clientapi (#1352)Kegsay
2020-08-10Prefix-defined Kafka topics (#1254)Neil Alexander
2020-08-10Configuration format v1 (#1230)Neil Alexander
2020-07-15Implement key uploads (#1202)Kegsay
2020-07-03Implement ExtraPublicRoomsProvider for p2p demos (#1180)Kegsay
2020-07-02Remove publicroomsapi (#1176)Kegsay
2020-06-30Remove membership table from account DB (#1172)Kegsay
2020-06-17Move account/device DBs to userapi (#1141)Kegsay
2020-06-16Make userapi responsible for checking access tokens (#1133)Kegsay
2020-06-15Current wiring (#1125)Kegsay
2020-06-10Remove clientapi producers which aren't actually producers (#1111)Kegsay
2020-06-10Remove unused UserUpdates producer (#1109)Kegsay
2020-06-09Factor out how monolith routes get added (#1107)Kegsay
2020-06-08Split out SetupFooComponent (#1106)Kegsay
2020-05-22Separate muxes for public and internal APIs (#1056)Neil Alexander
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay
2020-05-01Consolidation of roomserver APIs (#994)Neil Alexander
2020-04-29Federation sender API remodel (#988)Neil Alexander
2020-03-30Rename the typing server to EDU server (#948)Kegsay
2020-03-27Further room version wiring (#936)Neil Alexander
2020-02-13Support sqlite in addition to postgres (#869)Kegsay
2020-02-11Pass cfg by reference around the codebase (#819)Behouba Manassé
2019-10-02Add missing servers field in /directory/room/:alias response (#732)Alex Chen