Changeset View
Changeset View
Standalone View
Standalone View
src/applications/config/check/PhabricatorExtraConfigSetupCheck.php
| Show First 20 Lines • Show All 268 Lines • ▼ Show 20 Lines | $ancient_config += array( | ||||
| 'metamta.files.public-create-email' => $public_mail_reason, | 'metamta.files.public-create-email' => $public_mail_reason, | ||||
| 'metamta.maniphest.public-create-email' => $public_mail_reason, | 'metamta.maniphest.public-create-email' => $public_mail_reason, | ||||
| 'metamta.maniphest.default-public-author' => $public_mail_reason, | 'metamta.maniphest.default-public-author' => $public_mail_reason, | ||||
| 'metamta.paste.public-create-email' => $public_mail_reason, | 'metamta.paste.public-create-email' => $public_mail_reason, | ||||
| 'security.allow-conduit-act-as-user' => pht( | 'security.allow-conduit-act-as-user' => pht( | ||||
| 'Impersonating users over the API is no longer supported.'), | 'Impersonating users over the API is no longer supported.'), | ||||
| 'differential.generated-paths' => pht( | |||||
| 'Generated paths should be specified in the '. | |||||
| '`%s` file in the repository.', | |||||
| '.arcconfig'), | |||||
| ); | ); | ||||
| return $ancient_config; | return $ancient_config; | ||||
| } | } | ||||
| } | } | ||||