9bd3a362a2
feat: added Rating Template to Workflows ( #14215 )
...
Co-authored-by: alishaz-polymath <alishahbaz7@gmail.com >
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com >
2024-04-04 09:58:52 -07:00
844076badb
docs: v2 event types swagger ( #14296 )
...
* docs: GET /event-types/:id response
* docs: GET /event-types response
* docs: UPDATE /event-types/:id response
* docs: DELETE /event-types/:id response
* docs: GET /event-types/:username/public response
* docs: prod docs show only event-types, bookings cancel and reschedule, managed users
* fix merge main
* Revert "docs: prod docs show only event-types, bookings cancel and reschedule, managed users"
This reverts commit 96cdc4b4840e3841c6ed27bd3a030d0574aad19e.
---------
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
2024-04-04 16:20:03 +00:00
Lauris Skraucis and GitHub
c0523a31a7
Revert "refactor: OAuth creation form hide apps permissions ( #14264 )" ( #14336 )
...
This reverts commit fe62f9c6de .
2024-04-04 15:24:05 +00:00
Morgan and GitHub
1fff642860
fix: urls, gcal check, oauth client controller ( #14335 )
...
* fix: urls, gcal check, oauth client controller
* fixup! fix: urls, gcal check, oauth client controller
2024-04-04 14:58:15 +00:00
89fe383c9f
feat: implement turnstile on signup ( #13913 )
...
* wip
* feat: turnstile + removal of trpcState
* fix: use react-turnstile
* fix: i18n hydration errors
* wip: server side validation for cf token
* fix: hide in e2e tests
* feat:throw on error of token
* fix: set correct form values onVerify
* fix: use getIp for remoteIp and use correct header for token input
* chore: update .env.example
* fix: Update .env.example
* Update apps/web/pages/signup.tsx
* chore: fix typo
* fix: typo
* feat: hide until error
* feat: appearance interaction only
* remove cloudflare from e2e
* fix: legacyBehavior
* fix links + wait for load
* fix: signup tests
* test: wait for load state
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-04-04 10:21:06 -03:00
sean-brydon and GitHub
4a173c48b8
fix: correct limit amount in api middleware ( #14333 )
2024-04-04 12:20:26 +00:00
Morgan and GitHub
a72a3e45e9
fix: refresh access token expiry 60m ( #14331 )
...
* fix: refresh access token expiry 60m
* fix: exception filters logging request
* fix: never auto accept domain for managed users
2024-04-04 09:07:43 -03:00
a8d8c992a4
chore: added email and company form to cal.ai form ( #14306 )
...
* added email and company form
* i18n
* feat: add guest email and company
* chore: update and format prompt
* chore: hint var
* chore: fix err message
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Udit Takkar <udit222001@gmail.com >
2024-04-04 11:57:43 +00:00
Hariom Balhara and GitHub
99f9a121cb
fix: Show proper error when API_V2_URL variable is missing ( #14269 )
2024-04-04 11:51:39 +00:00
Crowdin Bot
6a0e2392fe
New Crowdin translations by Github Action
2024-04-04 11:49:00 +00:00
Joe Au-Yeung and GitHub
addec46feb
chore: Remove payment keys from appKeysSchema ( #14298 )
...
* Remove payment keys from appKeysSchema
* Update .env.example
2024-04-04 11:44:16 +00:00
Crowdin Bot
a4fe9a51b5
New Crowdin translations by Github Action
2024-04-04 11:41:42 +00:00
Richard Poelderl and GitHub
78b8bbb5aa
update docs for yarn.lock management ( #14230 )
2024-04-04 08:37:15 -03:00
Lauris Skraucis and GitHub
d7ece4f583
Revert "chore: downgrade react query atoms ( #14328 )" ( #14332 )
...
This reverts commit 8fc9b9ae9d .
2024-04-04 10:55:15 +00:00
Lauris Skraucis and GitHub
8fc9b9ae9d
chore: downgrade react query atoms ( #14328 )
...
* refactor: downgrade atoms react-query to v4
* driveby: prettier format file
* refactor: react-query isPending to isLoading
* chore: bump atoms version
* refactor: isPending -> isLoading
* chore: bump version
2024-04-04 11:28:35 +01:00
Udit Takkar and GitHub
d1175bf7de
fix: pass begin_message for updating LLM ( #14327 )
2024-04-04 11:14:19 +01:00
Crowdin Bot
3900453482
New Crowdin translations by Github Action
2024-04-04 09:46:04 +00:00
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