-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: CalProvider
logic to handle access and refresh tokens
#12924
Closed
Ryukemeister
wants to merge
30
commits into
platform
from
pro-156-enable-users-to-add-google-calendar-button
Closed
feat: CalProvider
logic to handle access and refresh tokens
#12924
Ryukemeister
wants to merge
30
commits into
platform
from
pro-156-enable-users-to-add-google-calendar-button
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…12564) * fix: allow API access to creating a team that you are a member of * update roles allowed to create event types * add back comment * revert yarn.lock --------- Co-authored-by: Omar López <[email protected]> Co-authored-by: Peer Richelsen <[email protected]>
* chore:hsl-update-colors * chore:hsl-update-colors * update % color * Fix HSL SL % * Update SB styles * lint --------- Co-authored-by: Peer Richelsen <[email protected]>
* fix: type error * chore * Dont run future tests * Skip more tests * Fix 404 text * Fix more tests --------- Co-authored-by: Hariom <[email protected]>
* fix: 404 /event-types on login * Set APP_ROUTER env vars to 0 whilst appdir is disabled
Co-authored-by: Peer Richelsen <[email protected]>
Co-authored-by: Hariom <[email protected]> Co-authored-by: Keith Williams <[email protected]>
Co-authored-by: Carina Wollendorfer <[email protected]>
…a Single Page (#11512) Co-authored-by: Morgan <[email protected]> Co-authored-by: Omar López <[email protected]>
* Add metadata to bookingMinimalSelect * add: Show link location in /bookings * Refactor: Update variable declaration and conditional rendering in booking metadata - Remove explicit type declaration in locationVideoCallUrl assignment - Use conditional rendering for provider icon based on iconUrl existence Co-authored-by: Udit Takkar <[email protected]> * Display URL location exclusively, omitting addresses --------- Co-authored-by: Udit Takkar <[email protected]> Co-authored-by: Peer Richelsen <[email protected]>
…become member of the org (#12774) * fix: Add org membership when invite link for a team in an org is generated * Run tests sequentially till we fix emails fixture
Co-authored-by: Peer Richelsen <[email protected]>
* fix: only owners can award owner role in an organization. * chore: improve code --------- Co-authored-by: Udit Takkar <[email protected]>
* chore: Moved e2e suite to run on pushes to main * Update yarn.lock * Small cleanup * Moved production build without database to pre-release * Added name to script * Added changes, lint and build dependencies
(#12833) * Updated the Big FIx 12773 sing-in * FIX #12773 CSS Issue - Type Error * Lint Error CHanges * Debug Lint Error * Lint Error Fix * Changed * Added CSS typo Error * Added CSS typo Error - Removed Style Componet * VS COde lint error fix * Removing in the Button * chore: fix login button --------- Co-authored-by: Udit Takkar <[email protected]> Co-authored-by: Udit Takkar <[email protected]>
… org (#12854) * fix: Correctly prefill username in case of non-org email invite in an org * Update test --------- Co-authored-by: Udit Takkar <[email protected]>
* fix: join subteam as their respective organization role * refactor code * fix: join subteam as their respective organization role * fix: join subteam as their respective organization role for pending members * fix: Set subteam role to admin when updating organization role to admin * refactor: suggested changes and fix type error * fix: type error
The latest updates on your projects. Learn more about Vercel for Git ↗︎
5 Ignored Deployments
|
Thank you for following the naming conventions! 🙏 Feel free to join our discord and post your PR link. |
Ryukemeister
changed the title
feat: add
feat: Dec 22, 2023
ConnectGoogleCalendar
atom and CalProvider
logic to handle access tokenCalProvider
logic to handle access and refresh tokens
github-actions
bot
added
❗️ migrations
contains migration files
❗️ .env changes
contains changes to env variables
labels
Dec 23, 2023
Closing this since everything here is included in #13006 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
❗️ .env changes
contains changes to env variables
Medium priority
Created by Linear-GitHub Sync
❗️ migrations
contains migration files
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Fixes # (issue)
Requirement/Documentation
Type of change
How should this be tested?
Mandatory Tasks
Checklist