gotosocial/internal/api/client/admin
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
..
accountaction.go [feature] Admin account actions (#432) 2022-03-19 12:01:40 +01:00
admin.go [feature] Media cleanup endpoint (#560) 2022-05-15 14:52:46 +02:00
admin_test.go [security] transport.Controller{} and transport.Transport{} security and performance improvements (#564) 2022-05-15 11:16:43 +02:00
domainblockcreate.go Add Accept header negotiation to relevant API endpoints (#337) 2021-12-11 17:50:00 +01:00
domainblockdelete.go Add Accept header negotiation to relevant API endpoints (#337) 2021-12-11 17:50:00 +01:00
domainblockget.go Add Accept header negotiation to relevant API endpoints (#337) 2021-12-11 17:50:00 +01:00
domainblocksget.go Add Accept header negotiation to relevant API endpoints (#337) 2021-12-11 17:50:00 +01:00
emojicreate.go emoji code passing muster 2022-01-15 17:36:15 +01:00
emojicreate_test.go emoji code passing muster 2022-01-15 17:36:15 +01:00
mediacleanup.go [feature] Unused avatar and header cleanup (#574) 2022-05-15 15:45:04 +01:00
mediacleanup_test.go [feature] Media cleanup endpoint (#560) 2022-05-15 14:52:46 +02:00