summaryrefslogtreecommitdiffstats
path: root/settings/ajax/userlist.php
Commit message (Collapse)AuthorAgeFilesLines
* Add REST route for user & group managementLukas Reschke2014-12-081-92/+0
| | | | First step of a somewhat testable user management. - I know, the JSON returns are in an ugly format but the JS expects it that way. So let's keep it that way until we have time to fix the JS in the future.
* 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
| | | | Fix #9748
* 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 ↵Thomas Mueller2013-04-081-1/+1
| | | | OC_User::determineDisplayName
* Fetch displayname in userlist ajax requests. Refs #1681Thomas Tanghus2013-02-221-2/+4
|
* Check if user is admin - boolLukas Reschke2013-01-141-1/+1
| | | | | | | | | | | There was no "isAdminUser()" function which returned bool. This is irritiating as there were a loooooooot of places in the code which checked this itself with `OC_Group::inGroup($uid, 'admin)` - why not use a function for this? (Especially if you consider that we might change the group name in the future, which would lead to problems then) Additionally, @Raydiation needed such a method for his AppFramework :)
* 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
| | | respect coding style
* 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