diaspora/spec/workers
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
..
mail Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
deferred_dispatch_spec.rb Discard dispatch jobs of already deleted records 2014-09-20 13:39:31 +02:00
delete_account_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
delete_post_from_service_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
fetch_profile_photo_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
gather_o_embed_data_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
gather_open_graph_data_spec.rb Added test for truncation to gather OG data spec 2014-09-07 20:28:02 -05:00
http_multi_spec.rb No deprecation warnings, but one spec still fails (but only when I run all the specs, not when I run just the one spec) 2014-08-26 17:10:29 -07:00
notify_local_users_spec.rb port notify local users worker spec to doubles 2014-08-29 01:42:16 +02:00
post_to_service_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
process_photo_spec.rb Handle already deleted photos gracefully in process photo job 2014-09-20 15:13:14 +02:00
publish_to_hub_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
queue_users_for_removal_spec.rb Maintenance feature to remove old users 2014-10-16 22:53:08 +03:00
receive_salmon_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
receive_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
remove_old_user_spec.rb Maintenance feature to remove old users 2014-10-16 22:53:08 +03:00
resend_invitation_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
reset_password_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00