-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #496 from Piwigo/v2.9.4
v2.9.4
- Loading branch information
Showing
115 changed files
with
2,412 additions
and
1,891 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
Supporting Targets/piwigoWebAPI/community/community.session.getStatus.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"result": { | ||
"real_user_status" : "webmaster", | ||
"upload_categories_getList_method" : "pwg.categories.getAdminList" | ||
}, | ||
"stat": "ok" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
Supporting Targets/piwigoWebAPI/pwg.session/pwg.session.getStatus.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"result": { | ||
"available_sizes": [ | ||
"square", | ||
"thumb", | ||
"2small", | ||
"xsmall", | ||
"small", | ||
"medium", | ||
"large", | ||
"xlarge", | ||
"xxlarge" | ||
], | ||
"charset": "utf-8", | ||
"current_datetime": "2022-02-19 23:04:17", | ||
"language": "fr_FR", | ||
"pwg_token": "8814066d722b4ce75aaa5110e0019b9f", | ||
"status": "webmaster", | ||
"theme": "bootstrap_darkroom", | ||
"upload_file_types": "jpg,jpeg,png,gif,tif,tiff,mp4,m4v,mpg,ogg,ogv,webm,webmv,strm", | ||
"upload_form_chunk_size": 1024, | ||
"username": "Eddy", | ||
"version": "12.2.0" | ||
}, | ||
"stat": "ok" | ||
} |
5 changes: 5 additions & 0 deletions
5
Supporting Targets/piwigoWebAPI/pwg.session/pwg.session.login.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"stat": "ok", | ||
"result": 1 | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
Supporting Targets/piwigoWebAPI/pwg.session/pwg.session.logout.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"stat": "ok", | ||
"result": 1 | ||
} | ||
} |
91 changes: 91 additions & 0 deletions
91
Supporting Targets/piwigoWebAPI/reflection/reflection.getMethodList.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
{ | ||
"stat": "ok", | ||
"result": { | ||
"methods": [ | ||
"community.categories.getList", | ||
"community.images.uploadCompleted", | ||
"community.session.getStatus", | ||
"pwg.activity.downloadLog", | ||
"pwg.activity.getList", | ||
"pwg.caddie.add", | ||
"pwg.categories.add", | ||
"pwg.categories.calculateOrphans", | ||
"pwg.categories.delete", | ||
"pwg.categories.deleteRepresentative", | ||
"pwg.categories.getAdminList", | ||
"pwg.categories.getImages", | ||
"pwg.categories.getList", | ||
"pwg.categories.move", | ||
"pwg.categories.refreshRepresentative", | ||
"pwg.categories.setInfo", | ||
"pwg.categories.setRank", | ||
"pwg.categories.setRepresentative", | ||
"pwg.extensions.checkUpdates", | ||
"pwg.extensions.ignoreUpdate", | ||
"pwg.extensions.update", | ||
"pwg.getCacheSize", | ||
"pwg.getInfos", | ||
"pwg.getMissingDerivatives", | ||
"pwg.getVersion", | ||
"pwg.groups.add", | ||
"pwg.groups.addUser", | ||
"pwg.groups.delete", | ||
"pwg.groups.deleteUser", | ||
"pwg.groups.duplicate", | ||
"pwg.groups.getList", | ||
"pwg.groups.merge", | ||
"pwg.groups.setInfo", | ||
"pwg.image.rotate", | ||
"pwg.images.add", | ||
"pwg.images.addChunk", | ||
"pwg.images.addComment", | ||
"pwg.images.addFile", | ||
"pwg.images.addSimple", | ||
"pwg.images.checkFiles", | ||
"pwg.images.checkUpload", | ||
"pwg.images.delete", | ||
"pwg.images.deleteOrphans", | ||
"pwg.images.emptyLounge", | ||
"pwg.images.exist", | ||
"pwg.images.getInfo", | ||
"pwg.images.rate", | ||
"pwg.images.search", | ||
"pwg.images.setInfo", | ||
"pwg.images.setMd5sum", | ||
"pwg.images.setPrivacyLevel", | ||
"pwg.images.setRank", | ||
"pwg.images.syncMetadata", | ||
"pwg.images.upload", | ||
"pwg.images.uploadAsync", | ||
"pwg.images.uploadCompleted", | ||
"pwg.permissions.add", | ||
"pwg.permissions.getList", | ||
"pwg.permissions.remove", | ||
"pwg.plugins.getList", | ||
"pwg.plugins.performAction", | ||
"pwg.rates.delete", | ||
"pwg.session.getStatus", | ||
"pwg.session.login", | ||
"pwg.session.logout", | ||
"pwg.tags.add", | ||
"pwg.tags.delete", | ||
"pwg.tags.duplicate", | ||
"pwg.tags.getAdminList", | ||
"pwg.tags.getImages", | ||
"pwg.tags.getList", | ||
"pwg.tags.merge", | ||
"pwg.tags.rename", | ||
"pwg.themes.performAction", | ||
"pwg.users.add", | ||
"pwg.users.delete", | ||
"pwg.users.favorites.add", | ||
"pwg.users.favorites.getList", | ||
"pwg.users.favorites.remove", | ||
"pwg.users.getAuthKey", | ||
"pwg.users.getList", | ||
"pwg.users.setInfo", | ||
"reflection.getMethodDetails", | ||
"reflection.getMethodList" | ||
] | ||
} | ||
} |
Oops, something went wrong.