68e7e76b31
feat: list managed users of an oauth client ( #14330 )
...
* feat: list managed users with apiv2 api
* refactor: isPending -> isLoading
* Revert "refactor: isPending -> isLoading"
This reverts commit dc2108e05508070185d57633346f3c532458e2a8.
---------
Co-authored-by: supalarry <laurisskraucis@gmail.com >
2024-04-04 09:41:47 +00:00
zomars
986d196a37
hotfix: lazy icon dev performance
2024-04-03 22:14:30 -07:00
d30fb213d2
fix: Add adminReview option to allow impersonating org members ( #14275 )
...
* added layouts for moving teams step
* added admin section for org creation step
* extended org creation to also move existing teams
* wip
* wip
* wip
* further changes
* Add checkout for org in onboarding
* Fix ts errors
* Self review feedback
* Self review addressed
* Fix unit tests
* Fix ts error
* Seans feedback addressed
* feat: fix correct accounts pending
* fix: unit tests for new invite member permissions
* tests: org admin onboarding tests for existing user
* tests: Inital user self serve flow
* chore: update teamAndUserFixture to create X amount of teams
* chore: add testId to card actionButton
* test: add test-Id to continue or checkout button
* tests: add tests for migrating existing teams
* feat: match new designs
* fix: isAdminCheck
* chore: fix pricing copy
* fix: flacky tests
* Fix tests?
* More test fixes
* Check all checkboxes
* Fix type error
* Fix failing test and typescript issues
* Fix unpaid org allowing auto-add users
* Add self-serve flag
* Skip tests
* Add adminReview option
* Fixes
* Add server checks for impersonation
* Improved error
* feat: extract - and disalow updating from org uset list if not reviewed
---------
Co-authored-by: Peer Richelsen <peer@cal.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: sean-brydon <sean@cal.com >
Co-authored-by: Joe Au-Yeung <j.auyeung419@gmail.com >
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
2024-04-04 04:48:41 +00:00
3f02de8214
chore: icon cleanup ( #13770 )
...
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
2024-04-03 23:23:57 +00:00
Omar López and GitHub
7421cea0da
fixes: API builds after rename ( #14319 )
2024-04-04 00:12:09 +01:00
Lauris Skraucis and GitHub
507daa6a0c
chore: publish atoms on npm and bump version ( #14309 )
2024-04-03 18:37:00 +03:00
Crowdin Bot
61f68af435
New Crowdin translations by Github Action
2024-04-03 13:32:23 +00:00
b3f4cfab32
feat: new org onboarding wizard ( #13139 )
...
* added layouts for moving teams step
* added admin section for org creation step
* extended org creation to also move existing teams
* wip
* wip
* wip
* further changes
* Add checkout for org in onboarding
* Fix ts errors
* Self review feedback
* Self review addressed
* Fix unit tests
* Fix ts error
* Seans feedback addressed
* feat: fix correct accounts pending
* fix: unit tests for new invite member permissions
* tests: org admin onboarding tests for existing user
* tests: Inital user self serve flow
* chore: update teamAndUserFixture to create X amount of teams
* chore: add testId to card actionButton
* test: add test-Id to continue or checkout button
* tests: add tests for migrating existing teams
* feat: match new designs
* fix: isAdminCheck
* chore: fix pricing copy
* fix: flacky tests
* Fix tests?
* More test fixes
* Check all checkboxes
* Fix type error
* Fix failing test and typescript issues
* Fix unpaid org allowing auto-add users
* Add self-serve flag
* Skip tests
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: Hariom <hariombalhara@gmail.com >
Co-authored-by: sean-brydon <sean@cal.com >
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: Omar López <zomars@me.com >
2024-04-03 18:53:02 +05:30
Morgan and GitHub
c3b1de498d
fix: org guard did not have user org profile + missing db read in selectedCalendarRepo ( #14303 )
...
* fix: user did not contain profile with next-auth-guard
* fix: missing dbread instance
2024-04-03 10:49:19 +03:00
Erik and GitHub
cdf059361e
chore: Tidy up unused variables, etc ( #14289 )
2024-04-02 22:06:42 +00:00
2aada9a7da
chore: Move avatars using cursor ( #14257 )
...
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-04-02 12:59:39 -07:00
Erik and GitHub
b96786125c
v3.9.4
2024-04-02 15:32:21 -03:00
Erik and GitHub
9451f38cec
chore: SDK Fixes and add swagger docs ( #14218 )
...
* chore: fixes and add swagger docs
* chore: add script
2024-04-02 18:31:01 +00:00
Keith Williams and GitHub
306f53dec7
fix: Typo in OAuth clients ( #14292 )
...
* fix: Typo in OAuth clients
* Update index.tsx
2024-04-02 15:02:26 -03:00
Erik and GitHub
db865a680f
chore: hotfixes ( #14297 )
2024-04-02 17:48:48 +00:00
Rajiv Sahal and GitHub
aca552c9f7
fix: Booker atom modal not rendering for mobile devices ( #14278 )
...
* make sure modal always appears
* separate event form wrappers into two components
* platform hook to fetch event type by id
* testing useGetEventTypeById hook
* add useGetEventTypeById to monorepo exports
* use platform hook for event type by id
2024-04-02 20:41:28 +03:00
Erik and GitHub
b202c4e79f
chore: sentry dsn ( #14295 )
2024-04-02 17:01:00 +00:00
Peer Richelsen and GitHub
972ce6911a
Update Shell.tsx ( #14293 )
2024-04-02 16:23:03 +01:00
Peer Richelsen and GitHub
751530b460
Create README.md
2024-04-02 15:25:02 +01:00
3b263e9282
feat: v2 event-types POST, PATCH, DELETE endpoints ( #14237 )
...
* create event type: use createEventType from trpc handler
* create event type: simplify handler input and create e2e test
* update event type + test
* delete end point
* check if owner owns event type
* fix: starting v2
* fixes
* remove unused enum
* fix TS issue for update input
* docs refresh
* docs
* docs
* simplify event types docs
* docs refactor
* fix: check if user already has event type with existing slug
* refactor update into a service
* fix tests
* remove unused import
* update create event link
* refactor: create event handler process passed locations
* move input out of folder
* reuse eventtype location for inputs
* docs: example POST event-type return
---------
Co-authored-by: Rajiv Sahal <sahalrajiv-extc@atharvacoe.ac.in >
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
2024-04-02 15:50:12 +02:00
2cbf9e1ac8
fix: Show proper error in case the team can't be published because requestedSlug isn't set ( #14283 )
...
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-04-02 12:44:39 +00:00
6283535d6a
chore: add more duration options for multiple duration events ( #14162 )
...
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
2024-04-02 12:43:24 +00:00
a03ae81509
fix: cancellation seems to be using slug instead of title ( #14195 )
...
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-04-02 12:42:48 +00:00
Alex van Andel
a7e05aa016
v3.9.3
2024-04-02 13:37:09 +01:00
f8cbf8b1c4
chore: rewrite api.cal.com/v2 to api v2 ( #14285 )
...
* chore: rewrite api.cal.com/v2 to api v2
* fixup! chore: rewrite api.cal.com/v2 to api v2
* fixup! fixup! chore: rewrite api.cal.com/v2 to api v2
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2024-04-02 13:23:04 +01:00
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