aboutsummaryrefslogtreecommitdiff
path: root/federationapi/routing/devices.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-19refactor: update GMSL (#3058)kegsay
2023-04-06refactor: use latest GMSL which splits fed client from matrix room logic (#3051)kegsay
2023-02-20Merge keyserver & userapi (#2972)Till
2022-08-11Generic-based internal HTTP API (#2626)Neil Alexander
2022-06-15Fix rare panic when returning user devices over federation (#2534)Till
2022-05-06Clean up interface definitions (#2427)kegsay
2022-04-29Device list display name fixes (#2405)Neil Alexander
2022-04-22Fix retrieving cross-signing signatures in `/user/devices/{userId}` (#2368)Neil Alexander
2021-08-09Cross-signing signature handling (#1965)Neil Alexander
2021-08-06Cross-signing validation for self-sigs, expose signatures over `/user/keys/qu...Neil Alexander
2020-10-06Use [] not null when there are no devices (#1480)Kegsay
2020-08-04Fix response format for federation /devices requestsKegan Dougal
2020-08-04Send device list updates to servers (outbound only) (#1237)Kegsay
2020-06-16Make federationapi use userapi (#1135)Kegsay
2020-06-02Use gomatrixserverlib device structs (#1079)Neil Alexander
2020-05-15Return user_id and stream_id in federated devices query (#1040)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
2019-05-21use go module for dependencies (#594)ruben