|
187 | 187 | 'PhabricatorEmailLoginController' => 'applications/auth/controller/email', |
188 | 188 | 'PhabricatorEmailTokenController' => 'applications/auth/controller/emailtoken', |
189 | 189 | 'PhabricatorEnv' => 'infrastructure/env', |
190 | | - 'PhabricatorFacebookAuthController' => 'applications/auth/controller/facebookauth', |
191 | | - 'PhabricatorFacebookAuthDiagnosticsController' => 'applications/auth/controller/facebookauth/diagnostics', |
192 | 190 | 'PhabricatorFile' => 'applications/files/storage/file', |
193 | 191 | 'PhabricatorFileController' => 'applications/files/controller/base', |
194 | 192 | 'PhabricatorFileDAO' => 'applications/files/storage/base', |
|
214 | 212 | 'PhabricatorMetaMTAMailingListsController' => 'applications/metamta/controller/mailinglists', |
215 | 213 | 'PhabricatorMetaMTASendController' => 'applications/metamta/controller/send', |
216 | 214 | 'PhabricatorMetaMTAViewController' => 'applications/metamta/controller/view', |
| 215 | + 'PhabricatorOAuthDiagnosticsController' => 'applications/auth/controller/oauthdiagnostics', |
| 216 | + 'PhabricatorOAuthFailureView' => 'applications/auth/view/oauthfailure', |
| 217 | + 'PhabricatorOAuthLoginController' => 'applications/auth/controller/oauth', |
| 218 | + 'PhabricatorOAuthProvider' => 'applications/auth/oauth/provider/base', |
| 219 | + 'PhabricatorOAuthProviderFacebook' => 'applications/auth/oauth/provider/facebook', |
| 220 | + 'PhabricatorOAuthProviderGithub' => 'applications/auth/oauth/provider/github', |
217 | 221 | 'PhabricatorObjectHandle' => 'applications/phid/handle', |
218 | 222 | 'PhabricatorObjectHandleData' => 'applications/phid/handle/data', |
219 | 223 | 'PhabricatorObjectSelectorDialog' => 'view/control/objectselector', |
|
270 | 274 | 'PhabricatorTypeaheadDatasourceController' => 'applications/typeahead/controller/base', |
271 | 275 | 'PhabricatorUser' => 'applications/people/storage/user', |
272 | 276 | 'PhabricatorUserDAO' => 'applications/people/storage/base', |
| 277 | + 'PhabricatorUserOAuthInfo' => 'applications/people/storage/useroauthinfo', |
273 | 278 | 'PhabricatorUserProfile' => 'applications/people/storage/profile', |
274 | 279 | 'PhabricatorUserSettingsController' => 'applications/people/controller/settings', |
275 | 280 | 'PhabricatorXHProfController' => 'applications/xhprof/controller/base', |
|
436 | 441 | 'PhabricatorDraftDAO' => 'PhabricatorLiskDAO', |
437 | 442 | 'PhabricatorEmailLoginController' => 'PhabricatorAuthController', |
438 | 443 | 'PhabricatorEmailTokenController' => 'PhabricatorAuthController', |
439 | | - 'PhabricatorFacebookAuthController' => 'PhabricatorAuthController', |
440 | | - 'PhabricatorFacebookAuthDiagnosticsController' => 'PhabricatorAuthController', |
441 | 444 | 'PhabricatorFile' => 'PhabricatorFileDAO', |
442 | 445 | 'PhabricatorFileController' => 'PhabricatorController', |
443 | 446 | 'PhabricatorFileDAO' => 'PhabricatorLiskDAO', |
|
459 | 462 | 'PhabricatorMetaMTAMailingListsController' => 'PhabricatorMetaMTAController', |
460 | 463 | 'PhabricatorMetaMTASendController' => 'PhabricatorMetaMTAController', |
461 | 464 | 'PhabricatorMetaMTAViewController' => 'PhabricatorMetaMTAController', |
| 465 | + 'PhabricatorOAuthDiagnosticsController' => 'PhabricatorAuthController', |
| 466 | + 'PhabricatorOAuthFailureView' => 'AphrontView', |
| 467 | + 'PhabricatorOAuthLoginController' => 'PhabricatorAuthController', |
| 468 | + 'PhabricatorOAuthProviderFacebook' => 'PhabricatorOAuthProvider', |
| 469 | + 'PhabricatorOAuthProviderGithub' => 'PhabricatorOAuthProvider', |
462 | 470 | 'PhabricatorPHID' => 'PhabricatorPHIDDAO', |
463 | 471 | 'PhabricatorPHIDAllocateController' => 'PhabricatorPHIDController', |
464 | 472 | 'PhabricatorPHIDController' => 'PhabricatorController', |
|
507 | 515 | 'PhabricatorTypeaheadDatasourceController' => 'PhabricatorController', |
508 | 516 | 'PhabricatorUser' => 'PhabricatorUserDAO', |
509 | 517 | 'PhabricatorUserDAO' => 'PhabricatorLiskDAO', |
| 518 | + 'PhabricatorUserOAuthInfo' => 'PhabricatorUserDAO', |
510 | 519 | 'PhabricatorUserProfile' => 'PhabricatorUserDAO', |
511 | 520 | 'PhabricatorUserSettingsController' => 'PhabricatorPeopleController', |
512 | 521 | 'PhabricatorXHProfController' => 'PhabricatorController', |
|
0 commit comments