Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2023-01-05 | [chore] Update/add license headers for 2023 (#1304) | 1 | ||
2022-11-24 | [bugfix] Prevent future statuses entering timelines (#1134) | 1 | ||
* [bugfix] Prevent future statuses entering timeline Statuses created more than 5 minutes into the future are now rejected in the visibility package. * Come on buddy | ||||
2022-08-15 | [chore] Update bun / sqlite versions; update gtsmodels (#754) | 1 | ||
* upstep bun and sqlite versions * allow specific columns to be updated in the db * only update necessary columns for user * bit tidier * only update necessary fields of media_attachment * only update relevant instance fields * update tests * update only specific account columns * use bool pointers on gtsmodels includes attachment, status, account, user * update columns more selectively * test all default fields on new account insert * updating remaining bools on gtsmodels * initialize pointer fields when extracting AP emoji * copy bools properly * add copyBoolPtr convenience function + test it * initialize false bool ptrs a bit more neatly | ||||
2022-05-18 | [bugfix] Stop some statuses from being home timelined when they shouldn't be ↵ | 1 | ||
(#585) * recursively check timelineability of parent status * check following status creator * add tests for hometimelineability (whew) * add test with mix of public + unlocked vis |