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_test.go
Age
Commit message (
Expand
)
Author
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-04-03
Add user profile tests, refactor user API methods (#3030)
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
2023-02-14
Remove polylith/API mode (#2967)
Till
2022-12-22
Handle guest access [1/2?] (#2872)
Till
2022-12-05
Use test.WithAllDatabases
Till Faelligen
2022-12-05
Enable/Disable internal metrics (#2899)
Till
2022-11-18
Fix registration for virtual hosting
Neil Alexander
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-21
Set `display_name` and/or `avatar_url` for server notices (#2820)
Till
2022-10-18
Namespace user API tables (#2806)
Neil Alexander
2022-10-10
Add regression test for 980fa55846811eeff89f116c49b38b085143c64e
Neil Alexander
2022-08-11
Generic-based internal HTTP API (#2626)
Neil Alexander
2022-05-17
bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)
kegsay
2022-05-05
Don't use in-memory db for userapi tests (#2417)
Till
2022-05-03
Global database connection pool (for monolith mode) (#2411)
Neil Alexander
2022-04-27
Add UserAPI storage tests (#2384)
Till
2022-03-28
User directory for nearby Pinecone peers (P2P demo) (#2311)
Neil Alexander
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-04-07
Implement OpenID module (#599) (#1812)
Bruce MacDonald
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-08-10
Configuration format v1 (#1230)
Neil Alexander
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
Fix rooms v3 url paths for good - with tests (#1130)
Kegsay
2020-06-15
Add bare bones user API (#1127)
Kegsay