summaryrefslogtreecommitdiffstats
path: root/settings/ajax/userlist.php
Commit message (Collapse)AuthorAgeFilesLines
* 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