summaryrefslogtreecommitdiff
path: root/internal/db
AgeCommit message (Expand)AuthorFiles
2024-12-09[chore] Log during potentially long migrations (#3613)Libravatar tobi4
2024-12-05[feature] add support for receiving federated status edits (#3597)Libravatar kim22
2024-12-04[feature] unending polls (#3592)Libravatar kim1
2024-12-02[feature] Add global instance CSS customization setting (#3352)Libravatar Victor Dyotte1
2024-11-29[performance] use new instance of bun.DB *after* migrations to reduce number ...Libravatar kim1
2024-11-28[chore] rename New___(string) int signature functions to Parse___(string) int...Libravatar kim1
2024-11-25[bugfix] notification types missing from link header (#3571)Libravatar kim3
2024-11-25[chore] Bump tooling versions, bump go -> v1.23.0 (#3258)Libravatar tobi1
2024-11-25[performance] convert enum strings to ints (#3558)Libravatar kim17
2024-11-21[feature] Add domain permission drafts and excludes (#3547)Libravatar tobi7
2024-11-21[bugfix] post counters should not include direct messages (#3554)Libravatar Jannis2
2024-11-11[performance] minimise log field allocations (#3529)Libravatar kim21
2024-10-19[bugfix] Fix filter title unique constraint (#3458)Libravatar tobi4
2024-10-16[chore] Upgrade golangci-lint, ignore existing int overflow warnings (#3420)Libravatar Markus Unterwaditzer1
2024-10-14updates exported interface types to match ncruces/go-sqlite3/driver methods (...v0.17.0Libravatar kim1
2024-10-14[feature/OFFICIALLY UNSUPPORTED] add nowasm build tag to disable building wit...Libravatar kim4
2024-10-14[feature] for an sqlite database with journal mode != WAL, use maximum of 1 o...Libravatar kim1
2024-10-11[bugfix] Ensure `pending_approval` set on statuses + status faves (#3415)Libravatar tobi2
2024-10-05[bugfix] Update select of pending interaction requests to account for potenti...Libravatar tobi2
2024-10-04[performance] remove the pragma optimize analysis limit on connection close (...Libravatar kim1
2024-09-28[bugfix] visibility after implicit approval not getting invalidated (#3370)Libravatar kim2
2024-09-23[chore] local instance count query caching, improved status context endpoint ...Libravatar kim1
2024-09-20[chore] ensure consistent caller name fetching regardless of compiler inlinin...Libravatar kim1
2024-09-16[performance] cache more database calls, reduce required database calls overa...Libravatar kim36
2024-09-14[chore] Update go-sqlite3 to 0.18.3 (#3295)Libravatar Daenney1
2024-09-11[bugfix] Update home timeline query to ignore exclusive list entries (#3289)Libravatar tobi2
2024-09-10[feature] Process `Reject` of interaction via fedi API, put rejected statuses...Libravatar tobi5
2024-09-09[feature] Implement exclusive lists (#3280)Libravatar Vyr Cossont1
2024-09-09[feature/frontend] Add options to include Unlisted posts or hide all posts (#...Libravatar tobi3
2024-09-08[bugfix] Fix temp table deletion causing runaway allocations (#3278)Libravatar tobi2
2024-09-02[chore/performance] Further reduce nil uncached queries (#3267)Libravatar tobi8
2024-09-02[chore] Don't try to select zero uncached filters (#3266)Libravatar tobi1
2024-09-02[chore/performance] Avoid unnecessary "uncached" queries (#3265)Libravatar tobi17
2024-08-24[feature] Interaction requests client api + settings panel (#3215)Libravatar tobi10
2024-08-22[feature] Use `local_only` field, deprecate `federated` field (#3222)Libravatar tobi1
2024-08-08[feature] Add `db-postgres-connection-string` option (#3178)Libravatar John Winston1
2024-08-02[chore] move PopulateAccountStats() nil check often performed into function i...Libravatar kim2
2024-07-31[feature] Allow users to export data via the settings panel (#3140)Libravatar tobi5
2024-07-30[feature] persist worker queues to db (#3042)Libravatar kim5
2024-07-30[chore] replace UniqueStrings with Deduplicate (#3154)Libravatar tobi1
2024-07-29[feature] Implement following hashtags (#3141)Libravatar Vyr Cossont3
2024-07-26[feature] Federate interaction policies + Accepts; enforce policies (#3138)Libravatar tobi1
2024-07-24[chore] renames the `GTS` caches to `DB` caches (#3127)Libravatar kim32
2024-07-23[chore] Add some log lines to recent migrations warning not to interrupt (#3134)Libravatar tobi3
2024-07-23Remove content and related fields from boosts (#3131)Libravatar Vyr Cossont1
2024-07-23[feature] Conversations API (#3013)Libravatar Vyr Cossont12
2024-07-17[chore] media pipeline improvements (#3110)Libravatar kim4
2024-07-15[feature/frontend] Add player for audio files; use thumbnail for `poster` (#3...Libravatar tobi5
2024-07-15[chore] add step-by-step logging to long migration (#3102)Libravatar tobi1
2024-07-11[chore] Add interaction policy gtsmodels (#3075)Libravatar tobi11