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
/
api.go
Age
Commit message (
Expand
)
Author
2021-07-27
Key backups (1/2) : Add E2E session backup metadata tables (#1943)
kegsay
2021-04-07
Implement OpenID module (#599) (#1812)
Bruce MacDonald
2021-03-03
Send events to appservice based on room membership (#1680)
Will Hunt
2021-03-03
Don't return error when account conflict is handled gracefully (#1782)
Neil Alexander
2021-03-02
Return the current OTK count on an empty upload request (#1774)
Neil Alexander
2021-03-02
Fix user registration bug (#1777)
Neil Alexander
2021-01-04
Ensure appservices can auth as users in their namespaces (#1672)
Jason Robinson
2020-12-02
Top-level setup package (#1605)
Neil Alexander
2020-11-20
Update last seen on sync requests (#1593)
Neil Alexander
2020-10-09
Extend device_devices table (#1471)
S7evinK
2020-10-02
Implement account deactivation (#1455)
Loïck Bonniot
2020-09-04
Password changes (#1397)
Neil Alexander
2020-08-27
Remove device DB from clientapi (#1352)
Kegsay
2020-08-12
Fix more E2E sytests (#1265)
Kegsay
2020-08-10
bugfix: when a user's key changes, don't notify everyone on the server (#1253)
Kegsay
2020-07-31
Fix edge cases around device lists (#1234)
Kegsay
2020-07-30
Notify clients when devices are deleted (#1233)
Kegsay
2020-07-28
User directory (#1225)
Neil Alexander
2020-07-22
Handle inbound federation E2E key queries/claims (#1215)
Kegsay
2020-07-01
Fix Yggdrasil gobind build, set display name at registration
Neil Alexander
2020-06-18
Refactor account data (#1150)
Neil Alexander
2020-06-17
Move account/device DBs to userapi (#1141)
Kegsay
2020-06-17
Make userapi control account creation entirely (#1139)
Kegsay
2020-06-16
BREAKING: Make eduserver/appservice use userapi (#1138)
Kegsay
2020-06-16
Make syncapi use userapi (#1136)
Kegsay
2020-06-16
Make federationapi use userapi (#1135)
Kegsay
2020-06-16
Make userapi responsible for checking access tokens (#1133)
Kegsay
2020-06-15
Add bare bones user API (#1127)
Kegsay