rullzer / dropit

Nextcloud app to simple drop text/files
GNU Affero General Public License v3.0
33 stars 6 forks source link

Imgur Like #27

Open sebastienserre opened 5 years ago

sebastienserre commented 5 years ago

Hello, It would be great if a link with preview would be available on an image upload to make an Imgur Like and share picture easily.

Hope it should be possible soon.

tobiasKaminsky commented 5 years ago

When uploading an image and sharing it, you already see the preview https://nextcloud.kaminsky.me/s/TpzADExDggJeWpw

sebastienserre commented 5 years ago

Not on my install: https://cloud.thivinfo.com/index.php/s/Qf7WXpsNwejPzQ5

tobiasKaminsky commented 5 years ago

Strange, in normal web view (when logged in), do you see a preview for the same image?

sebastienserre commented 4 years ago

Sorry for the late answer. I see the preview but only for .jpg, if I upload a PNG, I haven't.

tobiasKaminsky commented 4 years ago

Have you enabled PNG preview in your config.php? Is PNG preview working in regular web ui?

sebastienserre commented 4 years ago

I don't know how to enable. The preview for PNG doens't work.

tobiasKaminsky commented 4 years ago

https://docs.nextcloud.com/server/17/admin_manual/configuration_server/config_sample_php_parameters.html#previews

sebastienserre commented 4 years ago

Thx, I added

  'enable_previews' => true,
  'enabledPreviewProviders' => array(
        'OC\Preview\PNG',
        'OC\Preview\JPEG',
        'OC\Preview\GIF',
        'OC\Preview\HEIC',
        'OC\Preview\BMP',
        'OC\Preview\XBitmap',
        'OC\Preview\MP3',
        'OC\Preview\TXT',
        'OC\Preview\MarkDown'
  ),

as in the doc but syill no preview for gif or png. Is the 'preview cron' need to work?

mathieu-aubin commented 4 years ago

please close if resolved

sebastienserre commented 4 years ago

Sorry but not resolved, I do not see any preview*