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
Age
Commit message (
Expand
)
Author
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-02
Fix user registration bug (#1777)
Neil Alexander
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
2020-10-15
Automatically upgrade databases on startup (#1529)
Kegsay
2020-10-09
Use default value when adding column which is not null (#1501)
S7evinK
2020-10-09
Extend device_devices table (#1471)
S7evinK
2020-10-02
Implement account deactivation (#1455)
Loïck Bonniot
2020-09-24
Update all usages of tx.Stmt to sqlutil.TxStmt (#1423)
Sam
2020-09-04
Password changes (#1397)
Neil Alexander
2020-09-01
Storage tweaks (#1373)
Neil Alexander
2020-08-27
Remove device DB from clientapi (#1352)
Kegsay
2020-08-21
Component-wide TransactionWriters (#1290)
Neil Alexander
2020-08-19
Transaction writer changes, move roomserver writers (#1285)
Neil Alexander
2020-08-10
Configuration format v1 (#1230)
Neil Alexander
2020-07-31
Fix edge cases around device lists (#1234)
Kegsay
2020-07-28
User directory (#1225)
Neil Alexander
2020-07-22
Handle inbound federation E2E key queries/claims (#1215)
Kegsay
2020-07-21
Use TransactionWriter in other component SQLite (#1209)
Neil Alexander
2020-07-15
Protect User API SQLite calls with mutexes (#1201)
Neil Alexander
2020-06-30
Remove membership table from account DB (#1172)
Kegsay
2020-06-26
Implement /sync `limited` and read timeline limit from stored filters (#1168)
Kegsay
2020-06-24
Hopefully fix databased is locked errors on sqlite account creation (#1162)
Kegsay
2020-06-18
Refactor account data (#1150)
Neil Alexander
2020-06-17
Move account/device DBs to userapi (#1141)
Kegsay