Commit Graph
12177 Commits
Author SHA1 Message Date
Hariom BalharaGitHubkodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
b22c562719 Allow less than 6 bookings and add proper min validation of 2+ (#2921)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-30 09:46:05 -06:00
e493b16466 Payment amount input leading 0 (#2836)
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: Júlio Piubello da Silva Cabral <julio.piubello@gitstart.dev>
2022-05-30 09:28:32 -06:00
Alex van AndelandGitHub d1f117f17a Fixed typo in CheckboxField and wrapped description in <label> (#2924)
* Fixed typo in CheckboxField and wrapped description in <label>

* Make functionality identical to before

* Fixed use of infomationIconText

* Fix lint error (needs refactor, out of scope)
2022-05-30 14:51:18 +00:00
Peer RichelsenandGitHub af5bc9d530 Update CONTRIBUTING.md 2022-05-30 12:44:28 +02:00
Peer RichelsenandGitHub d94267cdc1 Update CONTRIBUTING.md 2022-05-30 12:37:57 +02:00
Alex van AndelandGitHub a15fe78ddb Cleanup & removed usages of sparingly used Text/ files (#2904) 2022-05-30 11:36:23 +02:00
Hariom BalharaGitHubkodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
e270be1b87 Fix event-type preview links on Vercel Previews (#2919)
* Fix website url

* Fix avatar paths everywhere

* Fix linting errors

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-30 07:57:48 +00:00
HashenGitHubkodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
8fe969d3b8 remove unsed imports (#2895)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-30 05:19:22 +00:00
Omar LópezandGitHub 9fced41cd0 Update CONTRIBUTING.md 2022-05-28 16:56:03 -06:00
Omar LópezandGitHub b3e9a38231 Update CONTRIBUTING.md 2022-05-28 16:54:01 -06:00
Omar LópezandGitHub c144c365de Update CONTRIBUTING.md 2022-05-28 16:46:24 -06:00
Omar LópezandGitHub 00e728e968 Update CONTRIBUTING.md 2022-05-28 12:50:52 -06:00
Omar LópezandGitHub be92cc3563 Update CONTRIBUTING.md 2022-05-28 11:37:58 -06:00
Omar LópezandGitHub 99c6b92bfe Update CONTRIBUTING.md 2022-05-28 10:35:07 -06:00
HashenandGitHub ce0fb6c09e Update README.md (#2912) 2022-05-28 18:20:28 +02:00
Peer RichelsenandGitHub dfd6bc1523 Update CONTRIBUTING.md 2022-05-28 18:10:56 +02:00
Peer RichelsenandGitHub a542930b87 areas of expertise test 2022-05-28 18:07:10 +02:00
Peer RichelsenandGitHub 46752bd0d8 Update README.md 2022-05-28 11:26:38 +02:00
Peer RichelsenandGitHub 0458203281 added checkly and twitch badges 2022-05-28 11:26:11 +02:00
Agusti Fernandez PardoandGitHub 849c4aa240 Merge pull request #102 from calcom/fix/event-type-validations
Fix/event type validations
2022-05-28 01:52:06 +02:00
Agusti Fernandez Pardo 9c3f85834f fix: remove console logs 2022-05-28 01:51:25 +02:00
Agusti Fernandez Pardo eea7c11488 fix event type valdiations 2022-05-28 01:50:28 +02:00
Carina WollendorferGitHubOmar LópezCarinaWolliAlankodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
7b01bae829 Change location of booking (#2658)
* add functionality to change location in booking and send out mail

* add i18n

* change location with dropdown like in event-types

* small fixes and code clean up

* clean code

* improve format of current Location string

* clean code

* clear selection when dialog closed

* added mutation and changed props (first working verison)

* clean code

* clean code

* clean code

* clean code

* fix typo

* change maxHeight of select

* use useWatch for selectedLocation

* pass default values with props

* set current location directly in useState

* clear selected values when updating location

* fix trpc query for credentialst

* change icons for editing booking

* improve naming of variables

* remove unnecessary orderBy

* use locationOptionsToString method

* fix current location naming for Cal Video

* add phone input

* save phone number as location of booking

* remove input field for phone number for event-types

* fix redirection issue

* show previous selected location in event-type

* remove attendee number from selection for booking

* make first letter of location lowercase

* remove input field for attendee phone number

* clear Errors when changing location type

* set location details to optional

* clean code

* fixing issue that dropdown doesn't close when dialog opens

* clean code

* make overflow visibile in dialog

* fix existing bug with address not showing in event-type settings

* fix issue with losing focus after validation

* close rejection dialog

* small spelling fixes

* fix issue with LocationChangeEmail

* fix failing E2E test

* fix failing E2E test

* fix E2E test

* bug fix for saving user phone, and other minor changes

* merge main

* improve text

* fix UI of booking list

* Delete admin

* remove selection after update and submit

* add translation for error message

* add default values for checkbox

* add "your phone number" to locations on booking page

* remove duplicate attributes from viewer.bookings

Co-authored-by: Omar López <zomars@me.com>

* check if user is authorized to make changes to booking

* remove location string

* clan code for displayLocaitonPublicly checkbox

* fetch locationOptions on server side

* remove trpc query for credentials

* fix phone number input

* fix labels of host and attendee phone number for booking page

* Migrates edit location to tRPC

* Link elemnt should only be used in `a` tags

* Adds missin router

* Migrates locationOptions to tRPC query

* Type fixes

Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Alan <alannnc@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-27 23:27:41 +00:00
Agusti Fernandez Pardo 2cd548bdb2 fix: or z nul 2022-05-27 22:04:08 +02:00
Agusti Fernandez Pardo b9a2e0f4c6 fix: event types validations recurring event and locations nullable: 2022-05-27 21:58:38 +02:00
Agusti Fernandez Pardo 0b66e964fe fix: some logggingeventtypeid 2022-05-27 21:51:40 +02:00
zomars b869e70a7f Update turbo.json 2022-05-27 13:49:13 -06:00
Agusti Fernandez PardoandGitHub eee5fd0090 Merge pull request #101 from calcom/fix-event-types-id
fix: event types id endpoints
2022-05-27 21:45:17 +02:00
Agusti Fernandez Pardo be4ca8835e fix: event types id endpoints 2022-05-27 21:44:45 +02:00
Agusti Fernandez PardoandGitHub 81d2917a3d Merge pull request #100 from calcom/production
Production
2022-05-27 21:20:01 +02:00
Agusti Fernandez PardoandGitHub 458f37f5e9 Merge branch 'main' into production 2022-05-27 21:19:43 +02:00
Agusti Fernandez Pardo 8627b28a8e fix: conflicts 2022-05-27 21:18:47 +02:00
Agusti Fernandez Pardo b52832f333 fix 2022-05-27 21:01:15 +02:00
Agusti Fernandez Pardo f40e799769 fix event types 2022-05-27 21:01:15 +02:00
Agusti Fernandez Pardo 5b65bd1b66 fix 2022-05-27 21:01:15 +02:00
Agusti Fernandez Pardo 824d01f358 fix: move log of userId 2022-05-27 21:01:15 +02:00
Agusti Fernandez Pardo a91dd428c0 fix 2022-05-27 21:01:01 +02:00
Agusti Fernandez Pardo 9f50972570 fix event-types 2022-05-27 20:49:50 +02:00
Agusti Fernandez Pardo d09fa56f63 fix 2022-05-27 20:47:02 +02:00
Agusti Fernandez Pardo 46e0b8f4f5 fix: moves event-types to find user including it's event-types 2022-05-27 20:46:53 +02:00
Syed Ali ShahbazandAgusti Fernandez Pardo 49ef2c341d prettier fix again 2022-05-27 20:46:22 +02:00
Syed Ali ShahbazandAgusti Fernandez Pardo de557fccce prettier fix 2022-05-27 20:46:22 +02:00
Syed Ali ShahbazandAgusti Fernandez Pardo c47329c292 More fix 2022-05-27 20:46:22 +02:00
Syed Ali ShahbazandAgusti Fernandez Pardo c185883e5a Fixed enum 2022-05-27 20:46:22 +02:00
Syed Ali ShahbazandAgusti Fernandez Pardo 81793aebcd Further prettier changes 2022-05-27 20:46:22 +02:00
Syed Ali ShahbazandAgusti Fernandez Pardo 4c7dc10f7d Fixing prettier 2022-05-27 20:46:22 +02:00
Syed Ali ShahbazandAgusti Fernandez Pardo 35ba69fb8a added ID 2022-05-27 20:46:22 +02:00
Syed Ali ShahbazandAgusti Fernandez Pardo 014a682d64 More debug 2022-05-27 20:46:22 +02:00
Syed Ali ShahbazandAgusti Fernandez Pardo fbe3d2fd10 more debug 2022-05-27 20:46:22 +02:00
Syed Ali ShahbazandAgusti Fernandez Pardo 7c6141fdff Debug create err 2022-05-27 20:46:22 +02:00