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
/
storage
/
shared
/
storage.go
Age
Commit message (
Expand
)
Author
2024-12-17
Support for fallback keys (#3451)
Neil
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
2023-06-22
feat: admin APIs for token authenticated registration (#3101)
santhoshivan23
2023-06-02
Fix newly found linter issues (#3099)
Till
2023-04-19
refactor: update GMSL (#3058)
kegsay
2023-04-06
refactor: use latest GMSL which splits fed client from matrix room logic (#3051)
kegsay
2023-02-20
Merge keyserver & userapi (#2972)
Till
2023-02-17
Fix SQLite `session_id` (#2977)
Till
2022-11-11
Virtual hosting schema and logic changes (#2876)
Neil Alexander
2022-11-02
Add message stats to reporting (#2748)
Till
2022-10-21
Set `display_name` and/or `avatar_url` for server notices (#2820)
Till
2022-10-10
Tweak `GetAccountByPassword` more
Neil Alexander
2022-10-10
Stronger passwordless account checks (fixes #2780)
Neil Alexander
2022-09-27
Refactor notifications (#2688)
Till
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-05-04
Add opt-in anonymous stats reporting (#2249)
Till
2022-04-27
Add UserAPI storage tests (#2384)
Till
2022-03-23
Fix #2287 by trying to fetch account by lowercase localpart (#2292)
S7evinK
2022-03-03
Clean old notifications regularly (#2244)
Neil Alexander
2022-03-03
Implement Push Notifications (#1842)
Dan
2022-02-18
Refactor user API storage (#2202)
Neil Alexander