aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ws.htm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* happy new year 2016, all headers updatedplegall2016-01-141-1/+1
|
* removed http: from URLs wich support httpsMssr Tiger for Miss Tiger2015-12-301-4/+4
|
* display request url and params in WS explorermistic1002014-05-171-10/+33
| | | | git-svn-id: http://piwigo.org/svn/trunk@28495 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix adding many times post only / admin only ...rvelices2013-11-261-65/+64
| | | | git-svn-id: http://piwigo.org/svn/trunk@25730 68402e56-0260-453c-a942-63ccdbb3a9ee
* Improve display on ws.htmmistic1002013-11-081-43/+62
| | | | git-svn-id: http://piwigo.org/svn/trunk@25394 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2982 API: add high-level type checkmistic1002013-10-221-12/+26
| | | | | | | | 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
* remove constructors css markup in ws.htm and triggers_list.phpmistic1002013-06-301-21/+14
| | | | git-svn-id: http://piwigo.org/svn/trunk@23714 68402e56-0260-453c-a942-63ccdbb3a9ee
* hide tiptip when changing methodmistic1002013-06-181-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@23322 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2847 Display additional info for API methods fields mistic1002013-06-161-0/+1
| | | | | | keep tooltip alive git-svn-id: http://piwigo.org/svn/trunk@23260 68402e56-0260-453c-a942-63ccdbb3a9ee
* use jquery CDN instead of Google's (but it would be preferable to use Piwigo ↵plegall2013-02-181-2/+2
| | | | | | files instead) git-svn-id: http://piwigo.org/svn/trunk@20826 68402e56-0260-453c-a942-63ccdbb3a9ee
* ws.htm uses jquery 1.9.1 instead of 1.9.0rvelices2013-02-181-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@20825 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2847 Display additional info for API methods fields mistic1002013-02-131-1/+15
| | | | git-svn-id: http://piwigo.org/svn/trunk@20750 68402e56-0260-453c-a942-63ccdbb3a9ee
* update triggers_list, use DataTables and same design as Webservices explorermistic1002013-01-161-4/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@20192 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove unused files + web service explorer uses same jquery version as the corervelices2012-11-061-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@18957 68402e56-0260-453c-a942-63ccdbb3a9ee
* add page_url (canonical picture url) for web service methods images.search, ↵rvelices2012-10-241-3/+2
| | | | | | tags.getImages, images.getInfo, categories.getImages git-svn-id: http://piwigo.org/svn/trunk@18732 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2751: Redesign web API, webservices explorer mistic1002012-09-201-358/+468
| | | | git-svn-id: http://piwigo.org/svn/trunk@18079 68402e56-0260-453c-a942-63ccdbb3a9ee
* - feature 832: Folders with no images sql optimizationrvelices2008-07-051-1/+1
| | | | | | | - 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
* - changed htmlentities to htmlspecialchars in comments.php (utf-8 issue)rvelices2007-10-111-6/+7
| | | | | | | | - 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
* Plugins:rvelices2007-02-231-63/+78
| | | | | | | | | | | | | | | | | - 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
* - user comments are not saved in the database with htmlspecialchars anymorervelices2007-02-221-73/+113
| | | | | | | - 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
* Web service first version.rvelices2007-01-061-0/+346
git-svn-id: http://piwigo.org/svn/trunk@1698 68402e56-0260-453c-a942-63ccdbb3a9ee