summaryrefslogtreecommitdiff
path: root/internal/db/bundb/migrations
AgeCommit message (Expand)AuthorFiles
2025-10-03[chore] Use bulk updates + fewer loops in status rethreading migration (#4459)Libravatar tobi5
2025-09-14[feature] Support new model of interaction flow for forward compat with v0.21...Libravatar tobi3
2025-08-12[feature] scheduled statuses (#4274)Libravatar nicole mikołajczyk1
2025-07-09[bugfix] Fix wrong default used for `HidesCcPublicFromUnauthedWeb` in migrati...Libravatar tobi1
2025-07-09[feature] Use `hidesToPublicFromUnauthedWeb` and `hidesCcPublicFromUnauthedWe...Libravatar tobi4
2025-06-26[bugfix] fix issues with postgres array serialization (#4295)Libravatar kim2
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 kim4
2025-06-15[feature] Handle retractions of domain permission subscription entries (#4261)Libravatar tobi2
2025-06-13[bugfix] Remove hardcoded "public" db schema assumption (#4269)Libravatar tobi4
2025-06-10[feature] configurable maximum thumbnail dimensions (#4258)Libravatar kim1
2025-06-10[bugfix] fix existing statuses with invalid visibility (#4253)Libravatar nicole mikołajczyk1
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 kim8
2025-05-12[chore] Tidy up previous interaction policy migrations (#4171)Libravatar tobi9
2025-04-30[bugfix] Fix migration unsetting bot flag (#4098)Libravatar tobi1
2025-04-27[chore] Rewrite all remaining Github linksLibravatar Daenney1
2025-04-26[feature] Move to code.superseriousbusiness.orgLibravatar Daenney90
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 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 tobi1
2025-03-18[performance] reindex public timeline + tinker with query a bit (#3918)Libravatar tobi1
2025-03-17[feature] Application creation + management via API + settings panel (#3906)Libravatar tobi1
2025-03-10[performance] Optimize local timeline + local status count queries (#3892)Libravatar tobi1
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 ewwwin3
2025-03-03[bugfix] Fix app migration (#3868)Libravatar tobi1
2025-03-03[feature] Refactor tokens, allow multiple app redirect_uris (#3849)Libravatar tobi3
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-03[feature] Implement Web Push notification policy (#3721)Libravatar Vyr Cossont1
2025-01-27[bugfix] Fix top-level posts with a mention being counted as replies when doi...Libravatar tobi1
2025-01-24[bugfix] Rename domain perm sub migration to unique date (#3679)Libravatar tobi2
2025-01-23[feature] Push notifications (#3587)Libravatar Vyr Cossont3
2025-01-20[bugfix] Store LastModified for domain perm subs + send as If-Modified-Since ...Libravatar tobi2
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 kim3
2025-01-05[feature] Create/update/remove domain permission subscriptions (#3623)Libravatar tobi5
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 kim8
2024-12-02[feature] Add global instance CSS customization setting (#3352)Libravatar Victor Dyotte1
2024-11-28[chore] rename New___(string) int signature functions to Parse___(string) int...Libravatar kim1
2024-11-25[performance] convert enum strings to ints (#3558)Libravatar kim12
2024-11-21[feature] Add domain permission drafts and excludes (#3547)Libravatar tobi1
2024-10-19[bugfix] Fix filter title unique constraint (#3458)Libravatar tobi3
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 tobi1