* Add another duplicate email
* Remove addon testing tmp code * Make files public viewable
This commit is contained in:
@@ -590,6 +590,9 @@ $migrate_dedup_users["moore500"] = "mmoore500";
|
||||
$migrate_dedup_users["verumbra"] = "sebastian0";
|
||||
$migrate_dedup_users["blenderbug"] = "nikola";
|
||||
|
||||
$migrate_dedup_users["adailtoncomp"] = "adailton";
|
||||
$migrate_dedup_users["mchs3d"] = "abtrumpet";
|
||||
|
||||
// disabled users who have tasks
|
||||
$migrate_dedup_users["sjoerd"] = "sjoerddevries";
|
||||
$migrate_dedup_users["matali"] = "mat_ali";
|
||||
|
@@ -111,10 +111,6 @@ for($id = intval($argv[1]); $id < intval($argv[2]); $id+=1) {
|
||||
|
||||
$projects[] = lookup_project("Addons")->getPHID();
|
||||
}
|
||||
else if(true) {
|
||||
// TODO temporary
|
||||
continue;
|
||||
}
|
||||
/* BF Blender tasks */
|
||||
else if($mtask->project == "Blender 2.x BF release") {
|
||||
$category = null;
|
||||
|
@@ -30,7 +30,7 @@ final class PhabricatorFile extends PhabricatorFileDAO
|
||||
|
||||
protected $ttl;
|
||||
protected $isExplicitUpload = 1;
|
||||
protected $viewPolicy = PhabricatorPolicies::POLICY_USER;
|
||||
protected $viewPolicy = PhabricatorPolicies::POLICY_PUBLIC;
|
||||
|
||||
private $objects = self::ATTACHABLE;
|
||||
private $objectPHIDs = self::ATTACHABLE;
|
||||
@@ -878,7 +878,7 @@ final class PhabricatorFile extends PhabricatorFileDAO
|
||||
|
||||
public function getPolicy($capability) {
|
||||
// TODO: Implement proper per-object policies.
|
||||
return PhabricatorPolicies::POLICY_USER;
|
||||
return PhabricatorPolicies::POLICY_PUBLIC;
|
||||
}
|
||||
|
||||
public function hasAutomaticCapability($capability, PhabricatorUser $viewer) {
|
||||
|
Reference in New Issue
Block a user