Andrey Avtomonov
Andrey Avtomonov
@thomasabou01 , there's a weird overlay of tooltip and left vertical bar if we remove padding. So I restored it back. No other comments on my side
Hey @thomasabou01 , could you please also check the 3 "Code Smells" issues from Sonar? 
I can confirm the same issue with tiny NEF thumbs (160x120px) being generated after upload to `v1.72.2`
I managed to reproduce locally, the easiest is to simply run: ``` const sharp = require('sharp'); sharp('test.nef').jpeg().resize(1400).toFile('resize.jpg') ``` Here's a reason why it doesn't work (sharp doesn't support NEF) https://github.com/lovell/sharp/issues/616...
it seems that https://github.com/m0g/node-libraw isn't maintained. I wonder if it's just not easier to call python's `rawpy` for example from `MediaRepository.resize`
let's return it to the backlog, it's not the top priority ATM
@skjnldsv as @D34DC3N73R said there's a ton of ``` The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. ```...
> > the `ignoredMimes` contains `['image/tiff']` which is weird because this is what I have in my `/usr/local/www/nextcloud/apps/photos/lib/AppInfo/Application.php`: > > You should not edit php files. You will actually break...
@skjnldsv thanks for investigating! Here's what I have when opening this URL: `/apps/files/?dir=/NEF&openfile=32475`  here's a full console log with Verbose level on: [192.168.10.120-1667984035958.log](https://github.com/nextcloud/viewer/files/9969222/192.168.10.120-1667984035958.log) ... and with some filtering: 
indeed, the preview that it feched also has a correct size, so it's not just a thumbnail:  I don't know if you tried to reproduce it, but normally with...