Page MenuHomePhabricator

Search duplicated archived file on upload based on hash only
Closed, DuplicatePublic

Description

At the moment the hint for a previous deleted file on upload is based on the hash and extension (fa_storage_key = $hash.$ext)

Since merge of gerrit change 17512 (fb2c1c645b) the table has a separate hash field, which allow the search without extension. This makes the result better, when uploading file with .PNG and the deleted file was .png (for example, same with .jpg/.jpeg and other upper/lower case extensions)

Details

Reference
bz41858