Commit graph

1625 commits

Author SHA1 Message Date
Syed Ali Shahbaz
675340cb73
availability: end time should not be lower than start time ()
* added start-end time check

* fixed init value for selected

* added zod validation

* cleanup

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-03 13:23:29 +00:00
Syed Ali Shahbaz
c709f9ed1b
fixed attendee language per attendee ()
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-02-03 12:29:41 +00:00
github-actions[bot]
72d029d9f6
New Crowdin translations by Github Action ()
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-02-03 12:25:11 +00:00
Rohan Gupta
64db8d1cd4
Add Huddle01 integration ()
* Add Huddle01 integration

* updated huddle01 locale strings

Co-authored-by: deepso <deeps.o7o8.y@gmail.com>
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2022-02-03 11:59:02 +00:00
Peer Richelsen
acf8b83b1a
added cz to dropdown ()
* added cz to dropdown

* Update next-i18next.config.js
2022-02-02 18:53:16 +00:00
github-actions[bot]
6fb67bff20
New Crowdin translations by Github Action ()
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-02-02 18:51:26 +00:00
Deepak Prabhakara
7b65942de2
Feature/sso signup ()
* updated saml-jackson

* if logged in redirect to getting-started page with username in the query param

* fixed issue with mixed up Google login, profile.id is undefined and this is causing the first record to be retrieved instead of the AND query failing

* updated updated saml-jackson

* document PGSSLMODE for Heroku

* tweaks to PGSSLMODE doc

* for self-hosted instance just allow user to signin with any identity (as long as email matches)

* fixed submitting flag

* added username to onboarding flow (if requested during signup)

* added telemetry for google login, saml login, saml config

* check if firstName and lastName are defined

* convert mutation to an async op

* added e2e test to ensure username query param gets picked up during onboarding

* fixed minor typo and added note about configuring Google integration as an Internal app when self-hosting

* cleaned up unnecessary ssr in sso signup routes

* renamed function

* Revert "cleaned up unnecessary ssr in sso signup routes"

This reverts commit 3607ffef79542d8ca4277a64be38d35bd9457960.

* moved client side code to useEffect hook

* - format
- fixed Save button in SAML config component

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-02 18:33:27 +00:00
Bailey Pumfleet
bf74fab0d3
Disable email on profile update 2022-02-02 12:15:23 +00:00
Peer Richelsen
91a73c8105
small darkmode fix for web3 () 2022-02-02 11:30:37 +00:00
github-actions[bot]
8ede48b1a8
New Crowdin translations by Github Action ()
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-02-02 11:11:56 +00:00
Alex van Andel
f52e277dc4
Web3 hotfixes to latest main ()
* Fixed import of web3 dir

* Invalid way of including the zodResolver, exposed by updating 2.8.3 to 2.8.5 in @hookform/resolvers

* smartContractAddress is added conditionally, so added check to reflect this in the updateMutation
2022-02-02 11:07:13 +00:00
Peer Richelsen
8bb3e9c0be
RTL (right-to-left) layout ()
* added rtl to body

* added locale checkker in _document.tsx to check for ar or he locale

* added rtl modifiers for event-types

* added rtl classes

* wip

* wip

Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2022-02-01 22:17:37 +00:00
github-actions[bot]
d9bb8aacfc
New Crowdin translations by Github Action ()
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-02-01 22:16:41 +00:00
Peer Richelsen
60426aae74
Fix/web3 hotfixes ()
* wip

* wip
2022-02-01 22:06:43 +00:00
Peer Richelsen
c3da8a852f
wip () 2022-02-01 22:05:31 +00:00
Peer Richelsen
aa28cf0641
using button loading props vs Loader component () 2022-02-01 21:52:54 +00:00
Edward Fernández
1d10874890
Web3 App ()
* Crypto events ()

* update schemas, functions & ui to allow creating and updating events with a smart contract property

* remove adding sc address in the dialog that first pops-up when creating a new event, since its an advanced option

* add sc to booking ui

* some more ts && error handling

* fetch erc20s and nfts list in event-type page

* some cleanup within time limit

* ts fix 1

* more ts fixes

* added web3 section to integrations

* added web3 wrapper, needs connection to user_settings db

* extract to api

* Update eventType.ts

* Update components/CryptoSection.tsx

Change comment from // to /** as @zomars suggested

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

* convert axios to fetch, change scAddress to smartContractAddress, load bloxy from next_public_env

* Fix branch conflict

* add enable/disable btn web3

* fixed away user causing duplicate entries

* Remove web3 validation

* renamed web3 button in integrations

* remove unused variable

* Add metadata column

* added loader and showToast to the web3 btn

* fix: remove smartContractAddress from info sended

* send to user events when the contract is missing

* use window.web3 instead of web3

* use NEXT_PUBLIC_WEB3_AUTH_MSG

* remove web3 auth from .env

* wip

* wip

* Add metamask not installed msg and success redirect

* add redirect when verified

* styled web3 button and added i18n to web3

* fixed redirect after verification

* wip

* wip

* moved crypto section to ee

Co-authored-by: Yuval Drori <53199044+yuvd@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@richelsen.net>
Co-authored-by: Yuval Drori <yuvald29@protonmail.com>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Edward Fernandez <edward.fernandez@rappi.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-02-01 21:48:40 +00:00
github-actions[bot]
a81bb67cb1
New Crowdin translations by Github Action ()
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-02-01 13:03:10 +00:00
Peer Richelsen
de32c0c3ca
renamed github () 2022-02-01 10:19:22 +00:00
github-actions[bot]
b8dc26b9d3
New Crowdin translations by Github Action ()
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-01-31 10:33:31 +00:00
Vladimir Klimontovich
faa295837c
Fixed typo in README.md ()
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2022-01-31 10:30:05 +00:00
Bailey Pumfleet
ff3569fdf8 Add instructions for importer 2022-01-31 10:18:12 +00:00
depfu[bot]
12fa906031
Update next to version 12.0.9 ()
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2022-01-29 19:53:25 +00:00
Arnab Tarwani
509e0b0a39
Bugfix/minor email fix ()
* added new line fix, minor email validation

* fix: reorder controls hidden on more than 1 events 

Signed-off-by: arnabtarwani <arnab.tarwani@gmail.com>

Co-authored-by: Alex van Andel <me@alexvanandel.com>
2022-01-29 19:22:02 +00:00
github-actions[bot]
811f4351a5
New Crowdin translations by Github Action ()
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-01-29 19:05:31 +00:00
Alex van Andel
9dc45071c5
Fix/accept team invite once signup ()
* Accept team invite once signup

* Add expectations for the team invite

Co-authored-by: Miguel Nieto A <anietom@uninorte.edu.co>
2022-01-29 18:56:40 +00:00
Xavier B
2079199bab
Fix browser specific styling on some elements ()
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2022-01-29 18:32:41 +00:00
Peer Richelsen
f2095fb594
Update TrialBanner.tsx 2022-01-29 14:57:16 +00:00
Nathaniel
df0d4654fe
implmented brand new getAvailability () 2022-01-29 14:38:53 +00:00
Peer Richelsen
b616d36fcc
minor fixes to billing page and trial banner () 2022-01-29 13:48:15 +00:00
github-actions[bot]
a8d2cf0b58
New Crowdin translations by Github Action ()
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-01-29 13:35:43 +00:00
github-actions[bot]
77ac5542dd
New Crowdin translations by Github Action ()
* New Crowdin translations by Github Action

* Update common.json

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-01-29 13:32:51 +00:00
Omar López
2fbdb93efb
Allows for in-app upgrade () 2022-01-28 17:46:35 -07:00
Nikolay Rademacher
07b75dadbd
feat: add option to provide cancellation reason for email ()
* feat: add option to provide cancellation reason for email

* chore: move pos of getCancellationReason method in classes

* fix: only show cancellation reason if given
2022-01-28 10:40:29 -07:00
Syed Ali Shahbaz
8d0861809c
stops avatar image flicker on route change ()
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-01-28 13:32:54 +00:00
github-actions[bot]
067a48093a
New Crowdin translations by Github Action ()
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-01-28 13:25:32 +00:00
Peer Richelsen
1f0efb9aa4
Revert "renamed booking_confirmed to booking_attempted, needs reintroduction of booking_confirmed on API layer when email confirmations are being sent, needs renaming on postgres too ()" ()
This reverts commit e8ecab6456.
2022-01-28 13:16:40 +00:00
Peer Richelsen
e8ecab6456
renamed booking_confirmed to booking_attempted, needs reintroduction of booking_confirmed on API layer when email confirmations are being sent, needs renaming on postgres too () 2022-01-28 13:10:59 +00:00
Juan Esteban Nieto Cifuentes
2f5e7bcb8b
Add minimum value in minutes in new event type () 2022-01-28 09:54:19 +00:00
Syed Ali Shahbaz
af89de8004
Wrong language in emails ()
* test --wip

* --wip

* --wip

* --wip

* split language into organizer-attendees

* name fix for tAttendees

* --WIP

* added attendee locale migration, --WIP

* --wip

* fixed check types --wip

* updated person language type

* test snapshot updated

* --wip

* --WIP

* --WIP

* --WIP

* test changes revert

* cleanup

* removed extra space from test

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-01-27 13:32:53 -07:00
Omar López
1119d7f558 Upgrades zod-prisma 2022-01-27 12:45:25 -07:00
Alex van Andel
64f39b0d47
Revert "Fixes ()" ()
This reverts commit 2a77f2c477.
2022-01-27 15:16:38 +00:00
Daniel McGowan
2a77f2c477
Fixes () 2022-01-27 14:55:06 +00:00
github-actions[bot]
c720e4e960
New Crowdin translations by Github Action ()
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-01-27 14:12:33 +00:00
Peer Richelsen
1eac8a1aa3
fixed 404 () 2022-01-27 12:40:10 +00:00
Jamie Pine
e06edadda5
Improved authentication screens (Login/Logout/Forgot Password) () 2022-01-27 10:16:20 +00:00
Miguel Nieto A
5aaf702e2b Fix NaN values when creating event type 2022-01-26 15:47:49 -07:00
Syed Ali Shahbaz
a9f9822091
Added og-image for event-types ()
* added headseo

* added username to availability page

* fixed type err

* cleanup

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-01-26 17:31:39 +00:00
Miguel Nieto A
73de0c2185
Fix signup query ()
* Remove emailVerified not null from query

* Improve query to find existing user

* Add test suite to Signup from a Team Invite

* Allow importing modules with aliases

* Delete created data after all tests

* Resolve conflicts

* Use teampro instead of pro user and refactor code
2022-01-26 16:56:22 +00:00
buschco
cad77ad237
fix mapping for cancel webhook () () ()
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2022-01-26 16:41:18 +00:00