gotosocial/internal/processing/status
tobi ac6ed3d939
[chore] Update bun / sqlite versions; update gtsmodels (#754)
* 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-08-15 11:35:05 +01:00
..
boost.go [bugfix] Allow self-boosting for any visibility but direct (#510) 2022-05-02 15:23:37 +02:00
boostedby.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
context.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
create.go [chore] Update bun / sqlite versions; update gtsmodels (#754) 2022-08-15 11:35:05 +01:00
create_test.go [bugfix] Fix html-escaped characters in content warnings (#426) 2022-03-13 16:37:45 +01:00
delete.go replace async client API / federator msg processing with worker pools (#497) 2022-04-28 13:23:11 +01:00
fave.go [chore] Update bun / sqlite versions; update gtsmodels (#754) 2022-08-15 11:35:05 +01:00
favedby.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
get.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
status.go [feature] More consistent API error handling (#637) 2022-06-08 20:38:03 +02:00
status_test.go [feature] S3 support (#674) 2022-07-03 12:08:30 +02:00
unboost.go replace async client API / federator msg processing with worker pools (#497) 2022-04-28 13:23:11 +01:00
unfave.go replace async client API / federator msg processing with worker pools (#497) 2022-04-28 13:23:11 +01:00
util.go [chore] Update bun / sqlite versions; update gtsmodels (#754) 2022-08-15 11:35:05 +01:00
util_test.go [bugfix] html escape special characters in text instead of totally removing them (#719) 2022-07-19 15:21:17 +02:00