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
2022-05-03
Global database connection pool (for monolith mode) (#2411)
Neil Alexander
2022-04-30
Test_Devices, sqlite may return devices in different order, test should still...
Brian Meek
2022-04-28
Make tests more reliable
Till Faelligen
2022-04-27
Add UserAPI storage tests (#2384)
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-04-08
Handle QueryAccountAvailabilityPath in internal user API (#2332)
PiotrKozimor
2022-04-07
Add possibility to ignore users (#2329)
Till
2022-04-06
Add presence module V2 (#2312)
Till
2022-04-06
Reduce the number of allocations made by `localRoomMembers` when consuming st...
Neil Alexander
2022-03-28
User directory for nearby Pinecone peers (P2P demo) (#2311)
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-23
Fix #2287 by trying to fetch account by lowercase localpart (#2292)
S7evinK
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
Only store notifications for users with pushers, de-parallelise `TestSessionC...
Neil Alexander
2022-03-03
Implement Push Notifications (#1842)
Dan
2022-02-18
Refactor user API storage (#2202)
Neil Alexander
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
2022-01-05
Add NATS JetStream support (#1866)
S7evinK
2021-12-03
Add missing HTTP mode for userapi (#1982)
S7evinK
2021-11-02
Run gofmt on dendrite - apply go 1.17 preferred build tags (#2021)
PiotrKozimor
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-08-03
Add tracing to user API (#1948)
kegsay
2021-07-28
Factor out StatementList to `sqlutil` and use it in `userapi`
Kegan Dougal
2021-07-28
Alias key backup endpoints onto /unstable, fix key backup bugs (#1947)
Neil Alexander
2021-07-27
Key Backups (3/3) : Implement querying keys and various bugfixes (#1946)
kegsay
2021-07-27
Key Backups (2/3) : Add E2E backup key tables (#1945)
kegsay
2021-07-27
Use db writer on sqlite account table (#1944)
kegsay
2021-07-27
Key backups (1/2) : Add E2E session backup metadata tables (#1943)
kegsay
2021-07-20
Only include go-sqlite3 on the relevant binaries (#1900)
Neil Alexander
2021-04-07
Implement OpenID module (#599) (#1812)
Bruce MacDonald
2021-03-08
Make bcrypt cost configurable (#1793)
Kegsay
2021-03-03
Send events to appservice based on room membership (#1680)
Will Hunt
2021-03-03
Don't return error when account conflict is handled gracefully (#1782)
Neil Alexander
2021-03-02
Return the current OTK count on an empty upload request (#1774)
Neil Alexander
2021-03-02
Fix user registration bug (#1777)
Neil Alexander
2021-01-04
Ensure appservices can auth as users in their namespaces (#1672)
Jason Robinson
2020-12-21
fix imports (#1665)
6543
2020-12-02
Top-level setup package (#1605)
Neil Alexander
2020-11-20
Update last seen on sync requests (#1593)
Neil Alexander
2020-11-17
Implemented whois endpoint (#1573)
David Spenler
[next]