cal.pub0.org/packages/trpc/server/routers/viewer/teams
sean-brydon 8f9f096723
feat: Auto join team if already in org [CAL-2248] (#10450)
* Auto join if in org.

* Only handle accepted org memberships

* Add comment

* TODO: fix prisma mock
2023-07-28 16:43:35 +00:00
..
inviteMember feat: Auto join team if already in org [CAL-2248] (#10450) 2023-07-28 16:43:35 +00:00
_router.tsx feat: Zapier For Teams (#9851) 2023-07-14 16:06:57 -07:00
acceptOrLeave.handler.ts
acceptOrLeave.schema.ts
changeMemberRole.handler.ts
changeMemberRole.schema.ts
create.handler.ts fix: Orgs/create child teams CAL-1986 (#9631) 2023-07-07 16:48:51 +00:00
create.schema.ts
createInvite.handler.ts fix: team invite links (#10110) 2023-07-12 14:24:47 -07:00
createInvite.schema.ts feat: Add copy invite link (#8355) 2023-06-06 23:34:14 +00:00
delete.handler.ts feat: Handle deleting vercel domain when org is deleted (#9661) 2023-06-20 17:57:21 +02:00
delete.schema.ts
deleteInvite.handler.ts feat: Add copy invite link (#8355) 2023-06-06 23:34:14 +00:00
deleteInvite.schema.ts feat: Add copy invite link (#8355) 2023-06-06 23:34:14 +00:00
get.handler.ts
get.schema.ts
getMemberAvailability.handler.ts feat: Organizations users calendar cache (#9498) 2023-06-15 00:40:47 +00:00
getMemberAvailability.schema.ts
getMembershipbyUser.handler.ts
getMembershipbyUser.schema.ts
getUpgradeable.handler.ts feat: org invite billing (#9291) 2023-07-02 11:40:12 -07:00
getUpgradeable.schema.ts
getUserAdminTeams.handler.ts feat: Enable Apps for Teams & Orgs [CAL-1782] (#9337) 2023-07-06 16:48:39 +00:00
getUserAdminTeams.schema.ts feat: Enable Apps for Teams & Orgs [CAL-1782] (#9337) 2023-07-06 16:48:39 +00:00
hasTeamPlan.handler.ts fix: hasTeamPlan with accepted prop (#10109) 2023-07-12 16:40:41 -04:00
hasTeamPlan.schema.ts
inviteMemberByToken.handler.ts feat: Add copy invite link (#8355) 2023-06-06 23:34:14 +00:00
inviteMemberByToken.schema.ts feat: Add copy invite link (#8355) 2023-06-06 23:34:14 +00:00
list.handler.ts fix: team invite links (#10110) 2023-07-12 14:24:47 -07:00
list.schema.ts
listInvites.handler.ts
listInvites.schema.ts
listMembers.handler.ts feat: insights orgs [CAL-1888] (#9551) 2023-06-29 19:03:44 +02:00
listMembers.schema.ts
listOwnedTeams.handler.ts feat: Zapier For Teams (#9851) 2023-07-14 16:06:57 -07:00
publish.handler.ts feat: org invite billing (#9291) 2023-07-02 11:40:12 -07:00
publish.schema.ts fix: API /teams/:id/publish (#9904) 2023-07-05 03:19:20 +05:30
removeMember.handler.ts feat: remove member from hosts on removal (#9722) 2023-06-22 21:33:03 +02:00
removeMember.schema.ts feat: Org settings - profile,appearance, child teams, create new child (#9231) 2023-06-15 10:27:39 -07:00
setInviteExpiration.handler.ts feat: Add copy invite link (#8355) 2023-06-06 23:34:14 +00:00
setInviteExpiration.schema.ts feat: Add copy invite link (#8355) 2023-06-06 23:34:14 +00:00
update.handler.ts feat: Make Team Private 2023-07-06 11:55:12 +02:00
update.schema.ts feat: Make Team Private 2023-07-06 11:55:12 +02:00
updateMembership.handler.ts
updateMembership.schema.ts
util.ts