Alex van Andel
d3f1f8b906
Shaves off an easy 1.4kb win from the global package ( #8382 )
2023-04-19 16:23:49 -03:00
Crowdin Bot
33a69d3ef6
New Crowdin translations by Github Action
2023-04-19 18:25:28 +00:00
Alex van Andel
d91b451d7b
Also unpack React / don't directly import React ( #8384 )
2023-04-19 20:24:34 +02:00
Nafees Nazik
9e17149e5e
fix: limit avatar upload size ( #8135 )
2023-04-19 18:19:31 +02:00
Peer Richelsen
de61b032b7
RFC: added brandcolor for switch ( #8213 )
2023-04-19 14:39:23 +00:00
Udit Takkar
bdbf9bd04d
perf: reduce bundle size ( #8337 )
...
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
2023-04-19 19:45:08 +05:30
Henrique Pacheco
ccd589ef38
fix: addon wrapper to password input field ( #8320 )
...
* fix: addon wrapper to password input field
* fix: tooltip
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-04-19 14:12:55 +00:00
Crowdin Bot
b4c3753566
New Crowdin translations by Github Action
2023-04-19 14:03:48 +00:00
Kiran K
2fdadb98ac
fix the issue "ReferenceError: window is not defined" ( #8193 )
...
Co-authored-by: Nafees Nazik <84864519+G3root@users.noreply.github.com>
Co-authored-by: nafees nazik <nafeesnazik21@gmail.com>
2023-04-19 19:32:55 +05:30
Crowdin Bot
a33847a878
New Crowdin translations by Github Action
2023-04-19 13:03:16 +00:00
Nafees Nazik
88cf535c8e
fix: address input ( #8352 )
2023-04-19 13:02:26 +00:00
Carina Wollendorfer
ea0b59d7c0
Fixes editor not saving new value ( #8379 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-04-19 17:10:18 +05:30
Hariom Balhara
39b93cdb5b
Fix Editor not triggering setText ( #8368 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-04-19 12:25:05 +02:00
Nafees Nazik
e27fc05d5f
fix: frontend issues and dark mode regressions ( #8373 )
2023-04-19 12:14:59 +02:00
Carina Wollendorfer
20c010fef1
Revert "Date override fixes ( #8330 )" ( #8369 )
...
This reverts commit 3ef328421f
.
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-04-19 08:43:08 +00:00
Peer Richelsen
1a7911e9e2
Update package.json
2023-04-19 08:57:31 +02:00
Crowdin Bot
cb09b5bc5f
New Crowdin translations by Github Action
2023-04-19 06:47:15 +00:00
Efraín Rochín
a99031bdd2
fix: [CAL-1490] Google Cal/Outlook not actively syncing/self hosted ( #8305 )
2023-04-19 08:46:17 +02:00
Efraín Rochín
ada8a98362
chore: add database indexes ( #8361 )
...
Co-authored-by: Mythie <me@lucasjamessmith.me>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-04-18 16:50:42 -07:00
Yagiz Nizipli
e176e81bae
perf: improve bookings performance ( #8362 )
2023-04-18 16:48:53 -07:00
zomars
b64dd66c2c
Fixes bundle comments
...
https://github.com/hashicorp/nextjs-bundle-analysis/issues/52#issuecomment-1513913373
2023-04-18 16:40:06 -07:00
Crowdin Bot
7fd162601b
New Crowdin translations by Github Action
2023-04-18 23:29:50 +00:00
Abhisht Singh
c1f346c935
Cal 1099 availability section defined hour mismatch ( #7416 )
...
* CAL-1099 Add prop for availability in formMethods
* fix: show correct availabilty name
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* CAL - 1099 / fix 12 hr time format bug
* fix: remove useEffect and fix vertical tab item ui
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* Fixes merge conflicts
* Update index.tsx
* More conflict fixes
* Update packages/ui/components/navigation/tabs/VerticalTabs.tsx
* Type fixes
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: zomars <zomars@me.com>
2023-04-18 23:29:02 +00:00
Keith Williams
36d47bd2d8
v2.8.3
2023-04-18 18:22:24 -03:00
Efraín Rochín
26cdb6521f
perf: Adds PageWrapper to pages ( #8344 )
...
* Adds PageWrapper to pages
* Add missing PageWrapper
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-04-18 15:45:32 -03:00
Leo Giovanetti
014f1986de
Adding missing mutation ( #8357 )
...
* Adding missing mutation
* Returning to prop for disabled
2023-04-18 16:48:19 +00:00
Carina Wollendorfer
3ef328421f
Date override fixes ( #8330 )
...
* fix date override for fixed round robin + time zone in date override
* check if slot is within working hours of fixed hosts
* add test for date override in different time zone
* fix date overrides for not fixed hosts (round robin)
* code clean up
* fix added test
* use the correct timezone of user for date overrides
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-04-18 17:21:27 +02:00
Ben Hybert
c4fe69d826
Add Plausible (Custom) App ( #8189 )
...
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-04-18 19:24:51 +05:30
Hariom Balhara
6fd64b2209
Fix: cssVars API not working correctly on Booker Timeslot selection page ( #8296 )
...
* Use a method out of react scope to set CSS vars as that doesnt need react
* Refactor
2023-04-18 12:53:46 +00:00
Crowdin Bot
585e36793a
New Crowdin translations by Github Action
2023-04-18 12:53:33 +00:00
Crowdin Bot
09b9370e13
New Crowdin translations by Github Action
2023-04-18 12:52:43 +00:00
Udit Takkar
a76a4996b4
fix: address input ( #8349 )
...
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-04-18 18:21:46 +05:30
Hariom Balhara
b28d60b6dc
API Support: Manage Booking Questions and responses ( #8115 )
2023-04-18 18:05:06 +05:30
Nafees Nazik
a716eda14c
fix: use the correct timezone of the user in booking detail page ( #7915 )
...
* fix: send timezone in query
* fiz: timezone
* fix: remove tz from createPayment
* fix: send timezone in query
* fiz: timezone
* fix: remove tz
* fix: remove tz
* fix: remove timezone query
* fix: timezone
2023-04-18 14:29:26 +02:00
Crowdin Bot
99f1524183
New Crowdin translations by Github Action
2023-04-18 12:10:14 +00:00
Peer Richelsen
7ce6454915
Update package.json
2023-04-18 14:09:25 +02:00
Crowdin Bot
93cb21f55a
New Crowdin translations by Github Action
2023-04-18 10:09:05 +00:00
Carina Wollendorfer
0aca769d06
Allow editing workflow templates ( #8028 )
...
* add event end time as variable
* add timezone as new variable
* add first version of template prefill
* set template body when template is updated
* set reminder template body and subject when creating workflow
* set email subject when changes templates
* save emailBody and emailsubject for all templates + fix duplicate template text
* add more flexibility for templates
* remove console.log
* fix {ORAGANIZER} and {ATTENDEE} variable
* make sure to always send reminder body and not default template
* fix import
* remove email body text and match variables in templates
* handle translations of formatted variables
* fix email reminder template
* add cancel and reschedule link as variable
* add cancel and reschedule link for scheduled emails/sms
* make sure empty empty body and subject are set for reminder template
* add info message for testing workflow
* fix typo
* add sms template
* add migration to remove reminderBody and emailSubject
* add branding
* code clean up
* add hide branding everywhere
* fix sms reminder template
* set sms reminder template if sms body is empty
* fix custom inputs variables everywhere
* fix variable translations + other small fixes
* fix some type errors
* fix more type errors
* fix everything missing around cron job scheduling
* make sure to always use custom template for sms messages
* fix type error
* code clean up
* rename link to url
* Add debug logs
* Update handleNewBooking.ts
* Add debug logs
* removed unneded responses
* fix booking questions + UI improvements
* remove html email body when changing to sms action
* code clean up + comments
* code clean up
* code clean up
* remove comment
* more clear info message for timezone variable
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: alannnc <alannnc@gmail.com>
2023-04-18 11:08:09 +01:00
Nafees Nazik
c0bda6257e
Fix: dark mode issues ( #8348 )
...
* fix: dark mode
* fix: dark mode
2023-04-18 09:12:12 +00:00
Yagiz Nizipli
ae22246f05
perf: improve application toggle flow ( #8302 )
...
* perf: improve application toggle flow
* Reverses logic for enabled apps
---------
Co-authored-by: zomars <zomars@me.com>
2023-04-18 01:17:16 -07:00
Crowdin Bot
e2931d9fa2
New Crowdin translations by Github Action
2023-04-18 07:54:34 +00:00
Crowdin Bot
e6a8a31b53
New Crowdin translations by Github Action
2023-04-18 07:53:41 +00:00
Crowdin Bot
ee86c751f7
New Crowdin translations by Github Action
2023-04-18 07:52:53 +00:00
Crowdin Bot
073b212c05
New Crowdin translations by Github Action
2023-04-18 07:52:00 +00:00
Nafees Nazik
cd8e2124c4
fix: check box ( #8328 )
...
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk>
2023-04-18 08:51:03 +01:00
Joe
9dd36bd20e
fix: signup form submiting after api error ( #8298 )
...
Co-authored-by: Omar López <zomars@me.com>
2023-04-18 01:58:54 +00:00
Crowdin Bot
b1404356ff
New Crowdin translations by Github Action
2023-04-18 01:55:59 +00:00
Nafees Nazik
f467bb7957
perf: use LRU cache for getServerSession ( #8339 )
...
* chore: add lru package
* feat: use LRU cache
* fix: type
* Updates package json
---------
Co-authored-by: zomars <zomars@me.com>
2023-04-18 01:55:01 +00:00
Yagiz Nizipli
597b14cf4c
perf: improve application list execution ( #8301 )
...
* perf: improve application list execution
* Removed unused interface
* Type fix
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
Co-authored-by: zomars <zomars@me.com>
2023-04-18 00:54:15 +00:00
Efraín Rochín
2bdd6df755
avoid calendar cache on cold starts ( #8311 )
...
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
2023-04-17 23:56:08 +00:00