aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-04-29Move admin functions into their own file in the client APINeil Alexander
2022-04-29Add create-account to Getting startedTill Faelligen
2022-04-29Update golangci-lint, how it's installed, and added to the PATH (#2403)Brian Meek
2022-04-29Add restrictions for open registration (#2402)Till
2022-04-28Only load members of newly joined rooms (#2389)Till
2022-04-28Add `/_dendrite/admin/evacuateRoom/{roomID}` (#2401)Neil Alexander
2022-04-28Limit presence in `/sync` responses (#2394)Till
2022-04-28Make tests more reliableTill Faelligen
2022-04-28Unlist test since it no longer seems to be flakey (hopefully?)Neil Alexander
2022-04-28Don't answer expensive federation requests for rooms we no longer belong to (...Neil Alexander
2022-04-28Ensure signature map exists (fixes #2393) (#2397)Neil Alexander
2022-04-27Fix #2390 (#2392)Till
2022-04-27Use Go 1.18 to build Docker images (#2391)0x1a8510f2
2022-04-27Version 0.8.2 (#2386)v0.8.2Neil Alexander
2022-04-27Fix graceful shutdownNeil Alexander
2022-04-27Defer cancel on shutdown contextNeil Alexander
2022-04-27Use process context as base context for all HTTPNeil Alexander
2022-04-27Try that againNeil Alexander
2022-04-27Correct account data position mappingNeil Alexander
2022-04-27Add UserAPI storage tests (#2384)Till
2022-04-27Prevent JetStream from handling OS signals, allow running as a Windows servic...Neil Alexander
2022-04-27Don't try to federated-join via ourselves (#2383)Neil Alexander
2022-04-27Don't send account data or receipts for left/forgotten rooms (#2382)Neil Alexander
2022-04-27Don't create fictitious presence entries (#2381)Neil Alexander
2022-04-26Use a value that is Go 1.16-friendlyNeil Alexander
2022-04-26Send all account data on complete sync by defaultNeil Alexander
2022-04-26Fix account data positionNeil Alexander
2022-04-26Start account data ID from `from`Neil Alexander
2022-04-26Fix account_data not correctly send in a complete sync (#2379)Till
2022-04-26Fix bug when uploading device signatures (#2377)Neil Alexander
2022-04-26Add heroes to the room summary (#2373)Till
2022-04-26Add transactionsCache to redact endpoint (#2375)Till
2022-04-26Checkout correct branch for SytestTill Faelligen
2022-04-25Return M_NOT_FOUND for rejected events (#2371)Till