aboutsummaryrefslogtreecommitdiffstats
path: root/include/ws_functions (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-31fixes #478, add new column user_infos.last_visitplegall1-31/+21
This will speed up user edit popin opening, by avoiding to search in history for the last user visit. The column user_infos.last_visit_from_history true/false says if the last_visit has already been search in history (to avoid making it twice). I could have implemented the search of last_visit for all users in the migration task 149 but in case of many users and long history, it would have taken years to execute...
2016-03-24fixes #442, forgot to include admin functionsplegall1-0/+1
2016-02-23feature #321, set status with pwg.categories.setInfosplegall1-0/+27
2016-02-23feature #321, pwg.categories.getList returns statusplegall1-3/+3
2016-02-12fixes #414, deactivate auth keys on password changeplegall1-0/+5
2016-02-12fixes #419, an admin can't change webmaster passwordplegall1-0/+21
2016-02-03fixes #410, add param thumbnail_size to pwg.categories.getListplegall1-2/+7
2016-01-28fixes #349, API set ranks of all album photos at onceplegall1-1/+34
on pwg.images.setRank, ability to provide a list of image_id (and no rank). This way you can set the order of all photos of a given album, at once.
2016-01-14happy new year 2016, all headers updatedplegall9-9/+9
2015-12-20feature #346, give chunk size in pwg.session.getStatus responseplegall1-0/+2
2015-12-01faster SQL, by @mistic100plegall1-6/+6
2015-12-01fixes #377 use Ajax calls to refresh/delete album thumbnailplegall1-0/+92
2015-04-24feature 3221 Add Logger classmistic1001-30/+29
git-svn-id: http://piwigo.org/svn/trunk@31102 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-03-12use query2arrayrvelices1-14/+14
git-svn-id: http://piwigo.org/svn/trunk@31031 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-06merge r30375 from trunk to branch 2.7plegall1-1/+1
bug 3171 fixed: no need to double escape the file name from HTML5 upload git-svn-id: http://piwigo.org/svn/branches/2.7@30376 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-06bug 3171 fixed: no need to double escape the file name from HTML5 uploadplegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@30375 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-03bug 3163: pwg.tags.getImages mysql error if order parameter is providedrvelices1-2/+6
git-svn-id: http://piwigo.org/svn/trunk@30359 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-25Merged revision(s) 29773, 29778-29779 from trunk:mistic1001-1/+1
fix plugins autoupdate: call ##_maintain::update when updating from back-office - plugins.version is not updated in "activate" action - plugins.version is updated in "update" action and "load_plugin()" function (not only for plugins using maintain.class.php) cases covered: - autoupdate while active or inactive - FTP update while active or inactive git-svn-id: http://piwigo.org/svn/branches/2.7@29792 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-25final fix for plugins update ?mistic1001-1/+1
- plugins.version is not updated in "activate" action - plugins.version is updated in "update" action and "load_plugin()" function (not only for plugins using maintain.class.php) cases covered: - autoupdate while active or inactive - FTP update while active or inactive git-svn-id: http://piwigo.org/svn/trunk@29779 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-24fix plugins autoupdate: call ##_maintain::update when updating from back-officemistic1001-1/+1
git-svn-id: http://piwigo.org/svn/trunk@29773 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-22feature 3083: return the upload_file_types in pwg.session.getStatus (list of ↵plegall1-1/+15
file extension, comma separated) git-svn-id: http://piwigo.org/svn/trunk@29729 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-30feature 3067: upload any file type with the new HTML5 upload form.plegall1-0/+1
$file_types = conf['upload_form_all_types'] ? $conf['file_ext'] : $conf['picture_ext']; By default, conf['upload_form_all_types'] = false; git-svn-id: http://piwigo.org/svn/trunk@29124 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-25bug 3104: less rights for admins (compared to webmaster). Now an admin can't:plegall1-20/+46
* delete a webmaster * give webmaster/admin status to any user * change status of a webmaster/admin git-svn-id: http://piwigo.org/svn/trunk@29074 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-07feature 2807: nicer display of "from to" dates (required changes in ↵mistic1001-2/+2
"format_date" function) git-svn-id: http://piwigo.org/svn/trunk@28981 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-02feature 3010 : replace trigger_action/event by trigger_notify/changemistic1001-5/+5
git-svn-id: http://piwigo.org/svn/trunk@28587 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-28feature 2616: better behavior at the end of upload (more like with ↵plegall1-0/+15
uploadify, but no page reload) git-svn-id: http://piwigo.org/svn/trunk@28554 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-28feature 2616, customizations for pluploadplegall1-12/+3
* bug fixed, remove debug inserts in table "plupload" * display photo title as tooltip on thumbnail * hide useless .plupload_header * hide any other form fieldset until an album is selected git-svn-id: http://piwigo.org/svn/trunk@28552 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-27feature 2616: HTML5 upload (with plupload 2.1.2). First basic ↵plegall1-0/+140
implementation. Needs customization. Chunked upload + Drag & drop (no more Flash) use a new specific API method pwg.images.upload git-svn-id: http://piwigo.org/svn/trunk@28545 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-26feature 3077 : factorize code for categories cache (TODO for other ↵mistic1001-1/+1
collections) + fix incorrect categories list for dissociation git-svn-id: http://piwigo.org/svn/trunk@28542 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-17feature 3077 : use Selectize with AJAX load/cache on picture_modifymistic1001-1/+7
git-svn-id: http://piwigo.org/svn/trunk@28494 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-05bug 3069: add quick search as filter in batch managerrvelices1-17/+19
git-svn-id: http://piwigo.org/svn/trunk@28087 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-17merge r27810 from branch 2.6 to trunkplegall3-0/+35
bug 3055: add security pwg_token on API methods introduced in Piwigo 2.6 (pwg.groups.addUser, pwg.groups.deleteUser, pwg.groups.setInfo, pwg.users.add, pwg.users.setInfo, pwg.permissions.add, pwg.permissions.remove) git-svn-id: http://piwigo.org/svn/trunk@27811 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-12merge r27715 from branch 2.6 to trunkplegall1-0/+2
feature 3054: new trigger ws_users_getList git-svn-id: http://piwigo.org/svn/trunk@27716 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-11removed unnecessary by ref parameters + do not define IN_ADMIN on ws methodrvelices1-7/+6
git-svn-id: http://piwigo.org/svn/trunk@27694 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-13web service always return pwg version (allow in the future mobile apps to ↵rvelices1-11/+2
maintain compatibility) git-svn-id: http://piwigo.org/svn/trunk@27371 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-24merge r26952 from branch 2.6 to trunkplegall1-1/+1
bug 3035 fixed: the output of pwg.categories.getList with option tree_output=true was modified in r22729 to fix a bug. But fixing this bug has broken iOS/Android applications which uses this parameter. The immediate solution is to reintroduce the bug for now and fix it cleanly later (requires a new version of iOS/Android apps) git-svn-id: http://piwigo.org/svn/trunk@26953 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-17admin rating improvementsrvelices1-0/+4
- use web service for deletion - use datatables for rating by user - use fontello icons git-svn-id: http://piwigo.org/svn/trunk@26837 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-05Update headers to 2014. Happy new year!!mistic1009-9/+9
git-svn-id: http://piwigo.org/svn/trunk@26461 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-16invalidate_user_cache fix in web service method + do not invalidate user ↵rvelices1-0/+5
cache on every page hit on album list, photo etc ... git-svn-id: http://piwigo.org/svn/trunk@25975 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-16bug 3012 fixed: invalidate_user_cache() on pwg.users.setInfo, ↵plegall2-3/+9
pwg.groups.addUser, pwg.groups.deleteUser git-svn-id: http://piwigo.org/svn/trunk@25968 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18- ws users/groups/perms returns int instead of strings for idsrvelices2-11/+17
- fix ws permissions getList (sometimes got objects sometimes arrays) - users_list data table uses POST (avoid extra lengthy urls) git-svn-id: http://piwigo.org/svn/trunk@25545 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-13feature 2976: ability to set group association with pwg.users.setInfoplegall1-0/+38
git-svn-id: http://piwigo.org/svn/trunk@25474 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-13feature 2976: improve lisiblity of pwg.users.getList options on APi explore ↵mistic1001-27/+19
+ optimizations (remove in_array()) git-svn-id: http://piwigo.org/svn/trunk@25472 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-11feature 2976: makes sure we output registration_date if registration_date_* ↵plegall1-43/+70
is requested (same for last_visit_*) git-svn-id: http://piwigo.org/svn/trunk@25461 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-11feature 2976: add output fields for pwg.users.getList. registration_date,plegall1-2/+62
registration_date_string, registration_date_since, last_visit, last_visit_string, last_visit_since. bug fixed: format_date(), removing leading zero on day number git-svn-id: http://piwigo.org/svn/trunk@25459 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-10delete replace_space function, modify get_cat_display_name_* functionsmistic1001-1/+1
git-svn-id: http://piwigo.org/svn/trunk@25425 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-01splits ws_functions.inc.php in 8 files + comments + code cleaningmistic1009-0/+4340
git-svn-id: http://piwigo.org/svn/trunk@25281 68402e56-0260-453c-a942-63ccdbb3a9ee