sean-brydon and GitHub
53c37a9ddf
feat: refactor drawer component ( #15892 )
...
* Add sheet component
* refactor user edit sheet
* refactor availbility sheet edit
* Remove tremor raw sheet text
* remove accidently file commit
* fix overflow issue
2024-07-25 12:41:23 +01:00
Souptik Datta and GitHub
3b559525a8
fix: Unable to invite a user to a team via username ( #15868 )
...
* fix: Fix invalid existing username DB query
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* fix: Support adding org team member using username
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* fix: Remove invite by username logic and fix labe to display only email
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
* refactor: Remove username support completely from invitation-modal component
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
---------
Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com >
2024-07-25 07:04:44 +00:00
5becc95fc4
feat: Add a fresh signup to matching organization after email verification ( #15705 )
...
* Support automatically adding user to organization
* Use Repository
* Fix unit test
* Code Improvements
* Fix type error
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-07-20 12:22:42 +05:30
Hariom Balhara and GitHub
e7c638c1e4
fix: Wrong error message when inviting ( #15332 )
...
* fix: Wrong message when inviting
* Fix num users invited
2024-06-05 13:23:47 +00:00
60b61eb625
feat: ability to assign people to round robin from org members ( #14199 )
...
* feat: ability to assign people to round robin from org members
* fix: include schedulingtype in filter
* fix: type check
* rename to EventTypesList
* rename to teams, change icon to link, early return if no events or teamId
* filter scheduling type array, change filter name
* rename to bulkAddMembersToTeams and bulkAddMembersToEventTypes
* filter refactor
* remove bulk
* filter remove null return
* Revert "filter remove null return"
This reverts commit 8ae6296dac24e5081b5896bb9dfe0c000c0f7faf.
* show checked if user already host in event type
* check boxes if user is part of the team
* remove hosts on unchecking boxes
* fix isSelected condition
* remove selected members from teams
---------
Co-authored-by: Somay Chauhan <somaychauhan98@gmail.com >
2024-06-01 21:30:52 +00:00
Amit Sharma and GitHub
23bb06cc36
fix: Avatars not showing when using bookings filter ( #15271 )
2024-05-31 08:25:10 +00:00
83e15c4ce1
feat: orgs create dynamic events from org member list ( #14912 )
...
* implement basic UI - WIP
* Add copy + open in tab + center correctly
* use paragraph for link
* fix button spacing and domain takes up w-full
* Add fade in to bar instead of framer motion
* Move truncate to block level element instead of p
* chore:fix tablet styles
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-05-10 13:06:11 +00:00
74f09c332b
feat: updated the useage of listCurrent in the app and use org role from session ( #14653 )
...
* feat: include org role in org session data
* update contents
* fix: type err
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Udit Takkar <udit222001@gmail.com >
2024-04-22 14:07:43 +00:00
3ce6c23603
fix: Update visibility of team members based on user role ( #14629 )
...
* fix: team memebrs being hidden for admin when org is private and they are not org admin
* chore: remove console.loog
* chore: make permissionCheck more readable
* test: push e2e test for normal privacy banner in orgs
* test: add a few more edge cases
* chore: negate names
* feat: update func to make more sense
* Fix
---------
Co-authored-by: Hariom <hariombalhara@gmail.com >
2024-04-22 13:45:28 +00:00
Alex van Andel and GitHub
d25c043046
chore: Remove all avatar/logo references ( #14532 )
...
* chore: Remove all avatar/logo references
* Updated user profile to only use avatarUrl
* fix: minor style issue
* chore: Remove redundant includeTeamLogo
* fix: Use right avatar default in event type list
* fix: placeholder avatar team profile, target
* chore: Add logoUrl/avatarUrl to JWT
* fix: Bunch of org avatar issues, fix members list
* Fix logoUrl on org pages
* More type fixes
* Hopefully final type fixes
* Another round of type fixes
* fix: UserForm ts
* fix: Handle as return types, not input types
* fix: Remove profile and add avatarUrl
* fix: notFound as const
* fix: Seeder avatarUrl params
* revert: Migration changes for easier recovery
* fix: Add explicit type to builder as avatar is now set
* Add logoUrl to unpublished entity
* Avatar test out of scope here
* fix: Use the new avatarUrl after save
* chore: Removed getOrgAvatarUrl/getTeamAvatarUrl
* fix: Update sidebar image immediately after change
* Unable to safe unnamed user, so default
* fix: Unpublished page, add organization test
* Add more tests
2024-04-18 21:54:16 -07:00
ac858c9bee
fix: [CAL-3374] Says Number is not Verified, but it is Verified ( #14531 )
...
* fix: [CAL-3374] Says Number is not Verified, but it is Verified
* clearing error only when verified
* type-checks fixed
* chore: improvement
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Udit Takkar <udit222001@gmail.com >
2024-04-12 11:33:24 -04:00
d30fb213d2
fix: Add adminReview option to allow impersonating org members ( #14275 )
...
* added layouts for moving teams step
* added admin section for org creation step
* extended org creation to also move existing teams
* wip
* wip
* wip
* further changes
* Add checkout for org in onboarding
* Fix ts errors
* Self review feedback
* Self review addressed
* Fix unit tests
* Fix ts error
* Seans feedback addressed
* feat: fix correct accounts pending
* fix: unit tests for new invite member permissions
* tests: org admin onboarding tests for existing user
* tests: Inital user self serve flow
* chore: update teamAndUserFixture to create X amount of teams
* chore: add testId to card actionButton
* test: add test-Id to continue or checkout button
* tests: add tests for migrating existing teams
* feat: match new designs
* fix: isAdminCheck
* chore: fix pricing copy
* fix: flacky tests
* Fix tests?
* More test fixes
* Check all checkboxes
* Fix type error
* Fix failing test and typescript issues
* Fix unpaid org allowing auto-add users
* Add self-serve flag
* Skip tests
* Add adminReview option
* Fixes
* Add server checks for impersonation
* Improved error
* feat: extract - and disalow updating from org uset list if not reviewed
---------
Co-authored-by: Peer Richelsen <peer@cal.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: sean-brydon <sean@cal.com >
Co-authored-by: Joe Au-Yeung <j.auyeung419@gmail.com >
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
2024-04-04 04:48:41 +00:00
3f02de8214
chore: icon cleanup ( #13770 )
...
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
2024-04-03 23:23:57 +00:00
eec76ecfe2
feat: implement serverside search over client side ( #14234 )
...
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-03-28 13:18:16 +00:00
3babfa7cf3
feat: add pending to role filter ( #14013 )
...
* feat: add pending to role filter
* fix: logic
* chore: remove log
---------
Co-authored-by: Udit Takkar <udit222001@gmail.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-03-08 15:09:45 +00:00
01ac2e640a
feat: improvement org member list ( #13859 )
...
* fix: sticky action bar and align checkbox
* feat: make teams filterable and clickable, total members
* fix: update members count
---------
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-03-05 11:09:14 +00:00
Peer Richelsen and GitHub
11fb387370
feat: let org admins change usernames ( #13384 )
2024-02-22 07:48:46 +00:00
+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
260bd4829c
fix: Users Cannot Be Upgraded to Owner in Organizations ( #12737 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-12-19 16:38:06 +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
eb909cc87a
fix: datatable toolbar ( #12757 )
...
* Fix toolbar
* Slide animation
* Animate out and fix selection model
* Disable on mobile - fix tablet position
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-12-13 10:15:18 +00:00
Hariom Balhara and GitHub
48dde246e9
test: Add more orgs tests ( #12241 )
2023-11-21 14:03:01 -03: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
sean-brydon and GitHub
0a59c95b93
fix: impersonation for orgs ( #12113 )
2023-10-30 12:20:48 -03: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
e0c87cf664
feat: Add ability to edit avatar ( #11399 )
...
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
2023-09-22 19:12:35 -04: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
Somay Chauhan and GitHub
768a3132fb
fix: settings/organization/members table filtering issue ( #11313 )
2023-09-15 17:20:40 +05:30
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
sean-brydon and GitHub
47dc85ee1b
chore: fixing darkmode data table ( #11195 )
2023-09-07 14:18:52 +02:00
Peer Richelsen and GitHub
3f0380617a
chore: removed gravatar ( #11153 )
2023-09-05 19:56:02 +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
sean-brydon and GitHub
500bfb4d82
chore: sheet darkmode and improve responsive ( #11047 )
2023-08-31 19:09:06 +02:00
+28
10ffd9bacd
feat: Org user table - bulk actions ( #10504 )
...
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
Co-authored-by: Leo Giovanetti <hello@leog.me >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: zomars <zomars@me.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: Peer Richelsen <peer@cal.com >
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com >
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com >
Co-authored-by: Shivam Kalra <shivamkalra98@gmail.com >
Co-authored-by: cherish2003 <saicherissh90@gmail.com >
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
Co-authored-by: rkreddy99 <rreddy@e2clouds.com >
Co-authored-by: varun thummar <Varun>
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
Co-authored-by: Pradumn Kumar <47187878+Pradumn27@users.noreply.github.com >
Co-authored-by: Richard Poelderl <richard.poelderl@gmail.com >
Co-authored-by: mohammed hussam <hussamkhatib20@gmail.com >
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
Co-authored-by: nicktrn <55853254+nicktrn@users.noreply.github.com >
Co-authored-by: sydwardrae <94979838+sydwardrae@users.noreply.github.com >
Co-authored-by: Janakiram Yellapu <jyellapu@vmware.com >
Co-authored-by: GitStart-Cal.com <121884634+gitstart-calcom@users.noreply.github.com >
Co-authored-by: sajanlamsal <saznlamsal@gmail.com >
Co-authored-by: Cherish <88829894+cherish2003@users.noreply.github.com >
Co-authored-by: Danila <daniil.demidovich@gmail.com >
Co-authored-by: Neel Patel <29038590+N-NeelPatel@users.noreply.github.com >
Co-authored-by: Rama Krishna Reddy <49095575+rkreddy99@users.noreply.github.com >
Co-authored-by: Varun Thummar <110765105+VARUN949@users.noreply.github.com >
Co-authored-by: Bhargav <bhargavtenali@gmail.com >
Co-authored-by: Pratik Kumar <kpratik1929@gmail.com >
Co-authored-by: Ritesh Patil <riteshsp2000@gmail.com >
2023-08-15 14:07:38 -07:00
4e1e586541
fix: nameless in sidebar for orgs ( #10318 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
2023-07-24 10:25:55 +00:00
sean-brydon and GitHub
610c86837a
feat: orgs - user management v2
...
figma: https://www.figma.com/file/ZJNAFHCAq6rnuGRgUFxjzQ/Organizations----New-features?type=design&node-id=4304-330348&mode=design&t=nKonHZpucwxnqwQI-4 (Not all features are in this PR)
loom: https://www.loom.com/share/30e8ef20a5b34a708dca160d8c04ae6f
shoutout @shadcn for the base of this table <3
Member View:

Admin view:

How to test
- Create ORG
- add members
- view settings -> orgs -> members
2023-07-19 12:45:13 -07:00