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
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
..
activitypub [feature] add support for receiving federated status edits (#3597) 3 weeks ago
auth [feature] Allow import of following and blocks via CSV (#3150) 5 months ago
client [feature] add support for clients editing statuses and fetching status revision history (#3628) 2 days ago
fileserver [performance] move thumbnail generation to go code where possible (#3183) 5 months ago
health [feature] Add healthcheck endpoints `/livez` and `/readyz` (#2783) 9 months ago
metrics [chore] add nometrics build tagging to metrics API endpoint (#3331) 3 months ago
model [feature] add support for clients editing statuses and fetching status revision history (#3628) 2 days ago
nodeinfo [performance] http response encoding / writing improvements (#2374) 1 year ago
util [feature] add support for clients editing statuses and fetching status revision history (#3628) 2 days ago
wellknown [chore] Add interaction filter to complement existing visibility filter (#3111) 5 months ago
activitypub.go [feature/performance] Wrap incoming HTTP requests in timeout handler (#2353) 1 year ago
auth.go [feature/performance] Wrap incoming HTTP requests in timeout handler (#2353) 1 year ago
client.go [chore] Stub /api/v1/announcements implementation (#3630) 2 days ago
fileserver.go [feature] Ratelimit + serve emoji images on separate router group (#2548) 11 months ago
health.go [feature] Add healthcheck endpoints `/livez` and `/readyz` (#2783) 9 months ago
metrics.go [chore/bugfix] Fix double gzip on prometheus endpoint (#2383) 1 year ago
nodeinfo.go [feature/performance] Wrap incoming HTTP requests in timeout handler (#2353) 1 year ago
wellknown.go [feature/performance] Wrap incoming HTTP requests in timeout handler (#2353) 1 year ago