Commit graph

20 commits

Author SHA1 Message Date
Mssr Tiger for Miss Tiger
32c3e3fcf0 removed http: from URLs wich support https 2015-12-30 12:00:57 -08:00
mistic100
703a997f6a display request url and params in WS explorer
git-svn-id: http://piwigo.org/svn/trunk@28495 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-17 15:15:13 +00:00
rvelices
fd38fa8fb5 fix adding many times post only / admin only ...
git-svn-id: http://piwigo.org/svn/trunk@25730 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-26 21:51:53 +00:00
mistic100
07b8dd5770 Improve display on ws.htm
git-svn-id: http://piwigo.org/svn/trunk@25394 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-08 12:16:14 +00:00
mistic100
24b977d877 feature:2982 API: add high-level type check
introduces some constants fro bool, int, float, positive and notnull parameters
types are tested in PwgServer::invoke and no in each method
+ some optimizations + update methods descriptions

git-svn-id: http://piwigo.org/svn/trunk@25077 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-22 12:58:58 +00:00
mistic100
85d592c8d4 remove constructors css markup in ws.htm and triggers_list.php
git-svn-id: http://piwigo.org/svn/trunk@23714 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30 14:49:54 +00:00
mistic100
34d0c5cd1a hide tiptip when changing method
git-svn-id: http://piwigo.org/svn/trunk@23322 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-18 13:12:24 +00:00
mistic100
5671287801 feature:2847 Display additional info for API methods fields
keep tooltip alive

git-svn-id: http://piwigo.org/svn/trunk@23260 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-16 16:48:05 +00:00
plegall
c3c87d9755 use jquery CDN instead of Google's (but it would be preferable to use Piwigo files instead)
git-svn-id: http://piwigo.org/svn/trunk@20826 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-18 21:43:27 +00:00
rvelices
527a86190f ws.htm uses jquery 1.9.1 instead of 1.9.0
git-svn-id: http://piwigo.org/svn/trunk@20825 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-18 21:19:19 +00:00
mistic100
98f08b3ee3 feature:2847 Display additional info for API methods fields
git-svn-id: http://piwigo.org/svn/trunk@20750 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-13 19:26:34 +00:00
mistic100
f81f2f637d update triggers_list, use DataTables and same design as Webservices explorer
git-svn-id: http://piwigo.org/svn/trunk@20192 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-16 20:28:42 +00:00
rvelices
86272efb90 remove unused files + web service explorer uses same jquery version as the core
git-svn-id: http://piwigo.org/svn/trunk@18957 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-06 21:49:14 +00:00
rvelices
9f24af98f2 add page_url (canonical picture url) for web service methods images.search, tags.getImages, images.getInfo, categories.getImages
git-svn-id: http://piwigo.org/svn/trunk@18732 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-24 20:24:44 +00:00
mistic100
2f7ffaf11f feature 2751: Redesign web API, webservices explorer
git-svn-id: http://piwigo.org/svn/trunk@18079 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-20 16:04:23 +00:00
rvelices
f9927090e0 - feature 832: Folders with no images sql optimization
- recent pics are sorted by date descending, and only then by conf['order_by']
- updated prototype.js to version 1.6

git-svn-id: http://piwigo.org/svn/trunk@2424 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-05 22:13:28 +00:00
rvelices
36e0e6e8f1 - changed htmlentities to htmlspecialchars in comments.php (utf-8 issue)
- web service explorer in utf-8
- removed warning in function load_language
- feature: show_queries also shows number of selected rows or number of affected rows

git-svn-id: http://piwigo.org/svn/trunk@2134 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-10-11 00:10:41 +00:00
rvelices
cb2408a82c Plugins:
- display author and and author url (if present) on plugin admin page
 - uniformized versions/authors... for all plugins in svn
 - security fix (html escape name, version, uri, author... to avoid javascript injection which could automatically simulate click on Install)
 - added confirmation for install/uninstall plugins

Web services:
 - web service explorer now caches method details in order to avoid unnecessary web calls
 - web service explorer can now send parameters as arrays
 - web service explorer uses now prototype.js version 1.5
 - small improvements

- added and use function bad_request (sends http status code 400)

git-svn-id: http://piwigo.org/svn/trunk@1852 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-02-23 13:18:34 +00:00
rvelices
cea58b64ee - user comments are not saved in the database with htmlspecialchars anymore
- web service: added the possibility to enter a user comment using the service...
- new comment functions from picture_comment.inc.php

git-svn-id: http://piwigo.org/svn/trunk@1849 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-02-22 01:12:32 +00:00
rvelices
f992150313 Web service first version.
git-svn-id: http://piwigo.org/svn/trunk@1698 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-01-06 11:13:08 +00:00