Commit Graph

122 Commits (58c61c833632aec7aa45eb5817fe93b420bad574)

Author SHA1 Message Date
Vincent Petry 82f98fb3d3 Fixed user list offset call 11 years ago
Thomas Müller 5f711912a1 remove OC.Router.registerLoadedCallback() 11 years ago
Thomas Müller 1291303c5a Replace OC.Router.generate() with OC.generateUrl() 11 years ago
Lukas Reschke 16262e3fd2 Move isadmin to template and rename it to oc_isadmin 11 years ago
Vincent Petry 58b1dc5e76 Added loading spinner to users list on scroll 11 years ago
Vincent Petry c732764eb5 Improve users list scrolling performance 11 years ago
Volkan Gezer 97b0840bbe Fix untranslated text when deleting user 11 years ago
Morris Jobke ac77218d57 parent().parent() -> closest() 12 years ago
Morris Jobke 008bfc6793 Fix full name edit for repetive edit 12 years ago
Vincent Petry 9d230bcc75 Improve quota input field 12 years ago
Vincent Petry 00f4928866 Added warning notification when user home already exists 12 years ago
Victor Dubiniuk a240e63981 Fix new user avatar. Ref#5166 12 years ago
kondou 18da2f9cf7 Improve changepassword route naming 12 years ago
ringmaster 3790cbb493 Allow numeric group names 12 years ago
kondou a21376480d Split personal and user-mgmt password change logic 12 years ago
Owen Winkler 9840363488 Break long lines into smaller ones. 12 years ago
Owen Winkler cd7e57e8ec Use JSON to send/receive group data. 12 years ago
kondou 1348330c7d Fix a syntax error & have if-conds in an own line 12 years ago
kondou aaf0fec9f5 Fix some JSLint warnings 12 years ago
kondou 05084e03a0 Use !== and === in settings. 12 years ago
kondou efb707a431 Use OC instead of oc to show alert at an error. 12 years ago
Victor Dubiniuk a20f7f1d67 Do not add groups if user has no groups 12 years ago
Victor Dubiniuk b2cb81f857 Replace display name only 12 years ago
Björn Schießle f1a5b8b524 show nicer warning if the admin recovery password was wrong 12 years ago
Björn Schießle 8ae30891b3 some error handling in case the recovery password is wrong 12 years ago
Björn Schießle 9d1e60325c allow admin to recover users files in case of password lost 12 years ago
Arthur Schiwon 9c3b83e28c Fix retrieval of users with multiple backends 12 years ago
Robin Appelman 1abc264873 Add the quota change listeners to newly added user entries in the user list 12 years ago
kondou 32f96e19e5 Fix Typo 12 years ago
kondou 8d63b7d9bf Fix #2693 12 years ago
Arthur Schiwon 942cdff240 Users: use DisplayName in the Display Name col when appending users 12 years ago
Thomas Tanghus 06a7d39024 User list: Keep array of available groups. Should fix #873 12 years ago
Thomas Tanghus c13487332a User list: Avoid dupes and better sorting. Fix #2420 12 years ago
Lukas Reschke 86a7202cda Sanitize uid, group and quota 12 years ago
Arthur Schiwon 60d4fdda57 sort users according to display name 12 years ago
Thomas Tanghus 2268596e1a Fetch displayname in userlist ajax requests. Refs #1681 12 years ago
Lukas Reschke a984a27fa0 Sanitize user input 12 years ago
Lukas Reschke c7094197bf Sanitize HTML 12 years ago
Thomas Mueller 022993c098 fixing javascript errors IE8 in user management 12 years ago
Thomas Mueller 9d6f74c65e missing piece after merge 12 years ago
Robin Appelman e68e5cc849 Split editable select code used for quota selection into a jquery plugin 12 years ago
Thomas Müller 05b46f7828 on creation only test for existing users if the backend supports user creation 12 years ago
Thomas Mueller 402263bd5c fix #1276 - use registerLoadedCallback() 12 years ago
Jörn Friedrich Dreyer de00111c1f use on instead of live in users.js 12 years ago
Jörn Friedrich Dreyer 22812c5f0d replace live() with on() in core js 12 years ago
Björn Schießle 6659798197 only change display name if the display name from the current user was changed; add correct display name to new user 12 years ago
Björn Schießle 56c6e6a334 remove debug output 12 years ago
Björn Schießle e613a68274 remove dubug output 12 years ago
Björn Schießle f3a99f4869 show display name in input field 12 years ago
Björn Schießle e0f2ed2757 interface and API to change display names 12 years ago