Anit Jha
f1aed2d8b7
fix: api date picker to drop down ( #9810 )
...
* fix: api date picker to drop down
* fix: api key , date picker to drop down
* Update packages/features/ee/api-keys/components/ApiKeyDialogForm.tsx
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
2023-06-29 08:31:39 +00:00
Carles Mitjans
8bbc05b1e5
fix: add floating button tests ( #9501 )
...
Co-authored-by: Carles Mitjans <cmitjans@DYX3773MX7.local>
2023-06-29 13:33:34 +05:30
GitStart-Cal.com
e731c33235
feat: Add divider and set spacing on modals with the type=creation prop (feat-add-divider)
...
## What does this PR do?
<!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. -->
- Add the prop customDividerClassName to customize the CSS Divider if needed
- Add a divider on all modals with type="creation" prop, following the [figma](https://www.figma.com/file/9MOufQNLtdkpnDucmNX10R/1.-Cal-DS?type=design&node-id=29898%3A100590&t=62LvZCZAEZm5zDdw-1 ) design
- Some type="creation" modals seem not to be this type, we pushed all changes with screenshots, if you want us to revert the changes on some modals we will revert
![image](https://github.com/calcom/cal.com/assets/121884634/6674016e-819d-49da-9d44-14eefb4160ee )
- Inline Embed:
![image](https://github.com/calcom/cal.com/assets/121884634/191c94ea-257f-44ba-8c7a-3815550e36f1 )
- Enable Two-Factor Authentication:
![image](https://github.com/calcom/cal.com/assets/121884634/3b9246be-52ab-4c9d-af12-eda82541e837 )
-Enable Two-Factor Authentication (step 2):
![image](https://github.com/calcom/cal.com/assets/121884634/a3b7934b-fd66-441d-b9d7-c5ba2fc7fa91 )
-Enable Two-Factor Authentication (step 3):
![image](https://github.com/calcom/cal.com/assets/121884634/77367ae7-0967-497a-858a-f18a91b62077 )
- Disable Two-Factor Authentication:
![image](https://github.com/calcom/cal.com/assets/121884634/8fc31cc2-e3ca-4c74-8ac6-c4832f9116d9 )
- Delete Account:
![image](https://github.com/calcom/cal.com/assets/121884634/5146f605-523e-4c49-aeeb-7c5dd533844d )
- Update Timezone:
![image](https://github.com/calcom/cal.com/assets/121884634/f5acb9f0-2550-4d48-8c02-5cf1b94aaf33 )
- Duplicate Event Type:
![image](https://github.com/calcom/cal.com/assets/121884634/078d40a5-5e35-4d4a-8d0e-77d7b8c21d6d )
- Add a New Form:
![image](https://github.com/calcom/cal.com/assets/121884634/5b6352e0-a1c1-46e3-af18-dc84e83fdecd )
- Change Team Member Role:
![image](https://github.com/calcom/cal.com/assets/121884634/dc8b8ba1-7986-4980-ab78-6027aca350ca )
- Impersonate:
![image](https://github.com/calcom/cal.com/assets/121884634/ffd28b83-0c9b-47a1-8894-29d35add9c27 )
- Bulk Update Event Types:
![image](https://github.com/calcom/cal.com/assets/121884634/ba864dcc-0c73-426e-bc49-3ac81a55d3ea )
- Connecting with MS Teams:
![image](https://github.com/calcom/cal.com/assets/121884634/d6666cbf-cc36-4fe5-90bb-9d69de26248d )
- Set a Default App Link:
![image](https://github.com/calcom/cal.com/assets/121884634/f4f7093c-839c-4ae1-a4f3-ecd266238115 )
- OIDC configuration:
![image](https://github.com/calcom/cal.com/assets/121884634/a689acd7-2488-423e-a57d-5610d683d11d )
- SAML Configuration:
![image](https://github.com/calcom/cal.com/assets/121884634/61480037-1733-4ba9-8dfd-429819e7eac9 )
- How to use booking questions as variables?
![image](https://github.com/calcom/cal.com/assets/121884634/2982ace4-41b0-4849-878b-b2ceabf59469 )
![image](https://github.com/calcom/cal.com/assets/121884634/65888a13-d9a7-4df5-a8b7-56becc61882e )
- Invite Link Settings:
![image](https://github.com/calcom/cal.com/assets/121884634/3f81fcd1-f862-4106-a79c-70808090f055 )
- Add Action:
![image](https://github.com/calcom/cal.com/assets/121884634/ec5f9490-dccc-4c8e-bc8e-b48f8a29144b )
- Edit Keys:
![245192220-c669e6fe-01ba-4a66-9b03-96ab4e8f1809](https://github.com/calcom/cal.com/assets/121884634/bfff69b3-831a-4a5c-9835-0569109b8386 )
- Create an Api Key:
![image](https://github.com/calcom/cal.com/assets/121884634/fbdf7494-6da4-49da-ba41-5f9a6393bb72 )
- API key created successfully:
![image](https://github.com/calcom/cal.com/assets/121884634/81e6a5c2-5d9d-40ad-a78e-ed1ab2128a26 )
- Invite Team Member:
![image](https://github.com/calcom/cal.com/assets/121884634/9e4ceea9-f708-4958-a6d7-e00304beacbf )
- Add a Question:
![image](https://github.com/calcom/cal.com/assets/121884634/8329c593-8203-484e-a4dd-c9bd5210d8db )
- Add a new event type:
![image](https://github.com/calcom/cal.com/assets/121884634/19a72734-aa79-4828-81bb-f534d46a5fc5 )
2023-06-29 08:47:16 +01:00
GitStart-Cal.com
5059723ad1
Apply suggestions from code review ( #9839 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
2023-06-29 00:09:03 +02:00
Rob Jackson
171827f547
chore: recategorize apps ( #9306 )
...
* Remove unused code in InstalledAppsLayout
* Add new app categories "crm", "conferencing" and "messaging"
* Sort getAppCategories entries alphabetically
* Fix 404s on new category pages (and remove hardcoded category lists)
* Fix admin apps list not showing "no available apps" for new categories
* Recategorise apps
* Sync seed-app-store categories with config files
* Replace unnecessary seed-app-store.config.json with appStoreMetadata
* Copy video.svg to conferencing.svg
* Add messaging.svg
* Remove web3 from getAppCategories (used by installed apps, admin apps)
* Fix app-store-cli categories
- Add conferencing
- Add CRM
- Remove video
- Remove web3
* Remove outdated web3 comment in seed-app-store
* Update apps/web/public/static/locales/en/common.json
* Add cron script to keep db apps in sync with app metadata
* Add redirect for app category "video" to "conferencing"
* Fix up "video" category overrides to apply to conferencing
* Fix conferencing apps not showing as a location for non-team users
* Restore "installed_app" string for conferencing apps
* Make linter happier
* Remove my "installed_app_conferencing_description" as this was fixed upstream
* Quick tidy up
* Add dry-run to syncAppMeta via CRON_ENABLE_APP_SYNC env
* Replace console.log with logger in syncAppMeta
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
2023-06-28 18:22:51 +02:00
Chaithanya Reddy
8cfb9902ff
fixed theme in API key expiration time calender ( #9777 )
...
Co-authored-by: Chay Reddy <chay@Chays-MacBook-Pro.local>
2023-06-28 18:22:26 +02:00
Anik Dhabal Babu
79779e5166
fix: Toast is removed using onClick ( #9832 )
...
* toaster is removed using onclick
* Apply suggestions from code review
* Update showToast.tsx
---------
Co-authored-by: Peer Richelsen <peer@cal.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-06-28 18:21:53 +02:00
Ujwal Kumar
6a975194bb
fix: title-for-team-events ( #9828 )
2023-06-28 10:47:28 -04:00
Hariom Balhara
15692374c6
fix: Embed Issues: Logo causing scroll, Logo text color, mobile view with layout configuration ( #9826 )
...
* Fixes scroll and logo text color
* Add a month_view scenario
* Fix false alarm in logs when namespace is empty string
* In mobile view, we only support mobile layout
* Check for embed mode
2023-06-28 15:45:39 +02:00
Efraín Rochín
42494c7c2b
fix: [CAL-2005] Issue with loading skeleton on new side menu ( #9829 )
...
* remove mx-auto from the Icon in bottom navigation link
* add loading skeleton for the profile links
2023-06-28 15:12:33 +02:00
Efraín Rochín
04ed36cfcf
fix: Slot reservation in new booker ( #9769 )
...
## What does this PR do?
Bring back the slot reservation sistem to the new booker
## Type of change
<!-- Please delete bullets that are not relevant. -->
- Bug fix (non-breaking change which fixes an issue)
## How should this be tested?
<!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration -->
### Seated event
- [x] Open the new booker in an event with seats
- [x] Select an available slot
- [x] Open the same event and date in other browser, the seat should be already reserved.
- [x] In the first browser come back to the slots views or close the booking form
- [x] In the second browser reload the booking page, the reserved slot should be realeased.
### No seated event
- [x] Open the new booker
- [x] Select an available slot
- [x] Open the same event and date in other browser, the seat should be disabled
## Mandatory Tasks
- [x] Make sure you have self-reviewed the code. A decent size PR without self-review might be rejected.
2023-06-27 16:34:15 -07:00
Leo Giovanetti
467cacb8da
fix: Make sure we get slug to decide things ( #9727 )
...
Co-authored-by: zomars <zomars@me.com>
2023-06-27 20:45:18 +00:00
Leo Giovanetti
b799fdcb7e
chore: Subdomain blacklist when creating org ( #9728 )
...
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk>
Co-authored-by: Omar López <zomars@me.com>
2023-06-27 20:32:19 +00:00
Hariom Balhara
8384c3f9ff
test: Hotfix/Orgs rewrite causing 404 with 3 or more dots domains ( #9803 )
...
* Fix RegExp
* Used ORGANIZATIONS_ENABLED to opt-out of orgs behaviour
* Add comments
* Add a new testcase
* Add response headers for easier debugging and Checkly tests in production
2023-06-27 12:01:30 -07:00
Hariom Balhara
3556dda252
fix: Forever increasing scroll height in embed in month_view on certain screen size. ( #9820 )
2023-06-27 09:56:40 +00:00
zomars
c2e91b8378
feat: custom auth preparations
2023-06-26 20:45:50 -07:00
Keith Williams
4fe69b5864
chore: Removing the calendar-cache because of perf issues ( #9808 )
...
Co-authored-by: Efraín Rochín <roae.85@gmail.com>
2023-06-27 00:32:05 +02:00
sean-brydon
007f3319a0
feat: ratelimit - ratelimit refactor + tests ( #9744 )
...
Co-authored-by: Omar López <zomars@me.com>
2023-06-26 19:44:58 +00:00
Kemil Beltre
9441da9d4e
fix: custom meeting link overflowing ( #9804 )
...
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-06-26 19:35:55 +00:00
Pradumn Kumar
1510740cb2
fix: adds triggerEvent attribute to meeting ended webhook ( #9806 )
2023-06-26 14:35:32 -04:00
Hariom Balhara
4ada428bcb
fix: Embed - Better support for layout config(without flash of default toggle) ( #9714 )
2023-06-26 17:24:19 +02:00
Hariom Balhara
2272da5ee7
test: New Booker Tests for Embed ( #9666 )
2023-06-26 15:27:24 +02:00
Carina Wollendorfer
79b3875af3
fix: add UAE to list of non alphanumeric sender id support ( #9752 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-06-26 15:25:27 +02:00
Gaurav Goswami
40b35bdbe4
bug/changed icon ( #9801 )
2023-06-26 13:00:19 +00:00
Ayush Mainali
f7b20da640
fix: fixed layout shift issue of top banner ( #9791 )
2023-06-26 14:12:57 +02:00
Ritik Kumar
eedf6913b8
feat: allow duplicate availability ( #9615 )
...
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
2023-06-26 07:35:20 -04:00
Carina Wollendorfer
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
Kemil Beltre
9266ba1e48
fix: don't show tool-tip when negative or zero recurring events ( #9612 )
...
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-06-25 15:09:32 +00:00
Ujwal Kumar
ec212e4317
fix-borders-on-weekly-view ( #9770 )
2023-06-25 17:04:25 +02:00
Daniel Roe
80ab6c9c98
fix: add space to make link clickable ( #9763 )
2023-06-23 22:49:20 +02:00
Afzal Sayed
86ba0766fc
Prevent invalid api call ( #9757 )
2023-06-23 22:48:38 +02:00
Leo Giovanetti
f4a87c66b3
Adding team and org registration suggestion ( #9764 )
2023-06-23 22:01:54 +02:00
GitStart-Cal.com
0c06f1f6cb
feat: Add google spam warning on booking confirmation page for gmail users ( CALCOM-9247) ( #9531 )
...
* feat: Add google spam warning on booking confirmation page for gmail users
* Update apps/web/pages/booking/[uid].tsx
Co-authored-by: alannnc <alannnc@gmail.com>
---------
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: alannnc <alannnc@gmail.com>
2023-06-23 17:13:16 +00:00
Hariom Balhara
b731dfd421
fix: Error during booking when default app is a Static Link Video App and Event has Organizer default location selected. ( #9734 )
2023-06-23 19:04:34 +02:00
sean-brydon
0b704b9ed4
test: Remove mockdate and replate with vitest system time ( #9750 )
2023-06-23 16:10:43 +00:00
Soham Datta
a0ece0d77e
fix: added loading skeleton for teams profile view ( #9746 )
...
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk>
2023-06-23 13:14:18 +00:00
Hariom Balhara
6a976f5b42
feat: New Booker: Disable dialog form in mobile in embed ( #9748 )
2023-06-23 18:22:03 +05:30
Jaideep Guntupalli
ff968d3867
fix: Added relevant colors to preset and replaced with tailwind colors ( #9733 )
2023-06-23 09:05:37 +00:00
Jaideep Guntupalli
8f5e6370b0
feat: Added Storybook Controls ( #9676 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
2023-06-23 09:04:26 +00:00
Anit Jha
0eb05aa540
fix: Public Link of pending members is now disabled ( #9730 )
2023-06-23 10:53:00 +02:00
Nafees Nazik
19a7cd1a50
fix: invite modal ( #9713 )
...
* fix: invite modal
* fix: truncate text
2023-06-23 10:48:20 +02:00
Hariom Balhara
49bcd5fec7
Event Analytics not working for new booker ( #9740 )
2023-06-23 08:42:02 +00:00
Udit Takkar
000a6e0d35
fix: location details on new booker ( #9710 )
...
* fix: location details on new booker
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* chore
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-06-23 11:53:00 +05:30
Alex van Andel
52936f60b4
fix: Various errors & 500 error on duplicate url when editing ( #9731 )
2023-06-23 07:03:45 +02:00
Omar López
2d6eebcd8a
chore: Sync packages mismatches ( #9725 )
2023-06-22 15:25:37 -07:00
sean-brydon
7413ba6aa0
Fixes overflow + zindex of cal icon ( #9707 )
2023-06-22 19:46:42 +00:00
Deepak Rudra Paul
e9cbe5d353
fix:copy-invite-link button ( #9721 )
...
Co-authored-by: Deepak Paul <rudra.ad7@gmail.com>
2023-06-22 21:35:09 +02:00
Alex van Andel
d8bc9acbbc
feat: remove member from hosts on removal ( #9722 )
...
* feat: When a member is removed we should remove it from the hosts
* Add migration for fixing old records affected
2023-06-22 21:33:03 +02:00
Hariom Balhara
4f0e843ac6
test: Make embed tests stable. ( #9718 )
...
* Wait for /embed/embed.js to be servable
* Change something in embeds/ to make embed tests run
2023-06-22 17:38:51 +02:00
sean-brydon
02f1c50bb2
Fix settings layout + org headings ( #9712 )
2023-06-22 11:57:00 +01:00