]> source.dussan.org Git - nextcloud-server.git/commit
Remove phpass and migrate to new Hasher interface
authorLukas Reschke <lukas@owncloud.com>
Mon, 17 Nov 2014 12:10:15 +0000 (13:10 +0100)
committerLukas Reschke <lukas@owncloud.com>
Mon, 17 Nov 2014 12:39:13 +0000 (13:39 +0100)
commit8595b76df2fa5c0e536dd37456943162a154d4da
tree089939e57eb3175db4bc46f959afd7d9eaddc1b6
parent9df50c7be6ee47620af83c52ac340ac00d92042c
Remove phpass and migrate to new Hasher interface

This PR removes phpass and migrates to the new Hasher interface.

Please notice that due to https://github.com/owncloud/core/issues/10671 old hashes are not updated but the hashes are backwards compatible so this shouldn't hurt.
Once the sharing classes have a possibility to update the passwords of single shares those methods should be used within the newHash if block.
3rdparty
apps/files_sharing/lib/connector/publicauth.php
apps/files_sharing/lib/controllers/sharecontroller.php
apps/files_sharing/lib/helper.php
lib/base.php
lib/private/share/share.php