aboutsummaryrefslogtreecommitdiffstats
path: root/include/ws_functions/pwg.users.php (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixes #478, add new column user_infos.last_visitplegall2016-05-311-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...
* fixes #414, deactivate auth keys on password changeplegall2016-02-121-0/+5
|
* fixes #419, an admin can't change webmaster passwordplegall2016-02-121-0/+21
|
* happy new year 2016, all headers updatedplegall2016-01-141-1/+1
|
* bug 3104: less rights for admins (compared to webmaster). Now an admin can't:plegall2014-07-251-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
* feature 2807: nicer display of "from to" dates (required changes in ↵mistic1002014-07-071-2/+2
| | | | | | "format_date" function) git-svn-id: http://piwigo.org/svn/trunk@28981 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r27810 from branch 2.6 to trunkplegall2014-03-171-0/+10
| | | | | | | | | | 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
* merge r27715 from branch 2.6 to trunkplegall2014-03-121-0/+2
| | | | | | | | feature 3054: new trigger ws_users_getList git-svn-id: http://piwigo.org/svn/trunk@27716 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update headers to 2014. Happy new year!!mistic1002014-01-051-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@26461 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3012 fixed: invalidate_user_cache() on pwg.users.setInfo, ↵plegall2013-12-161-3/+5
| | | | | | 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-181-2/+8
| | | | | | | - 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
* splits ws_functions.inc.php in 8 files + comments + code cleaningmistic1002013-11-011-0/+446
git-svn-id: http://piwigo.org/svn/trunk@25281 68402e56-0260-453c-a942-63ccdbb3a9ee