Piwigo / Piwigo-Mobile

Piwigo iOS Mobile Application
MIT License
98 stars 30 forks source link

Guests not allowed to download/share photos #559

Open EddyLB opened 7 months ago

EddyLB commented 7 months ago

The version 3.1 of the iOS app does not allow guests to download/share photos even if this option is enabled with the Piwigo Admin UI.

Since version 14, pwg.categories.getList and pwg.images.getInfo return a new parameter download_url which is non-null when the user is allowed to download photos. A future version of the mobile app should exploit this information to allow a guest to download/share photos

EddyLB commented 7 months ago

NB: the method pwg.users.getList returns a parameter enabled_high which tells whether the user is allowed to download photos.