summaryrefslogtreecommitdiffstats
path: root/settings/js/users
Commit message (Expand)AuthorAgeFilesLines
* Use the provisioning api in the user management to handle group membershipsJoas Schilling2017-01-182-28/+51
* use tooltip in user listChristoph Wurst2017-01-131-2/+2
* Fix password change in user managementMorris Jobke2016-11-301-0/+1
* Check if data is definedLukas Reschke2016-11-221-1/+1
* Fix user management callbacksMorris Jobke2016-11-181-34/+43
* Fix error displaying on email and add confirmationJoas Schilling2016-11-181-21/+37
* Require password confirmation to change the QuotaJoas Schilling2016-11-181-3/+12
* Require confirmation to change the displaynameJoas Schilling2016-11-181-15/+31
* Confirm on create/delete groupJoas Schilling2016-11-181-2/+13
* More fixesJoas Schilling2016-11-181-2/+2
* Hide and show after updatingJoas Schilling2016-11-181-4/+10
* Require password confirmation for user managementJoas Schilling2016-11-181-14/+54
* Switch to public APIJoas Schilling2016-10-211-10/+10
* tidy up adding user to list a little bitArthur Schiwon2016-10-111-17/+4
* Improve user list rendering perf by not resorting after every add (#26282)Vincent Petry2016-10-101-1/+1
* Extra non-available groups also in listVincent Petry2016-08-291-2/+15
* Users page lazy multiselect group dropdownsVincent Petry2016-08-292-82/+83
* fix setting quota to default or unlimitedRobin Appelman2016-08-251-1/+1
* 25532_issue_password_update_notification_updated (#25756)Jack Davis2016-08-191-1/+3
* Fix some jshint errors in settings/usersRoeland Jago Douma2016-08-193-5/+12
* fix capitalization of text in users managementJan-Christoph Borchardt2016-07-281-3/+3
* Merge pull request #25240 from owncloud/remove-svgMorris Jobke2016-07-041-1/+1
|\
| * remove svg classesHendrik Leppelsack2016-07-011-1/+1
* | Prevent negative or non-number values in quota inputVincent Petry2016-06-241-0/+6
* | Fix "Other" value handling in quota dropdown in users pageVincent Petry2016-06-231-3/+9
|/
* decrease initial users to load to 50Jörn Friedrich Dreyer2016-06-071-1/+1
* Pass on the error message from the user manager to the UI (#24526)Joas Schilling2016-05-111-1/+1
* Properly escape URLLukas Reschke2016-04-181-1/+1
* misc: Fix some typosStefan Weil2016-04-121-1/+1
* Add loading feedback for email change in user managementMorris Jobke2016-03-161-9/+24
* Use the notification instead of the disruptive popupJoas Schilling2016-02-222-16/+18
* Allow to delete the email address in user managementMorris Jobke2016-02-051-18/+14
* Keep scroll position in users page when sortingVincent Petry2016-01-071-1/+8
* Add a default size to the avatar placeholdersRoeland Jago Douma2015-12-171-1/+1
* Update users.jsmichag862015-12-171-1/+1
* Merge pull request #20978 from owncloud/fix-dont-show-unsaved-values-in-usermgmtThomas Müller2015-12-111-3/+5
|\
| * reset mailadress/displayname on blurmichag862015-12-071-3/+5
* | Do not request an avatar if there is noneRoeland Jago Douma2015-12-041-2/+6
|/
* [Avatars] JS should not load same avatar twiceRoeland Jago Douma2015-12-041-2/+1
* Moved changedisplayname to usercontrollerRoeland Jago Douma2015-11-201-1/+1
* Fix #18072Thomas Müller2015-11-101-10/+2
* Fix everyone count for subadminsVincent Petry2015-10-291-3/+3
* Initially load at least 250 usersJörn Friedrich Dreyer2015-10-281-6/+11
* Delete last undoable user before user creationVincent Petry2015-10-072-31/+43
* Modify the group user count when changing membership of a userJoas Schilling2015-10-022-4/+17
* Save the settings in the user management pageRoeland Jago Douma2015-09-251-0/+29
* Merge pull request #18403 from owncloud/do-not-delete-group-if-emptyMorris Jobke2015-08-191-11/+0
|\
| * do not remove empty group in gui by jsmichag862015-08-191-11/+0
* | Merge pull request #18114 from owncloud/fix-delete-user-feedbackMorris Jobke2015-08-191-10/+10
|\ \ | |/ |/|
| * [user mgnt] fix delete user feedback on failureMorris Jobke2015-08-071-10/+10