]> source.dussan.org Git - sonarqube.git/commit
SONAR-22666 Adding oauth email support (#11653)
authorShane Findley <shane.findley@sonarsource.com>
Fri, 30 Aug 2024 14:04:21 +0000 (16:04 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 30 Aug 2024 20:02:41 +0000 (20:02 +0000)
commit6d3100b556eacfb5d2a4ee10e010417e0bfdfb82
tree130e134ed4740711a467ac6d9bb2f2bffd78a2f6
parent583e4bc1630edd9440af57856f040bf90874e364
SONAR-22666 Adding oauth email support (#11653)
18 files changed:
server/sonar-web/design-system/src/components/SelectionCard.tsx
server/sonar-web/package.json
server/sonar-web/src/main/js/api/mocks/SystemServiceMock.ts
server/sonar-web/src/main/js/api/system.ts
server/sonar-web/src/main/js/apps/settings/components/AdditionalCategories.tsx
server/sonar-web/src/main/js/apps/settings/components/email-notification/AuthenticationSelector.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/settings/components/email-notification/CommonSMTP.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/settings/components/email-notification/EmailNotification.tsx
server/sonar-web/src/main/js/apps/settings/components/email-notification/EmailNotificationConfiguration.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/settings/components/email-notification/EmailNotificationFormField.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/settings/components/email-notification/SenderInformation.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/settings/components/email-notification/__tests__/EmailNotification-it.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/settings/components/email-notification/utils.ts [new file with mode: 0644]
server/sonar-web/src/main/js/helpers/mocks/system.ts [new file with mode: 0644]
server/sonar-web/src/main/js/queries/system.ts
server/sonar-web/src/main/js/types/system.ts
server/sonar-web/yarn.lock
sonar-core/src/main/resources/org/sonar/l10n/core.properties