summaryrefslogtreecommitdiffstats
path: root/settings/ajax/userlist.php
Commit message (Expand)AuthorAgeFilesLines
* Add REST route for user & group managementLukas Reschke2014-12-081-92/+0
* properly encode groups as json, not ',' separatedJörn Friedrich Dreyer2014-08-181-3/+3
* Fix username for subadmins and only send subadmin groupsJoas Schilling2014-07-211-2/+5
* magic strings - bad kungfuThomas Müller2014-07-091-0/+3
* make filter work on server-sideArthur Schiwon2014-06-021-3/+8
* load groups when clicking on themArthur Schiwon2014-06-021-1/+16
* add Last Login columnArthur Schiwon2014-06-021-2/+6
* add Storage Location colArthur Schiwon2014-06-021-9/+14
* Fix retrieval of users with multiple backendsArthur Schiwon2013-05-031-2/+7
* fixes #2743 - use public OC_User::getDisplayName instead of OC_User::determin...Thomas Mueller2013-04-081-1/+1
* Fetch displayname in userlist ajax requests. Refs #1681Thomas Tanghus2013-02-221-2/+4
* Check if user is admin - boolLukas Reschke2013-01-141-1/+1
* Style: Remove all the dangling white spacesFelix Moeller2012-11-041-5/+5
* Make the settings ajax calls use the routerBart Visscher2012-10-021-3/+1
* Update settings/ajax/userlist.phpThomas Müller2012-09-041-2/+9
* Use limit and offset for subadmin usersMichael Gapczynski2012-08-111-2/+2
* Add infinite scrolling to Settings -> Users, still a little buggyMichael Gapczynski2012-08-111-0/+45