aboutsummaryrefslogtreecommitdiffstats
path: root/include/ws_functions.inc.php (follow)
Commit message (Expand)AuthorAgeFilesLines
* feature 1448 added: ability to set the upload directory (for pwg.images.addplegall2010-03-011-3/+7
* feature 1453 added: ability to check for uniqueness on filename. No change onplegall2010-02-231-16/+64
* feature 967: optionnaly transmit the original filename to pwg.images.add. Whenplegall2010-02-191-1/+1
* bug 1423 fixed: support for ExtendedDescription (and all the ones using theplegall2010-02-171-0/+15
* bug 1422 fixed: pwg.images.add (and sub methods) can create recursiveplegall2010-02-171-0/+22
* bug 1431: Community users now can see empty categories just like any admin.plegall2010-02-121-5/+15
* feature 1381: pwg.images.add automatically synchronizes metadata. Thank you toplegall2010-01-151-0/+4
* 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