gotosocial/internal/api/client/statuses
Vyr Cossont e6cde25466
[feature] Advertise rich text formats, support content_type field (#1370)
* Advertise rich text formats, support content_type field

* Update JSON in instance patch tests

* Replace format with content_type everywhere

* update migration to work with both pg and sqlite

* regenerate swagger docs

* update instance serialization + tests

* fix up

* learn to code tobi please, i'm begging you

---------

Co-authored-by: tsmethurst <tobi.smethurst@protonmail.com>
2023-03-02 12:06:40 +01:00
..
status.go [feature] Client API endpoints + v. basic web view for pinned posts (#1547) 2023-02-25 12:16:30 +00:00
status_test.go [chore] move client/federator workerpools to Workers{} (#1575) 2023-03-01 18:26:53 +00:00
statusbookmark.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
statusbookmark_test.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
statusboost.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
statusboost_test.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
statusboostedby.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
statusboostedby_test.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
statuscontext.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
statuscreate.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
statuscreate_test.go [feature] Advertise rich text formats, support content_type field (#1370) 2023-03-02 12:06:40 +01:00
statusdelete.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
statusdelete_test.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
statusfave.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
statusfave_test.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
statusfavedby.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
statusfavedby_test.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
statusget.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
statusget_test.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
statuspin.go [feature] Client API endpoints + v. basic web view for pinned posts (#1547) 2023-02-25 12:16:30 +00:00
statuspin_test.go [feature] Federate pinned posts (aka featuredCollection) in and out (#1560) 2023-03-01 17:52:44 +00:00
statusunbookmark.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
statusunbookmark_test.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
statusunboost.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
statusunfave.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
statusunfave_test.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
statusunpin.go [feature] Client API endpoints + v. basic web view for pinned posts (#1547) 2023-02-25 12:16:30 +00:00