GoToSocial/internal/processing
tobi 9e7d022a06
[feature] Cleanup unattached local media (#680)
* add localUnattached db function

* add parseOlderThan util function

* add pruneunusedlocalattachments to media manager

* add unusedlocal pruning to schedule + admin call

* set number of days to keep as a const

* fix test
2022-06-30 12:22:10 +02:00
..
account [bugfix] disallow following or blocking yoursel (#667) 2022-06-25 11:14:05 +02:00
admin [feature] Cleanup unattached local media (#680) 2022-06-30 12:22:10 +02:00
federation [chore] Webfinger rework (#627) 2022-06-11 11:01:34 +02:00
media [bugfix] Fix 404 on status delete redraft (#668) 2022-06-24 17:17:40 +02:00
status [chore] Webfinger rework (#627) 2022-06-11 11:01:34 +02:00
streaming [feature] More consistent API error handling (#637) 2022-06-08 20:38:03 +02:00
user [feature] More consistent API error handling (#637) 2022-06-08 20:38:03 +02:00
account_test.go [chore] Webfinger rework (#627) 2022-06-11 11:01:34 +02:00
account.go [feature] More consistent API error handling (#637) 2022-06-08 20:38:03 +02:00
admin.go
app.go [feature] More consistent API error handling (#637) 2022-06-08 20:38:03 +02:00
blocks.go
federation.go
followrequest_test.go [chore] Webfinger rework (#627) 2022-06-11 11:01:34 +02:00
followrequest.go
fromclientapi_test.go
fromclientapi.go [bugfix] Fix 404 on status delete redraft (#668) 2022-06-24 17:17:40 +02:00
fromcommon.go [bugfix] Fix 404 on status delete redraft (#668) 2022-06-24 17:17:40 +02:00
fromfederator_test.go [chore] Webfinger rework (#627) 2022-06-11 11:01:34 +02:00
fromfederator.go [bugfix] Fix 404 on status delete redraft (#668) 2022-06-24 17:17:40 +02:00
instance.go [bugfix] allow setting empty email via instance patch (#665) 2022-06-24 10:43:21 +02:00
media.go [feature] More consistent API error handling (#637) 2022-06-08 20:38:03 +02:00
notification_test.go
notification.go
oauth.go [feature] Add created_at and error_description to /oauth/token endpoint (#645) 2022-06-11 10:39:39 +02:00
processor_test.go [chore] Webfinger rework (#627) 2022-06-11 11:01:34 +02:00
processor.go [feature] Implement /api/v1/instance/peers endpoint (#660) 2022-06-23 16:54:54 +02:00
search.go [bugfix] Account self finger fix (#658) 2022-06-20 14:11:36 +02:00
status.go [feature] More consistent API error handling (#637) 2022-06-08 20:38:03 +02:00
statustimeline.go
streaming.go [feature] More consistent API error handling (#637) 2022-06-08 20:38:03 +02:00
user.go
util.go [chore] Webfinger rework (#627) 2022-06-11 11:01:34 +02:00