aboutsummaryrefslogtreecommitdiffstats
path: root/include/ws_functions (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bug 3055: add security pwg_token on API methods introduced in Piwigo 2.6plegall2014-03-173-0/+35
| | | | | | | | (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/branches/2.6@27810 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3054: new trigger ws_users_getListplegall2014-03-121-0/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.6@27715 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3035 fixed: the output of pwg.categories.getList with optionplegall2014-01-241-1/+1
| | | | | | | | | | 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/branches/2.6@26952 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r26837 from trunk to branch 2.6rvelices2014-01-171-0/+4
| | | | | | | | | | admin rating improvements - use web service for deletion - use datatables for rating by user - use fontello icons git-svn-id: http://piwigo.org/svn/branches/2.6@26838 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update headers to 2014. Happy new year!!mistic1002014-01-059-9/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@26461 68402e56-0260-453c-a942-63ccdbb3a9ee
* invalidate_user_cache fix in web service method + do not invalidate user ↵rvelices2013-12-161-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
* bug 3012 fixed: invalidate_user_cache() on pwg.users.setInfo, ↵plegall2013-12-162-3/+9
| | | | | | pwg.groups.addUser, pwg.groups.deleteUser git-svn-id: http://piwigo.org/svn/trunk@25968 68402e56-0260-453c-a942-63ccdbb3a9ee
* - ws users/groups/perms returns int instead of strings for idsrvelices2013-11-182-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
* feature 2976: ability to set group association with pwg.users.setInfoplegall2013-11-131-0/+38
| | | | git-svn-id: http://piwigo.org/svn/trunk@25474 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2976: improve lisiblity of pwg.users.getList options on APi explore ↵mistic1002013-11-131-27/+19
| | | | | | + optimizations (remove in_array()) git-svn-id: http://piwigo.org/svn/trunk@25472 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2976: makes sure we output registration_date if registration_date_* ↵plegall2013-11-111-43/+70
| | | | | | is requested (same for last_visit_*) git-svn-id: http://piwigo.org/svn/trunk@25461 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2976: add output fields for pwg.users.getList. registration_date,plegall2013-11-111-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
* delete replace_space function, modify get_cat_display_name_* functionsmistic1002013-11-101-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@25425 68402e56-0260-453c-a942-63ccdbb3a9ee
* splits ws_functions.inc.php in 8 files + comments + code cleaningmistic1002013-11-019-0/+4340
git-svn-id: http://piwigo.org/svn/trunk@25281 68402e56-0260-453c-a942-63ccdbb3a9ee