refactor: split oauth2 settings form#1034
Conversation
|
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
df1e73c to
4e33d45
Compare
b79fc23 to
d4d9ff1
Compare
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
d4d9ff1 to
c859819
Compare
PHP Code CoverageCoverage after merging refactor/separate-oauth2-settings into release/2.11 will be
Coverage Report
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| afterEach(() => { | ||
| jest.clearAllMocks() | ||
| saveAdminConfig.mockRestore() | ||
| createNextcloudOAuthClient.mockRestore() | ||
| }) |
| import FieldValue from './FieldValue.vue' | ||
| import FormHeading from './FormHeading.vue' | ||
| import TextInput from './TextInput.vue' | ||
| import { F_MODES, ADMIN_SETTINGS_FORM, AUTH_METHOD } from '../../utils.js' | ||
| import { saveAdminConfig, createNextcloudOAuthClient } from '../../api/settings.js' | ||
| import { messages, messagesFmt } from '../../constants/messages.js' | ||
|
|
| nextcloudFormId: ADMIN_SETTINGS_FORM.nextcloudOauth.id, | ||
| openprojectFormOrder: ADMIN_SETTINGS_FORM.openprojectOauth.order.toString(), | ||
| nextcloudFormOrder: ADMIN_SETTINGS_FORM.nextcloudOauth.order.toString(), | ||
| messages, | ||
| messagesFmt, | ||
| loading: false, | ||
| openprojectTokenRevokeStatus: null, |
Description
Related Issue or Workpackage
Screenshots (if appropriate):
Types of changes
Checklist:
CHANGELOG.mdfile