Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix retrieval of users with multiple backends | Arthur Schiwon | 2013-05-03 | 1 | -2/+7 |
| | |||||
* | fixes #2743 - use public OC_User::getDisplayName instead of ↵ | Thomas Mueller | 2013-04-08 | 1 | -1/+1 |
| | | | | OC_User::determineDisplayName | ||||
* | Fetch displayname in userlist ajax requests. Refs #1681 | Thomas Tanghus | 2013-02-22 | 1 | -2/+4 |
| | |||||
* | Check if user is admin - bool | Lukas Reschke | 2013-01-14 | 1 | -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 spaces | Felix Moeller | 2012-11-04 | 1 | -5/+5 |
| | |||||
* | Make the settings ajax calls use the router | Bart Visscher | 2012-10-02 | 1 | -3/+1 |
| | |||||
* | Update settings/ajax/userlist.php | Thomas Müller | 2012-09-04 | 1 | -2/+9 |
| | | | respect coding style | ||||
* | Use limit and offset for subadmin users | Michael Gapczynski | 2012-08-11 | 1 | -2/+2 |
| | |||||
* | Add infinite scrolling to Settings -> Users, still a little buggy | Michael Gapczynski | 2012-08-11 | 1 | -0/+45 |