.. |
about_stats.rb
|
FIX: Fetch stats if it has not been cached.
|
2016-04-21 14:50:25 +08:00 |
auto_queue_handler.rb
|
The ability to display errors on flagging actions.
|
2017-09-25 12:28:01 -04:00 |
badge_grant.rb
|
Add rubocop to our build. (#5004)
|
2017-07-28 10:20:09 +09:00 |
calculate_avg_time.rb
|
New badge, Rookie of the Month, for two new high quality users.
|
2017-03-31 15:06:31 -04:00 |
category_stats.rb
|
PERF: only run category stats once a day
|
2014-08-11 09:41:50 +10:00 |
clean_up_email_logs.rb
|
Add rubocop to our build. (#5004)
|
2017-07-28 10:20:09 +09:00 |
clean_up_exports.rb
|
Rename CsvExportLog to UserExport
|
2014-12-28 22:31:12 +05:30 |
clean_up_search_logs.rb
|
Clean up job for search logs
|
2017-07-14 14:30:58 -04:00 |
clean_up_unmatched_emails.rb
|
Add rubocop to our build. (#5004)
|
2017-07-28 10:20:09 +09:00 |
clean_up_unmatched_ips.rb
|
Add rubocop to our build. (#5004)
|
2017-07-28 10:20:09 +09:00 |
clean_up_unsubscribe_keys.rb
|
Add rubocop to our build. (#5004)
|
2017-07-28 10:20:09 +09:00 |
clean_up_unused_staged_users.rb
|
Add missing contexts when destroying users
|
2017-11-22 15:43:54 +01:00 |
clean_up_uploads.rb
|
FIX: delete upload records when sha is null
|
2017-11-21 10:20:42 +01:00 |
create_missing_avatars.rb
|
Add rubocop to our build. (#5004)
|
2017-07-28 10:20:09 +09:00 |
dashboard_stats.rb
|
Require dependencies to enable live reload in dev for Sidekiq.
|
2017-10-06 11:39:00 +08:00 |
destroy_old_deletion_stubs.rb
|
FEATURE: new scheduler
|
2014-02-06 10:26:16 +11:00 |
destroy_old_hidden_posts.rb
|
FEATURE: auto-delete any hidden posts that stay hidden for more than 30 days
|
2014-09-25 19:51:00 +02:00 |
directory_refresh_daily.rb
|
PERF: Only refresh the Daily stats hourly, do the others daily.
|
2015-04-20 12:11:36 -04:00 |
directory_refresh_older.rb
|
Add rubocop to our build. (#5004)
|
2017-07-28 10:20:09 +09:00 |
disable_bootstrap_mode.rb
|
FIX: Improve checks for non-human users.
|
2017-04-06 11:29:34 +08:00 |
enqueue_digest_emails.rb
|
Add rubocop to our build. (#5004)
|
2017-07-28 10:20:09 +09:00 |
enqueue_onceoffs.rb
|
Try running once off jobs outside of db:migrate
|
2016-04-07 15:07:24 -04:00 |
ensure_db_consistency.rb
|
PERF: calculate topic_counts for tags in an async job so tag queries that include counts are much faster
|
2018-01-12 11:03:03 -05:00 |
grant_anniversary_badges.rb
|
FEATURE: Support an end date for user silencing
|
2017-11-14 13:20:19 -05:00 |
grant_new_user_of_the_month_badges.rb
|
prevent users with a tiny number of posts to dominate the 'new user of the month' leaderboard
|
2018-01-29 12:09:17 +01:00 |
heartbeat.rb
|
FEATURE: unicorn sidekiq will restart sidekiq on complete failure.
|
2014-04-23 13:13:18 +10:00 |
migrate_upload_scheme.rb
|
Add rubocop to our build. (#5004)
|
2017-07-28 10:20:09 +09:00 |
pending_flags_reminder.rb
|
Send a suspension message via email to a user
|
2017-09-25 12:26:41 -04:00 |
pending_queued_posts_reminder.rb
|
FIX: send the queued posts reminder as a message to moderators instead of an email to the contact_email
|
2017-09-12 18:00:51 -04:00 |
pending_users_reminder.rb
|
Don't override count value that has been set by query.count
|
2017-12-13 18:48:46 -08:00 |
periodical_updates.rb
|
PERF: add option to limit how many categories are processed in one call to CategoryFeaturedTopic.feature_topics (#5446)
|
2017-12-20 13:42:29 +11:00 |
poll_feed.rb
|
FEATURE: Replace SimpleRSS with Ruby RSS module (#5311)
|
2017-12-06 10:45:09 +11:00 |
poll_mailbox.rb
|
Add “pop3_polling_openssl_verify” setting to turn off TLS server certificate verification like “smtp_openssl_verify_mode”. Defaults to “true”, so it does not change current behavior.
|
2016-11-11 21:59:15 +01:00 |
process_badge_backlog.rb
|
FIX: faster update of all badges
|
2014-07-23 11:46:07 +10:00 |
purge_deleted_uploads.rb
|
FEATURE: new scheduler
|
2014-02-06 10:26:16 +11:00 |
purge_inactive.rb
|
Add rubocop to our build. (#5004)
|
2017-07-28 10:20:09 +09:00 |
purge_old_web_hook_events.rb
|
Let's be more aggressive with purging old WebHookEvent records.
|
2017-11-08 14:15:34 +08:00 |
reindex_search.rb
|
FEATURE: show tags in search results
|
2017-08-25 11:52:59 -04:00 |
schedule_backup.rb
|
FEATURE: Allow Forums to disable the Backups feature
|
2017-12-21 15:22:04 -05:00 |
tl3_promotions.rb
|
REFACTOR: Track manual locked user levels separately from groups
|
2017-11-27 11:23:44 -05:00 |
top_refresh_older.rb
|
OPTIMIZATION: Don't run 12 queries every 15 mins for the Top section.
|
2014-08-01 16:25:20 -04:00 |
top_refresh_today.rb
|
OPTIMIZATION: Don't run 12 queries every 15 mins for the Top section.
|
2014-08-01 16:25:20 -04:00 |
version_check.rb
|
Add rubocop to our build. (#5004)
|
2017-07-28 10:20:09 +09:00 |
weekly.rb
|
FEATURE: per client user tokens
|
2017-02-07 09:22:16 -05:00 |