Commit Graph

2117 Commits (a741edc803e2b4ac300e67380087faeb8b30a41d)

Author SHA1 Message Date
kodiakhq[bot] a741edc803
Merge branch 'main' into feat/api-keys 2022-04-15 15:09:47 +00:00
sean-brydon dabf5367bc
DailyVideo default (#2505)
Co-authored-by: Omar López <zomars@me.com>
2022-04-15 17:07:37 +02:00
kodiakhq[bot] 31960f2a77
Merge branch 'main' into feat/api-keys 2022-04-15 13:45:49 +00:00
Agusti Fernandez 33287d6944
update docs to cal.dev (#2509) 2022-04-15 14:43:43 +01:00
kodiakhq[bot] 4c149d4455
Merge branch 'main' into feat/api-keys 2022-04-15 12:58:26 +00:00
Agusti Fernandez f229bb6513
feat: adds swagger-ui new app in monorepo (#2375) 2022-04-15 13:56:22 +01:00
kodiakhq[bot] 443b36428b
Merge branch 'main' into feat/api-keys 2022-04-15 11:08:36 +00:00
Agusti Fernandez c16aabd9e8
sync api and website (#2504) 2022-04-15 13:06:38 +02:00
kodiakhq[bot] eca0d607b9
Merge branch 'main' into feat/api-keys 2022-04-15 10:11:37 +00:00
alannnc c06d8164bc
feature/app wipe my cal (#2496) 2022-04-15 10:09:40 +00:00
kodiakhq[bot] 41cdeb3eee
Merge branch 'main' into feat/api-keys 2022-04-15 09:38:01 +00:00
sean-brydon 080f2bb845
Updating App-Infomation + pics (#2489) 2022-04-15 10:35:50 +01:00
kodiakhq[bot] f2ffbf8126
Merge branch 'main' into feat/api-keys 2022-04-15 08:56:15 +00:00
Peer Richelsen 25e4e28c2a
small app store fixes (#2501)
* added new other illustration, fixed dialog styling

* revert color change
2022-04-15 08:54:09 +00:00
kodiakhq[bot] afd51ae707
Merge branch 'main' into feat/api-keys 2022-04-15 02:26:09 +00:00
alannnc 5b90ace8cf
feature/app wipe my cal (#2487)
* WIP bookings page ui changes, created api endpoint

* Ui changes mobile/desktop

* Added translations

* Fix lib import and common names

* WIP reschedule

* WIP

* Save wip

* [WIP] builder and class for CalendarEvent, email for attende

* update rescheduled emails, booking view and availability page view

* Working version reschedule

* Fix for req.user as array

* Added missing translation and refactor dialog to self component

* Test for reschedule

* update on types

* Update lib no required

* Update type on createBooking

* fix types

* remove preview stripe sub

* remove unused file

* remove unused import

* Fix reschedule test

* Refactor and cleaning up code

* Email reschedule title fixes

* Adding calendar delete and recreate placeholder of cancelled

* Add translation

* Removed logs, notes, fixed types

* Fixes process.env types

* Use strict compare

* Fixes type inference

* Type fixing is my middle name

* Update apps/web/components/booking/BookingListItem.tsx

* Update apps/web/components/dialog/RescheduleDialog.tsx

* Update packages/core/builders/CalendarEvent/director.ts

* Update apps/web/pages/success.tsx

* Updates rescheduling labels

* Update packages/core/builders/CalendarEvent/builder.ts

* Type fixes

* Update packages/core/builders/CalendarEvent/builder.ts

* Only validating input blocked once

* E2E fixes

* Stripe tests fixes

* Wipe my cal init commit

* Fixes circular dependencies

* Added conditional display for wipe my cal button

* Added placeholder image for app category

* Fix type string for conditional validation

Co-authored-by: Peer Richelsen <peer@cal.com>
Co-authored-by: zomars <zomars@me.com>
2022-04-14 20:24:27 -06:00
kodiakhq[bot] d8ac2ffa76
Merge branch 'main' into feat/api-keys 2022-04-15 02:06:38 +00:00
Omar López ba73960a02
App store metadata refactor (#2495)
* Delete api

* Fixes circular dependencies

* Revert "Delete api"

This reverts commit 174177a833.

* Delete _metadata.ts

* Update metadata.ts
2022-04-14 20:04:21 -06:00
Agusti Fernandez Pardo e34a63dc3d fix: item: any to pass build 2022-04-15 03:54:55 +02:00
kodiakhq[bot] d158c18b9d
Merge branch 'main' into feat/api-keys 2022-04-14 22:30:51 +00:00
buschco 94f64f9730
fix handling for recurring events (#2455) 2022-04-14 23:29:16 +01:00
zomars 115f5f5eef Merge fixes 2022-04-14 16:12:35 -06:00
Omar López 21d183e661
Fixes postinstall scripts (#2492)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-14 15:59:00 -06:00
Afzal Sayed 699d910ab4
Perf: Optimize event-types page (#2436)
* Perf: Optimize event-types page

* Memoize layout in Shell

* setQueryState without awaiting mutate for optimistic update

* Update Shell.tsx

* Fix types

* Update auth-index.test.ts

Co-authored-by: zomars <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-14 21:49:51 +00:00
alannnc 3c6ac395cc
Feature/reschedule bookings (#2351)
* WIP bookings page ui changes, created api endpoint

* Ui changes mobile/desktop

* Added translations

* Fix lib import and common names

* WIP reschedule

* WIP

* Save wip

* [WIP] builder and class for CalendarEvent, email for attende

* update rescheduled emails, booking view and availability page view

* Working version reschedule

* Fix for req.user as array

* Added missing translation and refactor dialog to self component

* Test for reschedule

* update on types

* Update lib no required

* Update type on createBooking

* fix types

* remove preview stripe sub

* remove unused file

* remove unused import

* Fix reschedule test

* Refactor and cleaning up code

* Email reschedule title fixes

* Adding calendar delete and recreate placeholder of cancelled

* Add translation

* Removed logs, notes, fixed types

* Fixes process.env types

* Use strict compare

* Fixes type inference

* Type fixing is my middle name

* Update apps/web/components/booking/BookingListItem.tsx

* Update apps/web/components/dialog/RescheduleDialog.tsx

* Update packages/core/builders/CalendarEvent/director.ts

* Update apps/web/pages/success.tsx

* Updates rescheduling labels

* Update packages/core/builders/CalendarEvent/builder.ts

* Type fixes

* Update packages/core/builders/CalendarEvent/builder.ts

* Only validating input blocked once

* E2E fixes

* Stripe tests fixes

Co-authored-by: Peer Richelsen <peer@cal.com>
Co-authored-by: zomars <zomars@me.com>
2022-04-14 15:25:24 -06:00
Omar López be3a4758e1
Merge branch 'main' into feat/api-keys 2022-04-14 14:18:12 -06:00
Omar López 6bb4b2e938
Fixes auth E2E tests (#2490) 2022-04-14 20:17:59 +00:00
Omar López 1ea1cff04a
Update apps/web/ee/components/apiKeys/ApiKeyListItem.tsx
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2022-04-14 14:13:14 -06:00
Agusti Fernandez Pardo 9312662e14 fix: update edit mutation in viewer.apiKeys 2022-04-14 21:03:22 +02:00
Agusti Fernandez Pardo a8793d0f04 fix: improve eidt api keys modal 2022-04-14 20:59:49 +02:00
Agusti Fernandez Pardo 8f3acdcbab fix update env API_KEY_ prefix default to cal_ 2022-04-14 20:35:37 +02:00
Agusti Fernandez Pardo ac0133ded2 add back change password h2 title section in security page 2022-04-14 20:14:08 +02:00
Agusti Fernandez Pardo df26a2a564 Fixes: improve api key never expires 2022-04-14 20:11:06 +02:00
Agusti Fernandez Pardo d9c6be973c fix: use watch and controller for neverexpires/datepicker 2022-04-14 19:10:45 +02:00
Agusti Fernandez Pardo 4142af7d92 fix: cleanup code in api keys 2022-04-14 19:10:45 +02:00
kodiakhq[bot] 128e36f489
Merge branch 'main' into feat/api-keys 2022-04-14 15:03:52 +00:00
Hariom Balhara d1b063d59d
User should be able to rebook a cancelled timeslot (#2483)
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2022-04-14 16:01:38 +01:00
kodiakhq[bot] 6cbf8ae603
Merge branch 'main' into feat/api-keys 2022-04-14 15:00:28 +00:00
Clark Weckmann cfbf419f57
Updated git link and Prisma command. (#2363)
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2022-04-14 15:58:58 +01:00
Alex van Andel 5fdc5078cc
Styling tweaks to inputs and Select (+ TimezoneSelect) (#2453)
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2022-04-14 15:58:23 +01:00
kodiakhq[bot] 6570b5eb62
Merge branch 'main' into feat/api-keys 2022-04-14 14:52:11 +00:00
Bailey Pumfleet d91f667d0c Update greyscale palette 2022-04-14 15:50:00 +01:00
kodiakhq[bot] f06cde5d8c
Merge branch 'main' into feat/api-keys 2022-04-14 04:02:31 +00:00
Hariom Balhara 9ed666a475
Add app-store tests (#2465)
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-14 09:30:38 +05:30
kodiakhq[bot] bd9861e216
Merge branch 'main' into feat/api-keys 2022-04-14 02:49:29 +00:00
Hariom Balhara 39935306fc
Embed behind authentication page, Floating Button Popup and other changes (#2468)
Co-authored-by: Omar López <zomars@me.com>
2022-04-14 08:17:34 +05:30
Agusti Fernandez Pardo 7efbb6425f fix: use api keys everywhere 2022-04-13 19:44:38 +02:00
Agusti Fernandez Pardo ddf7fc9b96 feat: adds beta tag in security tab under api keys 2022-04-13 19:43:45 +02:00
Agusti Fernandez Pardo 161f34d9e9 improve translations 2022-04-13 19:35:56 +02:00
Agusti Fernandez Pardo 62aa37d51c fix rename editing 2022-04-13 19:32:25 +02:00