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
/
api
Age
Commit message (
Expand
)
Author
2022-08-12
Use `/admin/v1/register` in `create-account` (#2484)
Till
2022-08-11
Generic-based internal HTTP API (#2626)
Neil Alexander
2022-05-06
Clean up interface definitions (#2427)
kegsay
2022-05-05
Define component interfaces based on consumers (2/2) (#2425)
kegsay
2022-05-05
Define component interfaces based on consumers (1/2) (#2423)
kegsay
2022-05-05
syncapi: define specific interfaces for internal HTTP communications (#2416)
kegsay
2022-05-04
Add opt-in anonymous stats reporting (#2249)
Till
2022-04-19
Change `pushkey_ts` to be seconds (fix #2354) (#2358)
Neil Alexander
2022-04-06
Add presence module V2 (#2312)
Till
2022-03-28
User directory for nearby Pinecone peers (P2P demo) (#2311)
Neil Alexander
2022-03-24
Refactor appservice & client API to use userapi internal (#2290)
S7evinK
2022-03-03
Implement Push Notifications (#1842)
Dan
2022-02-18
Merge both user API databases into one (#2186)
Neil Alexander
2022-02-16
Add account type (#2171)
S7evinK
2022-02-10
Support for `m.login.token` (#2014)
tommie
2021-12-03
Add missing HTTP mode for userapi (#1982)
S7evinK
2021-08-03
Add tracing to user API (#1948)
kegsay
2021-07-28
Alias key backup endpoints onto /unstable, fix key backup bugs (#1947)
Neil Alexander
2021-07-27
Key Backups (3/3) : Implement querying keys and various bugfixes (#1946)
kegsay
2021-07-27
Key Backups (2/3) : Add E2E backup key tables (#1945)
kegsay
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
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-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-06-19
Fix comment in InputAccountDataRequest
Neil Alexander
2020-06-18
Refactor account data (#1150)
Neil Alexander
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