Bjoern Schiessle
|
2556647a10
|
check if user is logged in
|
11 years ago |
Jan-Christoph Borchardt
|
d62b683c6a
|
change 'Display Name' to more understandable 'Full Name', fix #5612
|
12 years ago |
Vincent Petry
|
1ee4b680f6
|
Fixed user dir existence check when creating new user
The check was done too later. It turns out that createUser() had already
created the dir, which caused the warning message to be shown every
time.
|
12 years ago |
Vincent Petry
|
00f4928866
|
Added warning notification when user home already exists
When creating a user and the home already exists in the data dir, a
warning notification will be displayed.
Fixes #5161
|
12 years ago |
kondou
|
306a8681c5
|
Move ajax/changepassword to changepassword/controller to use autoloading
|
12 years ago |
kondou
|
f6faec0e0b
|
Use a controller instead of two files for changepassword.php
|
12 years ago |
kondou
|
4aa84047fe
|
Remove $recoveryPassword from changepersonalpassword & fix indent
|
12 years ago |
kondou
|
a21376480d
|
Split personal and user-mgmt password change logic
|
12 years ago |
Bjoern Schiessle
|
bab63c22ee
|
encryption error messages, distinguish between a re-enabled encryption app and a password change from outside
|
12 years ago |
kondou
|
81cadd5ea3
|
Remove gravatar and no-avatar functionality, prepare for default avatars even more and reword some stuff
|
12 years ago |
kondou
|
0a4febf1eb
|
Integrate newavatar.php into avatar.php by using GET, POST & DELETE
|
12 years ago |
kondou
|
9500109349
|
Refactor newavatar.php and show (for now) an alert on problems when setting new avatars
|
12 years ago |
kondou
|
252548c62c
|
Improve styling & enable avatar-upload at personal page
|
12 years ago |
kondou
|
a58d270684
|
Load avatar from path, if one's provided
|
12 years ago |
kondou
|
2bfe662235
|
Add unittests & check filetype in setLocalAvatar()
TODO: Fix OC_Image->mimetype(), it always returns "image/png"
|
12 years ago |
kondou
|
fac671b14e
|
Modularize get(), async getAvatar, avatars @ usermgmt
And other small improvements
|
12 years ago |
kondou
|
4a08f7d710
|
Add basic avatars and gravatar
|
12 years ago |
kondou
|
fbe7a68ce8
|
Use personal-password for the password name in personal.php
Fix #4491
|
12 years ago |
kondou
|
9e8a6b704d
|
Add _many_ newlines at the end of files
|
12 years ago |
Andreas Fischer
|
4f462e9b6f
|
Add trailing comma for all touched array lines.
|
12 years ago |
Andreas Fischer
|
d38929fb10
|
Fix spacing of all touched lines.
|
12 years ago |
Bart Visscher
|
29b6dd53a0
|
Compare result are already true/false
|
12 years ago |
Owen Winkler
|
cd7e57e8ec
|
Use JSON to send/receive group data.
Squashed commits from PR #4364 for master.
|
12 years ago |
kondou
|
605050df9b
|
Log exception at the catching code
|
12 years ago |
kondou
|
1a4465f41d
|
Improve app-management
- Better error messages
- Translate untranslated strings
Basically picks non-app-dependency related stuff from #4017
|
12 years ago |
Bjoern Schiessle
|
a7a7ef2b3a
|
improved error handling
|
12 years ago |
Bjoern Schiessle
|
b6fa0e4eef
|
working decrypt files method
|
12 years ago |
Björn Schießle
|
830f5d24c7
|
add decryptall.php
|
12 years ago |
kondou
|
05084e03a0
|
Use !== and === in settings.
|
12 years ago |
Georg Ehrke
|
a2fa91fdd5
|
init language object before using it
|
12 years ago |
Björn Schießle
|
b25ab94a08
|
only check for recovery key if someone else than the user wants to change the password
|
12 years ago |
Björn Schießle
|
d7a9852f7b
|
use pre_setPassword hook to update the encryption keys if the back-end doesn't support password change; improved output to let the admin know what happened
|
12 years ago |
Florin Peter
|
563f343291
|
fix password change when files_encryption app is disabled
|
12 years ago |
Björn Schießle
|
f70240f430
|
display a warning if the user has enabled file recovery but the admin tries to change the users password without a recovery password
|
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 |
Björn Schießle
|
135991474b
|
fix inconsistent post parameters in change password operation
|
12 years ago |
Björn Schießle
|
9b258929c6
|
allow to set quota to zero, issue #2696
|
12 years ago |
Arthur Schiwon
|
9c3b83e28c
|
Fix retrieval of users with multiple backends
|
12 years ago |
David Reagan
|
4bee02f75c
|
Fixed comment in personal.js. Changed message text in changedisplayname.php.
|
12 years ago |
David Reagan
|
7312cbec91
|
Made saving the display name work the same way as the email address. Fixed a few comparison operators. Increased the fadeOut time for the success and error messages.
|
12 years ago |
Morris Jobke
|
8fab7d5afb
|
fix syntax layout
|
12 years ago |
Morris Jobke
|
b9b2e0269a
|
fix logical issue while retrieving log via ajax
|
12 years ago |
Thomas Mueller
|
ce54d00b5c
|
fixes #2743 - use public OC_User::getDisplayName instead of OC_User::determineDisplayName
|
12 years ago |
Lukas Reschke
|
962b7a7c80
|
Add log as text and not as HTML
|
12 years ago |
Bart Visscher
|
376f350af2
|
Fix encoding settings ajax getlog
|
12 years ago |
Bart Visscher
|
bb75dfc021
|
Whitespace fixes
|
12 years ago |
Thomas Tanghus
|
2268596e1a
|
Fetch displayname in userlist ajax requests. Refs #1681
|
12 years ago |
Bart Visscher
|
83e613b45a
|
Fix error path in changedisplayname call
|
12 years ago |