discourse/spec
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
..
components FEATURE: Add Content-Type header to CORS 2018-08-28 11:19:38 +10:00
fabricators uses emoji versions for specs (#6276) 2018-08-16 13:45:30 +02:00
fixtures Replacing default brown category color 2018-08-24 14:18:14 -04:00
helpers FIX: improve support for subfolder S3 CDN 2018-08-22 12:31:13 +10:00
import_export FIX: topic and category exporters were only exporting users who created the first post 2018-01-16 12:51:53 -05:00
integration FEATURE: Automatically expire keys if not used for a configurable amount of time. (#6264) 2018-08-20 17:36:14 +02:00
integrity correct regression and add integrity spec for onceoffs 2018-06-20 09:09:31 +10:00
jobs FEATURE: Clean up `PostReplyKey` records. 2018-08-23 10:40:02 +08:00
lib FIX: only allow printable characters in uploads filename 2018-08-21 18:11:01 +02:00
mailers FEATURE: backend support for user-selectable components 2018-08-08 14:46:34 +10:00
models FEATURE: correctly store width and height on uploads 2018-08-28 12:59:22 +10:00
multisite DEV: improve design of site setting default provider 2018-06-07 14:33:41 +10:00
requests FIX: links in rss feeds are sometimes wrong on subfolder installs 2018-08-27 18:05:15 -04:00
serializers Add spec for UserSerializer and UserApiKey. 2018-08-23 19:01:02 +02:00
services FEATURE: Pop revise modal on post edited notification (#6287) 2018-08-24 09:13:07 -04:00
support DEV: Assert for 200 response code to avoid changing magic helper in the future. 2018-06-07 16:11:09 +08:00
tasks suppress print output when running specs 2017-10-31 16:06:11 +05:30
views/omniauth_callbacks Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
rails_helper.rb DEV: Refactor test to not call private method. 2018-08-21 14:29:58 +08:00