summaryrefslogtreecommitdiff
path: root/internal/db
AgeCommit message (Expand)AuthorFiles
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
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