| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #8398 from owncloud/enc_backup_keys | Björn Schießle | 2014-05-13 | 2 | -0/+41 |
|\ |
|
| * | backup the encryption key after the encryption was disabled so that the user | Bjoern Schiessle | 2014-05-13 | 2 | -0/+41 |
* | | remove legacy aka deprecated code: OC_FilesystemView | Thomas Müller | 2014-05-12 | 1 | -1/+1 |
|/ |
|
* | Make email display name change translatable again | Volkan Gezer | 2014-04-15 | 2 | -2/+2 |
* | Fix some localization issues with file encryption/decription strings | Volkan Gezer | 2014-04-05 | 1 | -3/+4 |
* | use \OC_Mail::validateAddress() to validate the email address - fixes #7862 | Thomas Müller | 2014-03-24 | 1 | -1/+1 |
* | close encryption session after decryption was finished | Bjoern Schiessle | 2014-02-26 | 1 | -0/+2 |
* | catch errors during decryption | Bjoern Schiessle | 2014-02-17 | 1 | -1/+8 |
* | check if user is logged in | Bjoern Schiessle | 2013-11-26 | 1 | -0/+3 |
* | change 'Display Name' to more understandable 'Full Name', fix #5612 | Jan-Christoph Borchardt | 2013-11-06 | 1 | -2/+2 |
* | Fixed user dir existence check when creating new user | Vincent Petry | 2013-10-25 | 1 | -4/+4 |
* | Added warning notification when user home already exists | Vincent Petry | 2013-10-22 | 1 | -0/+7 |
* | Move ajax/changepassword to changepassword/controller to use autoloading | kondou | 2013-09-13 | 1 | -98/+0 |
* | Use a controller instead of two files for changepassword.php | kondou | 2013-09-11 | 2 | -77/+84 |
* | Remove $recoveryPassword from changepersonalpassword & fix indent | kondou | 2013-09-06 | 2 | -9/+12 |
* | Split personal and user-mgmt password change logic | kondou | 2013-09-06 | 2 | -18/+42 |
* | Merge pull request #4563 from owncloud/use_personal-password | Jan-Christoph Borchardt | 2013-08-28 | 1 | -1/+1 |
|\ |
|
| * | Use personal-password for the password name in personal.php | kondou | 2013-08-24 | 1 | -1/+1 |
* | | Merge branch 'master' into improve_app-management | kondou | 2013-08-21 | 5 | -4/+29 |
|\| |
|
| * | Merge pull request #4447 from owncloud/fix_4351_master | Morris Jobke | 2013-08-20 | 1 | -1/+1 |
| |\ |
|
| | * | Use JSON to send/receive group data. | Owen Winkler | 2013-08-15 | 1 | -1/+1 |
| * | | Merge pull request #4239 from owncloud/decrypt_files_again | Björn Schießle | 2013-08-18 | 1 | -0/+25 |
| |\ \ |
|
| | * | | improved error handling | Bjoern Schiessle | 2013-07-30 | 1 | -4/+8 |
| | * | | working decrypt files method | Bjoern Schiessle | 2013-07-29 | 1 | -8/+15 |
| | * | | add decryptall.php | Björn Schießle | 2013-07-29 | 1 | -0/+14 |
| | |/ |
|
| * | | Merge pull request #4497 from owncloud/newlines_at_eof_kondou | Kondou | 2013-08-18 | 2 | -2/+2 |
| |\ \ |
|
| | * | | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 2 | -2/+2 |
| | |/ |
|
| * | | Add trailing comma for all touched array lines. | Andreas Fischer | 2013-08-17 | 1 | -1/+1 |
| * | | Fix spacing of all touched lines. | Andreas Fischer | 2013-08-17 | 1 | -1/+1 |
| * | | Compare result are already true/false | Bart Visscher | 2013-08-17 | 1 | -1/+1 |
| |/ |
|
* | | Log exception at the catching code | kondou | 2013-08-09 | 1 | -0/+1 |
* | | Improve app-management | kondou | 2013-08-06 | 1 | -6/+5 |
|/ |
|
* | Use !== and === in settings. | kondou | 2013-07-21 | 7 | -12/+12 |
* | Merge branch 'master' into files_encryption_check_private_key | Björn Schießle | 2013-06-13 | 1 | -0/+1 |
|\ |
|
| * | Merge pull request #3681 from owncloud/fix_ajax_removeuser.php | Morris Jobke | 2013-06-12 | 1 | -0/+1 |
| |\ |
|
| | * | init language object before using it | Georg Ehrke | 2013-06-12 | 1 | -0/+1 |
* | | | Merge branch 'master' into files_encryption_check_private_key | Björn Schießle | 2013-06-10 | 1 | -8/+22 |
|\| | |
|
| * | | use pre_setPassword hook to update the encryption keys if the back-end doesn'... | Björn Schießle | 2013-06-06 | 1 | -9/+21 |
| |/ |
|
* | | only check for recovery key if someone else than the user wants to change the... | Björn Schießle | 2013-06-07 | 1 | -1/+1 |
* | | fix password change when files_encryption app is disabled | Florin Peter | 2013-06-03 | 1 | -23/+29 |
|/ |
|
* | display a warning if the user has enabled file recovery but the admin tries t... | Björn Schießle | 2013-05-18 | 1 | -3/+7 |
* | show nicer warning if the admin recovery password was wrong | Björn Schießle | 2013-05-16 | 1 | -1/+1 |
* | some error handling in case the recovery password is wrong | Björn Schießle | 2013-05-16 | 1 | -2/+5 |
* | allow admin to recover users files in case of password lost | Björn Schießle | 2013-05-16 | 1 | -2/+3 |
* | fix inconsistent post parameters in change password operation | Björn Schießle | 2013-05-08 | 1 | -1/+1 |
* | allow to set quota to zero, issue #2696 | Björn Schießle | 2013-05-07 | 1 | -5/+1 |
* | Fix retrieval of users with multiple backends | Arthur Schiwon | 2013-05-03 | 1 | -2/+7 |
* | Merge pull request #3098 from jerrac/displaynamesaveontimeout | Morris Jobke | 2013-04-25 | 1 | -1/+3 |
|\ |
|
| * | Fixed comment in personal.js. Changed message text in changedisplayname.php. | David Reagan | 2013-04-23 | 1 | -1/+1 |
| * | Made saving the display name work the same way as the email address. Fixed a ... | David Reagan | 2013-04-23 | 1 | -1/+3 |