diaspora/lib/tasks
Benjamin Neff 80d1352ba4 Cleanup old rake tasks
* accounts:run_deletions: was added with 0.4.0.0 two years ago for one-time usage.
* db:rebuild: db:reset does basically the same
* db:integration:preprare: the integration environments are not used.
* db:reset: there is a default db:reset, no need to write our own.
* db:drop_integration: the integration environments are not used.
* db:fix_diaspora_handle: really old migration from 2010
* db:move_private_key: also old migration from 2010
* maintenance:clear_carrierwave_temp_uploads: tmp/uploads doesn't exist anymore. And we have CleanCachedFiles as cronjob.
* maintenance:install_logrotate_config: diaspora has built-in logrotate support now, and people who want to use logrotate instead can write their own configs with the values they want.
* migrations:copy_hidden_share_visibilities_to_users: old migration from 2012
* migrations:invitations: legacy invitations were removed with #6976
* migrations:absolutify_image_references: old migration from 2010
* migrations:rewire_uppercase_hashtags: old migration from 2012
* migrations:remove_uppercase_hashtags: old migration from 2012
2016-08-14 19:42:30 +02:00
..
.gitkeep
assets.rake make assets:generate_error_pages depend on environment [ci skip] 2015-06-08 10:37:37 +02:00
cucumber.rake Remove unused rake tasks, make cumber rake file the vanilla one 2012-09-27 17:07:33 +02:00
db.rake Cleanup old rake tasks 2016-08-14 19:42:30 +02:00
default.rake Remove unused rake tasks, make cumber rake file the vanilla one 2012-09-27 17:07:33 +02:00
generate_session_secret.rake make everything boot again 2014-08-23 16:34:00 +02:00
linter.rake Use eslint instead of jshint 2016-06-12 10:03:59 +02:00
maintenance.rake Cleanup old rake tasks 2016-08-14 19:42:30 +02:00
migrations.rake Cleanup old rake tasks 2016-08-14 19:42:30 +02:00
podmin.rake Rescue from an exception when sending emails in podmin:admin_email 2014-08-17 18:14:36 +03:00
screenshots.rake fix regression in 0.0.3.0 (close #3805) 2012-12-27 17:58:18 +01:00
tests.rake Generate error pages on assets:precompile 2015-03-27 11:15:59 +01:00