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/admin
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_test.go [feature] Store admin actions in the db, prevent conflicting actions (#2167) 1 year ago
accountaction.go [chore] rename New___(string) int signature functions to Parse___(string) int (#3580) 4 weeks ago
accountget.go [feature] Admin accounts endpoints; approve/reject sign-ups (#2826) 9 months ago
accounts.go [feature] Page through accounts as moderator (#2881) 8 months ago
actions.go [performance] update remaining worker pools to use queues (#2865) 8 months ago
actions_test.go [feature] Store admin actions in the db, prevent conflicting actions (#2167) 1 year ago
admin.go [chore] media and emoji refactoring (#3000) 6 months ago
admin_test.go [chore] Add interaction filter to complement existing visibility filter (#3111) 5 months ago
debug_apurl.go [chore] media and emoji refactoring (#3000) 6 months ago
domainallow.go [feature] Implement explicit domain allows + allowlist federation mode (#2200) 1 year ago
domainblock.go [performance] update remaining worker pools to use queues (#2865) 8 months ago
domainkeysexpire.go [chore/security] refactor AuthenticateFederatedRequest() to handle account deref + suspension checks (#2371) 1 year ago
domainpermission.go [feature] Add domain permission drafts and excludes (#3547) 1 month ago
domainpermission_test.go [bugfix] Don't return Account or Status if new and dereferencing failed, other small fixes (#2563) 11 months ago
domainpermissiondraft.go [feature] Add domain permission drafts and excludes (#3547) 1 month ago
domainpermissionexclude.go [feature] Add domain permission drafts and excludes (#3547) 1 month ago
email.go [chore] media and emoji refactoring (#3000) 6 months ago
emoji.go [chore] Upgrade golangci-lint, ignore existing int overflow warnings (#3420) 2 months ago
emoji_test.go [bugfix] Fix Postgres emoji delete, emoji category change (#2570) 11 months ago
headerfilter.go [feature] request blocking by http headers (#2409) 1 year ago
media.go [feature] support processing of (many) more media types (#3090) 6 months ago
report.go [performance] cache more database calls, reduce required database calls overall (#3290) 3 months ago
rule.go [feature] add support for clients editing statuses and fetching status revision history (#3628) 2 days ago
signupapprove.go [feature] Self-serve email change for users (#2957) 7 months ago
signupapprove_test.go [feature] Self-serve email change for users (#2957) 7 months ago
signupreject.go [feature] Self-serve email change for users (#2957) 7 months ago
signupreject_test.go [feature] Self-serve email change for users (#2957) 7 months ago
util.go [feature] Add domain permission drafts and excludes (#3547) 1 month ago
workertask.go [feature] persist worker queues to db (#3042) 5 months ago
workertask_test.go [feature] persist worker queues to db (#3042) 5 months ago