cal.pub0.org/packages/trpc/server/routers/viewer
Jon@1599 f80e9b2558
feat: add basecamp integration to cal.com (#9195)
* feat: installing the app works

* Update yarn.lock

* feat: /api/callback now gets user auth info from basecamp

* feat: updated basecamp logo

* feat: added project dropdown on event apps page

* feat: basecamp event creation and deletion working

* feat: basecamp event rescheduling now works

* refactor(CalendarService): basecamp CaldendarService code clean up

* refactor: code cleanup for basecamp app API

* feat: updated event summary text sent to basecamp

* chore: updated basecamp images and contact info

* fix: fixed typescript errors and added logic to refresh tokens on event settings

* refactor(CaldendarService): used refreshAccessToken from helpers.ts instead

* chore: updated basecamp description

* fix: fixed incorrect import

* fix: accidentally deleted props to toggle app for event

* chore: updated .env.appStore.example and added README for app

* Update .env.appStore.example

Co-authored-by: Leo Giovanetti <hello@leog.me>

* feat: added basecamp userAgent in env instead of hardcoded value

* feat: updated README to include how to set basecamp user agent env

* fix: removed unused import

* feat: used URLSearchParams to construct url params

* fix: fixed typescript errors

* chore: updated README to include an example on how to set basecamp user-agent

* feat: using TRPC instead of REST

* chore: removed old projects REST code

---------

Co-authored-by: Leo Giovanetti <hello@leog.me>
2023-08-19 17:04:56 -03:00
..
admin feat: show dialog when changing email after using Google Login (#9611) 2023-08-03 17:26:40 -07:00
apiKeys
apps fix: paypal setup and key validation on server (#10761) 2023-08-14 17:18:26 -07:00
auth fix: add 2fa and email verification grace period (#10771) 2023-08-17 16:13:04 +02:00
availability feat: Availability slider for orgs (#10740) 2023-08-18 16:32:24 +00:00
bookings perf: Replace un-needed context fetching (#10657) 2023-08-10 18:07:09 +01:00
deploymentSetup
eventTypes perf: Booker-Bundle Size Improvement - Lazy load react-select, remove lodash and Dom Purify (#10814) 2023-08-18 11:13:21 -07:00
googleWorkspace
kycVerification fix: add extra security layers for sending messages to attendees (#10636) 2023-08-10 11:52:36 -07:00
organizations fix: org admin has team member privileges [CAL-2338] (#10809) 2023-08-18 14:10:17 -07:00
payments
slots perf: Booker-Bundle Size Improvement - Lazy load react-select, remove lodash and Dom Purify (#10814) 2023-08-18 11:13:21 -07:00
sso
teams fix: org admin has team member privileges [CAL-2338] (#10809) 2023-08-18 14:10:17 -07:00
webhook
workflows perf: Booker bundle size optimization - Remove `sanitize-html` dependency on client (#10801) 2023-08-16 11:03:21 -07:00
_router.tsx feat: add basecamp integration to cal.com (#9195) 2023-08-19 17:04:56 -03:00
payments.tsx