Skip to content

Commit

Permalink
use calcom 2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
krumware committed Jan 27, 2023
1 parent ebad031 commit 9847f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calcom
Submodule calcom updated 27 files
+26 −14 apps/web/components/getting-started/steps-views/UserProfile.tsx
+3 −17 apps/web/components/team/screens/Team.tsx
+1 −3 apps/web/package.json
+3 −15 apps/web/pages/[user].tsx
+0 −37 apps/web/pages/api/auth/oidc.ts
+4 −15 apps/web/pages/settings/my-account/profile.tsx
+1 −13 apps/web/pages/team/[slug].tsx
+14 −5 apps/web/playwright/onboarding.e2e.ts
+10 −20 apps/web/public/static/locales/en/common.json
+85 −0 packages/features/ee/sso/components/ConfigDialogForm.tsx
+0 −168 packages/features/ee/sso/components/ConnectionInfo.tsx
+0 −168 packages/features/ee/sso/components/OIDCConnection.tsx
+184 −0 packages/features/ee/sso/components/SAMLConfiguration.tsx
+0 −131 packages/features/ee/sso/components/SAMLConnection.tsx
+0 −61 packages/features/ee/sso/components/SSOConfiguration.tsx
+1 −2 packages/features/ee/sso/lib/jackson.ts
+0 −9 packages/features/ee/sso/lib/saml.ts
+2 −10 packages/features/ee/sso/page/teams-sso-view.tsx
+4 −10 packages/features/ee/sso/page/user-sso-view.tsx
+21 −21 packages/features/ee/teams/pages/team-profile-view.tsx
+0 −1 packages/features/ee/workflows/components/WorkflowStepContainer.tsx
+0 −1 packages/features/eventtypes/components/MultiDropdownSelect.tsx
+0 −12 packages/lib/turndownService.ts
+2 −2 packages/trpc/server/routers/viewer.tsx
+17 −65 packages/trpc/server/routers/viewer/saml.tsx
+2 −6 packages/ui/components/editor/Editor.tsx
+3 −3 packages/ui/components/editor/stylesEditor.css

0 comments on commit 9847f30

Please sign in to comment.