Eddy Lelièvre-Berna
Eddy Lelièvre-Berna
When the option `$conf['original_url_protection'] = 'images';` is set, Piwigo replaces the URLs of images with URLs of the type `…/action.php?id=9712&part=e`. When this configuration is set, the `pwg.images.getInfo` method returns an...
Since version 12.2.0, the `pwg.getInfos` method returns the following array: ``` { "stat":"ok", "result":{ "infos": [{"name":"version","value":"11.5.0"}, {"name":"nb_elements","value":"339"}, {"name":"nb_categories","value":"28"}, {"name":"nb_virtual","value":"28"}, {"name":"nb_physical","value":"0"}, {"name":"nb_image_category","value":"348"}, {"name":"nb_tags","value":"11"}, {"name":"nb_image_tag","value":"33"}, {"name":"nb_users","value":"7"}, {"name":"nb_groups","value":"1"}, {"name":"nb_comments","value":"0"}, {"name":"first_date","value":"2017-08-31 22:44:11"} {"name":"cache_size","value":4242} ]...
The methods `pwg.images.upload` returns the number of photos `nb_photos` in the category as an Integer or a String. From the tests I performed, it looks like the version 2.10.2 of...
Tested with Piwigo 14.1 and 14.2 When a photo already present on the server is re-uploaded, the server crashes with the following trace log: ``` 2024/02/03 16:31:46 [error] 302#302: *399...
Piwigo should integrate routines for automatically recognising faces, animals, plants, etc. and for classifying photos with recognised objects. A user may enable automatic recognition and then name or confirm recognised...
Following #917 , could it be also possible to create an API with which an external app could change the album photo sort order ?
The iOS app proposes sort options that are not linked to the choices made on the web UI. For improving users' experience, the photo sort order should be identical to...
Uploaded images can sometimes appear mis-oriented and a command for rotating uploaded images would be useful.
The "Recent photos" smart album displays photos added to the Piwigo server since a certain number of days. This number can be changed by users on the web interface and...
When the iOS device is in low power mode, it does not upload photos to reduce battery consumption and a warning icon is displayed inside the "upload queue" button presented...