aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-12Separate sample configs for monolith and polylith (#2456)Neil Alexander
2022-05-12Fix `create-account` with global database settings (#2455)Till
2022-05-12Wait 100ms for events to be processed by syncapiKegan Dougal
2022-05-11Fix OTK upload spam (#2448)Till
2022-05-11Fix linkNeil Alexander
2022-05-11New documentation: https://matrix-org.github.io/dendrite/Neil Alexander
2022-05-11More syncapi tests (#2451)kegsay
2022-05-11Add RoomExists flag to QueryMembershipForUser (#2450)kegsay
2022-05-10Add roomserver tests (2/?) (#2445)Till
2022-05-10Version 0.8.4v0.8.4Neil Alexander
2022-05-10Add indexes to `syncapi_output_room_events` table that satisfy the filters (#...Neil Alexander
2022-05-10Back out matrix-org/dendrite#2421 by restoring `http.Client`sNeil Alexander
2022-05-09🏗️ mediaapi/thumbnailer: fix build with bimg (#2440)database64128
2022-05-09Version 0.8.3 (#2431)v0.8.3Neil Alexander
2022-05-09Begin adding syncapi component tests (#2442)kegsay
2022-05-09Don't store invites in sync API that aren't relevant to local users (#2439)Neil Alexander
2022-05-09Federation consumer `adds_state_event_ids` tweak (#2441)Neil Alexander
2022-05-09Don't try to re-fetch the event if it is listed in `adds_state_event_ids` (#2...Neil Alexander
2022-05-09Add roomserver tests (1/?) (#2434)Till
2022-05-09One NATS instance per `BaseDendrite` (#2438)Neil Alexander
2022-05-09Update to matrix-org/gomatrixserverlib#307Neil Alexander
2022-05-09Add `(user_id, device_id)` index on OTK table (#2435)Neil Alexander
2022-05-06Version 0.8.3rc1v0.8.3rc1Neil Alexander
2022-05-06Simplify `calculateLatest` (#2430)Neil Alexander
2022-05-06Fix power level event auth bugs (update to matrix-org/gomatrixserverlib#306)Neil Alexander
2022-05-06Move LL cache (#2429)Till
2022-05-06Add `PolylithMode` base config option (#2428)Neil Alexander
2022-05-06Produce more useful event auth errors (update to matrix-org/gomatrixserverlib...Neil Alexander
2022-05-06Clean up interface definitions (#2427)kegsay
2022-05-06Add FAQ entry for anonymous stats (#2419)Till
2022-05-05Define component interfaces based on consumers (2/2) (#2425)kegsay
2022-05-05Update to matrix-org/gomatrixserverlib#303Neil Alexander
2022-05-05Update table names for user API stats tableNeil Alexander
2022-05-05Don't log consumer errors on shutdownNeil Alexander
2022-05-05Define component interfaces based on consumers (1/2) (#2423)kegsay
2022-05-05Use `gomatrixserverlib.Client` instead of `http.Client` (#2421)Neil Alexander
2022-05-05Fix user already joined when using server notices (#2364)Till
2022-05-05Don't use in-memory db for userapi tests (#2417)Till
2022-05-05Errors from createdb are non-fatal (#2420)kegsay
2022-05-05syncapi: define specific interfaces for internal HTTP communications (#2416)kegsay
2022-05-04Add opt-in anonymous stats reporting (#2249)Till
2022-05-03Fix bug in database global setupNeil Alexander
2022-05-03Skip tests that require a database if we can't connect to one (#2413)Neil Alexander
2022-05-03Tidy up `AddPublicRoutes` (#2412)Neil Alexander
2022-05-03Global database connection pool (for monolith mode) (#2411)Neil Alexander
2022-05-02Return `null` if MaxFileSizeBytes is 0 (#2409)Till
2022-04-30Test_Devices, sqlite may return devices in different order, test should still...Brian Meek
2022-04-30Return "to", if we didn't return any presence events (#2407)Till
2022-04-29Device list display name fixes (#2405)Neil Alexander
2022-04-29Fix `TestThumbnailsStorage` failing when media results come back in non-deter...Brian Meek