summaryrefslogtreecommitdiffstats
path: root/settings/templates/users
Commit message (Collapse)AuthorAgeFilesLines
* Mail address of users is now changable in the user managementMorris Jobke2014-12-182-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 usersMorris Jobke2014-12-162-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 managementMorris Jobke2014-12-122-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 templateMorris Jobke2014-12-121-0/+13
|
* remove PHP generated user list and move all to the existing JS partMorris Jobke2014-12-121-70/+16
|
* User management search just searches users - adjust label of input field - ↵Morris Jobke2014-11-181-1/+1
| | | | fixes #10229
* Login Name -> Username in user managementMorris Jobke2014-11-101-1/+1
|
* Adding translations for settingsThomas Müller2014-10-291-1/+3
|
* "Group admin" default label (issue #7706)Sebastian Bolt2014-10-221-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 usersClark Tomlinson2014-09-051-3/+3
|
* user mgmt: move 'Show storage location' and 'Show last log in' to settings areaJan-Christoph Borchardt2014-08-293-46/+46
|
* Adds 2 checkboxes at the top of userlist in the settings, to display/hide ↵Stephane V2014-08-281-1/+12
| | | | | | optional columns This fixes #9367.
* it does not affect gravity on planet earth, but only for tipsyArthur Schiwon2014-08-131-1/+1
|
* make singleselect check for gravity wish, and make it south for default quotaArthur Schiwon2014-08-121-1/+1
|
* Use global apps slide toggle logicVincent Petry2014-08-121-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 pageVincent Petry2014-07-171-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/deletionArthur Schiwon2014-07-091-1/+1
|
* increment group counters when a user is createdArthur Schiwon2014-07-091-1/+1
|
* Better Logic to display user count for everyone.raghunayyar2014-06-241-1/+3
|
* Make sure last seen tooltip always appears even after searching and filteringArthur Schiwon2014-06-191-2/+2
|
* unify controls bar, remove duplicate from user managementJan-Christoph Borchardt2014-06-061-1/+1
|
* fix related layout issues in user managementJan-Christoph Borchardt2014-06-041-1/+1
|
* fix grouplist behaviour (blank after filtering)Arthur Schiwon2014-06-021-1/+1
|
* remove group rename stuff, there is not support in the backends yet. to do ↵Arthur Schiwon2014-06-021-6/+1
| | | | for oc8.
* user mgmt: hide group rename function because it’s not supported in the ↵Jan-Christoph Borchardt2014-06-021-2/+5
| | | | backend yet
* Javascript cleanup for groups.ringmaster2014-06-021-7/+7
|
* Rebase cleanup.ringmaster2014-06-021-1/+0
| | | | | Removing code that should not have been restored. Originally removed in 45fd8f6d.
* Fix broken span.ringmaster2014-06-021-0/+1
|
* Add the admin group to the group list data.ringmaster2014-06-021-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.ringmaster2014-06-022-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 #8464Jan-Christoph Borchardt2014-06-021-2/+4
|
* user management: remove unneeded and erroneous user filter reset functionJan-Christoph Borchardt2014-06-021-1/+0
|
* Rename $isadmin to $isAdminLukas Reschke2014-06-021-2/+2
|
* add reset button for the filter fieldArthur Schiwon2014-06-021-1/+2
|
* more appropriate labelArthur Schiwon2014-06-021-1/+1
|
* unify and consolidate group fetching method for initial template fill and ↵Arthur Schiwon2014-06-021-3/+3
| | | | ajax request
* make string translatableArthur Schiwon2014-06-021-1/+1
|
* enable group filteringArthur Schiwon2014-06-021-3/+6
|
* Enhancement: Adding Group on the Sidebar updates the multiselect on the ↵raghunayyar2014-06-022-30/+34
| | | | Userlist.
* restructure group.js and put functions to object, also add group list ↵Arthur Schiwon2014-06-021-1/+1
| | | | sorting after adding.
* move group-click initialization to groups.js and only react on elements with ↵Arthur Schiwon2014-06-021-1/+1
| | | | a data-gid attribute given
* Enhancement : Toggle Add Group on Click, @blizzz have a look here.raghunayyar2014-06-021-2/+7
|
* set admin gid to Admins filter. I.e. hard-coding the admin group, but this ↵Arthur Schiwon2014-06-021-1/+1
| | | | is OC reality atm - other admin groups are not possible.
* LDAP: adjust main template according to PR 7291Arthur Schiwon2014-06-021-2/+0
|
* Enhancement : The edit icon looks like files app rename fileaction.raghunayyar2014-06-021-4/+10
|
* Enhancement: Makes Edit and Delete Icons Tapable, 44px by 44px dimensions.raghunayyar2014-06-021-1/+1
|
* do not forget to pass parameters to subtemplateArthur Schiwon2014-06-022-5/+7
|
* Fixes Markup in templates.raghunayyar2014-06-021-29/+26
|
* resolving conflict when picking 8b81a0braghunayyar2014-06-025-0/+253