summaryrefslogtreecommitdiff
path: root/internal/db
AgeCommit message (Expand)AuthorFiles
2025-02-06[chore] update otel libraries (#3740)Libravatar Dominik Süß1
2025-02-03[feature] Implement Web Push notification policy (#3721)Libravatar Vyr Cossont1
2025-01-27[chore] some tidy ups (#3677)Libravatar kim1
2025-01-27[bugfix] Fix top-level posts with a mention being counted as replies when doi...Libravatar tobi2
2025-01-24[bugfix] Rename domain perm sub migration to unique date (#3679)Libravatar tobi2
2025-01-23[feature] Push notifications (#3587)Libravatar Vyr Cossont11
2025-01-20[bugfix] Store LastModified for domain perm subs + send as If-Modified-Since ...Libravatar tobi2
2025-01-14[chore] better dns validation (#3644)Libravatar kim5
2025-01-09[bugfix] migration to cleanup dropped status edits (#3637)Libravatar kim1
2025-01-08[chore] replace statuses.updated_at column with statuses.edited_at (#3636)Libravatar kim6
2025-01-05[feature] Create/update/remove domain permission subscriptions (#3623)Libravatar tobi8
2024-12-23[feature] add support for clients editing statuses and fetching status revisi...Libravatar kim2
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