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
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
..
accounts [chore] stub /api/v1/accounts/{id}/featured_tags endpoint (#3598) 2 weeks ago
admin [feature] add support for receiving federated status edits (#3597) 3 weeks ago
announcements [chore] Stub /api/v1/announcements implementation (#3630) 2 days ago
apps [performance] http response encoding / writing improvements (#2374) 1 year ago
blocks [performance] http response encoding / writing improvements (#2374) 1 year ago
bookmarks [chore] Swagger: add missing paging params to bookmarks list (#2759) 10 months ago
conversations [feature] Conversations API (#3013) 5 months ago
customemojis [performance] http response encoding / writing improvements (#2374) 1 year ago
exports [feature] add support for receiving federated status edits (#3597) 3 weeks ago
favourites [feature] Add experimental `instance-federation-spam-filter` option (#2685) 10 months ago
featuredtags [feature] Implement following hashtags (#3141) 5 months ago
filters [bugfix] Allow unsetting filter expiration dates (#3560) 4 weeks ago
followedtags [feature] Implement following hashtags (#3141) 5 months ago
followrequests [feature] Add image descriptions for default avatar + header; don't allow editing default desc (#3473) 2 months ago
import [feature] Allow import of following and blocks via CSV (#3150) 5 months ago
instance [feature] add support for receiving federated status edits (#3597) 3 weeks ago
interactionpolicies [feature] Allow users to submit `interaction_policy` on new statuses (#3314) 3 months ago
interactionrequests [feature] Interaction requests client api + settings panel (#3215) 4 months ago
lists [performance] cache more database calls, reduce required database calls overall (#3290) 3 months ago
markers [performance] http response encoding / writing improvements (#2374) 1 year ago
media [performance] use single-threaded image transforms (#3252) 4 months ago
mutes [feature] add support for receiving federated status edits (#3597) 3 weeks ago
notifications [chore] rename New___(string) int signature functions to Parse___(string) int (#3580) 4 weeks ago
polls [feature] Allow import of following and blocks via CSV (#3150) 5 months ago
preferences [performance] http response encoding / writing improvements (#2374) 1 year ago
reports [feature] add support for receiving federated status edits (#3597) 3 weeks ago
search [feature] add support for receiving federated status edits (#3597) 3 weeks ago
statuses [feature] add support for clients editing statuses and fetching status revision history (#3628) 2 days ago
streaming [chore] Fix loop issue in streaming 🤦 (#3457) 2 months ago
tags [feature] Implement following hashtags (#3141) 5 months ago
timelines [bugfix] Avoid empty public/local timeline queries (#2784) 9 months ago
user [chore] Warn about email/password change when using OIDC (#2975) 7 months ago