gotosocial/internal/processing/status
tobi f5689a9e5f
[feature] Let accounts set default status format, and use this when processing new statuses (#739)
* add post_format to acct & use it when making post

* update swagger docs

* add status_format updating to frontend

* fix up tests

* post_format => status_format

* add status_format to account validation
2022-08-06 12:09:21 +02: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 [feature] More consistent API error handling (#637) 2022-06-08 20:38:03 +02: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 replace async client API / federator msg processing with worker pools (#497) 2022-04-28 13:23:11 +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 [feature] Let accounts set default status format, and use this when processing new statuses (#739) 2022-08-06 12:09:21 +02: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