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
Age
Commit message (
Expand
)
Author
2023-03-31
Add CS API device tests (#3029)
Till
2023-03-22
Remove `BaseDendrite` (#3023)
Till
2023-03-17
Preparations for removing `BaseDendrite` (#3016)
Till
2023-03-01
Fix UTs
Till Faelligen
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
2023-02-17
Fix SQLite `session_id` (#2977)
Till
2023-02-14
Remove polylith/API mode (#2967)
Till
2022-12-23
Pushrule tweaks, make `pattern` non-optional on `EventMatchCondition` (#2918)
Till
2022-12-22
Handle guest access [1/2?] (#2872)
Till
2022-12-08
Add UserAPI util tests (#2907)
Till
2022-12-05
Use test.WithAllDatabases
Till Faelligen
2022-12-05
Enable/Disable internal metrics (#2899)
Till
2022-11-30
Calculate correct room member count for push rule evaluation (#2894)
Till
2022-11-18
Fix registration for virtual hosting
Neil Alexander
2022-11-11
Virtual hosting schema and logic changes (#2876)
Neil Alexander
2022-11-07
Handle `m.room.tombstone` events in the UserAPI (#2864)
Till
2022-11-02
Add message stats to reporting (#2748)
Till
2022-11-01
Fix flakey stats tests
Till Faelligen
2022-10-26
Initial support for multiple server names (#2829)
Neil Alexander
2022-10-26
Add support for config "auto_join_rooms" (#2823)
Neboer
2022-10-21
Set `display_name` and/or `avatar_url` for server notices (#2820)
Till
2022-10-21
Allow `m.read.private` to clear notifications (#2811)
Neil Alexander
2022-10-18
Namespace user API tables (#2806)
Neil Alexander
2022-10-14
Relax test a bit
Till Faelligen
2022-10-10
Tweak `GetAccountByPassword` more
Neil Alexander
2022-10-10
Add regression test for 980fa55846811eeff89f116c49b38b085143c64e
Neil Alexander
2022-10-10
Stronger passwordless account checks (fixes #2780)
Neil Alexander
2022-10-05
Add `RoomEventType` nats.Header to avoid unneeded unmarshalling (#2765)
Till
2022-09-30
Remove SendAccountData, since InputAccountData is already doing that
Till Faelligen
2022-09-27
Refactor notifications (#2688)
Till
2022-09-26
Use `TxStmt` in SQLite pusher table
Neil Alexander
2022-09-26
Fix possible "Database is locked" issue
Till Faelligen
2022-09-09
Use database writer in user API `DeleteOldNotifications`
Neil Alexander
2022-09-09
Update getting pushrules, add tests, tweak pushrules (#2705)
Till
2022-09-01
Refactor appservices component (#2687)
Neil Alexander
2022-08-31
Allow batching in `JetStreamConsumer` (#2686)
Neil Alexander
2022-08-30
Set the notification count when sending push notifications (#2683)
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-08-05
Fix linter issues (#2624)
Till
2022-07-25
Make the User API responsible for sending account data output events (#2592)
Neil Alexander
2022-07-25
Update database migrations, remove goose (#2264)
Till
2022-07-19
Update FAQ
Neil Alexander
2022-06-29
Add `evacuateUser` endpoint, use it when deactivating accounts (#2545)
Neil Alexander
2022-05-31
Fix #2498 (#2506)
Till
2022-05-31
Fix `pq: invalid input syntax for integer` when trying to get a numeric local...
Till
2022-05-17
bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)
kegsay
2022-05-10
Back out matrix-org/dendrite#2421 by restoring `http.Client`s
Neil Alexander
2022-05-09
One NATS instance per `BaseDendrite` (#2438)
Neil Alexander
[next]