Commit Graph

6755 Commits (f1e783f047a3e8ce7a72157710ff900292d7d369)

Author SHA1 Message Date
zomars 162c6c10a8 Playwright binaries shouldn't be on deps 2022-05-23 11:25:34 -06:00
Arun Kumar 7d7a1c5bbc
Fix login page CTA disabled state (#2832)
* fix(ui/login): better disabled state for login CTA

The fix involves tracking the form submission with a dedicated state `submitInProgress` with React.
`formState` from `react-hook-form` does not take time taken for the network call into account. For example,
if the api takes 5 seconds to complete, we would expect the `formState.isSubmitting` to be true for `5`
seconds. But, surprisingly this is not the case and `formState` from `react-hook-form` resolves
immediately after it makes a successful connection to the endpoint.

A dedicated state (with `useState`) is introduced that is enabled when the user clicks on the login CTA, and disabled when the api call is resolved, either successfully or with an error.

* Update login.tsx

* Update login.tsx

* Fixes isSubmitting state

Co-authored-by: zomars <zomars@me.com>
2022-05-23 17:20:35 +00:00
Omar López 53a7b1cc37
Update vital.json 2022-05-23 10:00:52 -06:00
Omar López f9f4a5aeb9
Update vital.json 2022-05-23 10:00:16 -06:00
zomars 066fce9d73 Merge branch 'production' 2022-05-23 09:30:47 -06:00
zomars 3a1d8b8183 Merge production to main 2022-05-23 09:29:19 -06:00
Leo Giovanetti 38f23986ad
Hotfix: Fixing Security Issues (#2848)
* Fixing Privilege Escalation

* Fixing critical obj ref in availability

* Fixing reschedule security issue

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-05-23 11:29:29 +00:00
Syed Ali Shahbaz 27422c351c
Fix UI of dialog (#2788)
* removed large mandatory height and scroll

* added z index using css

* cleanup

* fixed TS errors

* extract dialog out of dropdown

* Adds custom loading text to confirmation dialog

* rename update

* utilizing mutation loading state

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-23 13:17:00 +02:00
GitStart c5ad74f61c
Request the inclusion Assuncion Time Zone (#2840)
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: Júlio Piubello da Silva Cabral <julio.piubello@gitstart.dev>
2022-05-23 13:12:41 +02:00
sean-brydon 0eff265682
Meet/Zoom Email Clarification (#2828)
* Add clarificaiton to email

* Update apps/web/lib/emails/templates/organizer-scheduled-email.ts

* Add to attendee scheduled email

Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-23 11:54:24 +01:00
GitStart 2560b72596
Wrong username is identified if query params are present and user doesn't exist (#2838)
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: Júlio Piubello da Silva Cabral <julio.piubello@gitstart.dev>
2022-05-23 12:34:11 +02:00
sean-brydon 7d7c61a1ab
Adding labels (#2783)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-23 09:11:04 +01:00
GitStart c92283f03d
fix: long string overflowing calendar div (#2842)
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: Júlio Piubello da Silva Cabral <julio.piubello@gitstart.dev>
2022-05-22 14:31:59 +02:00
Leo Giovanetti ba9be4e69d
Fix login submit (#2849) 2022-05-22 14:28:18 +02:00
zomars b334586c3b Relocates admin to console 2022-05-20 17:40:51 -06:00
zomars a38c76e279 Relocates admin to console
# Conflicts:
#	apps/admin
2022-05-20 17:40:51 -06:00
Agusti Fernandez Pardo 2e117d07c8
Merge pull request #93 from calcom/fix-node-15
fix: engines node 15 or greater
2022-05-20 23:07:35 +02:00
Agusti Fernandez Pardo 4a1dff6596 fix 2022-05-20 23:02:17 +02:00
Agusti Fernandez Pardo 6c0d4de8f3 fix: move clone from main to feat/v15x 2022-05-20 22:59:15 +02:00
Agusti Fernandez Pardo 2340ed2876 fix: engines node 15 or greater 2022-05-20 22:39:42 +02:00
Agusti Fernandez Pardo 2f9d1b97d4
Merge pull request #92 from calcom/fix/disable-post-hook
fix: disable post
2022-05-20 22:15:58 +02:00
Agusti Fernandez Pardo 93d9c4f6d0 fix: disable post 2022-05-20 22:15:25 +02:00
Agusti Fernandez Pardo f3ff4a8014
Merge pull request #91 from calcom/fix/webhooks
fix: dont use schemareadpublic
2022-05-20 22:10:52 +02:00
Agusti Fernandez Pardo 1585b2d8f9 fix: dont use schemareadpublic 2022-05-20 22:10:13 +02:00
Agusti Fernandez Pardo 5f9eb6fa27
Merge pull request #90 from calcom/fix-nopick
Fix nopick
2022-05-20 21:58:20 +02:00
Agusti Fernandez Pardo 1f8c895900 fix: hooks 2022-05-20 21:52:41 +02:00
Agusti Fernandez Pardo f9e98228c7 merge directly 2022-05-20 21:48:24 +02:00
Agusti Fernandez Pardo dbf4590ba7
Merge pull request #89 from calcom/fix/hooks-dont-parse
fix: hooks dont parse before read
2022-05-20 21:32:07 +02:00
Agusti Fernandez Pardo f1175a06f6 fix: hooks dont parse before read 2022-05-20 21:27:11 +02:00
Agusti Fernandez Pardo 8c8235c3c7 fix: dont parse hooks before read 2022-05-20 21:21:11 +02:00
Agusti Fernandez Pardo b54db574e1
Merge pull request #88 from calcom/fix/add-dep-zod
fix: update jest, add zod as dep
2022-05-20 20:58:21 +02:00
Agusti Fernandez Pardo 496328b035 fix: add strict true to tsconfig 2022-05-20 20:48:30 +02:00
Agusti Fernandez Pardo 656ceefe25 fix: zod same version as webwebsite 2022-05-20 20:31:15 +02:00
Agusti Fernandez Pardo 2fdeb2fc5e fix: no strict in baseparams attendee 2022-05-20 19:43:23 +02:00
Agusti Fernandez Pardo 2413e30c69 fix: update jest, add zod as dep 2022-05-20 19:25:38 +02:00
github-actions[bot] 6973d26153
New Crowdin translations by Github Action (#2791)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-05-20 16:42:47 +02:00
Syed Ali Shahbaz e62af90619
fixes dynamic color and typefix for tfunction after react upgrade (#2821) 2022-05-20 07:06:21 +00:00
Agusti Fernandez Pardo 8ae59a5637
Merge pull request #87 from calcom/fix/add-console-events
fix: adds console log to debug event-types
2022-05-20 03:47:41 +02:00
Agusti Fernandez Pardo 418a4271d9 fix: adds console log to debug event-types 2022-05-20 03:46:01 +02:00
Agusti Fernandez Pardo 82da509eac
Merge pull request #86 from calcom/fix-event-type
fix: event type validations skip
2022-05-20 03:40:58 +02:00
Agusti Fernandez Pardo 1717f14e83 fix: event type validations skip 2022-05-20 03:40:14 +02:00
Agusti Fernandez Pardo d991c68b08
Merge pull request #85 from calcom/fix/build-hooks
Fix/build hooks
2022-05-20 03:23:15 +02:00
Agusti Fernandez Pardo f6746c4cf9 fix: rmeove comment to fix build 2022-05-20 03:15:04 +02:00
Agusti Fernandez Pardo 9132bb51eb fix: disable create user post no role admin yet 2022-05-20 03:10:28 +02:00
Agusti Fernandez Pardo f1cf8ba94b fix: query { [key: string]: string | string[]; } 2022-05-20 03:06:05 +02:00
Agusti Fernandez Pardo f22257977d fix: body any 2022-05-20 03:01:47 +02:00
Agusti Fernandez Pardo 4fb1c14d3d fix: body unknown 2022-05-20 02:57:24 +02:00
Agusti Fernandez Pardo b755d2bd71 fix: build and validations for event-type, bring back req extension 2022-05-20 02:47:20 +02:00
Agusti Fernandez Pardo 29deb1fd3c fix: add back req extend types 2022-05-20 02:19:33 +02:00
Agusti Fernandez Pardo d23fa4be4e fix: add comment to fix later any 2022-05-20 01:47:17 +02:00