about summary refs log tree commit diff
path: root/lib/tasks/mastodon.rake
AgeCommit message (Expand)Author
2020-06-03Fix mastodon:setup choking on env variables containing '%' (#13940)ThibG
2020-06-02Fix mastodon:setup not running properly when some environment variables are s...ThibG
2020-02-29Fix installation failing when Redis password contains special characters (#13...ThibG
2019-09-23Add config of multipart threshold for S3 (#11924)Yamagishi Kazutoshi
2018-10-04Add tootctl settings registrations open (#8829)Eugen Rochko
2018-09-14Move more tasks to tootctl (#8675)Eugen Rochko
2018-08-26Fix low-hanging rubocop gripes (#8458)Quint Guvernator
2018-08-26Fix NUM_DAYS in rake mastodon:media:remove_remote and print warning (#8462)Eugen Rochko
2018-08-25Rename S3_CLOUDFRONT_HOST to S3_ALIAS_HOST. (#8423)M Somerville
2018-08-25Add improved CLI interface for removing remote media (#8411)Eugen Rochko
2018-08-21Get rid of all batch order warnings (#8334)Eugen Rochko
2018-08-11Add some feedback to maintenance rake tasks (#8173)ThibG
2018-06-04Fix missing column in select in mastodon:feeds:build task (#7720)Eugen Rochko
2018-05-30Speed up some rake tasks by moving execution to Sidekiq (#7678)Eugen Rochko
2018-05-02Slightly reduce RAM usage (#7301)Eugen Rochko
2018-04-23tasks/mastodon: fix prompt for Redis password (#7241)Alejandro Martinez Ruiz
2018-04-22Ability to specify Redis passwd on mastodon:setup (#7222)David Baucum
2018-04-02Do not default SMTP verify mode to "peer", default to "none" (#6996)Eugen Rochko
2018-03-27Fix UniqueUsernameValidator comparison (#6926)Eugen Rochko
2018-03-24Close http connection in perform method of Request class (#6889)Akihiko Odaki
2018-03-17Correct the reference to user's password in mastodon:add_user task (#6800)Akihiko Odaki
2018-03-12Detailed SMTP setup (#6759)Ushitora Anqou
2018-03-12set SAFETY_ASSURED=1 of db:setup in mastodon:setup (#6758)艮 鮟鱇
2018-03-09When inside Docker, output saved configuration during mastodon:setup (#6711)Eugen Rochko
2018-03-08After blocking domain with reject_media, invalidate cache (#6679)Eugen Rochko
2018-03-01Fixes #6584 (#6585)Thomas Leister
2018-02-26Some images can cause `convert` to fail, which crashes this whole task (#6565)Paul Woolcock
2018-02-26Ensure the app does not even start if OTP_SECRET is not set (#6557)Eugen Rochko
2018-02-21fix purge_removed_accounts task should suspend account before delete it (#6521)takayamaki
2018-02-11Interactive `rake mastodon:setup` task (#6451)Eugen Rochko
2018-01-18Fix regeneration marker not expiring (#6290)Eugen Rochko
2018-01-15Move e-mail digest task to sidekiq, reduce workload, improve hint (#6252)Eugen Rochko
2017-12-24Add rake task to check and purge accounts that are missing in origin (#6085)Eugen Rochko
2017-12-07Add embed_url to preview cards (#5775)Akihiko Odaki
2017-11-11Add moderator role and add pundit policies for admin actions (#5635)Eugen Rochko
2017-11-08In remove_remote, exclude removed media attachments. (#5626)Naoki Kosaka
2017-09-16When accessing uncached media attachment, redownload it (#4955)Eugen Rochko
2017-09-12Fix count numbers from ActivityPub not being saved (#4899)Eugen Rochko
2017-09-07Use casecmp() instead of casecmp?() for now (#4832)Joseph Mingrone
2017-09-03Use next instead of return in task (#4787)Akihiko Odaki
2017-09-03Explicitly define attached file of DeprecatedPreviewCard (#4786)Akihiko Odaki
2017-09-01Make PreviewCard records reuseable between statuses (#4642)Eugen Rochko
2017-08-21ActivityPub migration procedure (#4617)Eugen Rochko
2017-07-24Move clean up of unconfirmed users to sidekiq-scheduler (#4336)Eugen Rochko
2017-07-23Add rake task mastodon:feeds:build to regenerate all active users' feeds (#4303)Eugen Rochko
2017-07-16Check table existence on prepare_for_foreign_keys (#4225)unarist
2017-07-14Add Rake task for generate VAPID key (#4195)Yamagishi Kazutoshi
2017-07-14Fix #3904 - Adjustable time period for mastodon:media:remove_remote via NUM_D...Eugen Rochko
2017-07-11Fix #2848 - Rake task to redownload avatars/headers (#4156)Eugen Rochko
2017-07-11Redesign the landing page, mount public timeline on it (#4122)Eugen Rochko