summaryrefslogtreecommitdiffstats
path: root/settings/js/users.js
Commit message (Collapse)AuthorAgeFilesLines
* Splits Code for Users and Groups.raghunayyar2014-06-021-689/+0
|
* add Last Login columnArthur Schiwon2014-06-021-3/+10
|
* Initial Commit : Changes Storage to Quota, Implements GroupName editing.raghunayyar2014-06-021-0/+33
|
* add Storage Location colArthur Schiwon2014-06-021-4/+5
|
* Fixes User Search by username.raghunayyar2014-06-021-5/+5
|
* Initial Commit : User Search, Fixes Typosraghunayyar2014-06-021-0/+11
|
* Deletes Group Clientside Effectively.raghunayyar2014-06-021-0/+50
|
* Implements Group Creation from Sidebarraghunayyar2014-06-021-0/+41
|
* Fixed user list offset callVincent Petry2014-03-281-1/+1
|
* remove OC.Router.registerLoadedCallback()Thomas Müller2014-03-021-3/+1
|
* Replace OC.Router.generate() with OC.generateUrl()Thomas Müller2014-03-021-2/+3
|
* Merge pull request #7291 from owncloud/adminess-raghuLukas Reschke2014-02-201-2/+2
|\ | | | | Move isadmin to template and rename it to oc_isadmin
| * Move isadmin to template and rename it to oc_isadminLukas Reschke2014-02-191-2/+2
| |
* | Added loading spinner to users list on scrollVincent Petry2014-02-181-0/+4
| |
* | Improve users list scrolling performanceVincent Petry2014-02-171-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 userVolkan Gezer2014-01-151-1/+1
| | | | This should fix issue #6728
* parent().parent() -> closest()Morris Jobke2013-12-061-1/+1
|
* Fix full name edit for repetive editMorris Jobke2013-12-051-1/+4
| | | | | | | fixes #6212 fixes the data attributes after edit fixes markup to successfully re-edit display name
* Improve quota input fieldVincent Petry2013-10-301-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 existsVincent Petry2013-10-221-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#5166Victor Dubiniuk2013-10-071-0/+6
|
* Merge pull request #4745 from owncloud/split_personal-user_passwordchangeBart Visscher2013-09-181-1/+1
|\ | | | | Split personal and user-mgmt password change logic
| * Improve changepassword route namingkondou2013-09-131-1/+1
| |
| * Split personal and user-mgmt password change logickondou2013-09-061-1/+1
| |
* | Allow numeric group namesringmaster2013-09-131-3/+3
|/
* Merge pull request #4262 from owncloud/fix_jslint_kondouChristopher2013-08-201-4/+6
|\ | | | | Fix some JSLint warnings
| * Fix a syntax error & have if-conds in an own linekondou2013-08-011-1/+3
| |
| * Fix some JSLint warningskondou2013-07-311-4/+4
| |
* | Break long lines into smaller ones.Owen Winkler2013-08-181-3/+10
| |
* | Use JSON to send/receive group data.Owen Winkler2013-08-151-11/+10
|/ | | | Squashed commits from PR #4364 for master.
* 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
| | | | Related to #4001
* 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
| | | | | When removing a group response.data.action becomes 'remove', thus the if shows an empty notification.
* Merge pull request #2448 from owncloud/userlist_available_groupsBernhard Posselt2013-03-291-4/+13
|\ | | | | User list: Keep array of available groups. Should fix #873
| * 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
|