aboutsummaryrefslogtreecommitdiffstats
path: root/include/ws_functions.inc.php (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-05-23- merge r2355 from 1.7 to trunk: fix display of menubar related tags in IE7rvelices1-1/+1
2008-04-05Bug fixed: as rvelices notified me by email, my header replacement script wasplegall1-23/+0
2008-04-04Modification: new header on PHP files, PhpWebGallery renamed Piwigo.plegall1-0/+21
2007-10-12- fix plugin menu link broken with xamp (realpath behaves differently)rvelices1-44/+8
2007-10-08- some code refactoring before upgrade to utf (only cosmetic at this point...)rvelices1-4/+1
2007-10-03- bug 755: admin permalinks page - fix category field sortrvelices1-25/+29
2007-06-05Resolved issue 0000697: with generic user a author name is necessary to comme...rub1-4/+4
2007-03-08- plugin administration: small fix during activation phaservelices1-3/+3
2007-02-28feature 657: permalinks for categoriesrvelices1-3/+3