aboutsummaryrefslogtreecommitdiff
path: root/roomserver/api/perform.go
AgeCommit message (Expand)Author
2022-06-29Add `evacuateUser` endpoint, use it when deactivating accounts (#2545)Neil Alexander
2022-04-28Add `/_dendrite/admin/evacuateRoom/{roomID}` (#2401)Neil Alexander
2022-04-05Added /upgrade endpoint (#2307)David Spenler
2022-02-18Implement server notices (#2180)S7evinK
2021-01-22Peeking over federation via MSC2444 (#1391)Matthew Hodgson
2020-12-03Peeking updates (#1607)Neil Alexander
2020-11-19MSC2836: Threading - part one (#1589)Kegsay
2020-11-16Pass pointers to events — reloaded (#1583)Neil Alexander
2020-11-05Implement forgetting about rooms (#1572)S7evinK
2020-09-10Peeking via MSC2753 (#1370)Matthew Hodgson
2020-08-17Synchronous invites (#1273)Neil Alexander
2020-07-02Replace publicroomsapi with a combination of clientapi/roomserver/currentstat...Kegsay
2020-06-25Return remote errors from FS.PerformJoin (#1164)Kegsay
2020-06-24Make same membership transitions 403, add sytests (#1161)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-11Roomserver API changes (#1118)Kegsay
2020-06-04Convert everything but serverkeyapi to inthttp (#1096)Kegsay
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-04Roomserver perform join (#1001)Neil Alexander