aboutsummaryrefslogtreecommitdiff
path: root/userapi/storage
AgeCommit message (Expand)Author
2023-11-09More `rows.Close()` and `rows.Err()` (#3262)Till
2023-10-25Add simple test for one time keys (#3239)devonh
2023-07-19Use pointer when passing the connection manager around (#3152)Till
2023-06-22feat: admin APIs for token authenticated registration (#3101)santhoshivan23
2023-06-02Fix newly found linter issues (#3099)Till
2023-04-19refactor: update GMSL (#3058)kegsay
2023-04-06refactor: use latest GMSL which splits fed client from matrix room logic (#3051)kegsay
2023-04-04Move GMSL client types to Dendrite (#3045)kegsay
2023-03-22Remove `BaseDendrite` (#3023)Till
2023-03-17Preparations for removing `BaseDendrite` (#3016)Till
2023-03-01Fix UTsTill Faelligen
2023-02-20Merge keyserver & userapi (#2972)Till
2023-02-17Fix SQLite `session_id` (#2977)Till
2022-11-11Virtual hosting schema and logic changes (#2876)Neil Alexander
2022-11-02Add message stats to reporting (#2748)Till
2022-11-01Fix flakey stats testsTill Faelligen
2022-10-21Set `display_name` and/or `avatar_url` for server notices (#2820)Till
2022-10-18Namespace user API tables (#2806)Neil Alexander
2022-10-14Relax test a bitTill Faelligen
2022-10-10Tweak `GetAccountByPassword` moreNeil Alexander
2022-10-10Stronger passwordless account checks (fixes #2780)Neil Alexander
2022-09-27Refactor notifications (#2688)Till
2022-09-26Use `TxStmt` in SQLite pusher tableNeil Alexander
2022-09-26Fix possible "Database is locked" issueTill Faelligen
2022-09-09Use database writer in user API `DeleteOldNotifications`Neil Alexander
2022-09-09Update getting pushrules, add tests, tweak pushrules (#2705)Till
2022-08-05Fix linter issues (#2624)Till
2022-07-25Update database migrations, remove goose (#2264)Till
2022-05-31Fix #2498 (#2506)Till
2022-05-31Fix `pq: invalid input syntax for integer` when trying to get a numeric local...Till
2022-05-17bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)kegsay
2022-05-05Update table names for user API stats tableNeil Alexander
2022-05-04Add opt-in anonymous stats reporting (#2249)Till
2022-05-03Global database connection pool (for monolith mode) (#2411)Neil Alexander
2022-04-30Test_Devices, sqlite may return devices in different order, test should still...Brian Meek
2022-04-28Make tests more reliableTill Faelligen
2022-04-27Add UserAPI storage tests (#2384)Till
2022-04-19Change `pushkey_ts` to be seconds (fix #2354) (#2358)Neil Alexander
2022-03-28User directory for nearby Pinecone peers (P2P demo) (#2311)Neil Alexander
2022-03-24Refactor appservice & client API to use userapi internal (#2290)S7evinK
2022-03-23Fix #2287 by trying to fetch account by lowercase localpart (#2292)S7evinK
2022-03-03Clean old notifications regularly (#2244)Neil Alexander
2022-03-03Implement Push Notifications (#1842)Dan
2022-02-18Refactor user API storage (#2202)Neil Alexander
2022-02-18Merge both user API databases into one (#2186)Neil Alexander
2022-02-16Add account type (#2171)S7evinK
2022-02-10Support for `m.login.token` (#2014)tommie
2022-01-05Add NATS JetStream support (#1866)S7evinK
2021-11-02Run gofmt on dendrite - apply go 1.17 preferred build tags (#2021)PiotrKozimor
2021-09-08- Removed double imports (#1989)Ryan W