summaryrefslogtreecommitdiffstats
path: root/settings/js/users
Commit message (Expand)AuthorAgeFilesLines
* 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
* | replace tipsys with tooltipsHendrik Leppelsack2015-08-121-6/+6
|/
* use the main search box to filter users in user managementRobin Appelman2015-08-053-42/+29
* Trigger "apprendered" event in users pageVincent Petry2015-07-291-0/+4
* Only sort by group name when LDAP is involvedJoas Schilling2015-06-161-4/+27
* Always keep "Everyone" and "admin" at the top of the listJoas Schilling2015-06-161-0/+14
* Sort user groups by group name and hide the user countJoas Schilling2015-05-181-1/+2
* remove slow fade animation for remaining tipsy tooltipsJan-Christoph Borchardt2015-04-151-1/+1
* remove slow fade animation for tipsy tooltipJan-Christoph Borchardt2015-04-151-1/+1
* Fix user listMorris Jobke2015-04-131-3/+3
* Initial fix for #15494Roeland Jago Douma2015-04-121-1/+1
* Don't append user in a filtered list if groups don't matchVincent Petry2015-03-271-0/+4
* disable submit button while groupname is emptyRobin Appelman2015-03-181-0/+13
* fix user loadingArthur Schiwon2015-02-041-1/+6
* Add value if restore of data is possible for a userMorris Jobke2015-01-271-1/+16
* do not clear fields until request return successSugaroverdose2015-01-201-1/+2
* Drop the hide and show of new users in user listMorris Jobke2015-01-161-7/+0
* Autoescape of placeholders in t() and p() - for JSMorris Jobke2015-01-071-1/+1
* Mail address of users is now changable in the user managementMorris Jobke2014-12-181-38/+96
* Merge pull request #12870 from owncloud/send-mail-new-userThomas Müller2014-12-181-2/+21
|\
| * Send mail for new usersMorris Jobke2014-12-161-2/+21
* | fix initial loading limit of user management on large screensMorris Jobke2014-12-121-4/+16
|/
* Show user backend in user managementMorris Jobke2014-12-121-11/+20
* add comments to user list JS for better understandingMorris Jobke2014-12-121-0/+26
* remove PHP generated user list and move all to the existing JS partMorris Jobke2014-12-121-4/+13
* Expose backend type via REST APILukas Reschke2014-12-091-27/+26