Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #7291 from owncloud/adminess-raghu | Lukas Reschke | 2014-02-20 | 1 | -2/+2 |
|\ | | | | | Move isadmin to template and rename it to oc_isadmin | ||||
| * | Move isadmin to template and rename it to oc_isadmin | Lukas Reschke | 2014-02-19 | 1 | -2/+2 |
| | | |||||
* | | Added loading spinner to users list on scroll | Vincent Petry | 2014-02-18 | 1 | -0/+4 |
| | | |||||
* | | Improve users list scrolling performance | Vincent Petry | 2014-02-17 | 1 | -24/+53 |
|/ | | | | | | | | | | - fixed JS error when avatar mode is disabled - added spinner at the bottom of the table - scroll detection now happens earlier - single/multiselect init is deferred so that the new rows are first appended into the list (more responsive) and initialized afterwards - disabled users sorting after add (assuming they are always sorted on the server side) | ||||
* | Fix untranslated text when deleting user | Volkan Gezer | 2014-01-15 | 1 | -1/+1 |
| | | | | This should fix issue #6728 | ||||
* | parent().parent() -> closest() | Morris Jobke | 2013-12-06 | 1 | -1/+1 |
| | |||||
* | Fix full name edit for repetive edit | Morris Jobke | 2013-12-05 | 1 | -1/+4 |
| | | | | | | | fixes #6212 fixes the data attributes after edit fixes markup to successfully re-edit display name | ||||
* | Improve quota input field | Vincent Petry | 2013-10-30 | 1 | -2/+11 |
| | | | | | | - Added tooltip with examples - The quota value returned by the server is now displayed after update - Fixes #5346 | ||||
* | Added warning notification when user home already exists | Vincent Petry | 2013-10-22 | 1 | -0/+12 |
| | | | | | | | When creating a user and the home already exists in the data dir, a warning notification will be displayed. Fixes #5161 | ||||
* | Fix new user avatar. Ref#5166 | Victor Dubiniuk | 2013-10-07 | 1 | -0/+6 |
| | |||||
* | Merge pull request #4745 from owncloud/split_personal-user_passwordchange | Bart Visscher | 2013-09-18 | 1 | -1/+1 |
|\ | | | | | Split personal and user-mgmt password change logic | ||||
| * | Improve changepassword route naming | kondou | 2013-09-13 | 1 | -1/+1 |
| | | |||||
| * | Split personal and user-mgmt password change logic | kondou | 2013-09-06 | 1 | -1/+1 |
| | | |||||
* | | Allow numeric group names | ringmaster | 2013-09-13 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #4262 from owncloud/fix_jslint_kondou | Christopher | 2013-08-20 | 1 | -4/+6 |
|\ | | | | | Fix some JSLint warnings | ||||
| * | Fix a syntax error & have if-conds in an own line | kondou | 2013-08-01 | 1 | -1/+3 |
| | | |||||
| * | Fix some JSLint warnings | kondou | 2013-07-31 | 1 | -4/+4 |
| | | |||||
* | | Break long lines into smaller ones. | Owen Winkler | 2013-08-18 | 1 | -3/+10 |
| | | |||||
* | | Use JSON to send/receive group data. | Owen Winkler | 2013-08-15 | 1 | -11/+10 |
|/ | | | | Squashed commits from PR #4364 for master. | ||||
* | Use !== and === in settings. | kondou | 2013-07-21 | 1 | -19/+19 |
| | |||||
* | Use OC instead of oc to show alert at an error. | kondou | 2013-07-10 | 1 | -1/+1 |
| | | | | Related to #4001 | ||||
* | Do not add groups if user has no groups | Victor Dubiniuk | 2013-07-03 | 1 | -2/+4 |
| | |||||
* | Replace display name only | Victor Dubiniuk | 2013-06-18 | 1 | -1/+1 |
| | |||||
* | show nicer warning if the admin recovery password was wrong | Björn Schießle | 2013-05-16 | 1 | -4/+6 |
| | |||||
* | some error handling in case the recovery password is wrong | Björn Schießle | 2013-05-16 | 1 | -0/+4 |
| | |||||
* | allow admin to recover users files in case of password lost | Björn Schießle | 2013-05-16 | 1 | -1/+3 |
| | |||||
* | Fix retrieval of users with multiple backends | Arthur Schiwon | 2013-05-03 | 1 | -3/+9 |
| | |||||
* | Add the quota change listeners to newly added user entries in the user list | Robin Appelman | 2013-04-10 | 1 | -12/+19 |
| | |||||
* | Fix Typo | kondou | 2013-04-05 | 1 | -2/+2 |
| | |||||
* | Fix #2693 | kondou | 2013-04-05 | 1 | -2/+2 |
| | | | | | When removing a group response.data.action becomes 'remove', thus the if shows an empty notification. | ||||
* | Merge pull request #2448 from owncloud/userlist_available_groups | Bernhard Posselt | 2013-03-29 | 1 | -4/+13 |
|\ | | | | | User list: Keep array of available groups. Should fix #873 | ||||
| * | User list: Keep array of available groups. Should fix #873 | Thomas Tanghus | 2013-03-19 | 1 | -4/+13 |
| | | |||||
* | | Users: use DisplayName in the Display Name col when appending users | Arthur Schiwon | 2013-03-27 | 1 | -1/+1 |
|/ | |||||
* | User list: Avoid dupes and better sorting. Fix #2420 | Thomas Tanghus | 2013-03-19 | 1 | -15/+65 |
| | |||||
* | 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 |
| | |