summaryrefslogtreecommitdiff
path: root/internal/db/bundb/migrations
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 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
2024-09-10[feature] Process `Reject` of interaction via fedi API, put rejected statuses...Libravatar tobi1
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 tobi1
2024-08-24[feature] Interaction requests client api + settings panel (#3215)Libravatar tobi2
2024-07-30[feature] persist worker queues to db (#3042)Libravatar kim1
2024-07-29[feature] Implement following hashtags (#3141)Libravatar Vyr Cossont1
2024-07-26[feature] Federate interaction policies + Accepts; enforce policies (#3138)Libravatar tobi1
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 Cossont2
2024-07-17[chore] media pipeline improvements (#3110)Libravatar kim4
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 tobi2
2024-06-26[chore] media and emoji refactoring (#3000)Libravatar kim4
2024-06-06[feature] User muting (#2960)Libravatar Vyr Cossont1
2024-05-22[performance] update storage backend and make use of seek syscall when availa...Libravatar kim1
2024-05-01[feature] Page through accounts as moderator (#2881)Libravatar tobi1
2024-04-16[feature/performance] Store account stats in separate table (#2831)Libravatar tobi1
2024-04-11[feature] New user sign-up via web page (#2796)Libravatar tobi3
2024-04-02[bugfix] Set domain for empty-domain Friendica accounts (#2800)v0.15.0-rc1Libravatar tobi1
2024-03-25[feature] User-selectable preset CSS themes for accounts (#2777)Libravatar tobi1
2024-03-22[chore] Move local account settings to separate db table (#2770)Libravatar tobi1
2024-03-10[bugfix] Fix whitespace move_id issue (#2742)Libravatar tobi1
2024-03-06[feature/chore] Add Move database functions + cache (#2647)Libravatar tobi1
2024-03-06[feature] Filters v1 (#2594)Libravatar Vyr Cossont1
2024-02-28[chore] re-add `statuses_account_id_id_idx` if removed (#2699)v0.14.0-rc2Libravatar tobi2
2024-02-27[chore] add log line about lengthy reindex migration (#2695)v0.14.0-rc1Libravatar tobi1
2024-02-27[bugfix] Account timeline: exclude self-replies that mention other accounts (...Libravatar Vyr Cossont1
2024-01-16[feature] Account alias / move API + db models (#2518)Libravatar tobi3
2024-01-15[bugfix] Replace named unique constraint on header filter header with generic...Libravatar tobi1
2024-01-13[chore/docs] Replace specific year range of copyright notice (#2520)Libravatar tobi1
2024-01-05[feature] Parse instance descriptors as markdown, show T&C on /about (#2481)Libravatar tobi1
2023-12-18[feature] request blocking by http headers (#2409)Libravatar kim1
2023-12-15[bugfix] use a much shorter refresh limit for statuses with polls (#2453)v0.13.0Libravatar kim1
2023-12-08[chore] Run ANALYZE for SQLite after latest migrations (#2427)Libravatar tobi1
2023-11-30[chore] Re-add indexes, rename account actions indexes (#2401)Libravatar tobi2
2023-11-29[performance/postgres] Rename constraints, remove duplicate indexes (#2392)Libravatar tobi1
2023-11-14[bugfix] Update poll delete/update db queries (#2361)Libravatar tobi1
2023-11-11[bugfix] support endless polls, and misskey's' method of inferring expiry in ...Libravatar kim1
2023-11-08[feature] add support for polls + receiving federated status edits (#2330)Libravatar kim1
2023-10-31Remove account_suspended_at_idx to resolve slow query issues (#2310)Libravatar Sam Lade1