aboutsummaryrefslogtreecommitdiff
path: root/clientapi/routing/joinroom.go
AgeCommit message (Expand)Author
2023-05-17Move MakeJoin logic to GMSL (#3081)devonh
2023-05-09Move json errors over to gmsl (#3080)devonh
2023-04-28Remove `PerformError` (#3066)Till
2023-04-19refactor: update GMSL (#3058)kegsay
2023-04-03Add user profile tests, refactor user API methods (#3030)Till
2022-12-22Handle guest access [1/2?] (#2872)Till
2022-08-11Generic-based internal HTTP API (#2626)Neil Alexander
2022-05-05Define component interfaces based on consumers (1/2) (#2423)kegsay
2022-03-24Refactor appservice & client API to use userapi internal (#2290)S7evinK
2022-02-18Merge both user API databases into one (#2186)Neil Alexander
2020-10-07Return 200 on join before time out (#1493)Neil Alexander
2020-09-10Peeking via MSC2753 (#1370)Matthew Hodgson
2020-08-26Allow join to accept server_name in query parameters (#1346)Neil Alexander
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-17Hacks for supporting Riot iOS (#1148)Neil Alexander
2020-06-17Move account/device DBs to userapi (#1141)Kegsay
2020-06-16Make userapi responsible for checking access tokens (#1133)Kegsay
2020-05-26Miscellaneous fixes (#1060)Neil Alexander
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay
2020-05-13Get profile content for join request again (#1027)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-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-09Federation for v3/v4 rooms (#954)Neil Alexander
2020-04-03Invites v2 endpoint (#952)Neil Alexander
2020-03-27Further room version wiring (#936)Neil Alexander
2020-03-06Try to recursively find auth events (to a point) if they are missing (#881)Neil Alexander
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-11Pass cfg by reference around the codebase (#819)Behouba Manassé
2020-01-10Federation fixes (#845)Neil Alexander
2019-08-06Replace membership and visibility values with constants (#774)Alex Chen
2019-07-03Encode URLs properly (#728)Andrew Morgan
2019-05-21use go module for dependencies (#594)ruben