Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14035041
D11039.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
661 B
Referenced Files
None
Subscribers
None
D11039.diff
View Options
diff --git a/src/applications/project/controller/PhabricatorProjectEditMainController.php b/src/applications/project/controller/PhabricatorProjectEditMainController.php
--- a/src/applications/project/controller/PhabricatorProjectEditMainController.php
+++ b/src/applications/project/controller/PhabricatorProjectEditMainController.php
@@ -5,6 +5,12 @@
private $id;
+ public function shouldAllowPublic() {
+ // This page shows project history and some detailed information, and
+ // it's reasonable to allow public access to it.
+ return true;
+ }
+
public function willProcessRequest(array $data) {
$this->id = idx($data, 'id');
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 11, 3:40 AM (1 w, 22 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6726516
Default Alt Text
D11039.diff (661 B)
Attached To
Mode
D11039: Allow public access to the project edit/history page
Attached
Detach File
Event Timeline
Log In to Comment