summaryrefslogtreecommitdiffstats
path: root/settings/js/users.js
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | replace live() with on() in core js
| * 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
|\ | | | | introduction of display names
| * only change display name if the display name from the current user was ↵Björn Schießle2013-01-291-0/+2
| | | | | | | | changed; add correct display name to new user
| * 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
|\| | | | | | | | | | | Conflicts: apps/files/ajax/upload.php apps/files/js/files.js
| * 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
| | | | This reverts commit a5774229a13ef307dabe3142d1a85f12bf41b391.
* 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
|
* Correct more data vs attr to fix #189Brice Maron2012-11-071-2/+2
|
* Implement routing on javascript sideBart Visscher2012-10-051-1/+1
|
* Make the settings ajax calls use the routerBart Visscher2012-10-021-1/+1
|
* Add 'var' before some global js varsBart Visscher2012-09-051-1/+1
|
* translation support enhancedThomas Mueller2012-09-011-1/+1
|
* fix UI bug with subadminsGeorg Ehrke2012-08-251-2/+4
|
* rename subadmin to group adminGeorg Ehrke2012-08-171-1/+1
|
* Add infinite scrolling to Settings -> Users, still a little buggyMichael Gapczynski2012-08-111-68/+116
|
* Cast subadmin groups as stringsMichael Gapczynski2012-08-111-1/+1
|
* Listen to correct undo click for undoing deleting usersMichael Gapczynski2012-08-041-1/+1
|
* Show delete tipsy for usersMichael Gapczynski2012-08-041-1/+1
|
* Tweak users delete notificationMichael Gapczynski2012-08-041-1/+1
|
* little fix for previous commitGeorg Ehrke2012-08-011-1/+1
|
* fix a subadmin UI bugGeorg Ehrke2012-08-011-0/+10
|
* Cast groups as string, fixes bug oc-1309. Thanks to nderambure.Michael Gapczynski2012-07-261-1/+1
|