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. |
||
|---|---|---|
| .. | ||
| base.rb | ||
| deferred_dispatch.rb | ||
| delete_account.rb | ||
| delete_post_from_service.rb | ||
| fetch_profile_photo.rb | ||
| fetch_public_posts.rb | ||
| fetch_webfinger.rb | ||
| gather_o_embed_data.rb | ||
| gather_open_graph_data.rb | ||
| http_multi.rb | ||
| notify_local_users.rb | ||
| post_to_service.rb | ||
| process_photo.rb | ||
| publish_to_hub.rb | ||
| queue_users_for_removal.rb | ||
| receive.rb | ||
| receive_encrypted_salmon.rb | ||
| receive_local_batch.rb | ||
| receive_unencrypted_salmon.rb | ||
| remove_old_user.rb | ||
| resend_invitation.rb | ||
| reset_password.rb | ||