1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 11:22:40 +01:00
phorge-phorge/src/applications/files/engine
epriestley 3d816e94df Rename "PhabricatorHash::digest()" to "weakDigest()"
Summary: Ref T12509. This encourages code to move away from HMAC+SHA1 by making the method name more obviously undesirable.

Test Plan: `grep`, browsed around.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T12509

Differential Revision: https://secure.phabricator.com/D17632
2017-04-06 15:43:33 -07:00
..
__tests__ Add a bunch of tests for subclass implementations 2015-06-15 18:13:27 +10:00
PhabricatorChunkedFileStorageEngine.php Rename "PhabricatorHash::digest()" to "weakDigest()" 2017-04-06 15:43:33 -07:00
PhabricatorFileChunkIterator.php Stream chunks when sending chunked files 2015-03-14 08:29:30 -07:00
PhabricatorFileStorageEngine.php Support HMAC+SHA256 with automatic key generation and management 2017-04-06 15:42:59 -07:00
PhabricatorLocalDiskFileStorageEngine.php phtize all the things 2015-05-22 21:16:39 +10:00
PhabricatorMySQLFileStorageEngine.php phtize all the things 2015-05-22 21:16:39 +10:00
PhabricatorS3FileStorageEngine.php Swap S3 to first-party client 2016-01-10 07:55:27 -08:00
PhabricatorTestStorageEngine.php Store and verify content integrity checksums for files 2017-04-05 11:12:31 -07:00