zomars
f335678a78
Adds unrecognized_keys error handling
2022-06-14 14:43:50 -06:00
zomars
0f72a9084a
Splits user endpoints by method
2022-06-14 14:35:15 -06:00
zomars
7d0cef065f
Refactors user id endpoint
2022-06-14 14:10:59 -06:00
zomars
58e1ea9bf6
User endpoint refactoring
2022-06-14 14:08:58 -06:00
zomars
4d93b08e4c
Scripts fixes
2022-06-14 14:08:41 -06:00
zomars
b5b48e7992
Updates user metadata schemas
2022-06-14 14:07:54 -06:00
zomars
c5d2bac26f
Better ZodError handling
2022-06-14 14:07:39 -06:00
zomars
49087d858e
Fixes hot-reload for dev
2022-06-14 14:07:23 -06:00
Agusti Fernandez Pardo
f3d7922efd
move caching time constant to API
2022-06-14 19:48:47 +02:00
Agusti Fernandez Pardo
22460a460b
feat: Adds new customPrisma for hosted API ( #3055 )
...
* feat: customPrisma for hosted API access
* fix: 24h not 24 days for expiry cache in customPrisma calls
* fix: move PRISMA_CLIENT_CACHING_TIME to API
Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-06-14 17:11:39 +00:00
zomars
7bef84a8d0
Fixed logging
2022-06-14 09:39:50 -06:00
zomars
7e8dc0f848
Make perfObserver retro-compatible with node v14
2022-06-14 09:32:37 -06:00
zomars
74704bb699
Fixes undefined link in opt-in email
2022-06-14 08:55:21 -06:00
Carina Wollendorfer
cb66f96b63
Plain svg for Zapier icon ( #3059 )
...
* use svg instead of functional component for icon
* use svg from static folder
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2022-06-14 12:55:59 +00:00
zomars
0ebda5d483
Submodule updates
2022-06-13 16:42:51 -06:00
Agusti Fernandez Pardo
ab6a99749f
fix: linting
2022-06-14 00:32:07 +02:00
zomars
5208400b24
Playwright isn't needed here
2022-06-13 16:15:28 -06:00
Omar López
1960046994
App/exchange v2 ( #2493 )
...
* Create 2013 package
* Create 2016 package
* Add ews
* Update package.json
* Translate 2013 app to new structure
* Translate 2013 app to new structure
* Translate 2016 app to new structure
* Add appId
* Move setup to a seperate page
* RHF dependency version mismatch
* Move exchange 2016 setup to new page
* Add translations
* Relying on AppSetupMap not defined static pages
* Console build fixes
* Resolved node version to 16
* Prisma errors can't be handled on client
* Fixes node version mismatches
* Improvements
* Endpoint fixes
* Revert "Endpoint fixes"
This reverts commit c0320e3f3d
.
* Fixes
Co-authored-by: Joe Au-Yeung <j.auyeung419@gmail.com>
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Leo Giovanetti <hello@leog.me>
2022-06-13 16:12:27 -06:00
Agusti Fernandez Pardo
d8d9d4a375
Merge branch 'main' into production
2022-06-13 23:59:31 +02:00
Agusti Fernandez Pardo
55d8af0ae9
Merge pull request #121 from calcom/fix/user-metadata
...
fix: make jsonSchema.optional()
2022-06-13 23:58:52 +02:00
Agusti Fernandez Pardo
b1dd1b8572
fix: make jsonSchema.optional()
2022-06-13 23:58:15 +02:00
zomars
3c9cf81fb3
E2E debugging
2022-06-13 15:16:58 -06:00
alannnc
8d893d3ed1
Fix/app multiple installs ( #3045 )
...
* Add new flag for apps with multiple installs
* WIP saving work in progress
* Fix typo in metadata property
* Update apps/web/components/App.tsx
Co-authored-by: Leo Giovanetti <hello@leog.me>
* Using category in pref of new variable on metadata
* Update App.tsx
* Update yarn.lock
* Update yarn.lock
Co-authored-by: Leo Giovanetti <hello@leog.me>
Co-authored-by: zomars <zomars@me.com>
2022-06-13 15:06:12 -06:00
zomars
d1cf91a1ea
Yarn lock fixes
2022-06-13 14:15:10 -06:00
alannnc
2362133b25
Fix/stripe payment intent succeded ( #3044 )
...
* Remove conditional that turned off booking payment update
* Added stripe webhook key to env vars
* Update .env.example
Co-authored-by: Omar López <zomars@me.com>
2022-06-13 13:41:57 -06:00
Joe Au-Yeung
f9d05f7a0e
Add helpscout to billing page ( #3054 )
...
* Add helpscout to billing page
* Upgrades CI node to 16
Co-authored-by: zomars <zomars@me.com>
2022-06-13 13:05:05 -06:00
zomars
dfe3e55e74
Upgrades CI node to 16
2022-06-13 12:32:26 -06:00
zomars
881de59bf5
Fixes node version mismatches
2022-06-13 10:59:02 -06:00
zomars
e0a391d46e
Prisma errors can't be handled on client
2022-06-13 10:37:42 -06:00
zomars
b044c6fb70
Resolved node version to 16
2022-06-13 10:32:45 -06:00
zomars
06482388bd
Console build fixes
2022-06-13 10:31:04 -06:00
Hariom Balhara
5653282dea
Fix Event-Type 404 in case of unintentional duplicates. ( #3049 )
...
* Fix sort order to ensure correct event-type is picked when duplicates
* Refetch after mutation to ensure that after positioning is changed, UI is updated
* Dont rely on hashmap for ordering.
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-06-13 14:25:05 +01:00
Hariom Balhara
624a7a036d
Make absolute URL and consider if its a team event or non team event ( #3047 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-06-13 12:18:51 +00:00
Peer Richelsen
5c3d399ccb
added margin bottom to event-types ( #3048 )
2022-06-13 13:25:49 +02:00
github-actions[bot]
0a308eb13d
New Crowdin translations by Github Action ( #3040 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-06-13 12:40:22 +02:00
Syed Ali Shahbaz
e4ec3a04e9
Merge branch 'main' into production
2022-06-13 13:29:51 +05:30
Syed Ali Shahbaz
01f5891f9d
Merge pull request #120 from calcom/debug/webhook-calls
...
Adds debug console.log
2022-06-13 13:29:30 +05:30
Syed Ali Shahbaz
b385d3547b
Adds debug console.log
2022-06-13 13:24:21 +05:30
zomars
e487f295da
Disabled videoBusyTimes
2022-06-12 15:35:40 -06:00
zomars
63983c9d60
Prevents caldav recurring events errors to unblock availability
2022-06-12 15:23:14 -06:00
zomars
2e61eb41b2
Merge branch 'production'
2022-06-12 11:43:04 -06:00
sean-brydon
ad4bcfafce
Manage Link showing for organisers ( #3037 )
2022-06-12 15:33:14 +00:00
alannnc
2faf7e6806
Fix onboarding calendar connection ( #3036 )
2022-06-12 16:19:35 +01:00
Syed Ali Shahbaz
1cd852af7d
Merge branch 'main' into production
2022-06-12 11:47:10 +05:30
Syed Ali Shahbaz
6872107614
Merge pull request #118 from calcom/debug/webhook-list
...
debug logs added
2022-06-12 11:46:44 +05:30
Syed Ali Shahbaz
ecce02ebbf
debug logs added
2022-06-12 11:43:26 +05:30
Syed Ali Shahbaz
e278e13e83
Merge branch 'main' into production
2022-06-12 11:30:48 +05:30
Syed Ali Shahbaz
4cac1328d1
Merge pull request #117 from calcom/hotfix/prettier-fix
...
fix prettier
2022-06-12 11:30:23 +05:30
Syed Ali Shahbaz
935473cfcd
removed comment
2022-06-12 11:25:53 +05:30
Syed Ali Shahbaz
bd88bec1d2
fix prettier
2022-06-12 11:24:38 +05:30