Age | Commit message (Expand) | Author |
2022-09-30 | Remove SendAccountData, since InputAccountData is already doing that | Till Faelligen |
2022-09-27 | Refactor notifications (#2688) | Till |
2022-09-26 | Use `TxStmt` in SQLite pusher table | Neil Alexander |
2022-09-26 | Fix possible "Database is locked" issue | Till Faelligen |
2022-09-09 | Use database writer in user API `DeleteOldNotifications` | Neil Alexander |
2022-09-09 | Update getting pushrules, add tests, tweak pushrules (#2705) | Till |
2022-09-01 | Refactor appservices component (#2687) | Neil Alexander |
2022-08-31 | Allow batching in `JetStreamConsumer` (#2686) | Neil Alexander |
2022-08-30 | Set the notification count when sending push notifications (#2683) | Till |
2022-08-12 | Use `/admin/v1/register` in `create-account` (#2484) | Till |
2022-08-11 | Generic-based internal HTTP API (#2626) | 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 | Update database migrations, remove goose (#2264) | Till |
2022-07-19 | Update FAQ | Neil Alexander |
2022-06-29 | Add `evacuateUser` endpoint, use it when deactivating accounts (#2545) | Neil Alexander |
2022-05-31 | Fix #2498 (#2506) | Till |
2022-05-31 | Fix `pq: invalid input syntax for integer` when trying to get a numeric local... | Till |
2022-05-17 | bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466) | 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 | Update table names for user API stats table | Neil Alexander |
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 | Don't use in-memory db for userapi tests (#2417) | Till |
2022-05-05 | syncapi: define specific interfaces for internal HTTP communications (#2416) | kegsay |
2022-05-04 | Add opt-in anonymous stats reporting (#2249) | Till |
2022-05-03 | Global database connection pool (for monolith mode) (#2411) | Neil Alexander |
2022-04-30 | Test_Devices, sqlite may return devices in different order, test should still... | Brian Meek |
2022-04-28 | Make tests more reliable | Till Faelligen |
2022-04-27 | Add UserAPI storage tests (#2384) | Till |
2022-04-25 | Use provided filter for account_data (#2372) | Till |
2022-04-19 | Use unix not second | Kegan Dougal |
2022-04-19 | Change `pushkey_ts` to be seconds (fix #2354) (#2358) | Neil Alexander |
2022-04-08 | Handle QueryAccountAvailabilityPath in internal user API (#2332) | PiotrKozimor |
2022-04-07 | Add possibility to ignore users (#2329) | Till |
2022-04-06 | Add presence module V2 (#2312) | Till |
2022-04-06 | Reduce the number of allocations made by `localRoomMembers` when consuming st... | Neil Alexander |
2022-03-28 | User directory for nearby Pinecone peers (P2P demo) (#2311) | Neil Alexander |
2022-03-28 | Fix account availability on register | Neil Alexander |
2022-03-24 | Refactor appservice & client API to use userapi internal (#2290) | S7evinK |
2022-03-23 | Fix #2287 by trying to fetch account by lowercase localpart (#2292) | S7evinK |
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-03 | Clean old notifications regularly (#2244) | Neil Alexander |
2022-03-03 | Don't open two connections for the userapi | Till Faelligen |
2022-03-03 | Only store notifications for users with pushers, de-parallelise `TestSessionC... | Neil Alexander |