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
/
clientapi
/
auth
Age
Commit message (
Expand
)
Author
2023-05-17
Move MakeJoin logic to GMSL (#3081)
devonh
2023-05-09
Move json errors over to gmsl (#3080)
devonh
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 tests for `/turnServer`, `/capabilities` and `/3pid/` (#3038)
Till
2023-01-10
Fix `/login` issue causing wrong device list updates (#2922)
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-10
Tweak `GetAccountByPassword` more
Neil Alexander
2022-08-12
Protect user_interactive reads and writes with locks (#2635)
Tak Wai Wong
2022-08-05
Do not use `ioutil` as it is deprecated (#2625)
Neil Alexander
2022-05-20
Fix `/deactivate` (#2474)
Till
2022-05-05
Define component interfaces based on consumers (1/2) (#2423)
kegsay
2022-05-05
syncapi: define specific interfaces for internal HTTP communications (#2416)
kegsay
2022-03-28
User directory for nearby Pinecone peers (P2P demo) (#2311)
Neil Alexander
2022-03-24
Refactor appservice & client API to use userapi internal (#2290)
S7evinK
2022-03-24
Fix lint errors
Neil Alexander
2022-03-01
Only allow device deletion from session UIA was initiated from (#2235)
S7evinK
2022-02-10
Support for `m.login.token` (#2014)
tommie
2022-01-31
Allow uppercase username on login (#2126)
Hoernschen
2021-12-03
Add missing HTTP mode for userapi (#1982)
S7evinK
2021-12-03
Squash username to lowercase at login (#2065)
nymori
2021-08-04
Cross-signing groundwork (#1953)
Neil Alexander
2021-07-20
Rename Riot to Element (#1874)
S7evinK
2020-12-02
Top-level setup package (#1605)
Neil Alexander
2020-10-02
Add 'completed' field in Interactive Auth API (#1469)
Loïck Bonniot
2020-09-04
Password changes (#1397)
Neil Alexander
2020-08-10
Configuration format v1 (#1230)
Neil Alexander
2020-07-28
User directory (#1225)
Neil Alexander
2020-07-10
Add User-Interactive Authentication (#1193)
Kegsay
2020-06-17
Move account/device DBs to userapi (#1141)
Kegsay
2020-06-17
Make userapi control account creation entirely (#1139)
Kegsay
2020-06-16
BREAKING: Make eduserver/appservice use userapi (#1138)
Kegsay
2020-06-16
Make userapi responsible for checking access tokens (#1133)
Kegsay
2020-06-12
Rehuffle where things are in the internal package (#1122)
Kegsay
2020-06-04
s/Base64String/Base64Bytes/g (#1093)
Kegsay
2020-06-04
Add ParseFileURI and use it when dealing with file URIs (#1088)
Kegsay
2020-06-01
Unbreak dendritejs
Kegan Dougal
2020-06-01
Fix pg user already exists (#1076)
S7evinK
2020-05-26
Miscellaneous fixes (#1060)
Neil Alexander
2020-05-22
dendritejs tweaks for persisting sqlite DBs (#1058)
Kegsay
2020-05-21
Fix #897 and shuffle directory around (#1054)
Kegsay
2020-05-01
Limit database connections (#980, #564) (#998)
Neil Alexander
2020-04-16
Add SQL tracing via DENDRITE_TRACE_SQL (#968)
Kegsay
2020-03-19
Implement /joined_rooms (#911)
Prateek Sachan
2020-03-18
Log errors from rows.Close (#920)
Prateek Sachan
2020-03-06
bugfix: Fix a race condition when creating guest accounts (#882)
Kegsay
2020-03-06
Add peer-to-peer support into Dendrite via libp2p and fetch (#880)
Kegsay
2020-03-02
Remove httputil.LogThenError so that the line numbers are reported properly -...
Neil Alexander
[next]