Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add REST route for user & group management | Lukas Reschke | 2014-12-08 | 1 | -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 ',' separated | Jörn Friedrich Dreyer | 2014-08-18 | 1 | -3/+3 |
| | |||||
* | Fix username for subadmins and only send subadmin groups | Joas Schilling | 2014-07-21 | 1 | -2/+5 |
| | | | | Fix #9748 | ||||
* | magic strings - bad kungfu | Thomas Müller | 2014-07-09 | 1 | -0/+3 |
| | |||||
* | make filter work on server-side | Arthur Schiwon | 2014-06-02 | 1 | -3/+8 |
| | |||||
* | load groups when clicking on them | Arthur Schiwon | 2014-06-02 | 1 | -1/+16 |
| | |||||
* | add Last Login column | Arthur Schiwon | 2014-06-02 | 1 | -2/+6 |
| | |||||
* | add Storage Location col | Arthur Schiwon | 2014-06-02 | 1 | -9/+14 |
| | |||||
* | 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 |