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-10-11
Private read receipts (#2789)
Neil Alexander
2022-10-10
Move /event to the SyncAPI (#2782)
Till
2022-10-10
Tweak `GetAccountByPassword` more
Neil Alexander
2022-10-06
Always return `one_time_key_counts` on `/keys/upload` (#2769)
Till
2022-09-30
Add `/_dendrite/admin/refreshDevices/{userID}` (#2746)
Till
2022-09-27
Fulltext implementation using Bleve (#2675)
Till
2022-09-13
Send-to-device consumer/producer tweaks (#2713)
Till
2022-09-01
Configuration tweaks (#2567)
Neil Alexander
2022-08-26
Restrict username length properly (#2676)
Neil Alexander
2022-08-16
Use `is_direct` flag from `/createRoom`, update stripped state (#2644)
Neil Alexander
2022-08-12
Show/hide users in user directory (#2637)
Till
2022-08-12
Use `/admin/v1/register` in `create-account` (#2484)
Till
2022-08-12
Protect user_interactive reads and writes with locks (#2635)
Tak Wai Wong
2022-08-11
Generic-based internal HTTP API (#2626)
Neil Alexander
2022-08-05
Do not use `ioutil` as it is deprecated (#2625)
Neil Alexander
2022-08-05
Fix linter issues (#2624)
Till
2022-07-25
Make the User API responsible for sending account data output events (#2592)
Neil Alexander
2022-07-25
Add .well-known/matrix/client to clientapi (#2551)
Jonathan Bartlett
2022-07-05
Hopefully fix read receipts timestamps (#2557)
Neil Alexander
2022-06-29
Add `evacuateUser` endpoint, use it when deactivating accounts (#2545)
Neil Alexander
2022-06-13
Handle state before, send history visibility in output (#2532)
Neil Alexander
2022-06-09
Allow "registration is idempotent, with username specified" to pass (#2488)
Till
2022-06-07
Rate limiting changes (#2519)
Neil Alexander
2022-06-03
Make setting state idempotent (#2512)
Till
2022-06-01
Update versions
Neil Alexander
2022-05-25
Restricted join support on `/make_join`, `/send_join` (#2478)
Neil Alexander
2022-05-24
Fix `join_authorised_via_users_server` key name in `SendEvent`
Neil Alexander
2022-05-24
Give PL100 to invited users in `trusted_private_chat` preset (#2485)
Neil Alexander
2022-05-24
Strip `join_authorised_by_users_server` when updating membership events using...
Neil Alexander
2022-05-20
Fix `/deactivate` (#2474)
Till
2022-05-11
Add RoomExists flag to QueryMembershipForUser (#2450)
kegsay
2022-05-10
Back out matrix-org/dendrite#2421 by restoring `http.Client`s
Neil Alexander
2022-05-09
One NATS instance per `BaseDendrite` (#2438)
Neil Alexander
2022-05-06
Clean up interface definitions (#2427)
kegsay
2022-05-05
Define component interfaces based on consumers (2/2) (#2425)
kegsay
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
[next]