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
Age
Commit message (
Expand
)
Author
2022-05-05
Define component interfaces based on consumers (1/2) (#2423)
kegsay
2022-05-05
Use `gomatrixserverlib.Client` instead of `http.Client` (#2421)
Neil Alexander
2022-05-05
Fix user already joined when using server notices (#2364)
Till
2022-05-05
syncapi: define specific interfaces for internal HTTP communications (#2416)
kegsay
2022-05-03
Tidy up `AddPublicRoutes` (#2412)
Neil Alexander
2022-04-29
Move admin functions into their own file in the client API
Neil Alexander
2022-04-28
Add `/_dendrite/admin/evacuateRoom/{roomID}` (#2401)
Neil Alexander
2022-04-26
Add transactionsCache to redact endpoint (#2375)
Till
2022-04-19
Make sure resp.Username is defined before hashing. Fixes #2356 (#2357)
fcwoknhenuxdfiyv-nextcloud
2022-04-08
Add metrics for internal API requests (#2310)
Till
2022-04-08
Prevent setting push rules via account data endpoint (#2333)
Neil Alexander
2022-04-07
Send avatar updates asynchronously, same as display name updates
Neil Alexander
2022-04-07
Add possibility to ignore users (#2329)
Till
2022-04-07
Simplify presence stringification (should help with vector-im/element-android...
Neil Alexander
2022-04-06
Add presence module V2 (#2312)
Till
2022-04-05
Added /upgrade endpoint (#2307)
David Spenler
2022-03-29
Remove eduserver (#2306)
S7evinK
2022-03-28
User directory for nearby Pinecone peers (P2P demo) (#2311)
Neil Alexander
2022-03-28
Allow stored session parameters to be overwritten in the registration request...
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-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-07
Fix appservice username check (#2223)
S7evinK
2022-03-07
Add canonical alias support (#2236)
S7evinK
2022-03-03
Send profile updates asynchronously (#2246)
Neil Alexander
2022-03-03
Give more time to `TestSessionCleanUp` tests
Neil Alexander
2022-03-03
Only store notifications for users with pushers, de-parallelise `TestSessionC...
Neil Alexander
2022-03-03
Implement Push Notifications (#1842)
Dan
2022-03-01
Only allow device deletion from session UIA was initiated from (#2235)
S7evinK
2022-02-25
Remember parameters on registration (#2225)
S7evinK
2022-02-22
Remote banned user is kicked and may not rejoin until unbanned (#2216)
S7evinK
2022-02-18
Implement server notices (#2180)
S7evinK
2022-02-18
Merge both user API databases into one (#2186)
Neil Alexander
2022-02-18
Update /whoami response to match Spec v1.2 (#2201)
kegsay
2022-02-18
Allow preventing guest registration (#2199)
Neil Alexander
2022-02-17
Listen for /v3 on CSAPI (#2197)
kegsay
2022-02-16
Add account type (#2171)
S7evinK
2022-02-10
Support for `m.login.token` (#2014)
tommie
2022-02-10
Allow user to forget a room, even if they never were a member (#2166)
S7evinK
2022-02-04
Remove sarama/saramajetstream dependencies (#2138)
S7evinK
2022-01-31
Allow uppercase username on login (#2126)
Hoernschen
2022-01-31
Tweak some logging (#2130)
Neil Alexander
2022-01-28
"Enable" remote room search (#2099)
S7evinK
2022-01-27
Roomserver/federation input refactor (#2104)
Neil Alexander
2022-01-05
Add NATS JetStream support (#1866)
S7evinK
2021-12-03
Add missing HTTP mode for userapi (#1982)
S7evinK
2021-12-03
Squash username to lowercase at login (#2065)
nymori
2021-11-24
Ratelimit requests to /media/r0/download|upload (#2020)
S7evinK
[next]