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
/
userapi
/
internal
/
user_api.go
Age
Commit message (
Expand
)
Author
2024-10-18
Update the license headers to mention the commercial license
Quentin Gliech
2024-10-17
Rename the go package
Quentin Gliech
2024-10-17
Update the copyright headers in all files
Quentin Gliech
2024-07-27
Fix nil pointer derefernce issues (#3379)
Till
2024-01-20
Don't send device list updates upon registration (#3307)
Till
2023-09-12
Fix `user_id` query param breaking auth for non-appservices (#3196)
Tulir Asokan
2023-06-22
feat: admin APIs for token authenticated registration (#3101)
santhoshivan23
2023-05-09
Move json errors over to gmsl (#3080)
devonh
2023-04-28
Add key backup tests (#3071)
Till
2023-04-28
Remove `PerformError` (#3066)
Till
2023-04-19
refactor: update GMSL (#3058)
kegsay
2023-04-14
Add pushrules tests (#3044)
Till
2023-04-03
Add user profile tests, refactor user API methods (#3030)
Till
2023-03-31
Add CS API device tests (#3029)
Till
2023-02-20
Fix issue where device keys are removed if a device ID is reused (#2982)
Till
2023-02-20
Merge keyserver & userapi (#2972)
Till