| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow to sort groups by name | Joas Schilling | 2017-08-22 | 1 | -10/+14 |
* | Return '0' instead of null | Lukas Reschke | 2017-08-01 | 1 | -1/+1 |
* | UserManager can now count disabled users | Arthur Schiwon | 2017-04-29 | 1 | -8/+5 |
* | change group id to _disabledUsers | Morris Jobke | 2017-04-29 | 1 | -2/+2 |
* | Implemented visual feedback if a user is disabled in admin user menu. | Thomas Pulzer | 2017-04-29 | 1 | -0/+15 |
* | Remove legacy class OC_Group and OC_User | Morris Jobke | 2017-03-09 | 1 | -1/+1 |
* | Always enable avatars | Morris Jobke | 2017-02-13 | 1 | -1/+0 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -3/+4 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -3/+3 |
* | Move Group_LDAP and Group_Proxy to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -2/+2 |
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
* | Make enable_avatars setting more robust | Morris Jobke | 2016-01-27 | 1 | -1/+1 |
* | allow apps to load additional scripts on the user settings page via the event... | Jörn Friedrich Dreyer | 2016-01-14 | 1 | -0/+2 |
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
* | Remove deprecated function OC_User::getManager | Roeland Jago Douma | 2015-12-17 | 1 | -1/+1 |
* | Remove unused setActiveNavigationEntry of OC_App - it's also in OCP\App | Morris Jobke | 2015-12-04 | 1 | -1/+1 |
* | Fix typo in variable name | Morris Jobke | 2015-11-04 | 1 | -4/+4 |
* | Drop OC_SubAdmin and replace usages | Lukas Reschke | 2015-10-29 | 1 | -2/+16 |
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -1/+1 |
* | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 1 | -1/+1 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+2 |
* | Save the settings in the user management page | Roeland Jago Douma | 2015-09-25 | 1 | -0/+7 |
* | Check if app is enabled instead of if class exists | Robin McCorkell | 2015-09-07 | 1 | -1/+1 |
* | also don't count group members when more than 1 ldap configs are active | Arthur Schiwon | 2015-08-13 | 1 | -1/+3 |
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
* | Do not return backends but add a method to check for one | Joas Schilling | 2015-06-16 | 1 | -6/+4 |
* | Only sort by group name when LDAP is involved | Joas Schilling | 2015-06-16 | 1 | -1/+15 |
* | Sort user groups by group name and hide the user count | Joas Schilling | 2015-05-18 | 1 | -1/+1 |
* | make recovery key work | Bjoern Schiessle | 2015-04-07 | 1 | -2/+2 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -3/+28 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -28/+4 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -4/+28 |
* | move loading of JS and CSS to template | Morris Jobke | 2014-12-12 | 1 | -8/+0 |
* | remove PHP generated user list and move all to the existing JS part | Morris Jobke | 2014-12-12 | 1 | -30/+2 |
* | reduce OC_Preferences, OC_Config and \OCP\Config usage | Morris Jobke | 2014-12-08 | 1 | -2/+4 |
* | drop jquery.inview as it is unused | Morris Jobke | 2014-11-05 | 1 | -1/+0 |
* | Using countUsers method to return true count of users | Clark Tomlinson | 2014-09-05 | 1 | -18/+17 |
* | Port of #9584 | Stephan Peijnik | 2014-07-16 | 1 | -1/+8 |
* | Better Logic to display user count for everyone. | raghunayyar | 2014-06-24 | 1 | -0/+1 |
* | small fixes / cleanup | Arthur Schiwon | 2014-06-02 | 1 | -11/+0 |
* | Add space | Lukas Reschke | 2014-06-02 | 1 | -1/+1 |
* | Rename $accessibleusers to $accessibleUsers | Lukas Reschke | 2014-06-02 | 1 | -3/+3 |
* | Rename $isadmin to $isAdmin | Lukas Reschke | 2014-06-02 | 1 | -4/+4 |
* | unify and consolidate group fetching method for initial template fill and aja... | Arthur Schiwon | 2014-06-02 | 1 | -43/+7 |
* | enable group filtering | Arthur Schiwon | 2014-06-02 | 1 | -3/+8 |
* | make filter work on server-side | Arthur Schiwon | 2014-06-02 | 1 | -0/+1 |
* | refactor delete handling and apply it to users and groups | Arthur Schiwon | 2014-06-02 | 1 | -0/+1 |
* | resolving conflict when picking 8b81a0b | raghunayyar | 2014-06-02 | 1 | -1/+1 |
* | sort groups by user count | Arthur Schiwon | 2014-06-02 | 1 | -2/+20 |