You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gotosocial/internal/api/client/statuses
kim fe8d5f2307
[feature] add support for clients editing statuses and fetching status revision history (#3628)
* start adding client support for making status edits and viewing history

* modify 'freshest' freshness window to be 5s, add typeutils test for status -> api edits

* only populate the status edits when specifically requested

* start adding some simple processor status edit tests

* add test editing status but adding a poll

* test edits appropriately adding poll expiry handlers

* finish adding status edit tests

* store both new and old revision emojis in status

* add code comment

* ensure the requester's account is populated before status edits

* add code comments for status edit tests

* update status edit form swagger comments

* remove unused function

* fix status source test

* add more code comments, move media description check back to media process in status create

* fix tests, add necessary form struct tag
3 days ago
..
status.go [feature] add support for clients editing statuses and fetching status revision history (#3628) 3 days ago
status_test.go [feature] Show info for pending replies, allow implicit accept of pending replies (#3322) 3 months ago
statusbookmark.go [feature] Process outgoing Move from clientAPI (#2750) 10 months ago
statusbookmark_test.go [chore] Improve copyright header handling (#1608) 2 years ago
statusboost.go [feature] Process outgoing Move from clientAPI (#2750) 10 months ago
statusboost_test.go [feature] add support for receiving federated status edits (#3597) 3 weeks ago
statusboostedby.go [chore] Improve copyright header handling (#1608) 2 years ago
statusboostedby_test.go [chore] Improve copyright header handling (#1608) 2 years ago
statuscontext.go [feature/frontend] Better visual separation between "main" thread and "replies" (#3093) 6 months ago
statuscreate.go [feature] add support for clients editing statuses and fetching status revision history (#3628) 3 days ago
statuscreate_test.go [feature] add support for receiving federated status edits (#3597) 3 weeks ago
statusdelete.go [feature] add support for clients editing statuses and fetching status revision history (#3628) 3 days ago
statusdelete_test.go [performance] update remaining worker pools to use queues (#2865) 8 months ago
statusedit.go [feature] add support for clients editing statuses and fetching status revision history (#3628) 3 days ago
statusedit_test.go [feature] add support for clients editing statuses and fetching status revision history (#3628) 3 days ago
statusfave.go [feature] Process outgoing Move from clientAPI (#2750) 10 months ago
statusfave_test.go [feature] add support for receiving federated status edits (#3597) 3 weeks ago
statusfavedby.go [chore] Improve copyright header handling (#1608) 2 years ago
statusfavedby_test.go [chore] Improve copyright header handling (#1608) 2 years ago
statusget.go [chore] Improve copyright header handling (#1608) 2 years ago
statusget_test.go [chore] Improve copyright header handling (#1608) 2 years ago
statushistory.go [feature] Stub status history endpoint (#2847) 8 months ago
statushistory_test.go [feature] add support for receiving federated status edits (#3597) 3 weeks ago
statusmute.go [feature] Process outgoing Move from clientAPI (#2750) 10 months ago
statusmute_test.go [feature] add support for receiving federated status edits (#3597) 3 weeks ago
statuspin.go [feature] Process outgoing Move from clientAPI (#2750) 10 months ago
statuspin_test.go [chore] Add interaction policy gtsmodels (#3075) 6 months ago
statussource.go [feature] Status source endpoint (#2848) 8 months ago
statussource_test.go [feature] add support for clients editing statuses and fetching status revision history (#3628) 3 days ago
statusunbookmark.go [chore] Improve copyright header handling (#1608) 2 years ago
statusunbookmark_test.go [chore] Improve copyright header handling (#1608) 2 years ago
statusunboost.go [chore] Improve copyright header handling (#1608) 2 years ago
statusunfave.go [chore] Improve copyright header handling (#1608) 2 years ago
statusunfave_test.go [chore] Improve copyright header handling (#1608) 2 years ago
statusunmute.go [feature] Status thread mute/unmute functionality (#2278) 1 year ago
statusunpin.go [chore] Improve copyright header handling (#1608) 2 years ago
statusunpin_test.go [feature] add support for polls + receiving federated status edits (#2330) 1 year ago