|
595 | 595 | 'PhabricatorEdgeQuery' => 'infrastructure/edges/query/edge',
|
596 | 596 | 'PhabricatorEmailLoginController' => 'applications/auth/controller/email',
|
597 | 597 | 'PhabricatorEmailTokenController' => 'applications/auth/controller/emailtoken',
|
| 598 | + 'PhabricatorEmailVerificationController' => 'applications/people/controller/emailverification', |
598 | 599 | 'PhabricatorEnv' => 'infrastructure/env',
|
599 | 600 | 'PhabricatorEnvTestCase' => 'infrastructure/env/__tests__',
|
600 | 601 | 'PhabricatorErrorExample' => 'applications/uiexample/examples/error',
|
|
946 | 947 | 'PhabricatorUserAccountSettingsPanelController' => 'applications/people/controller/settings/panels/account',
|
947 | 948 | 'PhabricatorUserConduitSettingsPanelController' => 'applications/people/controller/settings/panels/conduit',
|
948 | 949 | 'PhabricatorUserDAO' => 'applications/people/storage/base',
|
| 950 | + 'PhabricatorUserEmail' => 'applications/people/storage/email', |
949 | 951 | 'PhabricatorUserEmailPreferenceSettingsPanelController' => 'applications/people/controller/settings/panels/emailpref',
|
950 | 952 | 'PhabricatorUserEmailSettingsPanelController' => 'applications/people/controller/settings/panels/email',
|
951 | 953 | 'PhabricatorUserLog' => 'applications/people/storage/log',
|
|
1534 | 1536 | 'PhabricatorEdgeQuery' => 'PhabricatorQuery',
|
1535 | 1537 | 'PhabricatorEmailLoginController' => 'PhabricatorAuthController',
|
1536 | 1538 | 'PhabricatorEmailTokenController' => 'PhabricatorAuthController',
|
| 1539 | + 'PhabricatorEmailVerificationController' => 'PhabricatorPeopleController', |
1537 | 1540 | 'PhabricatorEnvTestCase' => 'PhabricatorTestCase',
|
1538 | 1541 | 'PhabricatorErrorExample' => 'PhabricatorUIExample',
|
1539 | 1542 | 'PhabricatorEvent' => 'PhutilEvent',
|
|
1819 | 1822 | 'PhabricatorUserAccountSettingsPanelController' => 'PhabricatorUserSettingsPanelController',
|
1820 | 1823 | 'PhabricatorUserConduitSettingsPanelController' => 'PhabricatorUserSettingsPanelController',
|
1821 | 1824 | 'PhabricatorUserDAO' => 'PhabricatorLiskDAO',
|
| 1825 | + 'PhabricatorUserEmail' => 'PhabricatorUserDAO', |
1822 | 1826 | 'PhabricatorUserEmailPreferenceSettingsPanelController' => 'PhabricatorUserSettingsPanelController',
|
1823 | 1827 | 'PhabricatorUserEmailSettingsPanelController' => 'PhabricatorUserSettingsPanelController',
|
1824 | 1828 | 'PhabricatorUserLog' => 'PhabricatorUserDAO',
|
|
0 commit comments