aboutsummaryrefslogtreecommitdiff
path: root/userapi/storage/sqlite3
AgeCommit message (Expand)Author
2023-11-09More `rows.Close()` and `rows.Err()` (#3262)Till
2023-07-19Use pointer when passing the connection manager around (#3152)Till
2023-06-22feat: admin APIs for token authenticated registration (#3101)santhoshivan23
2023-04-19refactor: update GMSL (#3058)kegsay
2023-04-06refactor: use latest GMSL which splits fed client from matrix room logic (#3051)kegsay
2023-03-17Preparations for removing `BaseDendrite` (#3016)Till
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-10-21Set `display_name` and/or `avatar_url` for server notices (#2820)Till
2022-10-18Namespace user API tables (#2806)Neil Alexander
2022-09-27Refactor notifications (#2688)Till
2022-09-26Use `TxStmt` in SQLite pusher tableNeil Alexander
2022-08-05Fix linter issues (#2624)Till
2022-07-25Update database migrations, remove goose (#2264)Till
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-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-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