Omar López
831253e057
v2.9.5
2023-05-31 14:01:14 -07:00
Crowdin Bot
d9527902e6
New Crowdin translations by Github Action
2023-05-31 21:00:30 +00:00
Crowdin Bot
8618df09e5
New Crowdin translations by Github Action
2023-05-31 19:02:21 +00:00
Crowdin Bot
b18f77c957
New Crowdin translations by Github Action
2023-05-31 16:47:18 +00:00
Nafees Nazik
90b0d24c1e
fix: remove duplicate i18n key ( #9234 )
2023-05-31 16:33:29 +00:00
Crowdin Bot
34d728cae0
New Crowdin translations by Github Action
2023-05-31 16:31:11 +00:00
Crowdin Bot
1382d3bc56
New Crowdin translations by Github Action
2023-05-31 12:50:34 +00:00
Crowdin Bot
9068b221c8
New Crowdin translations by Github Action
2023-05-31 12:49:38 +00:00
Crowdin Bot
b8be61947a
New Crowdin translations by Github Action
2023-05-31 12:48:45 +00:00
Crowdin Bot
41811db5aa
New Crowdin translations by Github Action
2023-05-31 12:47:54 +00:00
Crowdin Bot
39ba1bcdaf
New Crowdin translations by Github Action
2023-05-31 12:47:06 +00:00
Crowdin Bot
d8943274d1
New Crowdin translations by Github Action
2023-05-31 12:46:07 +00:00
Crowdin Bot
67082198aa
New Crowdin translations by Github Action
2023-05-31 12:45:09 +00:00
Crowdin Bot
db5dbdea40
New Crowdin translations by Github Action
2023-05-31 12:44:17 +00:00
Crowdin Bot
08eba7077d
New Crowdin translations by Github Action
2023-05-31 12:43:26 +00:00
Crowdin Bot
ecf5e7c7b7
New Crowdin translations by Github Action
2023-05-31 12:42:34 +00:00
Crowdin Bot
0d4e625041
New Crowdin translations by Github Action
2023-05-31 08:57:40 +00:00
Crowdin Bot
3f736e8b80
New Crowdin translations by Github Action
2023-05-31 08:56:49 +00:00
Crowdin Bot
e7ab400d29
New Crowdin translations by Github Action
2023-05-31 04:46:32 +00:00
Crowdin Bot
26f0a14ac2
New Crowdin translations by Github Action
2023-05-31 03:16:45 +00:00
Rob Jackson
7a9a2fc76f
feat: Make database optional when building ( #8561 )
...
* Make database optional when building
Solves #3026 and #6780
We have a few app-store related pages that require a database connection at build time.
This change adds try-catch blocks in getStaticPaths or getStaticProps for those pages, and when no database is available we either:
- getStaticPaths: Respond with no paths, but fall back to rendering the pages on-demand
- getStaticProps: Respond with no data, but enable revalidation until a future request does respond with data
This makes Cal.com more compatible with typical Docker-based workflows, that do not expect external services to be available at build time. This includes Docker-based hosting providers, such as Cloudron (#3026 ).
* Change apps/categories/index to be server-rendered
* Update yarn.lock
* Update yarn.lock
* Update [category].tsx
---------
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
2023-05-31 03:04:06 +00:00
Nafees Nazik
951709edef
fix: use ip address in forgot password rate limitation ( #7832 )
...
* feat: use IP address for rate limiting
* fix: use mail as the last choice
* fix: fallback to ip
* fix: endpoint
* fix: endpoint
2023-05-30 19:26:29 +00:00
Crowdin Bot
6cf8083b02
New Crowdin translations by Github Action
2023-05-30 19:01:13 +00:00
Crowdin Bot
3fe32d2a9b
New Crowdin translations by Github Action
2023-05-30 19:00:26 +00:00
Crowdin Bot
dc02443a33
New Crowdin translations by Github Action
2023-05-30 18:59:41 +00:00
Crowdin Bot
f785ab553a
New Crowdin translations by Github Action
2023-05-30 18:58:49 +00:00
Crowdin Bot
92c015ec83
New Crowdin translations by Github Action
2023-05-30 18:58:03 +00:00
Crowdin Bot
60bfdc0adc
New Crowdin translations by Github Action
2023-05-30 18:57:09 +00:00
Crowdin Bot
ae52c83010
New Crowdin translations by Github Action
2023-05-30 18:56:22 +00:00
Crowdin Bot
1c9a549c10
New Crowdin translations by Github Action
2023-05-30 18:55:26 +00:00
Crowdin Bot
4e55b88ec9
New Crowdin translations by Github Action
2023-05-30 18:54:27 +00:00
Crowdin Bot
c87ada5646
New Crowdin translations by Github Action
2023-05-30 18:53:41 +00:00
Crowdin Bot
d2af42431c
New Crowdin translations by Github Action
2023-05-30 18:52:45 +00:00
Crowdin Bot
8a96fc7905
New Crowdin translations by Github Action
2023-05-30 18:51:53 +00:00
Rob Jackson
4541845340
feat: Use team logos for various meta icons ( #8955 )
...
* Use team logos for various meta icons
* Automatically resize team icons for different uses
* Fix api/logo error when unable to find a team
* Avoid loading image-optimizer in api/logo when not needed
---------
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk>
2023-05-30 16:31:49 +00:00
Crowdin Bot
59f9cf8aa3
New Crowdin translations by Github Action
2023-05-30 16:45:20 +00:00
GitStart-Cal.com
a6330c0fc8
chore: Rounding, frames and radio buttons of the booking forms not consistent ( #8705 )
...
* Rounding, frames and radio buttons of the booking forms not consistent
* Updates
---------
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-05-30 15:47:22 +00:00
GitStart-Cal.com
93c4211da4
change request ( #9075 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk>
2023-05-30 15:43:24 +00:00
Shivam Kalra
ea063dd487
feat: Add new events to webhook BOOKING_CONFIRMED, BOOKING_REJECTED ( #8884 )
...
* test: booking rejection
* test: check if webhook is called
* feat: BOOKING_REJECTED enum ,constant in backend
* feat: send booking rejected webhook to subscribers
* feat: add Booking rejected migration
* calendar event
* Revert "calendar event"
This reverts commit 28d45dccfd
.
* feat: BOOKING_REQUESTED enum, constant, migration
* feat: Send BOOKING REQUESTED Webhook call
* feat: Add booking rejected/requested event in form
* feat: data-testid to rejection confirm btn
* test: BOOKING_REJECTED, BOOKING_REQUESTED
* fix: booking status PENDING, Linting
* feat: add new labels to common.json
* remove: meeting ended hook from request hook
* refactor: abstract handleWebhookTrigger
* fix: create a single file for migration
* refactor: reduce code repetition and fix test
* feat: add team webhooks to subscriberOptions
* refactor: subscriberOptions
---------
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-05-30 15:35:05 +00:00
sid0jack
18815a9a70
feat: added toggle for dynamic booking in general settings #9060 ( #9077 )
...
* added toggle for dynamic booking in general settings
* trigger GitHub actions
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk>
2023-05-30 15:34:35 +00:00
Crowdin Bot
dab0176938
New Crowdin translations by Github Action
2023-05-30 15:33:40 +00:00
Jeroen Reumkens
317f59ba63
refactor: Show 404 page for new booker when event is not found. ( #8946 )
...
* CAL-1653: Show 404 page for new booker when event is not found.
* Fixed slack icon color on 404 page
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
2023-05-30 11:49:52 -03:00
Crowdin Bot
3426c17f16
New Crowdin translations by Github Action
2023-05-30 14:34:07 +00:00
Crowdin Bot
5bc6cbe7f5
New Crowdin translations by Github Action
2023-05-30 14:33:05 +00:00
Vinoth Kumar V
1eb873bd35
fix: update button fix ( #9106 )
...
* update button fix
* Update appearance.tsx
* fix linter
---------
Co-authored-by: Vinoth Kumar V <vinoth_kumar_v@Vinoths-MacBook-Pro.local>
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-05-30 16:32:15 +02:00
Peer Richelsen
5bca02bac2
fix: full name of app authors and added correct urls ( #9099 )
...
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-05-30 14:25:56 +00:00
Sai Deepesh
a062b5a355
chore: translation for unauthorized workflow error ( #8573 )
...
* fix: translation for unauthorized workflow error
* change to dynamic string
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-05-30 14:24:17 +00:00
Hariom Balhara
fba2a2e2ca
test: Two Factor Auth ( #9142 )
...
* Fix 2 Factor Auth
* Add 2fa tests
2023-05-30 14:23:49 +00:00
VasuDevrani
6daa69cff9
fix: loader animation in profile update button ( #9162 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-05-30 14:18:49 +00:00
Crowdin Bot
e37e07ab3b
New Crowdin translations by Github Action
2023-05-30 13:53:11 +00:00