aboutsummaryrefslogtreecommitdiff
path: root/clientapi
AgeCommit message (Expand)Author
2020-05-01Limit database connections (#980, #564) (#998)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-22Fix sarama import URLs (#856)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-16Add SQL tracing via DENDRITE_TRACE_SQL (#968)Kegsay
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-30Implement typing over federation (#949)Kegsay
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-18Log errors from rows.Close (#920)Prateek Sachan
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-28Fix bug in devices endpoint (#877)Neil Alexander
2020-02-20sqlite: fixes from sytest (#872)Kegsay
2020-02-13Support sqlite in addition to postgres (#869)Kegsay
2020-02-11Always defer *sql.Rows.Close and consult with Err (#844)Kiril Vladimiroff
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-30Add empty push rules into account data on account creation (#862)Neil Alexander
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-07selectAccountDataByType shouldn't error when no rows (#804)Alex Chen
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