Add server-to-server Exchange calendar presence#41327
Conversation
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
|
Milton Rucks seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| const { credential } = this.configuration; | ||
| if (credential.type !== 'certificate') throw new Error('certificate-credential-required'); | ||
| const certificate = new X509Certificate(credential.certificate); | ||
| const x5t = createHash('sha1').update(certificate.raw).digest('base64url'); |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #41327 +/- ##
=========================================
Coverage 69.04% 69.04%
=========================================
Files 3757 3769 +12
Lines 147735 148355 +620
Branches 26395 26548 +153
=========================================
+ Hits 102000 102430 +430
- Misses 41234 41415 +181
- Partials 4501 4510 +9
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Summary
Why
The current Outlook integration is desktop-driven and requires per-user authentication. This change lets an administrator configure an organization-level Exchange Online connection once, while keeping calendar providers independent from Rocket.Chat presence and persistence.
Security and privacy
Calendars.ReadValidation
@rocket.chat/enterprise-calendar: 10 suites, 28 tests passingCalendarService: 25 tests passinggit diff --checkpassingFull monorepo verification is environment-blocked: dependency installation could not build unrelated native packages, the dependency build later stopped because Deno is unavailable, and standalone whole-Meteor type checking lacks generated workspace/Meteor declarations.
EWS status
This PR provides EWS contracts, configuration validation boundaries, hybrid routing, and explicit unsupported-state tests. It does not implement EWS SOAP operations, authentication transports, impersonation, notifications, or XML handling, and no administrator UI claims that EWS is operational.