Miguel Dantas
|
8b106dbc6c
[MEDIA] Fixed wrong image cropping
|
před 5 roky |
Miguel Dantas
|
955d5a136f
[MEDIA] Replaced internal image handling with intervention/image, which is capable of using both GD and ImageMagik
|
před 5 roky |
Miguel Dantas
|
6d552f15b6
[Embed] Resize thumbnails fetched by Embed to avoid keeping original images when we need only 128x128. Size configurable in config.php
|
před 5 roky |
Miguel Dantas
|
07b4cfaeae
[Embed] Hide error from the UI and just don't display an image if the remote image is not valid
|
před 5 roky |
Diogo Cordeiro
|
7044f0e2cf
[Media] Fix undefined variable box in imagefile.php
|
před 5 roky |
Miguel Dantas
|
ee8bac9ad7
[CORE] Fix bug where we we're losing track of a file, in case the image needed to be reencoded
|
před 5 roky |
Miguel Dantas
|
7070a14480
[CORE][StoreRemoteMedia] Fixed bug where sometimes images were written outside the site root
|
před 5 roky |
Miguel Dantas
|
a5259073df
[CORE] Fix X-Sendfile for nginx, using the X-Accel-Redirect header
|
před 5 roky |
Miguel Dantas
|
8f31a1a820
[MEDIA][OEMBED] Fixed regression in OEmbed, because it relied on accessing the files directly, which previous commits broke. The File table really should have a bool...
|
před 5 roky |
Miguel Dantas
|
4187568522
[OEMBED][UI] Skip adding an image thumbnail for oembed results if we
|
před 5 roky |
Miguel Dantas
|
5961b45140
[MEDIA][UI] In case an attachment preview isn't possible, the name is displayed anyway
|
před 5 roky |
Miguel Dantas
|
20c73f0596
[FORMATING] Ran php-cs-fixer on lib/mediafile.php, lib/imagefile.php and classes/File.php
|
před 5 roky |
Miguel Dantas
|
b224d93098
[MEDIA] ImageFile now extends MediaFile and validates images more aggressively.
|
před 5 roky |
Mikael Nordfeldth
|
0b75eaed92
missing argument for sprintf
|
před 7 roky |
Mikael Nordfeldth
|
d5c733919b
Because the other part of the code works now, this is unnecessary
|
před 8 roky |
Mikael Nordfeldth
|
e8e996182f
Delete file on class destruction or we do it too quickly
|
před 8 roky |
Mikael Nordfeldth
|
46c227bf3a
FileNotFoundException is more proper here
|
před 8 roky |
Mikael Nordfeldth
|
36cfe9f857
Delete successfully generated thumbnail (temporary sources) too.
|
před 8 roky |
Mikael Nordfeldth
|
3a6733dc98
2-frame GIF animations weren't recognised as animated
|
před 8 roky |
Mikael Nordfeldth
|
87dd0fbdb6
UseFileAsThumbnailException uses direct File object now
|
před 8 roky |
Mikael Nordfeldth
|
107f612384
strict type comparison
|
před 8 roky |
Mikael Nordfeldth
|
cd24f7d30a
Issue #166 - we test exif data below, no need for error output
|
před 8 roky |
Mikael Nordfeldth
|
265fa12917
Relatively experimental change to store thumbnails in 'file/thumb/' (by default)
|
před 8 roky |
Mikael Nordfeldth
|
8806cce735
Default to avoid upscaling of thumbnails. 45x45=>450x450 is ugly
|
před 8 roky |
Mikael Nordfeldth
|
80bc7f0e25
File handling changes for better logic
|
před 9 roky |
Mikael Nordfeldth
|
fd2efbc6f8
AvatarSettings more aligned to FormAction
|
před 9 roky |
Mikael Nordfeldth
|
3ee673ac91
ImageFile->resize now totally replaced with resizeTo
|
před 9 roky |
Mikael Nordfeldth
|
3755faf558
SVG files can be used as thumbnails I guess
|
před 9 roky |
Mikael Nordfeldth
|
22dbeaef29
Used ->find(true) on wrong object
|
před 9 roky |
Mikael Nordfeldth
|
f6df1f1dd3
Documentation and more understandable code.
|
před 9 roky |