index
:
slackcoder/dendrite
main
Dendrite is a second-generation Matrix homeserver written in Go
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clientapi
/
routing
/
admin.go
Age
Commit message (
Expand
)
Author
2023-06-22
feat: admin APIs for token authenticated registration (#3101)
santhoshivan23
2023-05-30
Docs restructure (#2953)
Till
2023-05-17
Move MakeJoin logic to GMSL (#3081)
devonh
2023-05-09
Move json errors over to gmsl (#3080)
devonh
2023-04-28
Remove `PerformError` (#3066)
Till
2023-04-19
refactor: update GMSL (#3058)
kegsay
2023-03-27
Add tests for the Dendrite admin APIs (#3028)
Till
2023-02-20
Merge keyserver & userapi (#2972)
Till
2023-01-19
Add `/_dendrite/admin/purgeRoom/{roomID}` (#2662)
Neil
2022-12-23
Add clientapi tests (#2916)
Till
2022-12-22
Fix reset password endpoint (#2921)
Till
2022-11-15
Federation fixes for virtual hosting
Neil Alexander
2022-11-11
Virtual hosting schema and logic changes (#2876)
Neil Alexander
2022-10-31
Add `/_dendrite/admin/downloadState/{serverName}/{roomID}` admin endpoint
Neil Alexander
2022-10-26
Initial support for multiple server names (#2829)
Neil Alexander
2022-09-30
Add `/_dendrite/admin/refreshDevices/{userID}` (#2746)
Till
2022-09-27
Fulltext implementation using Bleve (#2675)
Till
2022-08-12
Use `/admin/v1/register` in `create-account` (#2484)
Till
2022-08-11
Generic-based internal HTTP API (#2626)
Neil Alexander
2022-06-29
Add `evacuateUser` endpoint, use it when deactivating accounts (#2545)
Neil Alexander
2022-05-05
Define component interfaces based on consumers (1/2) (#2423)
kegsay
2022-04-29
Move admin functions into their own file in the client API
Neil Alexander