Pierrick Le Gall
Pierrick Le Gall
The "sync metadata" action generates several AJAX requests to `pwg.images.syncMetadata`. Unfortunately, they are sent in parallel, all at once. That is a nonsense to me. Piwigo frontend shoud send them...
As described in #2169 : > When sending a request to Piwigo API, method pwg.images.syncMetadata, the list of image_ids is provided as an array. While this is certainly the "cleaner",...
When adding a video, if `ffprobe` is not available, function `upload_file_video` fails the whole script. 1) we should prefix the `ffprobe` with `$conf['ffmpeg_dir']` as we do for `ffmpeg` 2) we...
When ratings are disabled (which is the default configuration), Piwigo should not list the filter by ratings in the gallery search.
**Reported by hakastein on 7 Aug 2014 01:26** **Version:** 2.6.2 Imagick crash with "Uncaught exception 'ImagickException' with message 'UnableToOpenBlob `./_data/i/upload/2014/08/06/20140806153442-076e3cae-th.jpg': No such file or directory" **Steps to reproduce:** Any action...
The implementation of the lounge in [version 12](https://piwigo.org/release-12.0.0#technical_features) (2021) has not yet been taken into on all 3rd party apps, like Piwigo Remote Sync. The effect is that users think...
`include/random_compat` was implemented for using the new PHP 7 `random_*` API in PHP 5 projects. Now that PHP 7.1 is required for Piwigo 15, this library has become useless.
I want to add a system that checks the filesystem md5sum Vs the md5sum stored in the database. I run such a custom script on some Piwigo.com accounts and a...
9 out of 10 "security" issues we received are the same: logged in as an administrator, you can insert HTML (thus loading remote javascript) in a photo title/description. This is...
When you have a huge album (with thousands of photos), if you delete the album and the photos it contains... ... it may end up with missing photos. Meaning the...