summaryrefslogtreecommitdiff
path: root/internal/db
AgeCommit message (Expand)AuthorFiles
2025-12-01[feat] utilize system's libsqlite3HEADtrunknextLibravatar Terin Stock4
2025-11-17[chore] add a 'nosqlite' and 'nopostgres' build tags to support compiling wit...Libravatar kim5
2025-11-17[performance] reduce account stats database calls (#4496)Libravatar kim5
2025-10-17[performance] cache account IDs in home timeline query not in exclusive lists...Libravatar kim2
2025-10-17[chore/performance] Use CTE for list select statuses query (#4501)Libravatar tobi2
2025-10-03[chore] Use bulk updates + fewer loops in status rethreading migration (#4459)Libravatar tobi5
2025-09-18[feature] add paging support to rss feed endpoint, and support JSON / atom fe...Libravatar kim3
2025-09-15[bugfix] API status edit history returned in inverse order (#4432)Libravatar kim1
2025-09-14[feature] Support new model of interaction flow for forward compat with v0.21...Libravatar tobi8
2025-08-14[chore] return correct error message (#4377)Libravatar nicole mikołajczyk1
2025-08-12[feature] scheduled statuses (#4274)Libravatar nicole mikołajczyk6
2025-08-09[feature + performance] add JSON logging format (#4355)Libravatar kim1
2025-07-30[feature] add streaming of statuses and status updates to LOCAL / PUBLIC time...Libravatar kim1
2025-07-29[performance] bump codeberg.org/gruf/go-kv to v2 (#4341)Libravatar kim1
2025-07-09[bugfix] Fix wrong default used for `HidesCcPublicFromUnauthedWeb` in migrati...Libravatar tobi1
2025-07-09[feature] Use `hidesToPublicFromUnauthedWeb` and `hidesCcPublicFromUnauthedWe...Libravatar tobi6
2025-06-26[bugfix] fix issues with postgres array serialization (#4295)Libravatar kim4
2025-06-25[bugfix] move broken stage of filters migration into new migration (#4293)Libravatar kim2
2025-06-24[performance] filter model and database table improvements (#4277)Libravatar kim12
2025-06-19[bugfix] delete interaction requests when deleting account (#4278)Libravatar nicole mikołajczyk2
2025-06-15[feature] Handle retractions of domain permission subscription entries (#4261)Libravatar tobi4
2025-06-13[bugfix] Remove hardcoded "public" db schema assumption (#4269)Libravatar tobi4
2025-06-11[bugfix] process account delete synchronously to prevent OOM (#4260)Libravatar kim2
2025-06-10[feature] configurable maximum thumbnail dimensions (#4258)Libravatar kim2
2025-06-10[bugfix] fix existing statuses with invalid visibility (#4253)Libravatar nicole mikołajczyk1
2025-06-01[bugfix] fix GetAccountFollowRequestingIDs query (#4222)Libravatar Nicole Mikołajczyk2
2025-05-28[chore] thread_id migration tweaks (#4198)Libravatar kim2
2025-05-26[chore] migration to update `statuses.thread_id` to be notnull (#4160)Libravatar kim12
2025-05-22[chore] Upgrade to Go 1.24 (#4187)Libravatar Daenney39
2025-05-12[chore] Tidy up previous interaction policy migrations (#4171)Libravatar tobi9
2025-05-11[feature] Notify accounts when a status they've interacted with has been edit...Libravatar tobi5
2025-05-04[bugfix] Fix no notification if mention edited into status (#4102)Libravatar tobi2
2025-04-30[bugfix] Fix migration unsetting bot flag (#4098)Libravatar tobi1
2025-04-29[bugfix] Fix nil ptr exception on creating user without running server first ...Libravatar tobi2
2025-04-27[chore] Rewrite all remaining Github linksLibravatar Daenney1
2025-04-26[chore] Fix daenney being bad at sed (#4060)Libravatar Daenney1
2025-04-26[feature] Move to code.superseriousbusiness.orgLibravatar Daenney219
2025-04-26[performance] rewrite timelines to rely on new timeline cache type (#3941)Libravatar kim6
2025-04-18[bugfix] new token API issues (#4022)Libravatar kim1
2025-04-07[feature] add TOTP two-factor authentication (2FA) (#3960)Libravatar tobi2
2025-04-06[chore] Migrate accounts to new table, relax uniqueness constraint of actor `...Libravatar tobi10
2025-04-04[feature] Allow editing domain blocks/allows, fix comment import (#3967)Libravatar tobi4
2025-04-02[bugfix] Fix update users query in migration (#3963)Libravatar tobi1
2025-03-26[feature] Allow user to choose "gallery" style layout for web view of profile...Libravatar tobi6
2025-03-18[performance] reindex public timeline + tinker with query a bit (#3918)Libravatar tobi2
2025-03-17[feature] Application creation + management via API + settings panel (#3906)Libravatar tobi6
2025-03-11[bugfix] Fix panic when opening instance actor in web view (#3898)Libravatar tobi1
2025-03-10[performance] Optimize local timeline + local status count queries (#3892)Libravatar tobi4
2025-03-09[bugfix] Fix `length for type varchar must be at least 1` on Postgres (#3885)Libravatar tobi1
2025-03-07[feature] Parse content warning to HTML, serialize via client API as plaintex...Libravatar tobi3