Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sanitize uid, group and quota | Lukas Reschke | 2013-03-04 | 1 | -5/+5 |
| | |||||
* | sort users according to display name | Arthur Schiwon | 2013-02-26 | 1 | -2/+2 |
| | |||||
* | Fetch displayname in userlist ajax requests. Refs #1681 | Thomas Tanghus | 2013-02-22 | 1 | -4/+4 |
| | |||||
* | Sanitize user input | Lukas Reschke | 2013-02-18 | 1 | -1/+1 |
| | |||||
* | Sanitize HTML | Lukas Reschke | 2013-02-14 | 1 | -2/+2 |
| | |||||
* | fixing javascript errors IE8 in user management | Thomas Mueller | 2013-02-14 | 1 | -3/+4 |
| | |||||
* | missing piece after merge | Thomas Mueller | 2013-02-13 | 1 | -6/+0 |
| | |||||
* | Split editable select code used for quota selection into a jquery plugin | Robin Appelman | 2013-02-11 | 1 | -423/+369 |
| | |||||
* | Merge pull request #1229 from owncloud/from_live_to_on | Thomas Müller | 2013-02-03 | 1 | -9/+9 |
|\ | | | | | replace live() with on() in core js | ||||
| * | use on instead of live in users.js | Jörn Friedrich Dreyer | 2013-01-30 | 1 | -1/+1 |
| | | |||||
| * | replace live() with on() in core js | Jörn Friedrich Dreyer | 2013-01-30 | 1 | -8/+8 |
| | | |||||
* | | fix #1276 - use registerLoadedCallback() | Thomas Mueller | 2013-02-01 | 1 | -3/+4 |
|/ | |||||
* | Merge pull request #1360 from owncloud/display_name | Lukas Reschke | 2013-01-29 | 1 | -0/+36 |
|\ | | | | | introduction of display names | ||||
| * | only change display name if the display name from the current user was ↵ | Björn Schießle | 2013-01-29 | 1 | -0/+2 |
| | | | | | | | | changed; add correct display name to new user | ||||
| * | remove debug output | Björn Schießle | 2013-01-29 | 1 | -3/+0 |
| | | |||||
| * | remove dubug output | Björn Schießle | 2013-01-29 | 1 | -1/+0 |
| | | |||||
| * | show display name in input field | Björn Schießle | 2013-01-28 | 1 | -1/+2 |
| | | |||||
| * | interface and API to change display names | Björn Schießle | 2013-01-28 | 1 | -0/+37 |
| | | |||||
* | | Merge branch 'master' into fixing-998-master | Thomas Mueller | 2013-01-18 | 1 | -2/+3 |
|\| | | | | | | | | | | | Conflicts: apps/files/ajax/upload.php apps/files/js/files.js | ||||
| * | Users: Show selected groups first in list. | Thomas Tanghus | 2012-12-21 | 1 | -0/+1 |
| | | |||||
| * | multiSelect: Modified users.js to only update other multiSelects. | Thomas Tanghus | 2012-12-21 | 1 | -2/+2 |
| | | |||||
* | | javascript syntax error fixed on the way | Thomas Mueller | 2013-01-04 | 1 | -3/+3 |
| | | |||||
* | | new javascript notification functions used within users.js | Thomas Mueller | 2013-01-04 | 1 | -5/+4 |
|/ | |||||
* | adding missing translations for various strings + fixing tool tip on delete | Thomas Müller | 2012-12-20 | 1 | -394/+402 |
| | |||||
* | More whitespace fixes | Bart Visscher | 2012-12-15 | 1 | -1/+1 |
| | |||||
* | use attr instead of data | Georg Ehrke | 2012-11-29 | 1 | -7/+2 |
| | |||||
* | Revert "fix group and subadmin managing for 'ajax-loaded' users" | Georg Ehrke | 2012-11-29 | 1 | -2/+7 |
| | | | | This reverts commit a5774229a13ef307dabe3142d1a85f12bf41b391. | ||||
* | add a client side check | Georg Ehrke | 2012-11-28 | 1 | -0/+3 |
| | |||||
* | fix group and subadmin managing for 'ajax-loaded' users | Georg Ehrke | 2012-11-28 | 1 | -7/+2 |
| | |||||
* | make some checks server-side | Georg Ehrke | 2012-11-28 | 1 | -3/+0 |
| | |||||
* | Better check and handing of user deletion | Bart Visscher | 2012-11-14 | 1 | -0/+2 |
| | |||||
* | Always have the username as string in user admin | Bart Visscher | 2012-11-14 | 1 | -6/+6 |
| | |||||
* | Cleanup user settings js | Bart Visscher | 2012-11-14 | 1 | -8/+1 |
| | |||||
* | Fix deleting multiple user w-o reloading V2 | Brice Maron | 2012-11-12 | 1 | -1/+4 |
| | |||||
* | Fix delete link when new user is added | Brice Maron | 2012-11-08 | 1 | -1/+8 |
| | |||||
* | Correct more data vs attr to fix #189 | Brice Maron | 2012-11-07 | 1 | -2/+2 |
| | |||||
* | Implement routing on javascript side | Bart Visscher | 2012-10-05 | 1 | -1/+1 |
| | |||||
* | Make the settings ajax calls use the router | Bart Visscher | 2012-10-02 | 1 | -1/+1 |
| | |||||
* | Add 'var' before some global js vars | Bart Visscher | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | translation support enhanced | Thomas Mueller | 2012-09-01 | 1 | -1/+1 |
| | |||||
* | fix UI bug with subadmins | Georg Ehrke | 2012-08-25 | 1 | -2/+4 |
| | |||||
* | rename subadmin to group admin | Georg Ehrke | 2012-08-17 | 1 | -1/+1 |
| | |||||
* | Add infinite scrolling to Settings -> Users, still a little buggy | Michael Gapczynski | 2012-08-11 | 1 | -68/+116 |
| | |||||
* | Cast subadmin groups as strings | Michael Gapczynski | 2012-08-11 | 1 | -1/+1 |
| | |||||
* | Listen to correct undo click for undoing deleting users | Michael Gapczynski | 2012-08-04 | 1 | -1/+1 |
| | |||||
* | Show delete tipsy for users | Michael Gapczynski | 2012-08-04 | 1 | -1/+1 |
| | |||||
* | Tweak users delete notification | Michael Gapczynski | 2012-08-04 | 1 | -1/+1 |
| | |||||
* | little fix for previous commit | Georg Ehrke | 2012-08-01 | 1 | -1/+1 |
| | |||||
* | fix a subadmin UI bug | Georg Ehrke | 2012-08-01 | 1 | -0/+10 |
| | |||||
* | Cast groups as string, fixes bug oc-1309. Thanks to nderambure. | Michael Gapczynski | 2012-07-26 | 1 | -1/+1 |
| |