aboutsummaryrefslogtreecommitdiffstats
path: root/include/ws_functions.inc.php (follow)
Commit message (Expand)AuthorAgeFilesLines
* web method images.setPrivacyLevel (ws_images_setPrivacyLevel) is POST onlyrvelices2009-12-181-23/+28
* bug 1334 fixed: for POST mode on pwg.categories.setInfo, pwg.images.setInfo,plegall2009-12-181-0/+15
* feature 1316 added: we now have the ability to only fill the single valueplegall2009-12-091-17/+38
* feature 1312 added: pwg.images.setInfo can replace multiple values propretiesplegall2009-12-071-46/+122
* bug 1210 fixed: check if the memory_get_usage function is available beforeplegall2009-12-041-3/+9
* feature 1051: ability to add/update a file for an existing photo. For example,plegall2009-11-221-0/+84
* feature 1051: new API method pwg.images.checkFiles. This method will be usefulplegall2009-11-221-19/+85
* improvement: to prepare feature 1051, the code to add a single file (works forplegall2009-11-201-127/+83
* feature 1071: improve log system on API calls. The log can be activated by aplegall2009-07-211-19/+15
* bug 1070: fix a pLoader bug on Piwigo side. Catch the bad communication:plegall2009-07-211-1/+1
* bug 1043 fixed: avoid warning when merging chunks. This warning was preventingplegall2009-07-031-0/+2
* feature 1033 added: new API method pwg.categories.setInfo makes possible toplegall2009-06-241-0/+53
* bug 949 fixed: to avoid memory limit on server side, base64 encode chunks oneplegall2009-04-141-9/+18
* bug 941 fixed: to be able to upload heavy photo, chunk the files, send partsplegall2009-03-121-23/+111
* merge 3145-3146 from trunkrvelices2009-02-141-7/+4
* bug 912 fixed: we need an extra original_sum to pwg.images.add API method toplegall2009-01-081-2/+2
* Administration: happy new year 2009, all PHP headers updated.plegall2009-01-041-1/+1
* bug 907 fixed: avoid PHP warning when pwg.images.add adds a photo in aplegall2008-12-031-0/+5
* bug 905 fixed: avoid PHP notice when rank is implicit in the categoriesplegall2008-12-021-1/+1
* bug 904 fixed: an index.htm is created in directories created byplegall2008-12-021-0/+6
* bug 897 fixed: controls added in pwg.images.add to have clear error messagesplegall2008-10-201-6/+57
* - mysql potential injection paranoia + code compaction in common.inc.phprvelices2008-10-171-4/+6
* - security paranoia: protect session/remember me cookies from XSS attacks (wo...rvelices2008-10-161-15/+7
* feature 892 added: pwg.images.setInfo added so that once we have discoveredplegall2008-10-111-81/+178
* feature 889 added: pwg.images.exist check the existence of a photo in theplegall2008-10-071-0/+39
* bug 888 fixed: pwg.images.add updates the associated categories so that aplegall2008-10-051-1/+3
* feature 885 added: pwg.images.add web API method now supports additionalplegall2008-10-051-4/+41
* bug 880 fixed: pwg.categories.add invalidate the user cache so that the newplegall2008-10-031-0/+2
* feature 874 added: new Web API method pwg.tags.add.plegall2008-10-011-0/+19
* feature 868 added: pwg.images.add checks if the same file has not alreadplegall2008-09-251-0/+13
* - some checks for admins that are advisers (no write access)rvelices2008-09-251-11/+11
* new: WebService method pwg.tags.getAdminList was added. The difference withplegall2008-09-241-0/+27
* new: WebService method pwg.categories.add so that pLoader can create aplegall2008-09-241-0/+22
* - removed #debug css rule (why would we need that in default-layout?)rvelices2008-09-231-2/+2
* improvement: WebService method pwg.images.add can set fill #images tableplegall2008-09-221-19/+104
* new: webservice method pwg.categories.getAdminList was added so that pLoaderplegall2008-09-211-0/+56
* improvement: instead of sending the images_max_rank of each category inplegall2008-09-191-21/+19
* improvement: webservice methode pwg.categories.getList returns theplegall2008-09-171-4/+34
* feature added: ability to set rank from webservice upload.plegall2008-09-111-1/+3
* remove ws access table/partners functionalityrvelices2008-09-111-154/+2
* bug fixed: it seems that the upload file.jpg had -rw------- permissionsplegall2008-09-081-0/+2
* improvement: ws method pwg.images.add checks the dumped files against theplegall2008-09-041-3/+22
* - remove hello_world plugin (not working anymore)rvelices2008-09-041-8/+12
* feature 839, first step : early proof of concept, no error handling. Aplegall2008-07-301-0/+100
* - normalize behaviour of query search versus std search (now both return item...rvelices2008-07-231-16/+15
* - image rating on picture page done through ajax (tested safari/ie 6&7/ff)rvelices2008-07-151-0/+35
* - add to caddie on picture page done through ajaxrvelices2008-07-121-0/+28
* - first use of web services as Ajax: change the privacy level directly from t...rvelices2008-07-021-0/+29
* - remember me cookie security improvement (the time when the cookie was gener...rvelices2008-07-011-1/+1
* - merge r2355 from 1.7 to trunk: fix display of menubar related tags in IE7rvelices2008-05-231-1/+1