Régis Hanol
|
c7c93e7159
|
FEATURE: new 'strip image metadata' site setting
|
2017-07-25 11:48:39 +02:00 |
Guo Xiang Tan
|
02094517e9
|
Stop rescuing `nil` which is a really bad thing to do.
|
2017-07-05 10:22:31 +09:00 |
Régis Hanol
|
ca539854c8
|
FIX: use 'jpg' instead of 'jpe' extension for 'image/jpeg' content type
|
2017-06-22 12:53:56 +02:00 |
Régis Hanol
|
5d63a7f4a6
|
FIX: pull hotlinked images even when they have no extension
|
2017-06-13 13:27:05 +02:00 |
Robin Ward
|
0a08c18a14
|
FIX: Don't rate limit gravatar downloads
|
2017-05-24 13:54:26 -04:00 |
Robin Ward
|
cdbe027c1c
|
Refactor `FileHelper` to use keyword arguments.
|
2017-05-24 13:54:26 -04:00 |
Robin Ward
|
3b0cbf7013
|
FIX: Always allow downloads from CDN
|
2017-05-23 16:32:54 -04:00 |
Robin Ward
|
f101e052e6
|
FIX: Roll back file_helper changes, relative URLs were broken
|
2017-05-23 15:50:48 -04:00 |
Robin Ward
|
36e477750c
|
FIX: Use same code path for downloading images
|
2017-05-23 14:51:30 -04:00 |
Robin Ward
|
31f27006e1
|
FIX: We can download protocol relative urls
|
2017-05-15 15:32:55 -04:00 |
Régis Hanol
|
3ce3abef8f
|
FIX: add Content-Disposition and Content-Type headers when downloading attachments
|
2017-02-20 15:59:01 +01:00 |
Arpit Jalan
|
da2f1fda15
|
FIX: increase read_timeout when downloading avatar
|
2016-03-24 17:40:03 +05:30 |
Régis Hanol
|
bebeeffc30
|
FIX: ico are images too
|
2015-12-31 11:40:23 +01:00 |
Régis Hanol
|
a3e76dc193
|
FIX: allow HTTP <-> HTTPS redirections when downloading images
|
2015-08-17 19:21:30 +02:00 |
Régis Hanol
|
f0b35b2fe2
|
FIX: file helper to download file using chunks of 512KB
|
2015-05-19 12:39:46 +02:00 |
Régis Hanol
|
961f676b91
|
FIX: proper hack to support underscores in URLs
|
2014-11-12 18:15:50 +01:00 |
Régis Hanol
|
7244266174
|
FIX: support for underscores in URLs (when using S3 storage)
|
2014-11-12 17:08:11 +01:00 |
Jeff Atwood
|
d926cc13ac
|
FEATURE: add webp and svg to known image formats
|
2014-10-13 12:43:39 -07:00 |
Régis Hanol
|
488d4eebbe
|
SECURITY: do not follow redirect by default when downloading hotlinked images
|
2014-07-27 17:21:47 +02:00 |
Sam
|
a864f8aefd
|
BUGFIX: sometimes we have stringio, it has no close
|
2014-05-27 10:08:03 +10:00 |
Régis Hanol
|
51750f7d0e
|
TRIVIAL: slightly better information when logging download error
|
2014-05-12 16:57:52 +02:00 |
Régis Hanol
|
4371374ba6
|
FEATURE: support for enabling all upload file types
BUGFIX: authorized extensions is now case insensitive
|
2014-04-29 19:12:35 +02:00 |
Régis Hanol
|
76d373161d
|
BUGIFX: generate avatars when using S3 store
|
2014-04-22 17:11:06 +02:00 |
Régis Hanol
|
542d54e6bf
|
BUGFIX: uploads to S3
|
2014-04-15 13:04:14 +02:00 |
Régis Hanol
|
2505d18aa9
|
FEATURE: support email attachments
|
2014-04-14 22:55:57 +02:00 |