|
1317 | 1317 | 'PhabricatorAuthProviderConfigTransactionQuery' => 'applications/auth/query/PhabricatorAuthProviderConfigTransactionQuery.php', |
1318 | 1318 | 'PhabricatorAuthRegisterController' => 'applications/auth/controller/PhabricatorAuthRegisterController.php', |
1319 | 1319 | 'PhabricatorAuthRevokeTokenController' => 'applications/auth/controller/PhabricatorAuthRevokeTokenController.php', |
| 1320 | + 'PhabricatorAuthSSHKey' => 'applications/auth/storage/PhabricatorAuthSSHKey.php', |
1320 | 1321 | 'PhabricatorAuthSSHKeyQuery' => 'applications/auth/query/PhabricatorAuthSSHKeyQuery.php', |
1321 | 1322 | 'PhabricatorAuthSSHPublicKey' => 'applications/auth/storage/PhabricatorAuthSSHPublicKey.php', |
1322 | 1323 | 'PhabricatorAuthSession' => 'applications/auth/storage/PhabricatorAuthSession.php', |
|
2488 | 2489 | 'PhabricatorUserProfileEditor' => 'applications/people/editor/PhabricatorUserProfileEditor.php', |
2489 | 2490 | 'PhabricatorUserRealNameField' => 'applications/people/customfield/PhabricatorUserRealNameField.php', |
2490 | 2491 | 'PhabricatorUserRolesField' => 'applications/people/customfield/PhabricatorUserRolesField.php', |
2491 | | - 'PhabricatorUserSSHKey' => 'applications/settings/storage/PhabricatorUserSSHKey.php', |
2492 | 2492 | 'PhabricatorUserSchemaSpec' => 'applications/people/storage/PhabricatorUserSchemaSpec.php', |
2493 | 2493 | 'PhabricatorUserSearchIndexer' => 'applications/people/search/PhabricatorUserSearchIndexer.php', |
2494 | 2494 | 'PhabricatorUserSinceField' => 'applications/people/customfield/PhabricatorUserSinceField.php', |
|
4383 | 4383 | 'PhabricatorAuthProviderConfigTransactionQuery' => 'PhabricatorApplicationTransactionQuery', |
4384 | 4384 | 'PhabricatorAuthRegisterController' => 'PhabricatorAuthController', |
4385 | 4385 | 'PhabricatorAuthRevokeTokenController' => 'PhabricatorAuthController', |
| 4386 | + 'PhabricatorAuthSSHKey' => array( |
| 4387 | + 'PhabricatorAuthDAO', |
| 4388 | + 'PhabricatorPolicyInterface', |
| 4389 | + ), |
4386 | 4390 | 'PhabricatorAuthSSHKeyQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', |
4387 | 4391 | 'PhabricatorAuthSSHPublicKey' => 'Phobject', |
4388 | 4392 | 'PhabricatorAuthSession' => array( |
|
5631 | 5635 | 'PhabricatorUserProfileEditor' => 'PhabricatorApplicationTransactionEditor', |
5632 | 5636 | 'PhabricatorUserRealNameField' => 'PhabricatorUserCustomField', |
5633 | 5637 | 'PhabricatorUserRolesField' => 'PhabricatorUserCustomField', |
5634 | | - 'PhabricatorUserSSHKey' => array( |
5635 | | - 'PhabricatorUserDAO', |
5636 | | - 'PhabricatorPolicyInterface', |
5637 | | - ), |
5638 | 5638 | 'PhabricatorUserSchemaSpec' => 'PhabricatorConfigSchemaSpec', |
5639 | 5639 | 'PhabricatorUserSearchIndexer' => 'PhabricatorSearchDocumentIndexer', |
5640 | 5640 | 'PhabricatorUserSinceField' => 'PhabricatorUserCustomField', |
|
0 commit comments