Commit Graph

15 Commits (73a3086945b41afa39debd89481c021934dedb67)

Author SHA1 Message Date
Clark Tomlinson 10d7eb56af adding username as param for isrecoveryenabled 10 years ago
Clark Tomlinson 3ef2e668ac fixing recovery tooltip 10 years ago
Thomas Müller fc4127dd62 add $encryptionModuleId to methods of Keys/IStorage 10 years ago
Bjoern Schiessle a057108c0c make recovery key work 10 years ago
Jenkins for ownCloud b585d87d9d Update license headers 10 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 10 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 10 years ago
cmeh f24f7f7c74 Orthography: "Back-end" -> Backend (without hyphen) and correction of "users" to the genitive "user's" 10 years ago
Joas Schilling 78a307995c Fix namespace of Files_Encryption outside of the app 10 years ago
Bjoern Schiessle c67fee3abd fix broken variable name, recoveryPasswordSupported is now recoveryEnabledForUser 11 years ago
Thomas Müller e0dd69e4e6 remove legacy aka deprecated code: OC_FilesystemView 11 years ago
Thomas Müller f9279ac77a killing some more calls to OC_App::loadApps(); - because we load all apps in handleRequest() 11 years ago
Thomas Müller de8d0783ed fixing syntax error - it it that hard to test own code? 12 years ago
kondou 18a2c48ceb Translate errormsgs in settings/changepassword/controller 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 fbe7a68ce8 Use personal-password for the password name in personal.php 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
Victor Dubiniuk 06dbcec5a1 Do not set password if it has't provided 12 years ago
Sam Tuke 2c22619a18 Reverted fix temporarily; another fix by LukasReschke is awaiting merge 12 years ago
Sam Tuke 954a627483 Added comment 12 years ago
Sam Tuke 81de09711b Fixed bug causing password change related hooks to not be called due to ajax 12 years ago
Sam Tuke a8c0e3612c Removed call to depreciated isUserVerified() 12 years ago
Lukas Reschke a7aff48658 Fix indentation 12 years ago
Lukas Reschke 0067ac6ca6 Remove the no longer existing function "isUserVerified" 12 years ago
Lukas Reschke eab6d7eb23 Enhanced auth is totally unmaintained and broken 12 years ago
Lukas Reschke 0810d80f8a Add a closing ) 12 years ago
Lukas Reschke 31b1a73e1f Check if user is admin - bool 12 years ago
Felix Moeller 27ab0357ae Checkstyle: Fix last six NewlineBeforeOpenBrace 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Lukas Reschke f4142bd2a8 Move isUserVerified to OC_Util 13 years ago
Lukas Reschke c404148f9a Password check for admins 13 years ago
Lukas Reschke c83a2a5517 Correct check for admin 13 years ago
Lukas Reschke e6c9f5d9f4 Verify passwords for admins 13 years ago
Lukas Reschke f475ed5cc1 Revert "Remove old password check from changepassword and use verifyUser instead" 13 years ago
Lukas Reschke e6b8153865 Remove old password check from changepassword and use verifyUser instead 13 years ago
Lukas Reschke 6b39b80648 Change auth checks 13 years ago
Lukas Reschke 0b42d70259 Unneeded double check 13 years ago
Bart Visscher bb136b9adf Make the settings ajax calls use the router 13 years ago
Thomas Müller 69240afd7a Update settings/ajax/changepassword.php 13 years ago