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/db
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
..
bundb [feature] add support for clients editing statuses and fetching status revision history (#3628) 2 days ago
postgres [experiment] add alternative wasm sqlite3 implementation available via build-tag (#2863) 7 months ago
sqlite updates exported interface types to match ncruces/go-sqlite3/driver methods (#3440) 2 months ago
test [feature] Conversations API (#3013) 5 months ago
account.go [performance] cache more database calls, reduce required database calls overall (#3290) 3 months ago
admin.go [feature] New user sign-up via web page (#2796) 9 months ago
advancedmigration.go [feature] Conversations API (#3013) 5 months ago
application.go [performance] cached oauth database types (#2838) 8 months ago
basic.go [feature] Add healthcheck endpoints `/livez` and `/readyz` (#2783) 9 months ago
conversation.go [feature] Conversations API (#3013) 5 months ago
db.go [feature] add support for receiving federated status edits (#3597) 3 weeks ago
domain.go [feature] Add domain permission drafts and excludes (#3547) 1 month ago
emoji.go [bugfix] fix possible infinite loops in media / emoji cleanup (#2590) 11 months ago
error.go [experiment] add alternative wasm sqlite3 implementation available via build-tag (#2863) 7 months ago
filter.go [feature] Implement Filter API v2 (#2936) 7 months ago
headerfilter.go [feature] request blocking by http headers (#2409) 1 year ago
instance.go [feature] New user sign-up via web page (#2796) 9 months ago
interaction.go [feature] Interaction requests client api + settings panel (#3215) 4 months ago
list.go [performance] cache more database calls, reduce required database calls overall (#3290) 3 months ago
marker.go [feature] Implement markers API (#1989) 1 year ago
media.go [bugfix] fix possible infinite loops in media / emoji cleanup (#2590) 11 months ago
mention.go [feature] add support for polls + receiving federated status edits (#2330) 1 year ago
move.go [feature] Process outgoing Move from clientAPI (#2750) 10 months ago
notification.go [bugfix] notification types missing from link header (#3571) 4 weeks ago
params.go [chore] Improve copyright header handling (#1608) 2 years ago
poll.go [performance] cache more database calls, reduce required database calls overall (#3290) 3 months ago
relationship.go [performance] cache more database calls, reduce required database calls overall (#3290) 3 months ago
report.go [performance] cache more database calls, reduce required database calls overall (#3290) 3 months ago
rule.go [feature] Instance rules (#2125) 1 year ago
search.go [feature] Add from: search operator and account_id query param (#2943) 7 months ago
session.go [performance] retry db queries on busy errors (#2025) 1 year ago
sinbinstatus.go [feature] Process `Reject` of interaction via fedi API, put rejected statuses in the "sin bin" 😈 (#3271) 4 months ago
status.go [feature] add support for clients editing statuses and fetching status revision history (#3628) 2 days ago
statusbookmark.go [feature] do not uncache status / emoji media if attached status is bookmarked (#2956) 7 months ago
statusedit.go [feature] add support for receiving federated status edits (#3597) 3 weeks ago
statusfave.go [chore] Add interaction policy gtsmodels (#3075) 6 months ago
tag.go [feature] Implement following hashtags (#3141) 5 months ago
thread.go [feature] Status thread mute/unmute functionality (#2278) 1 year ago
timeline.go [feature] Hashtag federation (in/out), hashtag client API endpoints (#2032) 1 year ago
tombstone.go [performance] retry db queries on busy errors (#2025) 1 year ago
user.go [feature] Admin accounts endpoints; approve/reject sign-ups (#2826) 9 months ago
util.go [experiment] add alternative wasm sqlite3 implementation available via build-tag (#2863) 7 months ago
workertask.go [feature] persist worker queues to db (#3042) 5 months ago