aboutsummaryrefslogtreecommitdiff
path: root/clientapi/routing
AgeCommit message (Expand)Author
2020-05-22Separate muxes for public and internal APIs (#1056)Neil Alexander
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay
2020-05-15Set canonical alias on room creation (#1042)Kegsay
2020-05-13Get profile content for join request again (#1027)Neil Alexander
2020-05-07Direct messages (#1012)Neil Alexander
2020-05-04Roomserver perform leave (#1004)Neil Alexander
2020-05-04Roomserver perform join (#1001)Neil Alexander
2020-05-01Consolidation of roomserver APIs (#994)Neil Alexander
2020-04-29Join room support in federation sender (#989)Neil Alexander
2020-04-29Federation sender API remodel (#988)Neil Alexander
2020-04-28Loopback event from invite response (#982)Neil Alexander
2020-04-24More invite support (#979)Neil Alexander
2020-04-22Response from /send_join now use gomatrixserverlib.RespSendJoin (#796)Behouba Manassé
2020-04-20Perspective key fetching, some federation room join fixes (#975)Neil Alexander
2020-04-14Move /room/{roomID}/state endpoints into client API (#606) (#962)Neil Alexander
2020-04-14support non-exclusive namespaces for AS (#828)mohit kumar singh
2020-04-12Added checks for JSON body in accounts_data endpoint (#863)Prateek Sachan
2020-04-09Federation for v3/v4 rooms (#954)Neil Alexander
2020-04-03Invites v2 endpoint (#952)Neil Alexander
2020-03-30Rename the typing server to EDU server (#948)Kegsay
2020-03-27Further room version wiring (#936)Neil Alexander
2020-03-19p2p: Implement published rooms (#923)Kegsay
2020-03-19Implement /joined_rooms (#911)Prateek Sachan
2020-03-18maintenance: Fix matrix-org#896 use %w format verb to wrap errors (#916)Abhinav Krishna C K
2020-03-17Add room version to room create request, persist in storage (#915)Neil Alexander
2020-03-17Implement gomatrixserverlib.HeaderedEvent in roomserver Kafka output (#914)Neil Alexander
2020-03-16Implement gomatrixserverlib.HeaderedEvent in roomserver query API (#912)Neil Alexander
2020-03-09Improve logging when sending events (#883)Kegsay
2020-03-06bugfix: Fix a race condition when creating guest accounts (#882)Kegsay
2020-03-06Try to recursively find auth events (to a point) if they are missing (#881)Neil Alexander
2020-03-06Add peer-to-peer support into Dendrite via libp2p and fetch (#880)Kegsay
2020-03-02Remove httputil.LogThenError so that the line numbers are reported properly -...Neil Alexander
2020-02-13Support sqlite in addition to postgres (#869)Kegsay
2020-02-11Implement missing device management features (#835)S7evinK
2020-02-11Pass cfg by reference around the codebase (#819)Behouba Manassé
2020-02-05Implement room version capabilities in CS API (#866)Neil Alexander
2020-01-30Handle kind=guest query parameter on /register (#860)Prateek Sachan
2020-01-29Implement GET endpoints for account_data in clientapi (#861)Neil Alexander
2020-01-20Identifier key loginNeil Alexander
2020-01-10Federation fixes (#845)Neil Alexander
2019-11-27Fix login using identifier keySerra Allgood
2019-10-02Add missing servers field in /directory/room/:alias response (#732)Alex Chen
2019-09-30selectAccountDataByType return ClientEvent pointer instead of slice of Client...Behouba Manassé
2019-08-24Associate transactions with session IDs instead of device IDs (#789)Alex Chen
2019-08-16Fix data race in clientapi/routing/register.go (#787)Alex Chen
2019-08-16Replace event content types with ones in gomatrixserverlib (#785)Alex Chen
2019-08-15Add auth fallback endpoint (#405)Parminder Singh
2019-08-09Implement client single event retrieval (#693)Alex Chen
2019-08-07Fix permission and 404 response for alias deletion - #654 (#706)Alex Chen
2019-08-07Implement profile retrieval over federation (#726)Alex Chen