Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix capitalization of text in users management | Jan-Christoph Borchardt | 2016-07-28 | 3 | -8/+8 |
| | |||||
* | remove svg classes | Hendrik Leppelsack | 2016-07-01 | 2 | -5/+5 |
| | |||||
* | Merge pull request #22929 from owncloud/bugfix-removequota-subadmins | Vincent Petry | 2016-05-24 | 1 | -5/+6 |
|\ | | | | | Bugfix removequota subadmins | ||||
| * | Fix default quota field from reviews | Vincent Petry | 2016-05-20 | 1 | -2/+2 |
| | | |||||
| * | Removed default quota for subadmins | prastut | 2016-03-08 | 1 | -1/+6 |
| | | |||||
| * | Removed default quota for subadmins | prastut | 2016-03-08 | 1 | -6/+2 |
| | | |||||
* | | Add loading feedback for email change in user management | Morris Jobke | 2016-03-16 | 1 | -1/+1 |
|/ | | | | | | | | * show loading indicator while the request is running * change value after the request succeed - not before and undo maybe wrong changes * move markup to HTML template * show notification temporarily | ||||
* | 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 |
| | | | | | | | Store the setting in the user managerment page (e.g. show e-mail address). Fixes #12727 | ||||
* | hide delete icon on group for subadmins | michag86 | 2015-08-18 | 1 | -0/+2 |
| | | | because they cannot delete a group | ||||
* | 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 |
| | | | | | | | | | | | * introduced new route settings/users/{id}/mailAddress * kept old responses * better error messages * dropped lostpassword.php from settings/ajax * cleaned up the UserList.add() and hand in user object instead of each attribute as another parameter * check for change permission of mail address * proper response messages | ||||
* | Send mail for new users | Morris Jobke | 2014-12-16 | 2 | -0/+9 |
| | | | | | | * supply mail address * send mail with username and URL to that mail address * option to temporary enable this feature | ||||
* | Show user backend in user management | Morris Jobke | 2014-12-12 | 2 | -8/+20 |
| | | | | | | | * add switch to settings to show user backend * user classes for headers and rows to unify the show/hide statement * add user backend to response of user create request * proper markup in settings area | ||||
* | 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 - ↵ | Morris Jobke | 2014-11-18 | 1 | -1/+1 |
| | | | | fixes #10229 | ||||
* | 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 |
| | | | | | | Changed the column header to "Group Admin for" and the default value of the multiselect box to "no group" if user is not a groupadmin for any group. | ||||
* | 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 ↵ | Stephane V | 2014-08-28 | 1 | -1/+12 |
| | | | | | | optional columns This fixes #9367. | ||||
* | 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 |
| | | | | | Remove local app settings slide logic and make it use the global one triggered by the "data-apps-slide-toggle" attribute. | ||||
* | Fixed JS and CSS issues in users page | Vincent Petry | 2014-07-17 | 1 | -2/+2 |
| | | | | | | - Renamed "delete" to "deleteEntry" to make IE8 happy. - Added missing "svg" class for the "+" button - Added height to "+" button but was unable to properly align it | ||||
* | 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 ↵ | Arthur Schiwon | 2014-06-02 | 1 | -6/+1 |
| | | | | for oc8. | ||||
* | user mgmt: hide group rename function because it’s not supported in the ↵ | Jan-Christoph Borchardt | 2014-06-02 | 1 | -2/+5 |
| | | | | backend yet | ||||
* | Javascript cleanup for groups. | ringmaster | 2014-06-02 | 1 | -7/+7 |
| | |||||
* | Rebase cleanup. | ringmaster | 2014-06-02 | 1 | -1/+0 |
| | | | | | Removing code that should not have been restored. Originally removed in 45fd8f6d. | ||||
* | 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 |
| | | | | | | Fixes the admin group disappearing from the list when updating the display as the result of a search. This group data should probably be managed on the page entirely by the javascript GroupList object, but this seems like the interim method. | ||||
* | More specific selectors, javascript cleanup. | ringmaster | 2014-06-02 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | * Assigned jQuery selector results to variables for speed. * Moved all .attr('data') calls to .data() calls. * Added :data(uid) selector. * Split the multiselect checkhandlers into separate functions. * De-duped click event on password change/img. * Used fluent interface on jQuery object for event binding. * Removed redundant tag names in class selectors. * Fixed incorrect date display for last login. * Added Userlist.has() to search for uid. * General code convention compliance fixes. to-do: Group dropdowns currently don't add the admin group after the search result, not sure why yet. | ||||
* | 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 ↵ | Arthur Schiwon | 2014-06-02 | 1 | -3/+3 |
| | | | | ajax request |