zomars
2408338ed4
Revert "chore: Chore team metadata table + isOrganization migration from metadata ( #12828 )"
...
This reverts commit aabfd3b3f6 .
2024-01-16 12:20:51 -07:00
312a3f2543
refactor: API POST /teams ( #13211 )
...
Co-authored-by: Omar López <zomars@me.com >
2024-01-16 17:47:46 +00:00
aabfd3b3f6
chore: Chore team metadata table + isOrganization migration from metadata ( #12828 )
...
* Migration+schema changes
* Remove org utils from schema
* Users fixture
* Auth signup handlers
* checkIsOrg fn
* use team.isOrganization > metadata
* Add isOrganization to getTeamWithMembers query
* list handler + optimise queries
* Update trpc handlers to use team.isOrganization && orgSettings table
* Update fixture
* Fix typo in prisma.schema
* next auth options use organizationSettings instread of tema metadata
* Admin tooling
* Updating components to use orgsettings over metadata
* Add unique index + fix org lib files
* validateUsername
* Add a seperate unique constraint between isOrg and slug
* Invite Member Logic
* fix resend file
* force isOrg to exist
* Team settings
* update createOrUpdateMemberships
* fix: admin get handler
* fix: team list handler - improve select
* fix: update admin update handler
* fix: settings layout - team get select
* organziationSettings Schema + adminupdate
* organziationSettings Schema + adminupdate
* typefix onSubtmi
* Fix:team repo throwing error if no metadata is found
* fix: add onDelete to be cascade instead of restri
* fix: org - team invite e2e
* fix: team invites not working in subteam context
* rename to organizationID
* fix user fixture team names
* Fix the organization created in tests
* fix: update organization metadata
* variable rename
* Reuse isOrganization
* variable rename
* Remove unnecessary optional chaining
* Update packages/trpc/server/routers/viewer/organizations/adminUpdate.handler.ts
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
* Update packages/trpc/server/routers/viewer/organizations/adminUpdate.handler.ts
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
* Update packages/trpc/server/routers/viewer/organizations/create.handler.ts
---------
Co-authored-by: Hariom <hariombalhara@gmail.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-01-16 10:18:17 +00:00
0a7f65cd9b
fix: Use Google recurring events protocol ( #12651 )
...
* working create event
--wip-- [skip ci]
fix bug related to adding event
--wip-- [skip ci]
--wip-- [skip ci]
add delete all
remove console.log
remove console.log
add patching of instances
fix yarn.lock
remove comments
* fixed typing
* use rrule
* rollback tsconfig changes
* fix comments
* fix comments
* rename db column
* fix delete all booking
* Update apps/web/pages/api/book/recurring-event.ts
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
* remove non-null assertion
* attempt to fix type errors
* fix recurring event logic
* remove skipAvailabilityCheck
---------
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Hariom <hariombalhara@gmail.com >
2024-01-16 13:49:54 +05:30
Udit Takkar and GitHub
13a765e50a
test: In Team Event type when location is Organizer Default App and U… ( #12939 )
...
* test: In Team Event type when location is Organizer Default App and User Metadata is emoty
* chore: use variable
* fix: type error
2024-01-15 19:38:16 +00:00
sean-brydon and GitHub
bc6267e99b
fix: Use constants.ts for brand colours > db DEFAULT ( #13167 )
...
* fix: user proper default values if no brand colour is set.
* fix:default value
* fix: more ?? to defined default as color is possibly null
2024-01-11 20:22:35 +00:00
96af17d8d7
feat: OOO booking-forwarding ( #12653 )
...
* feat-profile-forwarding
* fix for promises of handling
* fix badge success color
* clean up
* fix suggested changes
* Changed design on booking-forward pages and moar test
* taking care of suggested changes, trpc errors and code cleaning
* improve text
* fix conflicting data-testid
* fix unique data-testid
* fix error css-global, email button styles, error conditional
* rename files to match functionality, remove away ui
* Add translations and migration
* remove log
* small fixes + improvements
* fix styles to match new design
* merge fixes
* Fix styles dark mode
* Solving merge conflicts from earlier
* Fix/change test to match new elements
* use trash icon button insted of dots (design issues)
* only send email if toUserId is set
* Fix date picker dark mode
* merge with remote
* removed status field from table and email its now for notify
* small text improvement in email
* check for team plan not paid plan
* fixes and clean up due to removing status
* fix old send request name to new behaviour
* more naming improvements and text
* remove status from handle-type
* code clean up
* fix type error
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2024-01-10 17:04:02 +00:00
Hariom Balhara and GitHub
2f1e545976
feat: Allow org creation with conflicting slug and renaming team slug during migration ( #13065 )
2024-01-07 08:51:59 +05:30
3c6fdfe724
chore: removed old booker feature flag ( #13040 )
...
Co-authored-by: Omar López <zomars@me.com >
2024-01-04 11:23:51 -07:00
de1c9d01cd
feat: orgMigration - Support moving users as an option when moving a team ( #12917 )
...
* Move orgMigration routes to app to allow them to be tested as they are here to stay for longer tim
* move to Form everywhere and fix session reading
---------
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
2024-01-04 08:33:51 +05:30
Joe Au-Yeung and GitHub
4faad64978
test: Seed GCal test credentials ( #12596 )
...
* Seed GCal test credentials
* Set yml .env to secrets
* Switch to vars
* Add error messages
* Set error message
* Error messages
* Change .env to secrets
* Run db-seed even with cache
* Add with DATABASE_URL
* Set DB URL
* Set DB URL
* Inputs DB URL
* Move database URL to with block
* Create env under yarn db-studio
* Fix typo
* WIP
* WIP
* WIP
* WIP
* WIP
* Add credential console log
* Hit cache
* Add logs
* Remove echo
* Run on ubuntu latest
* Don't cache db
* Uncache
* WIP
* WIP
* Change back to buildjet
* Seed GCal keys in test
* Test uses GCal keys
* Parse keys
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* Clean up
* Type fix
* Clean up
* Clean up
2023-12-20 14:28:24 -05:00
200ce6932d
feat: Instant Meeting ( #12345 )
...
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Udit Takkar <udit222001@gmail.com >
2023-12-19 11:01:42 -08:00
2e0c9c7068
feat: meeting started webhook ( #12764 )
...
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com >
2023-12-19 09:52:35 -05:00
f71759f70b
feat: Shows link location and respective icon in /bookings ( #12760 )
...
* Add metadata to bookingMinimalSelect
* add: Show link location in /bookings
* Refactor: Update variable declaration and conditional rendering in booking metadata
- Remove explicit type declaration in locationVideoCallUrl assignment
- Use conditional rendering for provider icon based on iconUrl existence
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
* Display URL location exclusively, omitting addresses
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-12-18 01:28:49 +00:00
9dfa596e3e
feat: Add consistent iCalUID ( #12122 )
...
Co-authored-by: Hariom <hariombalhara@gmail.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2023-12-15 10:28:32 -05:00
99e71365ab
fix: Disallow changing username and email in case of Organization email invite ( #12735 )
...
Co-authored-by: Omar López <zomars@me.com >
2023-12-13 20:08:16 +00:00
3164cd4ae7
feat: mandatory email reminder for attendees with @gmail.com ( #12747 )
...
Co-authored-by: Chiranjeev Vishnoi <somu209e@gmail.com >
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2023-12-13 02:23:48 +00:00
Udit Takkar and GitHub
e9ea0fcc20
feat: add cal video logo whitelabel for organization ( #12616 )
2023-12-09 09:02:14 +00:00
2f4b1818d0
feat: Allow only first slot to be booked ( #12636 )
...
Co-authored-by: Morgan Vernay <morgan@cal.com >
2023-12-02 19:07:06 -05:00
b762f60214
test: Integration Test GCal Primary Calendar ( #12011 )
...
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2023-11-22 11:15:47 -03:00
4f26ca1a7b
feat: Base implementation of v2 of avatars ( #12369 )
...
* feat: Base implementation of v2 of avatars
* Make avatarUrl and logoUrl entirely optional
* Made necessary backwards compat changes
* fix: type errors
* Fix: OG image
* fix types
* Consistency with other behaviour, ux tweak
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-11-20 12:49:38 +00:00
c818ef3188
feat: implements basic user locking for admins ( #12393 )
...
* feat: implements basic user locking for admins
* Update sendPasswordReset.handler.ts
* check fixes
* Update packages/features/ee/users/components/UsersTable.tsx
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
---------
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
2023-11-17 16:06:29 +00:00
Morgan and GitHub
27d59b6413
fix: add idx scheduleId on eventType ( #12400 )
2023-11-17 11:01:13 +00:00
Erik and GitHub
6a8726f5f8
chore: Insights readonly DB client ( #12373 )
2023-11-15 14:50:20 -07:00
a804a29516
feat: Stripe paid apps flow ( #12103 )
...
* chore: Stripe paid apps flow
* chore: Subscription
* chore: Webhooks
* chore: Abstract functions
* chore: Lockfile
* chore: Webhook handler
* chore: Use catch-all
* chore: Webhook changes, etc
* chore: Cleanup
* chore: Use actual price id
* chore: Updates
* chore: Install normally until expiry date
* Disable team install for paid apps and cal.ai\
* Fix the same at another place
* Fix Typescript error
* redactedCause doesnt have message has enumerable prop
* Fix reinstallation of an already installed app
* chore: Remove unused deps
* chore: Ensure index
* chore: Price in usd
* chore: PR suggestion
* Fix missing packages in yarn.lock
---------
Co-authored-by: Hariom <hariombalhara@gmail.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-11-15 09:29:41 -03:00
Morgan and GitHub
00df493623
revert: "fix: create prisma client singleton with immediately invoked function" ( #12366 )
2023-11-14 20:22:35 +00:00
Morgan and GitHub
199f41fb1a
fix: add teamId index on VerificationToken ( #12339 )
...
* fix: add teamId index on InvitationToken
* fix: add migration
2023-11-13 13:42:27 +00:00
Morgan and GitHub
e695f75113
fix: create prisma client singleton with immediately invoked function ( #12267 )
2023-11-09 12:00:19 -03:00
7bb42ba577
fix: booking limits ( #12172 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2023-11-07 14:17:05 -03:00
Hariom Balhara and GitHub
bf8580fa88
fix: Embed Plus Org - Adds missing embed route, also fixes infinite redirection for migrated user in embed ( #12071 )
2023-10-26 13:42:05 +05:30
f9ad99e572
feat: Lock timezone on booking page ( #11891 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2023-10-25 14:16:01 -04:00
Morgan and GitHub
79c1aa60a2
perf: database index on booking_status_starttime_endtime ( #12066 )
2023-10-24 14:34:27 -07:00
Omar López and GitHub
0ae6506bc1
fix: prevents prisma idle connections ( #12068 )
2023-10-24 16:59:15 -03:00
63416d4f33
chore: update tslog from 3.2.1 to 4.9.2 ( #11717 )
...
Co-authored-by: zomars <zomars@me.com >
2023-10-17 19:00:48 +00:00
4b8bdeba74
fix: scheduleEmailReminders cron job ( #11929 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2023-10-17 11:19:39 -07:00
Hariom Balhara and GitHub
225055fb0c
feat: Support moving a user and it's teams to an org as temporary approach ( #11892 )
2023-10-17 08:36:46 +05:30
Alex van Andel and GitHub
a02dcf485f
fix: Add username idx ( #11918 )
...
* Add index on 'users.username'
* Bring back fields that are in main
2023-10-16 17:21:01 +00:00
fefb6acc57
feat: download insights raw data as csv ( #11645 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2023-10-16 13:27:25 +02:00
20803451de
chore: upgrade to prisma 5.3.1 ( #11666 )
...
Co-authored-by: Peer Richelsen <peer@cal.com >
2023-10-12 17:46:35 +03:00
Daniel Roe and GitHub
833fe7c7b7
fix(prisma): don't declare prisma as a global object and explicitly import it ( #11839 )
2023-10-11 23:53:54 +01:00
alannnc and GitHub
c554779490
fix: rescheduled value DB update on reschedule and insights view cancelleds ( #11474 )
2023-10-04 12:10:10 -07:00
20898e1505
fix: Handle payment flow webhooks in case of event requiring confirmation ( #11458 )
...
Co-authored-by: alannnc <alannnc@gmail.com >
2023-09-30 10:22:32 +05:30
+16
68bd877c5b
feat: OAuth provider for Zapier ( #11465 )
...
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: sajanlamsal <saznlamsal@gmail.com >
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: alannnc <alannnc@gmail.com >
Co-authored-by: Leo Giovanetti <hello@leog.me >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Nitin Panghal <nitin.panghal@unthinkable.co >
Co-authored-by: Omar López <zomars@me.com >
Co-authored-by: Peer Richelsen <peer@cal.com >
Co-authored-by: zomars <zomars@me.com >
Co-authored-by: Shivam Kalra <shivamkalra98@gmail.com >
Co-authored-by: Richard Poelderl <richard.poelderl@gmail.com >
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
Co-authored-by: Nafees Nazik <84864519+G3root@users.noreply.github.com >
Co-authored-by: Chiranjeev Vishnoi <66114276+Chiranjeev-droid@users.noreply.github.com >
Co-authored-by: Denzil Samuel <71846487+samueldenzil@users.noreply.github.com >
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com >
Co-authored-by: nitinpanghal <43965732+nitinpanghal@users.noreply.github.com >
Co-authored-by: Ahmad <57593864+Ahmadkashif@users.noreply.github.com >
Co-authored-by: Annlee Fores <annleefores@gmail.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: Vijay <vijayraghav22@gmail.com >
2023-09-28 12:41:28 -07:00
Alex van Andel and GitHub
ec4e2f5996
fix: Blank state wouldn't set 'schedule'; resulting toggle had no effect ( #11335 )
2023-09-27 11:26:55 +02:00
Hariom Balhara and GitHub
4acfb4b28c
fix: Prefill issue when name isn't present and add unit tests ( #11418 )
...
* Fix yarn.lock
* Add tests for getBookingResponsesSchema
* Fix prefill failing if name isnt provided
* More tests and another fix
2023-09-26 16:16:31 +05:30
70461b2718
feat: Zoho Calendar ( #10429 )
...
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
Co-authored-by: alannnc <alannnc@gmail.com >
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
Co-authored-by: Joe Au-Yeung <j.auyeung419@gmail.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: aar2dee2 <85004512+aar2dee2@users.noreply.github.com >
2023-09-25 14:04:37 +05:30
Omar López and GitHub
560ec244e8
feat: Setups prisma accelerate ( #11324 )
2023-09-19 21:02:57 +00:00
786c1c2ba3
feat: monthly email digest ( #10621 )
...
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peer@cal.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-09-19 16:19:36 +02:00
Omar López and GitHub
c95917cceb
feat: Calendar Cache ( #11185 )
2023-09-14 15:19:39 -07:00
197b435b6f
fix: Duplicate calendar events ( #11327 )
...
Co-authored-by: Shivam Kalra <shivamkalra98@gmail.com >
Co-authored-by: zomars <zomars@me.com >
Co-authored-by: Alan <alannnc@gmail.com >
2023-09-14 09:53:58 -07:00