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/model
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.go [feature] Add image descriptions for default avatar + header; don't allow editing default desc (#3473) 2 months ago
admin.go [feature/frontend] Let admins send test email to validate SMTP config (#2934) 7 months ago
announcement.go [bugfix] Fix Swagger spec and add test script (#2698) 10 months ago
announcementreaction.go [bugfix] Fix Swagger spec and add test script (#2698) 10 months ago
application.go [chore] Improve copyright header handling (#1608) 2 years ago
attachment.go [feature] add support for clients editing statuses and fetching status revision history (#3628) 2 days ago
block.go [chore] Improve copyright header handling (#1608) 2 years ago
card.go [chore] Improve copyright header handling (#1608) 2 years ago
content.go [feature] add support for receiving federated status edits (#3597) 3 weeks ago
conversation.go [bugfix] Include own account in conversation when no other accounts involved (#3387) 3 months ago
domain.go [feature] Add domain permission drafts and excludes (#3547) 1 month ago
emoji.go [bugfix] Fix Swagger spec and add test script (#2698) 10 months ago
emojicategory.go [chore] Improve copyright header handling (#1608) 2 years ago
exportimport.go [feature] Allow import of following and blocks via CSV (#3150) 5 months ago
featuredtag.go [chore] Improve copyright header handling (#1608) 2 years ago
field.go [feature] Enable federation in/out of profile PropertyValue fields (#1722) 2 years ago
filter.go [feature] Filters v1 (#2594) 10 months ago
filterresult.go feature: filters v2 server-side warning/hiding (#2793) 8 months ago
filterv1.go [bugfix] Allow unsetting filter expiration dates (#3560) 4 weeks ago
filterv2.go [bugfix] Allow unsetting filter expiration dates (#3560) 4 weeks ago
headerfilter.go [bugfix] Fix Swagger spec and add test script (#2698) 10 months ago
history.go [chore] Improve copyright header handling (#1608) 2 years ago
instance.go [feature] Add global instance CSS customization setting (#3352) 3 weeks ago
instancev1.go [feature] Add global instance CSS customization setting (#3352) 3 weeks ago
instancev2.go [feature] Add global instance CSS customization setting (#3352) 3 weeks ago
interaction.go [feature] Interaction requests client api + settings panel (#3215) 4 months ago
interactionpolicy.go [feature] Allow users to set default interaction policies per status visibility (#3108) 5 months ago
list.go [feature] Implement exclusive lists (#3280) 4 months ago
marker.go [bugfix] Fix Swagger spec and add test script (#2698) 10 months ago
mention.go [chore] Improve copyright header handling (#1608) 2 years ago
multistatus.go [bugfix] Fix Swagger spec and add test script (#2698) 10 months ago
notification.go [feature] New user sign-up via web page (#2796) 9 months ago
nullable.go [bugfix] Allow unsetting filter expiration dates (#3560) 4 weeks ago
oauth.go [chore] Improve copyright header handling (#1608) 2 years ago
paging.go [chore] Improve copyright header handling (#1608) 2 years ago
poll.go [bugfix] Fix Swagger spec and add test script (#2698) 10 months ago
preferences.go [feature] Implement the preferences client API (#1740) 2 years ago
pushsubscription.go [chore] Improve copyright header handling (#1608) 2 years ago
relationship.go [feature] Add `requested_by` to relationship model (#2672) 10 months ago
report.go [bugfix] Fix Swagger spec and add test script (#2698) 10 months ago
results.go [chore] Improve copyright header handling (#1608) 2 years ago
rule.go [bugfix] Fix Swagger spec and add test script (#2698) 10 months ago
scheduledstatus.go [chore] Improve copyright header handling (#1608) 2 years ago
search.go [feature] Add from: search operator and account_id query param (#2943) 7 months ago
source.go [feature/frontend] Add options to include Unlisted posts or hide all posts (#3272) 4 months ago
status.go [feature] add support for clients editing statuses and fetching status revision history (#3628) 2 days ago
statuscontext.go [chore/frontend] Tweak threading a bit, inform about hidden replies (#3097) 6 months ago
tag.go [feature] Implement following hashtags (#3141) 5 months ago
theme.go [feature] User-selectable preset CSS themes for accounts (#2777) 9 months ago
token.go [chore] Improve copyright header handling (#1608) 2 years ago
user.go [feature] Self-serve email change for users (#2957) 7 months ago
usermute.go [feature] User muting (#2960) 7 months ago
well-known.go [chore] Improve copyright header handling (#1608) 2 years ago