summaryrefslogtreecommitdiffstats
path: root/settings/js/users.js
Commit message (Expand)AuthorAgeFilesLines
* Use !== and === in settings.kondou2013-07-211-19/+19
* Use OC instead of oc to show alert at an error.kondou2013-07-101-1/+1
* Do not add groups if user has no groupsVictor Dubiniuk2013-07-031-2/+4
* Replace display name onlyVictor Dubiniuk2013-06-181-1/+1
* show nicer warning if the admin recovery password was wrongBjörn Schießle2013-05-161-4/+6
* some error handling in case the recovery password is wrongBjörn Schießle2013-05-161-0/+4
* allow admin to recover users files in case of password lostBjörn Schießle2013-05-161-1/+3
* Fix retrieval of users with multiple backendsArthur Schiwon2013-05-031-3/+9
* Add the quota change listeners to newly added user entries in the user listRobin Appelman2013-04-101-12/+19
* Fix Typokondou2013-04-051-2/+2
* Fix #2693kondou2013-04-051-2/+2
* Merge pull request #2448 from owncloud/userlist_available_groupsBernhard Posselt2013-03-291-4/+13
|\
| * User list: Keep array of available groups. Should fix #873Thomas Tanghus2013-03-191-4/+13
* | Users: use DisplayName in the Display Name col when appending usersArthur Schiwon2013-03-271-1/+1
|/
* User list: Avoid dupes and better sorting. Fix #2420Thomas Tanghus2013-03-191-15/+65
* Sanitize uid, group and quotaLukas Reschke2013-03-041-5/+5
* sort users according to display nameArthur Schiwon2013-02-261-2/+2
* Fetch displayname in userlist ajax requests. Refs #1681Thomas Tanghus2013-02-221-4/+4
* Sanitize user inputLukas Reschke2013-02-181-1/+1
* Sanitize HTMLLukas Reschke2013-02-141-2/+2
* fixing javascript errors IE8 in user managementThomas Mueller2013-02-141-3/+4
* missing piece after mergeThomas Mueller2013-02-131-6/+0
* Split editable select code used for quota selection into a jquery pluginRobin Appelman2013-02-111-423/+369
* Merge pull request #1229 from owncloud/from_live_to_onThomas Müller2013-02-031-9/+9
|\
| * use on instead of live in users.jsJörn Friedrich Dreyer2013-01-301-1/+1
| * replace live() with on() in core jsJörn Friedrich Dreyer2013-01-301-8/+8
* | fix #1276 - use registerLoadedCallback()Thomas Mueller2013-02-011-3/+4
|/
* Merge pull request #1360 from owncloud/display_nameLukas Reschke2013-01-291-0/+36
|\
| * only change display name if the display name from the current user was change...Björn Schießle2013-01-291-0/+2
| * remove debug outputBjörn Schießle2013-01-291-3/+0
| * remove dubug outputBjörn Schießle2013-01-291-1/+0
| * show display name in input fieldBjörn Schießle2013-01-281-1/+2
| * interface and API to change display namesBjörn Schießle2013-01-281-0/+37
* | Merge branch 'master' into fixing-998-masterThomas Mueller2013-01-181-2/+3
|\|
| * Users: Show selected groups first in list.Thomas Tanghus2012-12-211-0/+1
| * multiSelect: Modified users.js to only update other multiSelects.Thomas Tanghus2012-12-211-2/+2
* | javascript syntax error fixed on the wayThomas Mueller2013-01-041-3/+3
* | new javascript notification functions used within users.jsThomas Mueller2013-01-041-5/+4
|/
* adding missing translations for various strings + fixing tool tip on deleteThomas Müller2012-12-201-394/+402
* More whitespace fixesBart Visscher2012-12-151-1/+1
* use attr instead of dataGeorg Ehrke2012-11-291-7/+2
* Revert "fix group and subadmin managing for 'ajax-loaded' users"Georg Ehrke2012-11-291-2/+7
* add a client side checkGeorg Ehrke2012-11-281-0/+3
* fix group and subadmin managing for 'ajax-loaded' usersGeorg Ehrke2012-11-281-7/+2
* make some checks server-sideGeorg Ehrke2012-11-281-3/+0
* Better check and handing of user deletionBart Visscher2012-11-141-0/+2
* Always have the username as string in user adminBart Visscher2012-11-141-6/+6
* Cleanup user settings jsBart Visscher2012-11-141-8/+1
* Fix deleting multiple user w-o reloading V2Brice Maron2012-11-121-1/+4
* Fix delete link when new user is addedBrice Maron2012-11-081-1/+8