-
- Downloads
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.
Showing
- 3rdparty 1 addition, 1 deletion3rdparty
- apps/files_sharing/lib/connector/publicauth.php 19 additions, 5 deletionsapps/files_sharing/lib/connector/publicauth.php
- apps/files_sharing/lib/controllers/sharecontroller.php 1 addition, 0 deletionsapps/files_sharing/lib/controllers/sharecontroller.php
- apps/files_sharing/lib/helper.php 20 additions, 7 deletionsapps/files_sharing/lib/helper.php
- lib/base.php 1 addition, 2 deletionslib/base.php
- lib/private/share/share.php 1 addition, 3 deletionslib/private/share/share.php
Loading
Please register or sign in to comment