sean-brydon
34d3aac4b0
Fix scope ( #2625 )
2022-04-27 16:27:39 +05:30
alannnc
c22b6ca670
Fix/login with provider ( #2594 )
2022-04-26 15:12:08 +00:00
Agusti Fernandez
fa1b29a99f
Swagger docs improved ( #2607 )
...
* fix: adds servers in openapi, remove hack in snippets, update deps, make dynamic import to use latests swagger ui deps
* fix: remove unneded import
* fix: adds yarn dev commands for api and swagger
Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-26 15:00:53 +00:00
sean-brydon
d61238c832
Loader Components ( #2616 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-04-26 14:11:02 +00:00
sean-brydon
28b432058a
Bug/email notes hidden ( #2611 )
...
* Fix Width
* Fixes email notes
* Fixing reschedule email
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-26 13:46:20 +00:00
Hariom Balhara
5336bf3fe2
Add debugging details ( #2585 )
2022-04-26 11:15:57 +00:00
sean-brydon
6d5db1cb3a
Feat/impersonate users ( #2503 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>
2022-04-26 14:18:17 +05:30
sean-brydon
9fffaa20a2
Fix providerName ( #2589 )
...
Co-authored-by: Omar López <zomars@me.com>
2022-04-26 04:20:13 +00:00
sean-brydon
fd73a4ac92
Fix Width ( #2587 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-26 02:48:36 +00:00
sean-brydon
29a6c70fc3
Heading Skeleton ( #2601 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-26 02:38:41 +00:00
Afzal Sayed
96f6c644bd
Improve create event-type flow ( #2446 )
...
* Improve create event-type flow
* Update form values when query changes
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
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-04-26 02:13:15 +00:00
sean-brydon
7c12bb1e20
Bug/i118n flicker ( #2609 )
...
* Fix Global Flicker
* Fixes Flicker + Null return
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-04-25 18:26:13 -06:00
Peer Richelsen
10e796f956
Revert "feat: disable select when loading ( #2475 )" ( #2608 )
...
This reverts commit 307b098f83
.
2022-04-26 01:26:03 +02:00
sean-brydon
071077f2dc
Fix Global Flicker ( #2604 )
2022-04-26 00:20:16 +02:00
sean-brydon
afe957674c
Adding avatar skeleton loader ( #2600 )
2022-04-25 20:18:07 +00:00
Carlos Gabriel
307b098f83
feat: disable select when loading ( #2475 )
2022-04-25 20:30:15 +02:00
sean-brydon
95a793dd5a
Skeleton Loaders Implementation ( #2596 )
...
* Skeleton Loaders
* Remove Href
* Fix Height Jumping around
* Subtle Colors
* feedback by ciaran
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-04-25 17:01:51 +00:00
sean-brydon
a0057911c1
Fix back button ( #2592 )
2022-04-25 10:32:01 +02:00
Hariom Balhara
93c75b5fef
Embed Miscellaneous Improvements and Fixes ( #2499 )
2022-04-25 10:03:00 +05:30
Afzal Sayed
53d7e57142
Fix update event type authorization ( #2588 )
2022-04-24 15:02:04 -06:00
Hariom Balhara
2c4a891a89
Add debugging details ( #2582 )
2022-04-23 18:45:46 +00:00
Peer Richelsen
41dc01ea3c
Update next-i18next.config.js ( #2568 )
2022-04-22 20:40:40 +02:00
Syed Ali Shahbaz
9c985edb6b
away user fix ( #2576 )
2022-04-22 16:03:01 +01:00
Bailey Pumfleet
69ef309cb5
Update website submodule
2022-04-21 22:31:02 +01:00
Omar López
f10bf38292
Removed deprecated JWT secrets ( #2574 )
2022-04-21 15:10:23 -06:00
Agusti Fernandez
02f68b104b
fix: adds title to public-api docs ( #2573 )
2022-04-21 20:46:37 +00:00
Agusti Fernandez
8bc5a75249
Feature: Verify login on signup with magic link. ( #2122 )
...
* manual migration to rename verificationtoken, maybe it could be dropped and create a new table instead if we're not using it, will consult @zomars
* feat: rename verificationRequest --> verificationToken in schema.prisma
* fix: rename verificationRequest -> verificationToken in the codebase
* feat: add default cookies for next-auth
* fix: moves @lib/serverConfig to @calcom/lib so it can be called by website too
* fix: make self-certificate work in dev env by not rejecting tls in serverConfig
* fix verificationTokenToken typo
Co-authored-by: Omar López <zomars@me.com>
* Adds domain: .cal.com if not dev env in cookies
* Adds default-cookies to apps/web, and nextauth_domain to turbo website build deps"a
* update NEXTAUTH_DOMAIN to NEXTAUTH_COOKIE_DOMAIN
* Updates website submodule
* Removes deprecated env vars
* Consolidates auth logic in one place
* Updates website module
* Signup fixes
* Build fixes
* Updates example
* Updates example
* Fixes
* Fix Email Verification
* fix: move csrf-token cookiePrefix from __Host -> __Secure
* Removes console log
* Fixes link in email template
* Removed irrelevant coment
* Testing with a 32 bit secret
* Fixes for cookien in E2E
* E2E fixes
* Fixes Stripe tests locally
* Temp fix for E2E
Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2022-04-21 14:32:25 -06:00
SiderealArt
c12436afb0
Update Traditional Chinese translation ( #2566 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-04-21 17:20:56 +02:00
milospuac
fead885aa4
Create slack.mdx ( #2565 )
...
Documentation for our Slack commands
2022-04-21 14:26:29 +01:00
alannnc
6e82d38249
Fix for appstore and wipemycal render ( #2556 )
...
* Fix for appstores and wipe-my-cal
* Fix email subject for reschedule
* Fix email subject for reschedule
* Fix api add wipemycal return
* Now we ask on a endpoint if app its installed
* Fix types
Co-authored-by: Omar López <zomars@me.com>
2022-04-20 23:37:25 +02:00
Omar López
8f3b854559
Admin console ( #2555 )
...
* Adds admin submodule
* Adds admin submodule
2022-04-19 16:58:46 -06:00
Yassin Eldeeb
8c173c840b
fix(web): overflow with auto scroll instead of scroll ( #2535 )
...
* fix(readme): update setup steps
* fix(readme): update required node version in prerequisites section
* fix(web): overflow-auto instead of overflow-scroll
* Revert "fix(readme): update setup steps"
This reverts commit 2938d510c8
.
* Revert "fix(readme): update required node version in prerequisites section"
This reverts commit 848e1a1535
.
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2022-04-19 16:50:19 +01:00
Agusti Fernandez
7493093a1a
fix: dangling zero in api keys list ( #2548 )
2022-04-19 12:32:17 +01:00
Agusti Fernandez
cf68541520
update swagger ( #2547 )
2022-04-19 10:50:40 +02:00
Peer Richelsen
b4ee4413cc
Update eventTypes.tsx ( #2545 )
2022-04-18 22:40:56 +02:00
Peer Richelsen
c92070a5a2
Update package.json
2022-04-18 19:53:49 +02:00
Hariom Balhara
102ca5403d
Fix "Edit Booking" Icon ( #2536 )
2022-04-18 11:25:56 +01:00
Hariom Balhara
7fd57b88dc
Fix mobile reschedule actions ( #2534 )
2022-04-17 17:37:16 +02:00
Hariom Balhara
5f57694148
Fix Mobile UI for Booking Availability Page. Make it consistent with booking page ( #2533 )
2022-04-17 13:25:11 +02:00
Peer Richelsen
73c97e85d4
overflow scroll for categories ( #2502 )
2022-04-16 20:37:19 +00:00
Syed Ali Shahbaz
ccde0c20ab
fixed avatargroup in mobile screens ( #2498 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-16 22:23:15 +02:00
sean-brydon
d2d3c67144
Display most recent ( #2529 )
2022-04-16 13:51:44 +02:00
Agusti Fernandez
6d5af81f68
adds authorize to swagger docs to pass apiKey ( #2524 )
2022-04-16 08:22:22 +01:00
Hariom Balhara
2e9d4125ed
Fix Embed Documentation ( #2525 )
2022-04-16 06:17:47 +00:00
Agusti Fernandez
faa67e0bb6
Feature: Adds api keys to cal.com webapp ( #2277 )
...
* feat: add ApiKey model for new Api auth, owned by a user
* fix: remove metadata:Json and add note:String instead in new apiKey model
* fix: rename apiKey to apiKeys in moder User relation in schema.prisma
* feat: add hashedKey to apiKey and lastUsedAt datetime to keep track of usage of keys and makiung them securely stored in db
* fix 30 day -> 30 days in expiresAt
* feat: api keys frontend in security page
* adds hashedKey to api key model, add frontend api keys in security page
* Make frontend work to create api keys with or without expiry, note, defaults to 1 month expiry
* remove migration for now, add env.example to swagger, sync api
* feat: hashed api keys
* fix: minor refactor and cleanup in apiKeys generator
* add api key success modal
* sync apps/api
* feat: We have API Keys in Security =)
* remove swagger env from pr
* apps api sync
* remove comments in password section
* feat: migration for api keys schema
* sync api w main
* delete apps/api
* add back apps/api
* make min date and disabled optional props in datepicker
* feat fix type check errors
* fix : types
* fix: rmeove renaming of verificationrequest token indexes in migration
* fix: remove extra div
* Fixes for feedback in PR
* fix button />
* fix: rename weird naming of translation for you_will_only_view_it_once
* fix: remove ternary and use && to avoid null for false
* fix sync apps/api with main not old commit
* fix empty className
* fix: remove unused imports
* fix remove commented jsx fragment close
* fix rename editing
* improve translations
* feat: adds beta tag in security tab under api keys
* fix: use api keys everywhere
* fix: cleanup code in api keys
* fix: use watch and controller for neverexpires/datepicker
* Fixes: improve api key never expires
* add back change password h2 title section in security page
* fix update env API_KEY_ prefix default to cal_
* fix: improve eidt api keys modal
* fix: update edit mutation in viewer.apiKeys
* Update apps/web/ee/components/apiKeys/ApiKeyListItem.tsx
Co-authored-by: Alex van Andel <me@alexvanandel.com>
* fix: item: any to pass build
Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2022-04-15 20:58:34 -06:00
Leo Giovanetti
ffebe8e901
HubSpot App ( #2380 )
...
* Initial changes
* OAuth done and credentials stored
* Added "other" integrations
* Switching to hubspot api client
* Event creation for all attendees
* Update and delete done
* Doc update
* Fixing types
* App label is not mandatory
* Fixing bad merge: App label deleted
* Fixing bad automerge
* Removing c.log
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-15 23:23:38 -03:00
Agusti Fernandez
d03038d976
Fix: styling ( #2523 )
...
* remove vercel favicon and logo, remove empty space on top due to Head
* adds a negative margin-top to compensate for svg-assets
Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-16 01:58:07 +00:00
Agusti Fernandez
7e392da78a
remove vercel favicon and logo, remove empty space on top due to Head ( #2522 )
...
Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
2022-04-16 03:35:49 +02:00
Agusti Fernandez
f8f3456b92
Adds iframe to developer.cal.com (swagger-ui) into docs/public-api.mdx ( #2518 )
...
Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
2022-04-15 23:56:32 +00:00
Agusti Fernandez
3b637eefaa
adds redirect for /api to developer.cal.com ( #2517 )
...
Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
2022-04-15 14:19:52 -06:00
Agusti Fernandez
46e1d28881
improve styling on mobile for swagger docs ( #2516 )
...
Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-04-15 12:52:51 -06:00
Agusti Fernandez
f23cc8b99f
Adds env example and changes route ( #2515 )
2022-04-15 19:11:35 +01:00
Agusti Fernandez
bee5c83eed
change hardcoed to use /api in route ( #2513 )
2022-04-15 18:30:47 +01:00
sean-brydon
dabf5367bc
DailyVideo default ( #2505 )
...
Co-authored-by: Omar López <zomars@me.com>
2022-04-15 17:07:37 +02:00
Agusti Fernandez
33287d6944
update docs to cal.dev ( #2509 )
2022-04-15 14:43:43 +01:00
Agusti Fernandez
f229bb6513
feat: adds swagger-ui new app in monorepo ( #2375 )
2022-04-15 13:56:22 +01:00
Agusti Fernandez
c16aabd9e8
sync api and website ( #2504 )
2022-04-15 13:06:38 +02:00
alannnc
c06d8164bc
feature/app wipe my cal ( #2496 )
2022-04-15 10:09:40 +00:00
sean-brydon
080f2bb845
Updating App-Infomation + pics ( #2489 )
2022-04-15 10:35:50 +01:00
Peer Richelsen
25e4e28c2a
small app store fixes ( #2501 )
...
* added new other illustration, fixed dialog styling
* revert color change
2022-04-15 08:54:09 +00:00
alannnc
5b90ace8cf
feature/app wipe my cal ( #2487 )
...
* WIP bookings page ui changes, created api endpoint
* Ui changes mobile/desktop
* Added translations
* Fix lib import and common names
* WIP reschedule
* WIP
* Save wip
* [WIP] builder and class for CalendarEvent, email for attende
* update rescheduled emails, booking view and availability page view
* Working version reschedule
* Fix for req.user as array
* Added missing translation and refactor dialog to self component
* Test for reschedule
* update on types
* Update lib no required
* Update type on createBooking
* fix types
* remove preview stripe sub
* remove unused file
* remove unused import
* Fix reschedule test
* Refactor and cleaning up code
* Email reschedule title fixes
* Adding calendar delete and recreate placeholder of cancelled
* Add translation
* Removed logs, notes, fixed types
* Fixes process.env types
* Use strict compare
* Fixes type inference
* Type fixing is my middle name
* Update apps/web/components/booking/BookingListItem.tsx
* Update apps/web/components/dialog/RescheduleDialog.tsx
* Update packages/core/builders/CalendarEvent/director.ts
* Update apps/web/pages/success.tsx
* Updates rescheduling labels
* Update packages/core/builders/CalendarEvent/builder.ts
* Type fixes
* Update packages/core/builders/CalendarEvent/builder.ts
* Only validating input blocked once
* E2E fixes
* Stripe tests fixes
* Wipe my cal init commit
* Fixes circular dependencies
* Added conditional display for wipe my cal button
* Added placeholder image for app category
* Fix type string for conditional validation
Co-authored-by: Peer Richelsen <peer@cal.com>
Co-authored-by: zomars <zomars@me.com>
2022-04-14 20:24:27 -06:00
Afzal Sayed
699d910ab4
Perf: Optimize event-types page ( #2436 )
...
* Perf: Optimize event-types page
* Memoize layout in Shell
* setQueryState without awaiting mutate for optimistic update
* Update Shell.tsx
* Fix types
* Update auth-index.test.ts
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-14 21:49:51 +00:00
alannnc
3c6ac395cc
Feature/reschedule bookings ( #2351 )
...
* WIP bookings page ui changes, created api endpoint
* Ui changes mobile/desktop
* Added translations
* Fix lib import and common names
* WIP reschedule
* WIP
* Save wip
* [WIP] builder and class for CalendarEvent, email for attende
* update rescheduled emails, booking view and availability page view
* Working version reschedule
* Fix for req.user as array
* Added missing translation and refactor dialog to self component
* Test for reschedule
* update on types
* Update lib no required
* Update type on createBooking
* fix types
* remove preview stripe sub
* remove unused file
* remove unused import
* Fix reschedule test
* Refactor and cleaning up code
* Email reschedule title fixes
* Adding calendar delete and recreate placeholder of cancelled
* Add translation
* Removed logs, notes, fixed types
* Fixes process.env types
* Use strict compare
* Fixes type inference
* Type fixing is my middle name
* Update apps/web/components/booking/BookingListItem.tsx
* Update apps/web/components/dialog/RescheduleDialog.tsx
* Update packages/core/builders/CalendarEvent/director.ts
* Update apps/web/pages/success.tsx
* Updates rescheduling labels
* Update packages/core/builders/CalendarEvent/builder.ts
* Type fixes
* Update packages/core/builders/CalendarEvent/builder.ts
* Only validating input blocked once
* E2E fixes
* Stripe tests fixes
Co-authored-by: Peer Richelsen <peer@cal.com>
Co-authored-by: zomars <zomars@me.com>
2022-04-14 15:25:24 -06:00
Omar López
6bb4b2e938
Fixes auth E2E tests ( #2490 )
2022-04-14 20:17:59 +00:00
Hariom Balhara
d1b063d59d
User should be able to rebook a cancelled timeslot ( #2483 )
...
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2022-04-14 16:01:38 +01:00
Clark Weckmann
cfbf419f57
Updated git link and Prisma command. ( #2363 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2022-04-14 15:58:58 +01:00
Alex van Andel
5fdc5078cc
Styling tweaks to inputs and Select (+ TimezoneSelect) ( #2453 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2022-04-14 15:58:23 +01:00
Hariom Balhara
9ed666a475
Add app-store tests ( #2465 )
...
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-14 09:30:38 +05:30
Hariom Balhara
39935306fc
Embed behind authentication page, Floating Button Popup and other changes ( #2468 )
...
Co-authored-by: Omar López <zomars@me.com>
2022-04-14 08:17:34 +05:30
Hariom Balhara
ce476bf90f
Consider Pending/Accepted bookings only ( #2479 )
...
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2022-04-13 10:22:27 -07:00
sean-brydon
b0d8eac2a2
Changing Daily to Cal.com ( #2478 )
2022-04-13 16:52:46 +02:00
Demian Caldelas
e1df207f5d
Prepare for deprecated radix-ui IdProvider ( #2068 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
Co-authored-by: Omar López <zomars@me.com>
2022-04-12 18:41:42 +00:00
Hariom Balhara
75c2ccff96
RoundRobin Booking Error in a particular case ( #2471 )
...
* users can be array of user when roundrobin team booking is there with availablity of multiple people
* Return empty array
* Add comments
* checktype fix
* removed extra condition
Co-authored-by: Syed Ali Shahbaz <alishahbaz7@gmail.com>
2022-04-12 10:10:18 -07:00
Joe Au-Yeung
9d86039987
Remove to string, return dayjs object ( #2464 )
2022-04-12 13:01:50 +01:00
Omar López
cde131a351
Upgrades tRPC ( #2460 )
2022-04-12 09:32:14 +00:00
Hariom Balhara
31d1bde52a
Prevent unauthorized update to schedule ( #2466 )
2022-04-12 10:22:29 +01:00
Afzal Sayed
4c5ae567e4
Introduce isPublic prop in Shell ( #2437 )
...
Co-authored-by: zomars <zomars@me.com>
2022-04-12 04:38:10 +00:00
zomars
a3e0d0aec9
Fixes for blank Shell
2022-04-11 08:54:56 -07:00
Omar López
95af0fb631
Revert "Revert "Fixes public apps page ( #2422 )" ( #2461 )" ( #2462 )
...
This reverts commit a5522c98a0
.
2022-04-11 08:36:21 -07:00
Bailey Pumfleet
a5522c98a0
Revert "Fixes public apps page ( #2422 )" ( #2461 )
...
This reverts commit 81f3e824ff
.
2022-04-11 16:11:35 +01:00
Omar López
81f3e824ff
Fixes public apps page ( #2422 )
2022-04-11 15:21:20 +01:00
Alex van Andel
5e3da4d178
Check STRIPE_PRIVATE_KEY exists before stripe call during disband ( #2454 )
2022-04-10 08:57:08 -07:00
github-actions[bot]
66aeadffbb
New Crowdin translations by Github Action ( #2421 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-04-10 00:33:32 +02:00
Peer Richelsen
0b9f6124e9
Update introduction.mdx
2022-04-09 12:01:37 +02:00
Hariom Balhara
df4a41127f
Embed: Documentation TS errors Fix, IFrame Communication Tests, Updated documentation ( #2432 )
2022-04-08 16:59:08 +00:00
Syed Ali Shahbaz
eceba51020
Dynamic group booking follow-up ( #2430 )
2022-04-08 17:50:10 +01:00
Joe Au-Yeung
01eee52849
Updating contributing to app store docs ( #2433 )
...
* Allow any types in docs
* Update doc
2022-04-08 15:59:51 +01:00
Agusti Fernandez
385421d250
fix order of past bookings ( #2425 )
2022-04-08 12:50:00 +01:00
Hariom Balhara
c63d81719b
Embed Improvements ( #2365 )
...
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-04-08 05:33:24 +00:00
sean-brydon
96f6294542
Show eventDescription on email ( #2371 )
...
* Show eventDescription on email
* Fixing Inheritance
* Fixing Duplicate getLocation
* Type fixes
Co-authored-by: zomars <zomars@me.com>
2022-04-07 18:22:11 +00:00
Gwenaël Gallon
5e7d34b9c4
[fr] Add missing translations ( #2409 )
...
Update with last missing French translations
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-07 20:10:58 +02:00
github-actions[bot]
472b295c93
New Crowdin translations by Github Action ( #2401 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-04-07 20:06:58 +02:00
Benedikt Hopmann
5577a60f26
Update german translation ( #2415 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-04-07 20:03:52 +02:00
Miguel Nieto A
06df6c9e91
Save event-type's currency on db ( #2404 )
...
* Save event-type's currency on db
* Add currency field to formMethods definition
2022-04-07 08:34:49 -07:00
Syed Ali Shahbaz
a551919152
Dynamic group link for more than 2 user fixed ( #2416 )
2022-04-07 14:41:26 +01:00
Syed Ali Shahbaz
63635fc110
Dynamic group booking fix to accept "+" in URL and updated Head SEO for dynamic booking ( #2414 )
2022-04-07 11:28:52 +01:00
Hariom Balhara
31a8f25bb6
Fix E2E Tests and Fix broken success page and non existing user URL ( #2411 )
2022-04-07 08:34:19 +01:00
Syed Ali Shahbaz
d1ffd1edae
dynamic group links ( #2239 )
...
* --init
* added default event types
* updated lib path
* updated group link design
* fixed collective description
* added default minimum booking notice
* Accept multi user query for a default event type
* check types
* check types --WIP
* check types still --WIP
* --WIP
* --WIP
* fixed single user type not working
* check fix
* --import path fix
* functional collective eventtype page
* fixed check type
* minor fixes and --WIP
* typefix
* custominput in defaultevent fix
* added booking page compatibility for dynamic group links
* added /book compatibility for dynamic group links
* checktype fix --WIP
* checktype fix
* Success page compatibility added
* added migrations
* added dynamic group booking slug to booking creation
* reschedule and database fix
* daily integration
* daily integration --locationtype fetch
* fixed reschedule
* added index to key parameter in eventtype list
* fix + added after last group slug
* added user setting option for dynamic booking
* changed defaultEvents location based on recent changes
* updated default event name in updated import
* disallow booking when one in group disallows it
* fixed setting checkbox association
* cleanup
* udded better error handling for disabled dynamic group bookings
* cleanup
* added tooltip to allow dynamic setting and enable by default
* Update yarn.lock
* Fix: Embed Fixes, UI configuration PRO Only, Tests (#2341 )
* #2325 Followup (#2369 )
* Adds initial MDX implementation for App Store pages
* Adds endpoint to serve app store static files
* Replaces zoom icon with dynamic-served one
* Fixes zoom icon
* Makes Slider reusable
* Adds gray-matter for MDX
* Adds zoom screenshots
* Update yarn.lock
* Slider improvements
* WIP
* Update TrendingAppsSlider.tsx
* WIP
* Adds MS teams screenshots
* Adds stripe screenshots
* Cleanup
* Update index.ts
* WIP
* Cleanup
* Cleanup
* Adds jitsi screenshot
* Adds Google meet screenshots
* Adds office 365 calendar screenshots
* Adds google calendar screenshots
* Follow #2325
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* requested changes
* further requested changes
* more changes
* type fix
* fixed prisma/client import path
* added e2e test
* test-fix
* E2E fixes
* Fixes circular dependency
* Fixed paid bookings seeder
* Added missing imports
* requested changes
* added username slugs as part of event description
* updated event description
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-04-06 10:20:30 -07:00
Afzal Sayed
d340ee62bb
Fix login and onboarding flows ( #2390 )
...
* Fix login and onboarding flows
* Remove unused import
* Update apps/web/components/Shell.tsx
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
* Prefer early return
* Prevent regressions
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk>
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>
2022-04-06 17:07:22 +00:00
Hariom Balhara
c07b9b96fe
Add translation for rediret string ( #2399 )
...
* Add translation for rediret string
* Simplify translations
* Update success.tsx
Co-authored-by: zomars <zomars@me.com>
2022-04-06 16:21:42 +00:00