diaspora/lib/tasks
Jason Robinson 69c3566958 Maintenance feature to remove old users
Add Sidetiq webview to the Sidekiq monitoring panel

Add rake task maintenance:queue_users_for_removal
This basically just triggers an immediate run of the normal maintenance remove old users functionality that is normally (if enabled) scheduled to run once a day via sidetiq

Add extra safety when checking for user removal due to inactivity.
Now also user.last_seen will also be checked to make sure a user will not be removed in the event that the Devise rememember me login functionality has stopped the users remove_after timestamp from being removed.

Add initializer for maintenance job.
Add warning about mail being disabled if remove_old_users maintenance is enabled.
2014-10-16 22:53:08 +03:00
..
.gitkeep
accounts.rake Adding scope for account_deletion to get only those that are uncompleted and then adding that scope to accounts.rake. Tested it out and it works well 2014-08-24 19:02:11 -07:00
cucumber.rake
db.rake
default.rake
generate_session_secret.rake make everything boot again 2014-08-23 16:34:00 +02:00
maintenance.rake Maintenance feature to remove old users 2014-10-16 22:53:08 +03:00
migrations.rake replace deprecated finder and finder_options syntax 2014-08-23 16:34:00 +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 skip assets precompilation for cucumber run 2014-08-27 18:38:43 +02:00