discourse/app/jobs/onceoff
Sam 9ab1fb7dfc FEATURE: correctly store width and height on uploads
Previously we used width and height for thumbnails, new code ensures

1. We auto correct width and height
2. We added extra columns for thumbnail_width and height, this is determined
 by actual upload and no longer passed in as a side effect
3. Optimized Image now stores filesize which can be used for analysis, decisions

Also

- fixes Android image manifest as a side effect
- fixes issue where a thumbnail generated that is smaller than the upload is no longer used
2018-08-28 12:59:22 +10:00
..
clean_up_sidekiq_statistic.rb Fix incorrect class name. 2017-04-26 18:12:51 +08:00
clear_width_and_height.rb FEATURE: correctly store width and height on uploads 2018-08-28 12:59:22 +10:00
create_tags_search_index.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
fix_featured_link_for_topics.rb FIX: store the topic links using the cooked upload url 2018-08-14 12:23:32 +02:00
fix_invalid_gravatar_uploads.rb Fix the build. 2018-07-30 15:07:03 +08:00
fix_invalid_upload_extensions.rb Add onceoff job to fix incorrect upload extensions. 2018-08-13 10:44:08 +08:00
fix_out_of_sync_user_uploaded_avatar.rb FIX: UserAvatar#update_gravatar! does not update User#uploaded_avatar. 2018-08-06 13:29:44 +08:00
fix_posts_read.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
fix_primary_emails_for_staged_users.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
fix_retro_anniversary.rb correct regression and add integrity spec for onceoffs 2018-06-20 09:09:31 +10:00
grant_emoji.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
grant_first_reply_by_email.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
grant_onebox.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
init_category_tag_stats.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
migrate_censored_words.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
migrate_custom_emojis.rb REFACTOR: upload workflow creation into UploadCreator 2017-05-11 00:16:57 +02:00
migrate_featured_links.rb Topic Featured Links: move data from custom fields to topics and categories tables. Invert behaviour of topic_featured_link_allowed checkbox. Fix a bug with invalid topic records due to changing that category checkbox. 2016-12-19 14:54:07 -05:00
migrate_tagging_plugin.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
migrate_upload_extensions.rb Add onceoff job for uploads migration of column extension. Simplify filetype search and related rspec tests. 2017-07-12 17:19:27 +02:00
remove_old_auto_close_jobs.rb Fix incorrect method name. 2017-04-06 13:45:59 +08:00
retro_grant_anniversary.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
retro_recent_time_read.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00