aboutsummaryrefslogtreecommitdiff
path: root/clientapi/routing
AgeCommit message (Expand)Author
2020-06-30Remove membership table from account DB (#1172)Kegsay
2020-06-26Implement /sync `limited` and read timeline limit from stored filters (#1168)Kegsay
2020-06-26Honour event size limits and return 413 (#1167)Kegsay
2020-06-24Refactor SendMembership - make ban test pass (#1160)Kegsay
2020-06-24Add PerformInvite and refactor how errors get handled (#1158)Kegsay
2020-06-24Pass join errors through internal API boundaries (#1157)Kegsay
2020-06-19Bind build support, further Yggdrasil demo updates (#1152)Neil Alexander
2020-06-18Refactor account data (#1150)Neil Alexander
2020-06-17Hacks for supporting Riot iOS (#1148)Neil Alexander
2020-06-17Make account data sytests pass (#1147)Kegsay
2020-06-17Return the correct /joined_members response and allow ?format=event (#1146)Kegsay
2020-06-17Move account/device DBs to userapi (#1141)Kegsay
2020-06-17Make userapi control account creation entirely (#1139)Kegsay
2020-06-16Make userapi responsible for checking access tokens (#1133)Kegsay
2020-06-15Current wiring (#1125)Kegsay
2020-06-12Rehuffle where things are in the internal package (#1122)Kegsay
2020-06-10Remove clientapi producers which aren't actually producers (#1111)Kegsay
2020-06-10Remove unused UserUpdates producer (#1109)Kegsay
2020-06-04Enable room version 6 (#1087)Neil Alexander
2020-06-02Return correct error to LookupRoomAliasNeil Alexander
2020-06-01Fix pg user already exists (#1076)S7evinK
2020-06-01Send-to-device support (#1072)Neil Alexander
2020-05-26Miscellaneous fixes (#1060)Neil Alexander
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