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
Age
Commit message (
Expand
)
Author
2024-08-16
Implement MSC3916 (#3397)
Till
2024-07-27
Fix nil pointer derefernce issues (#3379)
Till
2024-01-20
Don't send device list updates upon registration (#3307)
Till
2023-11-09
Use `IsBlacklistedOrBackingOff` to determine if we should try to fetch device...
Till
2023-10-31
Some tweaks for the device list updater (#3251)
Till
2023-10-23
Tweaks around the device list updater (#3227)
Till
2023-09-12
Fix `user_id` query param breaking auth for non-appservices (#3196)
Tulir Asokan
2023-06-22
feat: admin APIs for token authenticated registration (#3101)
santhoshivan23
2023-05-09
Move json errors over to gmsl (#3080)
devonh
2023-04-28
Add key backup tests (#3071)
Till
2023-04-28
Remove `PerformError` (#3066)
Till
2023-04-24
Move fedclient interface over to gmsl (#3061)
devonh
2023-04-19
refactor: update GMSL (#3058)
kegsay
2023-04-14
Add pushrules tests (#3044)
Till
2023-04-06
refactor: use latest GMSL which splits fed client from matrix room logic (#3051)
kegsay
2023-04-03
Add user profile tests, refactor user API methods (#3030)
Till
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-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
2022-12-22
Handle guest access [1/2?] (#2872)
Till
2022-11-11
Virtual hosting schema and logic changes (#2876)
Neil Alexander
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-10
Stronger passwordless account checks (fixes #2780)
Neil Alexander
2022-09-30
Remove SendAccountData, since InputAccountData is already doing that
Till Faelligen
2022-09-27
Refactor notifications (#2688)
Till
2022-09-09
Update getting pushrules, add tests, tweak pushrules (#2705)
Till
2022-09-01
Refactor appservices component (#2687)
Neil Alexander
2022-08-12
Use `/admin/v1/register` in `create-account` (#2484)
Till
2022-08-11
Generic-based internal HTTP API (#2626)
Neil Alexander
2022-07-25
Make the User API responsible for sending account data output events (#2592)
Neil Alexander
2022-06-29
Add `evacuateUser` endpoint, use it when deactivating accounts (#2545)
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-04-25
Use provided filter for account_data (#2372)
Till
2022-04-19
Use unix not second
Kegan Dougal
2022-04-19
Change `pushkey_ts` to be seconds (fix #2354) (#2358)
Neil Alexander
2022-03-28
Fix account availability on register
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-09-08
- Removed double imports (#1989)
Ryan W
2021-08-18
Delete device keys/signatures from key server when deleting devices (#1979)
Neil Alexander
2021-07-27
Key Backups (3/3) : Implement querying keys and various bugfixes (#1946)
kegsay
[next]