Agusti Fernandez Pardo
|
dc967b7d9e
|
fix: hooks, event-types and booking references
|
2022-05-20 01:45:54 +02:00 |
Agusti Fernandez Pardo
|
f2ce2f324b
|
fix: build webhooks and event-types
|
2022-05-20 00:58:42 +02:00 |
Agusti Fernandez Pardo
|
2e8f42c5d7
|
Merge pull request #84 from calcom/fix-build
fix: build issues, extend event-type in types, use @calcom/types
|
2022-05-19 22:08:34 +02:00 |
Agusti Fernandez Pardo
|
d103776846
|
fix: add back types until merged into main
|
2022-05-19 22:05:26 +02:00 |
Agusti Fernandez Pardo
|
fdc46fac7d
|
fix: build issues, extend event-type in types, use @calcom/types
|
2022-05-19 22:00:22 +02:00 |
Syed Ali Shahbaz
|
54f2edef30
|
Merge pull request #83 from calcom/fix/webhook
Updates webhook API params and read picks
|
2022-05-19 16:44:22 +05:30 |
Syed Ali Shahbaz
|
95a1e32454
|
Fixes subscriber URL z type
|
2022-05-19 16:40:27 +05:30 |
Syed Ali Shahbaz
|
bc844f29ba
|
Updates Webhook edit params
|
2022-05-19 16:38:44 +05:30 |
Syed Ali Shahbaz
|
74efa1f86e
|
Updates Webhook pick
|
2022-05-19 16:35:25 +05:30 |
Hariom Balhara
|
e72cceff81
|
Fix auto-select and close of dropdown (#2819)
|
2022-05-19 08:50:17 +01:00 |
Ken Miller
|
1c296fb2d5
|
adding organizer as attendee to google calendar events (#2779)
|
2022-05-18 15:09:15 -06:00 |
zomars
|
1de50bd093
|
Update check-types.yml
|
2022-05-18 15:08:58 -06:00 |
Carina Wollendorfer
|
4b6c701c48
|
save additional inputs as json + view details of booking (#2796)
* move custom inputs from description to own json object
* show custom inputs on success page
* fix type error
* add custom inputs to email and webhook
* add custom inputs to all emails
* add values for custom inputs when rescheduling
* add custom input everywhere description is shown
* fix bug with boolean value
* fix issues with null values
* disable custom inputs and add notes for organizer
* don't show custom input with empty string
* don't show custom inputs with empty string in calender event and email
* add link to booking details page
* redirect to success page to see booking details
* add functionality to cancel and reschedule booking
* fix bookings that require confirmation
* clean code
* fix infinite lopp in useEffect of success page
* show web conference details message when integration as location
* improve design of cancelling event
* clean code
* disable darkmode for organizer on booking details page
* fix dark mode for cancelling booking
* fix build error
* Fixes infinite loop
* Fixes infinite loop
* Fixes infinite loop
* Update all Yarn dependencies (2022-05-16) (#2769)
* Update all Yarn dependencies (2022-05-16)
* Upgrade dependencies
* Removes deprecated packages
* Upgrades deps
* Updates submodules
* Update yarn.lock
* Linting
* Linting
* Update website
* Build fixes
* TODO: fix this
* Module resolving
* Type fixes
* Intercom fixes on SSG
* Fixes infinite loop
* Upgrades to React 18
* Type fixes
* Locks node version to 14
* Upgrades daily-js
* Readds missing types
* Upgrades playwright
* Noop when intercom is not installed
* Update website
* Removed yarn.lock in favor of monorepo
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>
* Create ci.yml
* Update ci.yml
* Reintroduces typescript-eslint
Buckle up!
* Type fixes
* Update ci.yml
* Update api
* Update admin
* Reusable inferSSRProps
* Linting
* Linting
* Prisma fixes
* Update ci.yml
* Cache testing
* Update e2e.yml
* Update DatePicker.tsx
* Update e2e.yml
* Revert "Linting"
This reverts commit adf817766e .
* Revert "Linting"
This reverts commit 1b59dacd64 .
* Linting
* Update e2e.yml
* Ci updates
* Add team Id to hash url (#2803)
* Fix missing tabs - Embed (#2804)
* Fix missing tabs
* Fix Eslint error
* Fix Eslint errors
* Add import statement (#2812)
* Add import statement
* Update apps/docs/next.config.js
Co-authored-by: Omar López <zomars@me.com>
* Show success page if booking was deleted on calendar (#2808)
* Add exception to 410
* Fix type error
* Add GoogelCalError type
* only show invite link for app.cal.dev (#2807)
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
* fix: update eslint config to test .ts and .js separately (#2805)
* fix: update eslint config
* fix: update ts ignore
* fix: update eslint config
* Update TeamAvailabilityScreen.tsx
* Type fixes
* Update useIntercom.ts
Co-authored-by: Omar López <zomars@me.com>
* fix: sync api to latest commit (#2810)
Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* Embed React improvements (#2782)
* Add off support. Add getApi export.
* Add publish command
* Add embed-snippet in prod deps
* Update README
* Update package.json
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* Consolidates test-results
* Type fixes
* Abstracts minimal booking select
* Type fixes
* Update listBookings.ts
* Update common.json
* Update bookingReminder.ts
* Consolidates isOutOfBounds
* Update webhookResponse-chromium.txt
* Update TableActions.tsx
* Type fixes
* Update BookingPage.tsx
* Update webhookResponse-chromium.txt
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Co-authored-by: iamkun <kunhello@outlook.com>
Co-authored-by: Agusti Fernandez Pardo <me@agusti.me>
Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2022-05-18 15:05:49 -06:00 |
Agusti Fernandez Pardo
|
7d8ed47268
|
Merge pull request #82 from calcom/fix/schema-event-type
fix typeof schemaEventTypeReadPublic
|
2022-05-18 22:05:22 +02:00 |
Agusti Fernandez Pardo
|
26888a3630
|
fix typeof schemaEventTypeReadPublic
|
2022-05-18 22:03:36 +02:00 |
Agusti Fernandez Pardo
|
ba4abacb1a
|
Merge pull request #81 from calcom/fix/dont-cal
Fix/dont cal
|
2022-05-18 21:51:13 +02:00 |
Agusti Fernandez Pardo
|
df16126a49
|
fix: object or null instead of json for extends event-types
|
2022-05-18 21:50:34 +02:00 |
Agusti Fernandez Pardo
|
27053e7c80
|
fix: dont replace cal_
|
2022-05-18 21:48:13 +02:00 |
Agusti Fernandez Pardo
|
780fd401db
|
Merge pull request #80 from calcom/fix/event-valid
fix: dont overdo validation on read event-type
|
2022-05-18 20:45:14 +02:00 |
Agusti Fernandez Pardo
|
5bb2c54648
|
fix: add fallback for keys generated with cal_ instead of cal_live_ prefix
|
2022-05-18 20:29:35 +02:00 |
Agusti Fernandez Pardo
|
37069e2d7b
|
fix: omit metadata/locations and rewrite as json
|
2022-05-18 20:22:43 +02:00 |
Agusti Fernandez Pardo
|
e7a7c89071
|
fix add locations metadata and recurring events to eventtype response
|
2022-05-18 19:51:40 +02:00 |
Agusti Fernandez Pardo
|
7b90ccb3bf
|
fix: add locations to event type in response types
|
2022-05-18 19:49:42 +02:00 |
Agusti Fernandez Pardo
|
5c97283aa1
|
fix: dont add locations/metadata on create event type
|
2022-05-18 19:39:31 +02:00 |
Agusti Fernandez Pardo
|
eb03188d78
|
fix: dont validate read event-type
|
2022-05-18 19:25:50 +02:00 |
Agusti Fernandez Pardo
|
35ebf53f19
|
fix: json validation
|
2022-05-18 19:21:48 +02:00 |
Agusti Fernandez Pardo
|
957d6d2375
|
fix: locations or z null
|
2022-05-18 19:10:16 +02:00 |
Hariom Balhara
|
463aff0702
|
Add vscode tasks.json (#2801)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2022-05-18 17:07:43 +00:00 |
Agusti Fernandez Pardo
|
b7f9791439
|
fix: add locations any too
|
2022-05-18 19:00:27 +02:00 |
Agusti Fernandez Pardo
|
b95c064828
|
fix: metadata zany
|
2022-05-18 18:58:37 +02:00 |
zomars
|
c1cc93c164
|
Consolidates test-results
|
2022-05-18 10:54:36 -06:00 |
Agusti Fernandez Pardo
|
93b2e96144
|
fix: dont overdo validation on read event-type
|
2022-05-18 18:51:19 +02:00 |
Hariom Balhara
|
6148e89425
|
Embed React improvements (#2782)
* Add off support. Add getApi export.
* Add publish command
* Add embed-snippet in prod deps
* Update README
* Update package.json
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2022-05-18 16:25:30 +00:00 |
Agusti Fernandez Pardo
|
a7f7b29bae
|
fix: sync api to latest commit (#2810)
Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2022-05-18 16:15:27 +00:00 |
Joe Au-Yeung
|
afafd45223
|
Show success page if booking was deleted on calendar (#2808)
* Add exception to 410
* Fix type error
* Add GoogelCalError type
|
2022-05-18 10:13:01 -06:00 |
iamkun
|
31aff64e42
|
fix: update eslint config to test .ts and .js separately (#2805)
* fix: update eslint config
* fix: update ts ignore
* fix: update eslint config
* Update TeamAvailabilityScreen.tsx
* Type fixes
* Update useIntercom.ts
Co-authored-by: Omar López <zomars@me.com>
|
2022-05-18 10:05:25 -06:00 |
Agusti Fernandez Pardo
|
a3f23ef3c0
|
Merge pull request #79 from calcom/fix/event-validations
fix: event type jsonschema or znull
|
2022-05-18 17:51:48 +02:00 |
Agusti Fernandez Pardo
|
b237d71b2b
|
fix: event type jsonschema or znull
|
2022-05-18 17:46:22 +02:00 |
Carina Wollendorfer
|
952a149604
|
only show invite link for app.cal.dev (#2807)
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
|
2022-05-18 09:35:54 -06:00 |
Joe Au-Yeung
|
3aa7387ff5
|
Show success page if booking was deleted on calendar (#2808)
* Add exception to 410
* Fix type error
* Add GoogelCalError type
|
2022-05-18 09:34:21 -06:00 |
Joe Au-Yeung
|
f8007a4f01
|
Add import statement (#2812)
* Add import statement
* Update apps/docs/next.config.js
Co-authored-by: Omar López <zomars@me.com>
|
2022-05-18 09:11:28 -06:00 |
Hariom Balhara
|
1fb637d29d
|
Fix missing tabs - Embed (#2804)
* Fix missing tabs
* Fix Eslint error
* Fix Eslint errors
|
2022-05-18 09:04:50 -06:00 |
sean-brydon
|
80954aa866
|
Add team Id to hash url (#2803)
|
2022-05-18 08:59:50 -06:00 |
sean-brydon
|
821105dccb
|
Add team Id to hash url (#2803)
|
2022-05-18 08:59:23 -06:00 |
Agusti Fernandez Pardo
|
a7889b3436
|
Merge pull request #78 from calcom/fix/meta
Fix/meta
|
2022-05-18 15:29:42 +02:00 |
Agusti Fernandez Pardo
|
f29124866c
|
fix: recurring and metadata as jsonSchema on read too
|
2022-05-18 15:23:18 +02:00 |
Agusti Fernandez Pardo
|
d5ecb383b4
|
fix: no metadata
|
2022-05-18 15:16:16 +02:00 |
Agusti Fernandez Pardo
|
c5dcf42807
|
fix: any
|
2022-05-18 15:12:29 +02:00 |
Agusti Fernandez Pardo
|
e25d0d79a0
|
fix: merge metadata jsonSchema nullable nullish
|
2022-05-18 15:04:44 +02:00 |
Agusti Fernandez Pardo
|
db09aeb50a
|
fix: dont merge on read
|
2022-05-18 15:00:09 +02:00 |