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
/
userapi.go
Age
Commit message (
Expand
)
Author
2022-09-27
Refactor notifications (#2688)
Till
2022-09-09
Update getting pushrules, add tests, tweak pushrules (#2705)
Till
2022-06-29
Add `evacuateUser` endpoint, use it when deactivating accounts (#2545)
Neil Alexander
2022-05-09
One NATS instance per `BaseDendrite` (#2438)
Neil Alexander
2022-05-05
Define component interfaces based on consumers (2/2) (#2425)
kegsay
2022-05-04
Add opt-in anonymous stats reporting (#2249)
Till
2022-05-03
Global database connection pool (for monolith mode) (#2411)
Neil Alexander
2022-03-23
Per-room consumers (#2293)
Neil Alexander
2022-03-21
Wait for safe shutdown of NATS Server (#2289)
Neil Alexander
2022-03-16
Stream tweaks, use same codepath for sync vs async input room events, wait fo...
Neil Alexander
2022-03-03
Clean old notifications regularly (#2244)
Neil Alexander
2022-03-03
Don't open two connections for the userapi
Till Faelligen
2022-03-03
Implement Push Notifications (#1842)
Dan
2022-02-18
Merge both user API databases into one (#2186)
Neil Alexander
2022-02-10
Support for `m.login.token` (#2014)
tommie
2021-03-08
Make bcrypt cost configurable (#1793)
Kegsay
2020-12-02
Top-level setup package (#1605)
Neil Alexander
2020-08-27
Remove device DB from clientapi (#1352)
Kegsay
2020-07-30
Notify clients when devices are deleted (#1233)
Kegsay
2020-06-17
Move account/device DBs to userapi (#1141)
Kegsay
2020-06-16
Make userapi responsible for checking access tokens (#1133)
Kegsay
2020-06-15
Add bare bones user API (#1127)
Kegsay