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
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
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
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
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
Omar López and GitHub
c765ea9b31
fix: team and org invite e2e tests ( #12566 )
2023-11-28 10:49:06 +00:00
cb7ddc455a
chore: Add team invite tests ( #12425 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-11-22 11:26:43 +00:00
Hariom Balhara and GitHub
48dde246e9
test: Add more orgs tests ( #12241 )
2023-11-21 14:03:01 -03:00
28acbe549a
chore: [app dir bootstrapping 9]: replace useSearchParams with useCompatSearchParams hook ( #12056 )
...
Co-authored-by: zomars <zomars@me.com >
2023-11-16 13:38:27 -07:00
a4c1df3658
refactor: team settings redesign ( #12230 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-11-16 16:18:24 +00:00
Peer Richelsen and GitHub
518ec4f605
feat: added /enterprise upgrade tip ( #12207 )
2023-11-13 13:55:28 +02:00
Manpreet Singh and GitHub
809abd2f4f
fix: Removes send an invite email option & always send email ( #12229 )
2023-11-06 13:30:37 +05:30
703bcd861e
fix: should allow org owners and admins to delete members from subteams ( #11710 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
2023-11-02 14:37:19 -04:00
sean-brydon and GitHub
0a59c95b93
fix: impersonation for orgs ( #12113 )
2023-10-30 12:20:48 -03:00
Hariom Balhara and GitHub
426d31712e
test: E2E for Orgs - The beginning ( #12095 )
2023-10-27 18:14:16 +05:30
Hariom Balhara and GitHub
b934c74c30
fix: Avatar slug and cal links for cross org users ( #12031 )
2023-10-24 16:12:36 +05:30
Chiranjeev Vishnoi and GitHub
461120ad84
fix: [CAL-2593] Uploading a CSV File does not comma separate the values ( #11756 )
...
* csv email validation added
* most common csv delimeters added
2023-10-16 10:39:05 +01:00
bab72a5d2e
test: Non admin members cannot create team in org ( #11525 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-10-16 11:06:08 +02:00
3e08c66888
refactor: Use template literal instead of '+' operator ( #11444 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: zomars <zomars@me.com >
2023-10-03 11:52:19 -07:00
Udit Takkar and GitHub
a0642598ab
test: private team test ( #11523 )
2023-09-26 10:48:43 +02:00
13caf6f2cd
fix: add a default timezone ( #11475 )
...
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2023-09-25 15:08:41 +02:00
Udit Takkar and GitHub
faf974ca4c
chore: convert isCreateTeamButtonDisabled to bool ( #11473 )
...
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
2023-09-22 10:36:52 +01:00
Leo Giovanetti and GitHub
578495de87
chore: reduce team data footprint ( #11478 )
2023-09-21 18:08:34 -03:00
86b3a33ff6
fix: disable create team button for non admins ( #11470 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2023-09-21 06:36:40 +00:00
50970dc249
fix: org invite ( #11356 )
...
Co-authored-by: Leo Giovanetti <hello@leog.me >
2023-09-19 15:46:33 +05:30
Leo Giovanetti and GitHub
72907e5e1b
feat: resend invitation ( #11428 )
2023-09-19 00:24:43 +00:00
8ff07807f9
Fix overflow ( #11320 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-09-12 21:46:18 +00:00
Ujwal Kumar and GitHub
32754bd120
fix: add hardcoded strings to locales so they can be translated ( #11266 )
2023-09-11 13:00:38 +02:00
ba4e717b59
chore: unify org data access ( #11158 )
...
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Omar López <zomars@me.com >
2023-09-07 21:21:04 -03:00
d34db7aef6
fix: Fix wrong footer Button in some languages ( #10873 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Shivam Kalra <shivamkalra98@gmail.com >
2023-09-05 18:44:46 +00:00
Peer Richelsen and GitHub
3f0380617a
chore: removed gravatar ( #11153 )
2023-09-05 19:56:02 +02:00
Abhilash Sampath and GitHub
f06b4bfb9c
fix: Add send sms description ( #11063 )
2023-09-01 19:12:10 +02:00
376b38d4ed
fix: Fixes username invite issue ( #10998 )
...
* Fixes username invite issue
* Ensure we only suggest email invites in org members
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2023-09-01 17:31:45 +05:30
Sahil Padvi and GitHub
024b92b9ce
styles:dark mode color fix ( #11004 )
2023-08-31 17:18:27 +01:00
Udit Takkar and GitHub
3c508568da
fix: lower case slugs in teams ( #11026 )
...
* fix: lower case slugs in teams
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
* fix: use slugify
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
2023-08-30 23:34:19 -07:00
3204d0af34
feat: team admin: see connected apps of team members ( #11036 )
...
* added feature:team admin can see connected apps of members
* fixed the type error
* Update packages/lib/server/queries/teams/index.ts
* Minor fixes
---------
Co-authored-by: alannnc <alannnc@gmail.com >
2023-08-31 01:20:31 +00:00
fde3e8bea9
Invalidate and add success message ( #10907 )
...
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk >
2023-08-24 11:18:59 +01:00
3f273235a6
perf: Cache translations per language/per release ( #10843 )
...
Co-authored-by: zomars <zomars@me.com >
2023-08-18 17:46:17 -07:00
fe8b13885c
fix: org admin has team member privileges [CAL-2338] ( #10809 )
...
Co-authored-by: Omar López <zomars@me.com >
2023-08-18 14:10:17 -07:00
Leo Giovanetti and GitHub
20c45b5d88
fix: vercel subdomain version ( #10790 )
...
* Standarizing org subdomain url
* fix: upgrading vercel subdomain version
2023-08-15 20:44:48 +00:00
sean-brydon and GitHub
d6d4e246f9
chore: Fix UI NITs ( #10691 )
2023-08-10 08:49:17 +00:00
Leo Giovanetti and GitHub
ffa3a454bb
fix: team unaccepted members ( #10582 )
2023-08-07 08:32:35 -03:00