Neil Lalonde
|
d8c27e3871
|
Merge branch 'master' into search_posts_by_filetype
|
2017-07-25 14:41:20 -04:00 |
Régis Hanol
|
c7c93e7159
|
FEATURE: new 'strip image metadata' site setting
|
2017-07-25 11:48:39 +02:00 |
Régis Hanol
|
1c12dd529f
|
FIX: fix orientation even for small JPEGs
|
2017-07-10 16:35:23 +02:00 |
Jakub Macina
|
f0a674d620
|
Add extraction of upload extension. Add rspec test for search of post
with upload by extension.
|
2017-07-06 19:16:07 +02:00 |
Régis Hanol
|
aa69f78fed
|
let's not use progressing rendering on images
|
2017-06-26 23:19:48 +02:00 |
Régis Hanol
|
ecec23fae4
|
FIX: automatic PNG to JPG conversion wasn't working
|
2017-06-26 14:21:47 +02:00 |
Régis Hanol
|
a9c0df0b58
|
FIX: always try to convert PNG to JPG when pasting an image
|
2017-06-23 12:13:48 +02:00 |
Régis Hanol
|
6e5c59e5ec
|
FIX: image orientation wasn't properly working
|
2017-06-22 16:53:49 +02:00 |
Guo Xiang Tan
|
80e348d226
|
PERF: Speed up slow tests in our test suite.
Before
```
Finished in 7 minutes 23 seconds (files took 4.15 seconds to load)
7145 examples, 0 failures, 10 pending
```
After
```
Finished in 6 minutes 12 seconds (files took 4.41 seconds to load)
7145 examples, 0 failures, 10 pending
```
|
2017-06-22 11:23:31 +09:00 |
Régis Hanol
|
54e8fb0d89
|
FEATURE: new 'allow_staff_to_upload_any_file_in_pm' site setting
|
2017-06-12 22:41:29 +02:00 |
Régis Hanol
|
062158a25e
|
FIX: PNG-to-JPEG conversion should only be done to images with at least 1 megapixels
|
2017-06-01 23:12:37 +02:00 |
Régis Hanol
|
832d621b48
|
FIX: automatic PNG-to-JPEG conversion should use a default white background
|
2017-06-01 23:10:36 +02:00 |
Régis Hanol
|
13e489b4ca
|
replace the upload type whitelist with a sanitizer
|
2017-05-18 12:13:13 +02:00 |
Régis Hanol
|
b2b10c0f3c
|
FIX: these should not have been class variables
|
2017-05-11 10:03:28 +02:00 |
Régis Hanol
|
9641d2413d
|
REFACTOR: upload workflow creation into UploadCreator
- Automatically convert large-ish PNG/BMP to JPEG
- Updated fast_image to latest version
|
2017-05-11 00:16:57 +02:00 |