Changeset View
Changeset View
Standalone View
Standalone View
src/applications/files/application/PhabricatorFilesApplication.php
| Show First 20 Lines • Show All 123 Lines • ▼ Show 20 Lines | return array( | ||||
| 'object' => new PhabricatorFile(), | 'object' => new PhabricatorFile(), | ||||
| 'summary' => pht( | 'summary' => pht( | ||||
| 'This page documents the commands you can use to interact with '. | 'This page documents the commands you can use to interact with '. | ||||
| 'files.'), | 'files.'), | ||||
| ), | ), | ||||
| ); | ); | ||||
| } | } | ||||
| public function getQuicksandURIPatternBlacklist() { | |||||
| return array( | |||||
| '/file/data/.*', | |||||
| ); | |||||
| } | |||||
| } | } | ||||