| Commit message (Expand) | Author | Age | Files | Lines |
* | apply new checkbox style in users settings | Hendrik Leppelsack | 2015-10-29 | 1 | -5/+5 |
* | Save the settings in the user management page | Roeland Jago Douma | 2015-09-25 | 1 | -5/+10 |
* | hide delete icon on group for subadmins | michag86 | 2015-08-18 | 1 | -0/+2 |
* | use the main search box to filter users in user management | Robin Appelman | 2015-08-05 | 1 | -3/+0 |
* | Only sort by group name when LDAP is involved | Joas Schilling | 2015-06-16 | 1 | -1/+1 |
* | fixing #15397 | Volker E | 2015-04-04 | 1 | -13/+13 |
* | fixing #15396 accessibility of table#userlist | Volker E | 2015-04-04 | 1 | -12/+12 |
* | Mail address of users is now changable in the user management | Morris Jobke | 2014-12-18 | 2 | -1/+12 |
* | Send mail for new users | Morris Jobke | 2014-12-16 | 2 | -0/+9 |
* | Show user backend in user management | Morris Jobke | 2014-12-12 | 2 | -8/+20 |
* | move loading of JS and CSS to template | Morris Jobke | 2014-12-12 | 1 | -0/+13 |
* | remove PHP generated user list and move all to the existing JS part | Morris Jobke | 2014-12-12 | 1 | -70/+16 |
* | User management search just searches users - adjust label of input field - fi... | Morris Jobke | 2014-11-18 | 1 | -1/+1 |
* | Login Name -> Username in user management | Morris Jobke | 2014-11-10 | 1 | -1/+1 |
* | Adding translations for settings | Thomas Müller | 2014-10-29 | 1 | -1/+3 |
* | "Group admin" default label (issue #7706) | Sebastian Bolt | 2014-10-22 | 1 | -3/+3 |
* | Using countUsers method to return true count of users | Clark Tomlinson | 2014-09-05 | 1 | -3/+3 |
* | user mgmt: move 'Show storage location' and 'Show last log in' to settings area | Jan-Christoph Borchardt | 2014-08-29 | 3 | -46/+46 |
* | Adds 2 checkboxes at the top of userlist in the settings, to display/hide opt... | Stephane V | 2014-08-28 | 1 | -1/+12 |
* | it does not affect gravity on planet earth, but only for tipsy | Arthur Schiwon | 2014-08-13 | 1 | -1/+1 |
* | make singleselect check for gravity wish, and make it south for default quota | Arthur Schiwon | 2014-08-12 | 1 | -1/+1 |
* | Use global apps slide toggle logic | Vincent Petry | 2014-08-12 | 1 | -2/+2 |
* | Fixed JS and CSS issues in users page | Vincent Petry | 2014-07-17 | 1 | -2/+2 |
* | increase/decrease everyone count on user creation/deletion | Arthur Schiwon | 2014-07-09 | 1 | -1/+1 |
* | increment group counters when a user is created | Arthur Schiwon | 2014-07-09 | 1 | -1/+1 |
* | Better Logic to display user count for everyone. | raghunayyar | 2014-06-24 | 1 | -1/+3 |
* | Make sure last seen tooltip always appears even after searching and filtering | Arthur Schiwon | 2014-06-19 | 1 | -2/+2 |
* | unify controls bar, remove duplicate from user management | Jan-Christoph Borchardt | 2014-06-06 | 1 | -1/+1 |
* | fix related layout issues in user management | Jan-Christoph Borchardt | 2014-06-04 | 1 | -1/+1 |
* | fix grouplist behaviour (blank after filtering) | Arthur Schiwon | 2014-06-02 | 1 | -1/+1 |
* | remove group rename stuff, there is not support in the backends yet. to do fo... | Arthur Schiwon | 2014-06-02 | 1 | -6/+1 |
* | user mgmt: hide group rename function because it’s not supported in the bac... | Jan-Christoph Borchardt | 2014-06-02 | 1 | -2/+5 |
* | Javascript cleanup for groups. | ringmaster | 2014-06-02 | 1 | -7/+7 |
* | Rebase cleanup. | ringmaster | 2014-06-02 | 1 | -1/+0 |
* | Fix broken span. | ringmaster | 2014-06-02 | 1 | -0/+1 |
* | Add the admin group to the group list data. | ringmaster | 2014-06-02 | 1 | -0/+3 |
* | More specific selectors, javascript cleanup. | ringmaster | 2014-06-02 | 2 | -3/+3 |
* | user management: remove autocompletion of user/password fields, fix #8464 | Jan-Christoph Borchardt | 2014-06-02 | 1 | -2/+4 |
* | user management: remove unneeded and erroneous user filter reset function | Jan-Christoph Borchardt | 2014-06-02 | 1 | -1/+0 |
* | Rename $isadmin to $isAdmin | Lukas Reschke | 2014-06-02 | 1 | -2/+2 |
* | add reset button for the filter field | Arthur Schiwon | 2014-06-02 | 1 | -1/+2 |
* | more appropriate label | Arthur Schiwon | 2014-06-02 | 1 | -1/+1 |
* | unify and consolidate group fetching method for initial template fill and aja... | Arthur Schiwon | 2014-06-02 | 1 | -3/+3 |
* | make string translatable | Arthur Schiwon | 2014-06-02 | 1 | -1/+1 |
* | enable group filtering | Arthur Schiwon | 2014-06-02 | 1 | -3/+6 |
* | Enhancement: Adding Group on the Sidebar updates the multiselect on the Userl... | raghunayyar | 2014-06-02 | 2 | -30/+34 |
* | restructure group.js and put functions to object, also add group list sorting... | Arthur Schiwon | 2014-06-02 | 1 | -1/+1 |
* | move group-click initialization to groups.js and only react on elements with ... | Arthur Schiwon | 2014-06-02 | 1 | -1/+1 |
* | Enhancement : Toggle Add Group on Click, @blizzz have a look here. | raghunayyar | 2014-06-02 | 1 | -2/+7 |
* | set admin gid to Admins filter. I.e. hard-coding the admin group, but this is... | Arthur Schiwon | 2014-06-02 | 1 | -1/+1 |