..
automatic_group_membership.rb
FIX: Unactivated users should not be automatically added into groups as well.
2016-12-21 18:15:01 +08:00
backup_chunks_merger.rb
FEATURE: Bulk Invite
2014-06-09 01:43:39 +05:30
bulk_invite.rb
FIX: simplify CSV file upload
2016-12-05 14:09:08 +05:30
close_topic.rb
FIX: Don't fail topic auto-close if privledges are lost
2015-03-27 15:31:04 -07:00
crawl_topic_link.rb
FIX: topic links with long titles can not be crawled
2015-08-18 17:34:46 +10:00
create_backup.rb
FEATURE: new 'backup_with_uploads' site setting
2015-11-12 16:23:59 +01:00
create_thumbnails.rb
FIX: uploading an animated user card/profile background was converted to a still image
2015-09-20 22:01:03 +02:00
critical_user_email.rb
FEATURE: move more urgent emails notifications to critical queue
2016-04-07 14:39:01 +10:00
download_avatar_from_url.rb
FIX: download avatar from facebook/twitter in a job in order to prevent hangs when avatars are huge
2016-10-24 17:15:13 +02:00
download_backup_email.rb
FEATURE: further restrict downloading of backups
2017-03-01 08:28:34 -07:00
emit_web_hook_event.rb
FIX: stop raising exceptions when a post goes missing
2016-11-08 14:51:56 +11:00
enable_bootstrap_mode.rb
FIX: bootstrap mode should not amend setting that is not in default state
2016-05-04 16:46:46 +05:30
export_csv_file.rb
FIX: escape comma in exported CSV file
2016-07-19 13:19:46 +05:30
feature_topic_users.rb
correct bad error reporting.
2015-08-14 13:29:39 +10:00
invite_email.rb
FEATURE: customize invite email message
2016-06-06 20:15:30 +05:30
invite_password_instructions_email.rb
FEATURE: send set password instructions after invite redemption
2014-10-11 14:13:05 +05:30
notify_mailing_list_subscribers.rb
FIX: don't send emails from muted users in mailing list mode
2016-12-12 15:28:26 +01:00
notify_moved_posts.rb
Perform the where(...).first to find_by(...) refactoring.
2014-05-06 14:41:59 +01:00
post_alert.rb
FIX: PostAlerter should ignore deleted posts
2015-10-28 13:03:54 -04:00
process_email.rb
FEATURE: retry processing incoming emails on rate limit
2016-08-08 22:28:27 +02:00
process_post.rb
FIX: topic links were getting dropped when post is rebaked
2017-01-30 14:55:53 +05:30
pull_hotlinked_images.rb
FIX: Handle img src starting with "//" in pull_hotlinked_images job
2017-01-16 10:50:07 +00:00
push_notification.rb
FIX: post notifications in JSON so we properly support arrays and so on
2016-09-04 15:51:16 +10:00
resize_emoji.rb
FIX: resize emoji job was generate errors
2015-10-30 23:31:30 +01:00
retrieve_topic.rb
Add custom embed_by_username feature
2014-06-09 12:35:38 -07:00
run_heartbeat.rb
FEATURE: prioritize sidekiq jobs
2016-04-07 12:56:43 +10:00
send_system_message.rb
Perform the where(...).first to find_by(...) refactoring.
2014-05-06 14:41:59 +01:00
test_email.rb
FEATURE: prioritize sidekiq jobs
2016-04-07 12:56:43 +10:00
unpin_topic.rb
FEATURE: make pin expiration mandatory
2015-07-29 16:34:21 +02:00
update_gravatar.rb
FEATURE: prioritize sidekiq jobs
2016-04-07 12:56:43 +10:00
update_group_mentions.rb
FEATURE: Remap group mentions when group name has been changed.
2017-01-18 13:39:34 +08:00
update_top_redirection.rb
PERF: move 3 more option columns out of the user table
2016-02-18 16:57:22 +11:00
user_email.rb
FIX: PM email to suspended member was broken
2017-01-05 13:58:14 +05:30