]> source.dussan.org Git - nextcloud-server.git/commit
Use PHP polyfills
authorLukas Reschke <lukas@owncloud.com>
Fri, 11 Dec 2015 05:17:47 +0000 (06:17 +0100)
committerLukas Reschke <lukas@owncloud.com>
Fri, 11 Dec 2015 07:47:36 +0000 (08:47 +0100)
commitf3360d51c6d069fc873a0b5563c01d37d58727c7
tree61ae5808a8bac6b3bf03be520465bf2da43f72a9
parentacce1638e5c06e0a3c98a0450fd82df9574524dc
Use PHP polyfills
14 files changed:
3rdparty
apps/encryption/lib/crypto/crypt.php
apps/encryption/vendor/pbkdf2fallback.php [deleted file]
apps/federation/api/ocsauthapi.php
lib/private/appframework/http/request.php
lib/private/log.php
lib/private/security/crypto.php
lib/private/security/hasher.php
lib/private/security/securerandom.php
lib/private/security/stringutils.php [deleted file]
lib/public/security/isecurerandom.php
lib/public/security/stringutils.php
tests/lib/security/securerandom.php
tests/lib/security/stringutils.php [deleted file]