summaryrefslogtreecommitdiff
path: root/internal/db
AgeCommit message (Expand)AuthorFiles
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
2025-03-06[bugfix] Store and expose status content type (#3870)Libravatar ewwwin4
2025-03-04[feature] Add token review / delete to backend + settings panel (#3845)Libravatar tobi2
2025-03-03[bugfix] Fix app migration (#3868)Libravatar tobi1
2025-03-03[feature] Refactor tokens, allow multiple app redirect_uris (#3849)Libravatar tobi8
2025-02-20[bugfix] update fedi api to support multiple separate votes in same multiple ...Libravatar kim2
2025-02-15[chore/performance] Batch migration queries (#3798)Libravatar tobi2
2025-02-14[bugfix] Drop status indices AFTER updating visibility (#3795)Libravatar tobi2
2025-02-11[performance] improved enum migrations (#3782)Libravatar kim2
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