Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-20 | Original upstream merge | ThibG | |
2018-08-25 | Add improved CLI interface for removing remote media (#8411) | Eugen Rochko | |
./bin/tootctl media remove --days 7 --background Make the old rake task point to it | |||
2018-08-21 | Revert to using Paperclip's filesystem storage, and fix dangling records in ↵ | ThibG | |
remove_remote (#8339) * Fix uncaching worker * Revert to using Paperclip's filesystem backend instead of fog-local fog-local has lots of concurrency issues, causing failure to delete files, dangling file records, and spurious errors UncacheMediaWorker | |||
2018-05-30 | Speed up some rake tasks by moving execution to Sidekiq (#7678) | Eugen Rochko | |
* Speed up some rake tasks by moving execution to Sidekiq mastodon:media:remove_silenced mastodon:media:remove_remote mastodon:media:redownload_avatars mastodon:feeds:build * Fix code style issue |