GoToSocial/internal/processing
tobi b143877995
[feature] Unused avatar and header cleanup (#574)
* rename + tidy up remote pruning

* fix media attachment account join
see https://bun.uptrace.dev/guide/golang-orm.html#table-relationships

* update logging to new function name

* add get avatars and headers to bun

* add pruneallmeta function

* don't set uncached since we're deleting anyway

* fix totalPruned being in wrong place

* test pruning meta

* go fmt ./...

* rename mediaprune

* add meta pruning to routine mediaprune

* tidy up cleanup job scheduling

* rename adminmediaremoteprune

* update mediacleanup to use renamed prune func

* update swagger docs a little bit

* reuse cancel + context
2022-05-15 15:45:04 +01:00
..
account [security] transport.Controller{} and transport.Transport{} security and performance improvements (#564) 2022-05-15 11:16:43 +02:00
admin [feature] Unused avatar and header cleanup (#574) 2022-05-15 15:45:04 +01:00
federation [performance] Speed up some of the slower db queries (#523) 2022-05-02 11:53:46 +01:00
media [security] transport.Controller{} and transport.Transport{} security and performance improvements (#564) 2022-05-15 11:16:43 +02:00
status [security] transport.Controller{} and transport.Transport{} security and performance improvements (#564) 2022-05-15 11:16:43 +02:00
streaming [chore] Update Go version to 1.18 (#444) 2022-04-02 15:40:09 +02:00
user [feature] Include password strength in error message when password strength is too low (#550) 2022-05-09 10:31:46 +02:00
account_test.go
account.go [feature] Web profile pages for accounts (#449) 2022-04-15 14:33:01 +02:00
admin.go [feature] Unused avatar and header cleanup (#574) 2022-05-15 15:45:04 +01:00
app.go
blocks.go
federation.go
followrequest_test.go
followrequest.go replace async client API / federator msg processing with worker pools (#497) 2022-04-28 13:23:11 +01:00
fromclientapi_test.go
fromclientapi.go
fromcommon.go [chore] Update Go version to 1.18 (#444) 2022-04-02 15:40:09 +02:00
fromfederator_test.go [feature] Web profile pages for accounts (#449) 2022-04-15 14:33:01 +02:00
fromfederator.go
instance.go
media.go
notification_test.go
notification.go
processor_test.go [security] transport.Controller{} and transport.Transport{} security and performance improvements (#564) 2022-05-15 11:16:43 +02:00
processor.go [feature] Unused avatar and header cleanup (#574) 2022-05-15 15:45:04 +01:00
search.go
status.go
statustimeline.go
streaming.go
user.go
util.go