+1
30ba168fc3
chore: bump @trpc/* and @tanstack/react-query ( #13335 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Omar López <zomars@me.com >
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: zomars <zomars@me.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Benny Joo <sldisek783@gmail.com >
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
Co-authored-by: Gergő Móricz <mo.geryy@gmail.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-01-23 16:42:29 -07:00
Benny Joo and GitHub
827d8995a1
chore: [app-router-migration 38]: Refactor migrated pages and fix generateMetadata functions ( #13314 )
...
* refactor to keep consistencies in files
* manual: more refactors
* revert unnecessary changes
* fix type errors
* fix build error
* fix
2024-01-22 17:32:15 -03:00
559ab4192f
fix: team invite broken link ( #13344 )
...
* fix: team invite broken link
* default value fix
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-01-22 15:31:57 +00:00
3c8c6d0574
feat: Add Owner during organization creation ( #13069 )
...
* feat: Add Owner during organization creation
* chore: remove dead code
* fix: change route from onboard-admin to onboard-members
* fix: change button name to add_members from add_team_member
* fix: change MembershipRole badge colour
* fix: previous membership role bug
* update: "On-board administrators" tests
* fix: wrong import
* Reverted extra changes
* fix: current user cannot remove itself
* Reverted extra changes
* Reverted extra changes 2
* send isOrg to removeMember handler
* fix: removed prisma.user.delete cleanup as not needed
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-01-22 10:24:09 -05:00
eed34559b5
feat: added upgrade page ( #13287 )
...
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
Co-authored-by: Utkarsh Nagar <utkarshnagar2000@gmail.com >
Co-authored-by: Joe Au-Yeung <j.auyeung419@gmail.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: zomars <zomars@me.com >
2024-01-19 21:37:40 +00:00
3983351dac
fix: Allow impersonation from the /settings/admin/users page ( #13281 )
...
* add impersonation in the dropdown menu
* add logo
* fix another minor issue
* Update UsersTable.tsx
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-01-19 17:07:38 +00:00
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
ca3e3600f7
test: Check the workflow tab and your functionalities (teste2e-workflow) ( #12474 )
...
* test: Check the workflow tab
* fix type
---------
Co-authored-by: gitstart-calcom <gitstart-calcom@users.noreply.github.com >
Co-authored-by: GitStart-Cal.com <121884634+gitstart-calcom@users.noreply.github.com >
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2024-01-16 11:11:36 -05: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
60e0bbf4b7
feat: impersonation improvements ( #13066 )
...
* fix: rename checkPermission to be more fitting
* feat:return to user
* nits: cleanup plus comments
* cleanup
* test: Add e2e
* fix: fix fixtures
* nit: cleanup logs
* chore: move to impersonatedBy in session
* fix: can return to self
* Update apps/web/playwright/impersonation.e2e.ts
* fix: typecheck
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-01-16 08:45:48 +00:00
Peer Richelsen and GitHub
8b37d91108
chore: added community support to help ( #13213 )
2024-01-15 15:16:35 +00:00
a28b9cacd2
chore: [app-router-migration 17]: migrate payments page ( #13039 )
...
* chore: migrate payments page
* migrate page to WithLayout HOC, replace new ssrInit
* fix type error
* fix
* revert version changes
* fix
---------
Co-authored-by: Benny Joo <sldisek783@gmail.com >
2024-01-12 18:36:48 -03:00
0bdc45a1a5
chore: [app-router-migration 18] Migrate "/settings/organizations/*" pages ( #13042 )
...
* manual: app-directory-boilerplate-calcom
* manual: import components directly
* manual: move files to correct route groups and add metadata
* manual: Change structure & Refactor to make code up to date
* manual: refactors
* Fix
* manual: fix type of arg of getData
* manual: fix type error
* fix type bugs
* fix
* fixing the build
* wip
---------
Co-authored-by: Greg Pabian <35925521+grzpab@users.noreply.github.com >
2024-01-12 15:32:39 -03: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
Benny Joo and GitHub
0df6777814
chore: [app-router-migration 20] Migrate /settings/security/* pages ( #13046 )
...
* intuita codemod: app-directory-boilerplate-calcom
* manual: move folders to (settings-layout) route group
* manual: add title/description metadata
* manual: Change structure & Refactor to make code up to date
2024-01-11 12:44:44 +00:00
4ca79af13f
chore: [app-router-migration-11] Migrate workflow page group ( #12777 )
...
* add a/b test flags for apps, workflows, getting-started, settings/teams
* Finalize
* Discard changes to apps/web/app/layoutHOC.tsx
* fix: types
* manual: address Keith's comments
---------
Co-authored-by: Benny Joo <sldisek783@gmail.com >
Co-authored-by: Omar López <zomars@me.com >
2024-01-11 07:49:46 -03:00
dfaa6d28e4
fix: scheduling/canceling workflow emails in cron api call ( #13123 )
...
* set credentials for sendgrid client on all requests
* fix typo
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2024-01-10 16:44:37 +00:00
fcc50c1d0f
chore: [app-router-migration-11] Migrate settings/teams page group ( #12778 )
...
* intuita codemod: app-directory-boilerplate-calcom
* manual: add title and description metadata for each page
* manual: move between folders
* manual: finalize migration
* manual: fix client components
* manual: Change structure & Refactor to make code up to date
---------
Co-authored-by: Benny Joo <sldisek783@gmail.com >
2024-01-08 10:51:40 -07:00
4aa0b4cc65
fix: Team URL and booker URLs ( #13050 )
...
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2024-01-08 15:25:48 +00:00
Alex van Andel and GitHub
0897bf20da
feat: Add newline as a bulk import seperator ( #13052 )
2024-01-05 12:50:11 +00:00
698d8ae4bd
chore: front-end-avatars ( #12716 )
...
* Update UserAvatar and remove org avatar
* Update Imports
* Fix imports to use calcom/ui
* type: fix imports
* fix: use testId on profile
* test: use image src instead of innerHTML
* fix: Allow alt on useravatar
* test: add testId to org profile
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2024-01-05 10:36:44 +00:00
2181731d64
docs: Add Tunnelmole as an open source alternative to ngrok ( #12925 )
...
* doc: Add Tunnelmole as an open source alternative to ngrok plus minor grammar fixes
* Update README.md
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-01-02 14:00:38 +00:00
Udit Takkar and GitHub
1c2fff5447
fix: ui bugs in settings page ( #12975 )
2024-01-01 22:50:56 +00:00
Hariom Balhara and GitHub
4fa7bb64eb
test: e2e for not allowing reschedule of a cancelled booking ( #12928 )
...
* test: e2e for not allowing reschedule of a cancelled booking
* Fix failing test
2023-12-22 08:07:47 -05:00
Sourav and GitHub
b543c4030c
Fix : #12898 ( #12919 )
2023-12-22 09:54:43 +05:30
076868d243
test: testing workflow triggers ( #12823 )
...
* add workflows to bookingScenario
* activate sandbox mode for unit/integreation tests
* add sendgrid specific code to SendgridProvider
* Refactor WIP
* remove duplicate sendgridProvider file
* first implementation for testing workflows
* revert unintended changes
* comment out Workflow trigger tests
* move sendgrid check after test mode
* Update signup.tsx
* fix esLint
* test webhooks on all tests in fresh-booking.test.ts
* fix subjectPattern as title can be different
* add workflow tests to reschedule.test.ts
* code clean up
* code clean up
* fix sendgrid credentials missing message
* code clean up
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2023-12-21 18:57:06 +05:30
Hariom Balhara and GitHub
a03a1ba34e
fix: bookerUrl for the user that isn't part of the org but appears in a team inside the org ( #12911 )
2023-12-21 09:17:41 -03:00
a8975f541f
fix: Dynamic Group Booking link for organization ( #12825 )
...
Co-authored-by: Erik <erik@erosemberg.com >
Co-authored-by: Omar López <zomars@me.com >
2023-12-19 17:42:40 +00:00
Hariom Balhara and GitHub
5886792285
feat: More admin options for organizations ( #12424 )
...
* Add more features in org admin
* Pr feedback addressed
2023-12-19 18:31:22 +05:30
Hariom Balhara and GitHub
e3905f631f
fix: Copy invite link on safari ( #12873 )
2023-12-19 12:38:34 +00:00
e5e0fa97eb
fix: Across Org Scenarios - Wrong links for event and team ( #12358 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
2023-12-19 19:33:30 +10:00
e1a9576530
fix: only owners can award owner role in an organization. ( #12803 )
...
* fix: only owners can award owner role in an organization.
* chore: improve code
---------
Co-authored-by: Udit Takkar <udit222001@gmail.com >
2023-12-18 12:39:27 +00:00
Hariom Balhara and GitHub
a28e8ff39b
fix: A user joining from invite link of a team doesn't automatically become member of the org ( #12774 )
...
* fix: Add org membership when invite link for a team in an org is generated
* Run tests sequentially till we fix emails fixture
2023-12-18 17:48:35 +05:30
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
63abda1693
chore: changed checkbox color ( #12783 )
...
Co-authored-by: ManavpreetSingh <119919977+manavpreetsingh@users.noreply.github.com >
2023-12-13 19:29:37 -08:00
Somay Chauhan and GitHub
943c7a4c6c
fix: other team members page invite issue ( #12745 )
2023-12-13 19:53:20 +00:00
Peer Richelsen and GitHub
65a36b37c5
removed org_team_names_example_1 ( #12759 )
2023-12-13 13:08:59 +05:30
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
Patrick Arminio and GitHub
a20179727b
Hide expires on message if never expires is selected ( #12723 )
2023-12-11 17:15:56 +00:00
Udit Takkar and GitHub
e9ea0fcc20
feat: add cal video logo whitelabel for organization ( #12616 )
2023-12-09 09:02:14 +00:00
46c51df1e0
fix: Up libphonenumber-js to fix #12394 ( #12519 )
...
* Up libphonenumber-js
* Re-patch libphonenumber-js and restore the test files.
* fix: yarn and check
* Conflict Resolution
* fix lint error
* Restore files
* Fix yarn.lock
---------
Co-authored-by: Hariom <hariombalhara@gmail.com >
2023-12-08 14:09:45 +00:00
Udit Takkar and GitHub
90a6fc3f26
refactor: Top Banner and add google calendar credential banner ( #12532 )
...
Fixes: https://github.com/calcom/cal.com/issues/12473
TODO:
- [x] Fix Type error
<img width="1512" alt="Screenshot 2023-12-02 at 12 47 19 AM" src="https://github.com/calcom/cal.com/assets/53316345/8a5c6dd0-6095-482b-b4d0-81653607a270 ">
<img width="1512" alt="Screenshot 2023-12-02 at 12 47 39 AM" src="https://github.com/calcom/cal.com/assets/53316345/fc64edb9-27b3-438f-b42d-75b200ac96e9 ">
2023-12-07 15:32:47 -07:00
75eaed1c4d
fix: adding team members from organization tab that alredy exist ( #11689 )
...
* fix: adding team members from organization tab that alredy exist
* changed organizations.listOtherTeamMembers from useQuery to useInfiniteQuery
* undo yarn.lock
* fix: invalidate the organizations.getMembers query on removeMember and inviteMember Mutation
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Hariom <hariombalhara@gmail.com >
2023-12-07 09:39:23 +00:00
Benny Joo and GitHub
bb7057ea04
fix: type error in settings/admin in app router ( #12638 )
2023-12-04 15:31:36 -08: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
7f23ae156b
fix: improved team upgrade screen to also show unpublished teams ( #12492 )
...
* improved team upgrade screen to also show unpublished teams
* Update TeamsListing.tsx
* bunch of stuff
---------
Co-authored-by: Omar López <zomars@me.com >
2023-11-29 14:48:26 -07:00
Morgan and GitHub
a65e18d92d
chore: improve invitation form validation ( #12594 )
...
* chore: improve invitation form validation
* fixup! chore: improve invitation form validation
* fixup! fixup! chore: improve invitation form validation
2023-11-29 12:44:48 -07:00
877cd4cdff
refactor: Team Creation Flow [CAL-2751] ( #12501 )
...
* Create new endpoint for creating a team
* Generate a team checkout session
* Create team navigate to checkout
* Clean up
* UI changes
* Add comments
* Fix
* Type fix
* Type fix
* Type fix
* Type fixes
* Set telemetry
* Import fix
* Type fix
* Update tests
* Type fix
* fix: e2e
* fix: e2e
* fix: e2e
* fix: e2e
* Update teams.e2e.ts
* fix: e2e
---------
Co-authored-by: Omar López <zomars@me.com >
2023-11-29 09:39:21 -07:00
7dc6df2ad6
chore: improve logs ( #12467 )
...
* chore: improve logs
* fix: import
* chore: use safe stringify
* chore: add more logs to google calendar
* chore: use this.log
---------
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
2023-11-29 19:39:25 +05:30
6704e18e32
fix: cal video issues ( #12546 )
...
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
2023-11-28 18:28:35 +00:00