aboutsummaryrefslogtreecommitdiff
path: root/clientapi/routing/profile.go
AgeCommit message (Expand)Author
2022-04-07Send avatar updates asynchronously, same as display name updatesNeil Alexander
2022-03-24Refactor appservice & client API to use userapi internal (#2290)S7evinK
2022-03-03Send profile updates asynchronously (#2246)Neil Alexander
2022-02-18Merge both user API databases into one (#2186)Neil Alexander
2022-01-27Roomserver/federation input refactor (#2104)Neil Alexander
2022-01-05Add NATS JetStream support (#1866)S7evinK
2021-03-03Increase gocyclo complexity to 25 (and remove all but 2 golint directives rel...Neil Alexander
2020-12-02Top-level setup package (#1605)Neil Alexander
2020-11-16Pass pointers to events — reloaded (#1583)Neil Alexander
2020-10-19KindOld (#1531)Neil Alexander
2020-09-07Remove current state server (#1405)Kegsay
2020-09-04Remove QueryRoomsForUser from current state server (#1398)Kegsay
2020-09-03FIFO ordering of input events (#1386)Neil Alexander
2020-09-02Add Queryer and Inputer and factor out more RSAPI stuff (#1382)Kegsay
2020-08-10Configuration format v1 (#1230)Neil Alexander
2020-06-30Remove membership table from account DB (#1172)Kegsay
2020-06-17Move account/device DBs to userapi (#1141)Kegsay
2020-06-16Make userapi responsible for checking access tokens (#1133)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-05-21Fix #897 and shuffle directory around (#1054)Kegsay
2020-05-01Consolidation of roomserver APIs (#994)Neil Alexander
2020-03-27Further room version wiring (#936)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é
2019-08-16Replace event content types with ones in gomatrixserverlib (#785)Alex Chen
2019-08-07Implement profile retrieval over federation (#726)Alex Chen
2019-08-06Replace membership and visibility values with constants (#774)Alex Chen
2019-07-18Remove unnecessary http method checks (#747)Andrew Morgan
2019-07-12Lots of small typo fixes (#737)Andrew Morgan
2019-05-21use go module for dependencies (#594)ruben