Alex van Andel and GitHub
ccc294e567
chore: Skip broken out-of-office tests ( #14286 )
2024-04-02 11:24:42 +00:00
Crowdin Bot
0be344b1ba
New Crowdin translations by Github Action
2024-04-01 12:33:52 +00:00
Shyam Raghuwanshi and GitHub
7a525e476a
fix Bookings Teams filter shows double label ( #14239 )
2024-04-01 18:00:04 +05:30
Lauris Skraucis and GitHub
fe62f9c6de
refactor: OAuth creation form hide apps permissions ( #14264 )
2024-03-29 10:35:11 +00:00
Crowdin Bot
9608f6518f
New Crowdin translations by Github Action
2024-03-29 09:14:37 +00:00
Lauris Skraucis and GitHub
2f8fa20ec6
refactor: prisma platform tables use pascal case ( #14263 )
2024-03-29 09:10:28 +00:00
Amit Sharma and GitHub
6f097b0a74
fix: No handlers found for ics-feed ( #14123 )
2024-03-28 16:01:27 -03:00
Omar López and GitHub
159bbb53b6
chore: adds useful SQL scripts for devops ( #14068 )
2024-03-28 11:36:27 -07:00
Alex van Andel
622160ea17
Revert "feat: Migrate all old avatars to 'avatars' table ( #14170 )"
...
This reverts commit 4bfbac6649 .
2024-03-28 18:14:58 +00:00
Philipp Dormann and GitHub
5d543c864f
fix(translations/de): typo in limit_booking_only_first_slot ( #14244 )
2024-03-28 15:09:47 -03:00
Keith Williams and GitHub
ed745623eb
fix: Organization check ( #14251 )
2024-03-28 16:13:10 +00:00
Alex van Andel and GitHub
29bca76e91
chore: Select organization fields to prevent logo import ( #14255 )
...
* chore: Select organization fields to prevent logo import
* teams query actually doesn't use org, keep for backwards compat
2024-03-28 12:54:45 -03:00
33d0fee43e
chore: add styling to examples app ( #14252 )
...
* add styling to examples app
* prettier homepage
---------
Co-authored-by: Morgan Vernay <morgan@cal.com >
2024-03-28 15:48:51 +00:00
Crowdin Bot
bb13de4176
New Crowdin translations by Github Action
2024-03-28 15:41:27 +00:00
Morgan and GitHub
c854dd092c
refactor: platform timezone endpoint ( #14250 )
...
* refactor: platform timezone endpoint
* fixup! refactor: platform timezone endpoint
* fixup! fixup! refactor: platform timezone endpoint
2024-03-28 12:35:51 -03:00
Crowdin Bot
26d64bd93f
New Crowdin translations by Github Action
2024-03-28 14:07:17 +00:00
1025238eee
feat: cal.ai enterprise phone calls ( #14100 )
...
* added empty layout
* init
* yarn lock due to package changes
* added retell ai to .env
* removed ton of glue code
* nit
* Discard changes to package.json
* Upgrades lucide-react
* minor UI fixes
* nit
* nit
* feat: save progress
* feat: v1
* fix: type error
* feat: change schema
* fix: type error and testr
* chore: update agent
* chore: change default prompt
* feat: feedback and improvements
* fix: type error
* fix: type error
* hidden for now while in trial
* added i18n and removed some comments
* feat: add cal api key
* fix: type error
---------
Co-authored-by: Omar López <zomars@me.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Udit Takkar <udit222001@gmail.com >
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
2024-03-28 13:59:01 +00:00
eec76ecfe2
feat: implement serverside search over client side ( #14234 )
...
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-03-28 13:18:16 +00:00
Morgan and GitHub
f5876ae6d6
chore: rename platform /me endpoints ( #14249 )
...
* chore: rename platform me endpoints
* fixup! chore: rename platform me endpoints
2024-03-28 12:28:32 +00:00
Morgan and GitHub
ccc8cdc1ff
chore: rename platform endpoints provider/gcal ( #14248 )
2024-03-28 12:04:28 +00:00
Crowdin Bot
a1840c9362
New Crowdin translations by Github Action
2024-03-28 08:10:02 +00:00
Morgan and GitHub
22212e7edb
fix: embed env var EnvrionmentPlugin config ( #14225 )
...
* fix: embed env var EnvrionmentPlugin config
* fixup! fix: embed env var EnvrionmentPlugin config
* fixup! fixup! fix: embed env var EnvrionmentPlugin config
* fix: auto switch to VERCEL_URL if WEBAPP_URL is undefined
2024-03-28 08:05:13 +00:00
Crowdin Bot
6ffe7005dd
New Crowdin translations by Github Action
2024-03-27 18:52:03 +00:00
Crowdin Bot
4890d72e30
New Crowdin translations by Github Action
2024-03-27 18:42:37 +00:00
Crowdin Bot
a531541273
New Crowdin translations by Github Action
2024-03-27 18:34:19 +00:00
Peer Richelsen and GitHub
2bced59b47
chore: added vercel env to turbo repo ( #14238 )
2024-03-27 11:26:05 -07:00
Richard Poelderl and GitHub
e9554604e7
chore(ci): Add nextjs framework env vors to @calcom/website in turbo.json ( #14231 )
2024-03-27 14:04:27 +00:00
Crowdin Bot
48c51da853
New Crowdin translations by Github Action
2024-03-27 12:42:07 +00:00
cc2164657c
feat: platform endpoints to fetch/cancel/reschedule bookings and hooks ( #14164 )
...
* init bookings endpoint
* abstracting functions
* e2e tests for bookings
* hooks for bookings endpoint
* bookings respository fixtures
* typings for booking input
* fixup
* abstract booking info code and use it as handler
* import handlers for bookings endpoint
* add cancel booking input
* add handleCancelBooking handler in platform libraries
* cancel booking endpoint
* abstract call into its own separate fn
* cancel booking hook
* e2e test for cancel booking endpoint
* fix import
* export getBookings function
* move getAllUserBookings into lib
* add bookings folder to package exports
* use getAllUserBookings from lib
* fix import path
* fix: hooks, endpoint and example for cancel / reschedule / list / booking success page
* fix: unit test mock classNames import from lib
* fix: unit test mock classNames import from lib
---------
Co-authored-by: Morgan Vernay <morgan@cal.com >
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
2024-03-27 12:34:54 +00:00
Crowdin Bot
a35683667b
New Crowdin translations by Github Action
2024-03-27 08:19:25 +00:00
Zachary Jia and GitHub
cf403bebf1
fix: add missing multiple_duration_timeUnit translation in zh-CN ( #14212 )
2024-03-27 05:15:15 -03:00
Crowdin Bot
f3e4bbc753
New Crowdin translations by Github Action
2024-03-26 23:36:45 +00:00
4bfbac6649
feat: Migrate all old avatars to 'avatars' table ( #14170 )
...
Co-authored-by: Omar López <zomars@me.com >
2024-03-26 23:33:15 +00:00
Alex van Andel
3d7fd7eb01
chore: Set Github Actions PostgreSQL password
2024-03-26 22:58:42 +00:00
Crowdin Bot
ec42900e25
New Crowdin translations by Github Action
2024-03-26 22:48:13 +00:00
Alex van Andel and GitHub
032b243248
chore: bump GitHub postgres v2 ( #14220 )
...
* Bump all postgres:12 -> postgres:13.13
* Attempt 2, postgres:13 instead of 13.13 and custom options
2024-03-26 22:44:07 +00:00
Crowdin Bot
b70b5a5449
New Crowdin translations by Github Action
2024-03-26 21:15:05 +00:00
Crowdin Bot
cc5dfb06bd
New Crowdin translations by Github Action
2024-03-26 21:11:19 +00:00
Erik and GitHub
937a9a0276
v3.9.2
2024-03-26 18:07:38 -03:00
Crowdin Bot
7a01e0427d
New Crowdin translations by Github Action
2024-03-26 19:07:35 +00:00
Peer Richelsen and GitHub
3336f8f017
Update README.md
2024-03-26 19:02:45 +00:00
Peer Richelsen and GitHub
724ce9f446
Delete apps/api/v2/ee directory
2024-03-26 19:02:14 +00:00
Peer Richelsen and GitHub
55737a0ad3
Create README.md
2024-03-26 19:01:48 +00:00
Peer Richelsen and GitHub
06695f41ee
Update LICENSE
2024-03-26 19:00:59 +00:00
Peer Richelsen and GitHub
32f5f8b670
Update LICENSE
2024-03-26 18:59:35 +00:00
Peer Richelsen and GitHub
78e7aa860a
Update LICENSE
2024-03-26 18:59:15 +00:00
Peer Richelsen and GitHub
e4a2ebb545
Create README.md
2024-03-26 18:58:37 +00:00
Peer Richelsen and GitHub
244dfd30ff
Create LICENSE
2024-03-26 18:56:24 +00:00
Peer Richelsen and GitHub
d990bacf3b
Update README.md
2024-03-26 18:56:01 +00:00
Alex van Andel and GitHub
5d139a7ba8
Bump all postgres:12 -> postgres:13.13 ( #14217 )
2024-03-26 16:51:06 +00:00