
Wersja 1.0.9 (2018-12-20)
O: This plugin exposes more of the standard Piwigo website functionality for the PiwigoClient Android app (or others) to make use of.
NOTE: This plugin adds the features to your server. Your client app may or may not choose to support these new features.
PiwigoClient v1.3.96 upwards will make use of these new functions.
Eventually, I hope these features will be added to the core Piwigo server code, thus this plugin will steadily contain less and less, eventually being empty and thus obsolete.
Features this plugin adds:
* View your own rating for photos
* Mark or unmark photos as being a personal favorite
* Clear your favorites list
* Record access to your piwigo server by users of the WS Functions API (e.g. PiwigoClient users)
* View and manage orphaned photos
Zmiany: New method: piwigo_client.gallery.getConfig
Retrieves configuration data about the server which are needed to provide a full experience from apps using the WS API.
Configuration data exposed to all users:
"gallery_title", "gallery_locked", "rate", "rate_anonymous", "activate_comments", "comments_forall", "comments_author_mandatory", "comments_email_mandatory", "user_can_edit_comment", "user_can_delete_comment"
Wersja 0.0.1 (2016-12-19)
O: Piwigo plugin that adds a new webservice. The webservice can be used to get the missing derivatives including given custom derivatives.
The webservie works like pwg.getMissingDerivatives but provides the additional paramter customTypes.
Example
http://piwigo/ws.php?format=json&method=custom_missing_derivatives.getMissingDerivativesCustom&customTypes[]=260x180_1_260x180&customTypes[]=520x360_1_520x360
Zmiany: First version
Wersja v1.0 (2013-08-24)
O: Enables the management of users and groups through the WebService API. Once installed, the following web service API methods are available:
pwg.groups.add
pwg.groups.addUser
pwg.groups.delete
pwg.groups.deleteUser
pwg.groups.getList
pwg.groups.rename
pwg.users.add
pwg.users.delete
pwg.users.getList
pwg.users.updateDetails
This plugin also includes the following methods (requires Icy Modify Picture plugin)
icy.acls.groups.addAlbum
icy.acls.groups.addUser
icy.acls.groups.deleteUser
More details on using the Piwigo API are here: http://piwigo.org/doc/doku.php?id=dev:webapi:start
Zmiany: This plugin provides the functionality to administrate users and groups using the web services api.