1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-17 17:28:42 +01:00
phorge-phorge/src/applications/files/storage
Anh Nhan Nguyen e38b993408 Allow more characters in a file name
Summary:
Refs T1692 - Borrows from D5192, means suffers from the same problems, too (RTL markers and some more)

Extended the list hidden characters though, some characters of which I thought could confuse other parts of Phabricator

Test Plan:
uploaded some files with a suspicious name of ##[[ .,-#'*`hey`?#+~!"$%&?汉字漢字 seig##

Came out as `[[_.,-_*_hey_汉字漢字_seig`

Looks reasonable enough for me

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T1692

Differential Revision: https://secure.phabricator.com/D5413
2013-03-22 10:53:45 -07:00
..
__tests__ Allow files to TTL and and be garbage collected 2013-02-20 13:38:36 -08:00
PhabricatorFile.php Allow more characters in a file name 2013-03-22 10:53:45 -07:00
PhabricatorFileDAO.php Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorFileStorageBlob.php Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorTransformedFile.php Delete license headers from files 2012-11-05 11:16:51 -08:00