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/processing
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
2 days ago
..
account [feature] add support for receiving federated status edits (#3597) 3 weeks ago
admin [feature] add support for clients editing statuses and fetching status revision history (#3628) 2 days ago
advancedmigrations [feature] Conversations API (#3013) 5 months ago
common [feature] add support for clients editing statuses and fetching status revision history (#3628) 2 days ago
conversations [feature] Conversations API (#3013) 5 months ago
fedi [feature] Interaction requests client api + settings panel (#3215) 4 months ago
filters [bugfix] Allow unsetting filter expiration dates (#3560) 4 weeks ago
interactionrequests [feature] Process `Reject` of interaction via fedi API, put rejected statuses in the "sin bin" 😈 (#3271) 4 months ago
list [performance] cache more database calls, reduce required database calls overall (#3290) 3 months ago
markers [chore] deinterface the typeutils.Converter and update to use state structure (#2217) 1 year ago
media [feature] add support for clients editing statuses and fetching status revision history (#3628) 2 days ago
polls [chore] media and emoji refactoring (#3000) 6 months ago
report [feature/frontend] Reports frontend v2 (#3022) 6 months ago
search [feature] Implement following hashtags (#3141) 5 months ago
status [feature] add support for clients editing statuses and fetching status revision history (#3628) 2 days ago
stream [feature] add support for receiving federated status edits (#3597) 3 weeks ago
tags [feature] Implement following hashtags (#3141) 5 months ago
timeline [feature] add support for receiving federated status edits (#3597) 3 weeks ago
user [feature] Self-serve email change for users (#2957) 7 months ago
workers [feature] add support for clients editing statuses and fetching status revision history (#3628) 2 days ago
app.go [performance] cached oauth database types (#2838) 8 months ago
followrequest_test.go [performance] massively improved ActivityPub delivery worker efficiency (#2812) 9 months ago
instance.go [feature] add support for clients editing statuses and fetching status revision history (#3628) 2 days ago
oauth.go [chore] Improve copyright header handling (#1608) 2 years ago
parsemention.go [bugfix] Refactor parse mention, fix local mention bug (#2657) 10 months ago
parsemention_test.go [bugfix] Refactor parse mention, fix local mention bug (#2657) 10 months ago
preferences.go [performance] convert enum strings to ints (#3558) 4 weeks ago
preferences_test.go [feature] Implement the preferences client API (#1740) 2 years ago
processor.go [feature] Show info for pending replies, allow implicit accept of pending replies (#3322) 3 months ago
processor_test.go [chore] Add interaction filter to complement existing visibility filter (#3111) 5 months ago