Kartik Saini and GitHub
4017c0e28f
feat: org-wide webhooks ( #15144 )
...
* feat: include org in teams list
* feat: org-wide webhooks
* Move getOrgIdFromMemberOrTeamId to packages/lib
2024-06-04 20:16:46 +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
1025238eee
feat: cal.ai enterprise phone calls ( #14100 )
...
* added empty layout
* init
* yarn lock due to package changes
* added retell ai to .env
* removed ton of glue code
* nit
* Discard changes to package.json
* Upgrades lucide-react
* minor UI fixes
* nit
* nit
* feat: save progress
* feat: v1
* fix: type error
* feat: change schema
* fix: type error and testr
* chore: update agent
* chore: change default prompt
* feat: feedback and improvements
* fix: type error
* fix: type error
* hidden for now while in trial
* added i18n and removed some comments
* feat: add cal api key
* fix: type error
---------
Co-authored-by: Omar López <zomars@me.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Udit Takkar <udit222001@gmail.com >
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
2024-03-28 13:59:01 +00:00
7e557889b6
feat: support for platform wide webhooks ( #14092 )
...
* db migration
* adjusted ui to include `platform` in dropdown for admin webhooks
* adjusted webhook/create.handler for platform
* adjusted `edit.handler` so that only ADMIN can update `platform` webhooks
* update `getWebhooks` for platform wide webhooks
* list platform webhooks if admin
* createFunction refactor
* update subscriberUrlReserved for platform webhooks
* fix delete webhook handler
* fix: added readOnly to WebhookListItem
* fix: admin cannot delete its own webhooks
* fix: ts error
---------
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
2024-03-18 13:42:28 -04: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
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
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
Greg Pabian and GitHub
39c3ef0d94
chore: ensure compat type definitions do not break existing types ( #11741 )
2023-10-10 14:50:15 -07:00
685be1663e
refactor: Setting redesign ( #11124 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-09-29 15:10:13 +01:00
Alex van Andel
85a1713897
Revert "refactor: Setting redesign ( #11124 )"
...
This reverts commit 4f3cf4f948 .
2023-09-29 13:37:06 +01:00
4f3cf4f948
refactor: Setting redesign ( #11124 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-09-28 19:04:51 +01:00
2403d77166
test: Create unit tests for react components in packages/ui/components/createButton ( #10644 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com >
Co-authored-by: Shivam Kalra <shivamkalra98@gmail.com >
2023-08-18 14:22:14 +05:30
b7851e6e53
refactor: next/router hooks with next/navigation hooks ( #9105 )
...
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk >
Co-authored-by: Peer Richelsen <peer@cal.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
2023-08-02 11:35:48 +02:00
1aa3077706
test: e2e for workflows ( #9657 )
...
* create test files
* add first e2e test
* finish first e2e test
* code clean up
* fix event type create button data-testid
* enable sandbox mode for non production environments
* comment out code for testing
* Revert "comment out code for testing"
This reverts commit 5553dacce23cd85c27e41b76f99fc31ce69499b7.
* clean up comments
* prettier
* use NEXT_PUBLIC_IS_E2E
* use todo fn
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: Alan <alannnc@gmail.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: Shivam Kalra <shivamkalra98@gmail.com >
2023-07-21 21:06:39 +05:30
Hariom Balhara and GitHub
2918a34e1a
fix: More instances of Avatar and booker links fixed ( #10083 )
2023-07-13 19:22:21 +05:30
+1
78393a2b8b
feat: disable workflows and webhooks for orgs + UI changes [CAL-1873] ( #9504 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
Co-authored-by: Leo Giovanetti <hello@leog.me >
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: zomars <zomars@me.com >
Co-authored-by: Efraín Rochín <roae.85@gmail.com >
2023-06-26 06:37:59 -04:00
Hariom Balhara and GitHub
53224886e3
feat: Routing Forms/Teams Support ( #9417 )
2023-06-15 08:58:07 +00:00
5170fc2424
Managed event-types ( #6876 )
...
* WIP
* Locked fields manager
* Leftovers
* Bad merge fix
* Type import fix
* Moving away from classes
* Progress refactoring locked logic
* Covering apps, webhooks and workflows
* Supporting webhooks and workflows (TBT)
* Restoring yarn.lock
* Progress
* Refactoring code, adding default values
* Fixing CRUD for children
* Connect app link and case-sensitive lib renaming
* Translation missing
* Locked indicators, empty screens, locations
* Member card and hidden status + missing i18n
* Missing existent children shown
* Showing preview for already created children
* Email notification almost in place
* Making progress over notif email
* Fixing nodemailer by mixed FE/BE mixup
* Delete dialog
* Adding tests
* New test
* Reverting unneeded change
* Removed console.log
* Tweaking email
* Reverting not applicable webhook changes
* Reverting dev email api
* Fixing last changes due to tests
* Changing user-evType relationship
* Availability and slug replacement tweaks
* Fixing event type delete
* Sometimes slug is not there...
* Removing old webhooks references
Changed slug hint
* Fixing types
* Fixing hiding event types actions
* Changing delete dialog text
* Removing unneeded code
* Applying feedback
* Update yarn.lock
* Making sure locked fields values are static
* Applying feedback
* Feedback + relying on children list, not users
* Removing console.log
* PR Feedback
* Telemetry for slug replacement action
* More unit tests
* Relying on schedule and editor tweaks
* Fixing conteiner classname
* PR Feedback
* PR Feedback
* Updating unit tests
* Moving stuff to ee, added feature flag
* type fix
* Including e2e
* Reverting unneeded changes in EmptyScreen
* Fixing some UI issues after merging tokens
* Fixing missing disabled locked fields
* Theme fixes + e2e potential fix
* Fixing e2e
* Fixing login relying on network
* Tweaking e2e
* Removing unneeded code
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: zomars <zomars@me.com >
2023-04-12 23:10:23 -03:00
91f381bce9
Replace react icons with lucidedev ( #8146 )
...
* migrate from react-icons to lucide-react
* replace react-icon with lucide-dev: Webhook Icon
* add lucide transformer
* Fix LinkIcon import
* Update yarn.lock to include monorepo deps
* Migrated icons in ChargeCardDialog
* Port Storybook to new icons as well
* Adjust Info & Globe icons size to match react-icons size
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2023-04-12 17:26:31 +02:00
Udit Takkar and GitHub
c8956680ad
fix: use slug in options ( #7523 )
...
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
2023-03-06 10:47:57 +00:00
Omar López and GitHub
c8b01f6992
Revert "fix: use only slug ( #7504 )" ( #7506 )
...
This reverts commit f3143d99ee .
2023-03-03 15:44:14 -07:00
Udit Takkar and GitHub
f3143d99ee
fix: use only slug ( #7504 )
...
* fix: use only slug
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
* chore
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
* fix: create slug key
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
2023-03-03 15:43:26 -07:00
0ec71e52ef
Team Workflows ( #7038 )
...
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: zomars <zomars@me.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-02-27 12:54:43 +05:30