summaryrefslogtreecommitdiffstats
path: root/settings/ajax/changepassword.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into files_encryption_check_private_keyBjörn Schießle2013-06-101-8/+22
|\
| * use pre_setPassword hook to update the encryption keys if the back-end doesn'...Björn Schießle2013-06-061-9/+21
* | only check for recovery key if someone else than the user wants to change the...Björn Schießle2013-06-071-1/+1
* | fix password change when files_encryption app is disabledFlorin Peter2013-06-031-23/+29
|/
* display a warning if the user has enabled file recovery but the admin tries t...Björn Schießle2013-05-181-3/+7
* show nicer warning if the admin recovery password was wrongBjörn Schießle2013-05-161-1/+1
* some error handling in case the recovery password is wrongBjörn Schießle2013-05-161-2/+5
* allow admin to recover users files in case of password lostBjörn Schießle2013-05-161-2/+3
* fix inconsistent post parameters in change password operationBjörn Schießle2013-05-081-1/+1
* Do not set password if it has't providedVictor Dubiniuk2013-02-181-2/+2
* Merge pull request #1506 from owncloud/files_encryptionLukas Reschke2013-02-061-0/+3
|\
| * Reverted fix temporarily; another fix by LukasReschke is awaiting mergeSam Tuke2013-02-061-1/+3
| * Added commentSam Tuke2013-02-061-0/+1
| * Fixed bug causing password change related hooks to not be called due to ajaxSam Tuke2013-02-061-0/+2
| * Removed call to depreciated isUserVerified()Sam Tuke2013-02-061-3/+1
* | Fix indentationLukas Reschke2013-01-301-1/+1
* | Remove the no longer existing function "isUserVerified"Lukas Reschke2013-01-301-7/+1
|/
* Enhanced auth is totally unmaintained and brokenLukas Reschke2013-01-141-4/+0
* Add a closing )Lukas Reschke2013-01-141-1/+1
* Check if user is admin - boolLukas Reschke2013-01-141-1/+1
* Checkstyle: Fix last six NewlineBeforeOpenBraceFelix Moeller2012-11-041-2/+1
* Merge branch 'master' into routingBart Visscher2012-10-171-6/+15
|\
| * Move isUserVerified to OC_UtilLukas Reschke2012-10-161-1/+1
| * Password check for adminsLukas Reschke2012-10-161-2/+6
| * Correct check for adminLukas Reschke2012-10-161-4/+2
| * Verify passwords for adminsLukas Reschke2012-10-161-3/+11
| * Revert "Remove old password check from changepassword and use verifyUser inst...Lukas Reschke2012-10-151-1/+2
| * Remove old password check from changepassword and use verifyUser insteadLukas Reschke2012-10-151-2/+1
| * Change auth checksLukas Reschke2012-10-151-4/+5
| * Unneeded double checkLukas Reschke2012-10-151-1/+0
* | Make the settings ajax calls use the routerBart Visscher2012-10-021-2/+0
|/
* Update settings/ajax/changepassword.phpThomas Müller2012-09-041-6/+6
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-251-3/+14
|\
| * simplify code of changepassword.phpGeorg Ehrke2012-07-191-12/+2
| * fix changepassword.php for subadminsGeorg Ehrke2012-07-181-1/+22
| * remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-2/+0
| * CSRF check in the settingsLukas Reschke2012-07-071-0/+2
* | CSRF checksLukas Reschke2012-07-201-0/+1
|/
* Use OC_JSON for json responsesBart Visscher2011-09-251-7/+5
* actually check the correct password when changing the passwordRobin Appelman2011-09-251-1/+2
* check for old password when changing passwordsRobin Appelman2011-09-251-1/+1
* fixed users not being able to change their passwordRobin Appelman2011-08-301-4/+4
* Fix changing password in personal page (not complete)Michael Gapczynski2011-08-271-1/+1
* merged admin, help and settings to settingsJan-Christoph Borchardt2011-08-131-21/+10
* fix changing passwordsRobin Appelman2011-08-121-13/+12
* more work on encryptionFrank Karlitschek2011-08-111-0/+1
* Renaming classes :-)Jakob Sack2011-07-291-3/+3
* make personal settings translatableRobin Appelman2011-06-201-5/+7
* Made the "change password" thingie in settings workingJakob Sack2011-04-181-0/+35