aboutsummaryrefslogtreecommitdiffstats
path: root/include/ws_functions.inc.php (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-15feature 1381: pwg.images.add automatically synchronizes metadata. Thank you toplegall1-0/+4
2009-12-18web method images.setPrivacyLevel (ws_images_setPrivacyLevel) is POST onlyrvelices1-23/+28
2009-12-18bug 1334 fixed: for POST mode on pwg.categories.setInfo, pwg.images.setInfo,plegall1-0/+15
2009-12-09feature 1316 added: we now have the ability to only fill the single valueplegall1-17/+38
2009-12-07feature 1312 added: pwg.images.setInfo can replace multiple values propretiesplegall1-46/+122
2009-12-04bug 1210 fixed: check if the memory_get_usage function is available beforeplegall1-3/+9
2009-11-22feature 1051: ability to add/update a file for an existing photo. For example,plegall1-0/+84
2009-11-22feature 1051: new API method pwg.images.checkFiles. This method will be usefulplegall1-19/+85
2009-11-20improvement: to prepare feature 1051, the code to add a single file (works forplegall1-127/+83
2009-07-21feature 1071: improve log system on API calls. The log can be activated by aplegall1-19/+15
2009-07-21bug 1070: fix a pLoader bug on Piwigo side. Catch the bad communication:plegall1-1/+1
2009-07-03bug 1043 fixed: avoid warning when merging chunks. This warning was preventingplegall1-0/+2
2009-06-24feature 1033 added: new API method pwg.categories.setInfo makes possible toplegall1-0/+53
2009-04-14bug 949 fixed: to avoid memory limit on server side, base64 encode chunks oneplegall1-9/+18
2009-03-12bug 941 fixed: to be able to upload heavy photo, chunk the files, send partsplegall1-23/+111
2009-02-14merge 3145-3146 from trunkrvelices1-7/+4
2009-01-08bug 912 fixed: we need an extra original_sum to pwg.images.add API method toplegall1-2/+2
2009-01-04Administration: happy new year 2009, all PHP headers updated.plegall1-1/+1
2008-12-03bug 907 fixed: avoid PHP warning when pwg.images.add adds a photo in aplegall1-0/+5
2008-12-02bug 905 fixed: avoid PHP notice when rank is implicit in the categoriesplegall1-1/+1
2008-12-02bug 904 fixed: an index.htm is created in directories created byplegall1-0/+6
2008-10-20bug 897 fixed: controls added in pwg.images.add to have clear error messagesplegall1-6/+57
2008-10-17- mysql potential injection paranoia + code compaction in common.inc.phprvelices1-4/+6
2008-10-16- security paranoia: protect session/remember me cookies from XSS attacks (wo...rvelices1-15/+7
2008-10-11feature 892 added: pwg.images.setInfo added so that once we have discoveredplegall1-81/+178
2008-10-07feature 889 added: pwg.images.exist check the existence of a photo in theplegall1-0/+39
2008-10-05bug 888 fixed: pwg.images.add updates the associated categories so that aplegall1-1/+3
2008-10-05feature 885 added: pwg.images.add web API method now supports additionalplegall1-4/+41
2008-10-03bug 880 fixed: pwg.categories.add invalidate the user cache so that the newplegall1-0/+2
2008-10-01feature 874 added: new Web API method pwg.tags.add.plegall1-0/+19
2008-09-25feature 868 added: pwg.images.add checks if the same file has not alreadplegall1-0/+13
2008-09-25- some checks for admins that are advisers (no write access)rvelices1-11/+11
2008-09-24new: WebService method pwg.tags.getAdminList was added. The difference withplegall1-0/+27
2008-09-24new: WebService method pwg.categories.add so that pLoader can create aplegall1-0/+22
2008-09-23- removed #debug css rule (why would we need that in default-layout?)rvelices1-2/+2
2008-09-22improvement: WebService method pwg.images.add can set fill #images tableplegall1-19/+104
2008-09-21new: webservice method pwg.categories.getAdminList was added so that pLoaderplegall1-0/+56
2008-09-19improvement: instead of sending the images_max_rank of each category inplegall1-21/+19
2008-09-17improvement: webservice methode pwg.categories.getList returns theplegall1-4/+34
2008-09-11feature added: ability to set rank from webservice upload.plegall1-1/+3
2008-09-11remove ws access table/partners functionalityrvelices1-154/+2
2008-09-08bug fixed: it seems that the upload file.jpg had -rw------- permissionsplegall1-0/+2
2008-09-04improvement: ws method pwg.images.add checks the dumped files against theplegall1-3/+22
2008-09-04- remove hello_world plugin (not working anymore)rvelices1-8/+12
2008-07-30feature 839, first step : early proof of concept, no error handling. Aplegall1-0/+100
2008-07-23- normalize behaviour of query search versus std search (now both return item...rvelices1-16/+15
2008-07-15- image rating on picture page done through ajax (tested safari/ie 6&7/ff)rvelices1-0/+35
2008-07-12- add to caddie on picture page done through ajaxrvelices1-0/+28
2008-07-02- first use of web services as Ajax: change the privacy level directly from t...rvelices1-0/+29
2008-07-01- remember me cookie security improvement (the time when the cookie was gener...rvelices1-1/+1