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
Yagiz Nizipli
ad958f10bd
perf: improve booking confirm authorization ( #8304 )
...
* perf: improve booking confirm authorization
* removes unreachable code
---------
Co-authored-by: Efraín Rochín <roae.85@gmail.com>
2023-04-17 23:50:34 +00:00
Lucas Smith
e5eb7c3906
perf: use getSlimServerSession for session retrieval ( #8308 )
...
* perf: use getSlimServerSession for session retrieval
Creates a new `getSlimServerSession` method and replaces all calls to `getServerSession`.
The new method is much faster than `getServerSession` with it not requiring the NextAuth options object which includes a number of additional packages.
Additionally introduces a primitive in-memory cache for slim sessions.
* fix: account for seconds in token.exp
* Reverts diffs
* Replaces getServerSession with slimmer version
* Update disable.ts
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
Co-authored-by: zomars <zomars@me.com>
2023-04-17 23:48:00 +00:00
zomars
667d42d5da
Update yarn.lock
2023-04-17 15:46:43 -07:00
zomars
a23a9ad15a
Reverts PR checks limit
2023-04-17 15:26:17 -07:00
Crowdin Bot
4482ffc66b
New Crowdin translations by Github Action
2023-04-17 22:23:34 +00:00
Udit Takkar
493efabd2e
perf: remove sentry ( #8334 )
2023-04-17 22:22:44 +00:00
Crowdin Bot
a0355e276d
New Crowdin translations by Github Action
2023-04-17 19:55:05 +00:00
Yagiz Nizipli
b5c993e153
perf: replace `notIn` with `equals` on booking ( #8303 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
2023-04-17 16:54:14 -03:00
Crowdin Bot
da3ee3f1fe
New Crowdin translations by Github Action
2023-04-17 16:20:34 +00:00
Udit Takkar
d9fc595444
fix: undo showRecordingsButton ( #8262 )
...
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-04-17 16:19:24 +00:00
copoer
06d13e0f6e
feat: Added option to select the exchange server version ( #7908 )
...
* Added option to select the exchange server version
* Fixed linting issues
* Removed yarn changes
* Update packages/app-store/exchangecalendar/lib/CalendarService.ts
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
* Removed requested change
---------
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-04-17 10:21:14 -04:00
Udit Takkar
7dc3266133
fix: use text-emphasis ( #8332 )
...
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-04-17 14:54:39 +01:00
Hariom Balhara
2c96444058
Fix/Keep themes in peace across embed and booking pages and App ( #8108 )
2023-04-17 17:46:54 +05:30
Nafees Nazik
39c48e7f79
fix: some ui regressions ( #8260 )
...
* fix: icon size
* fix: icon size
* fix: border
2023-04-17 12:09:30 +00:00
Hariom Balhara
b6e1989f17
Invalidate the form query on toggle to update toggle state in UI ( #8325 )
2023-04-17 17:34:25 +05:30
Nafees Nazik
45b5b2a376
fix: giphy input dark color
2023-04-17 17:27:30 +05:30
Joe
05726ec94c
fix: varients to layer ( #8171 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-04-16 22:22:10 +00:00
Peer Richelsen
6340ff43d8
removed page_view tracker ( #8267 )
...
* removed page_view tracker
* Removed unused useTelemetry
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-04-16 21:58:47 +00:00
Peer Richelsen
e64b26c7e1
fixed dark mode booker ( #8315 )
2023-04-16 21:47:07 +00:00
Joe
c829a7de82
fix: remove line-clamp from plugins ( #8309 )
2023-04-16 23:05:44 +02:00
Joe
0205bfb066
fix: MobileSettingsContainer height ( #8295 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-04-16 20:18:56 +00:00
Ben Hybert
5fd7d63388
correction of position on 'Adding events to' button ( #8290 )
...
* correction to position
* Update apps/web/components/settings/CalendarSwitch.tsx
---------
Co-authored-by: Peer Richelsen <peer@cal.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-04-16 20:06:02 +00:00
Abdurrahman Rajab
e1ea2cb532
chore: UI username RTL ( #8300 )
...
Co-authored-by: Peer Richelsen <peer@cal.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-04-16 19:35:17 +00:00
Joe
88d151aa35
fix: scroll-bar class for editor compnent ( #8310 )
2023-04-16 21:17:07 +02:00
Crowdin Bot
4e7c93a322
New Crowdin translations by Github Action
2023-04-16 18:50:25 +00:00
Peer Richelsen
281c7628c1
fixed bg
2023-04-16 20:49:12 +02:00
Crowdin Bot
1b24bc14cd
New Crowdin translations by Github Action
2023-04-15 13:23:37 +00:00
Hariom Balhara
be3d2fca05
Use name to generate unique for attribute for label ( #8265 )
2023-04-15 13:22:51 +00:00
Crowdin Bot
327e11e7c7
New Crowdin translations by Github Action
2023-04-15 11:51:04 +00:00
Peer Richelsen
bd999345f4
Update package.json
2023-04-15 13:50:06 +02:00
Keith Williams
081776b4f9
Fixing syntax error in stale issue cron action ( #8269 )
2023-04-15 13:49:16 +02:00
Peer Richelsen
8c328ce5d7
fixed yarn dx ( #8293 )
2023-04-15 11:48:44 +00:00
Crowdin Bot
0fa2a6aea3
New Crowdin translations by Github Action
2023-04-15 09:21:02 +00:00
Peer Richelsen
440251f9c3
Update package.json
2023-04-15 11:20:06 +02:00
Omar López
7f6847f7c7
In-app users admin ( #8035 )
...
* WIP
* WIP
* Update trpc-router.ts
* Fixes
* Update trpc-router.ts
* Update zod-utils.ts
* Apply suggestions from code review
Co-authored-by: Leo Giovanetti <hello@leog.me>
* Feedback and dark mode fixes
* Feedback
* Fixes
* Update UserForm.tsx
---------
Co-authored-by: Leo Giovanetti <hello@leog.me>
2023-04-14 17:04:48 -07:00
zomars
9f1fa83a97
Update pr.yml
2023-04-14 17:04:35 -07:00
Joe Au-Yeung
f00b112792
Change Stripe `<CardElement />` to `<PaymentElement />` ( #8268 )
...
* Use Stripe PaymentElement
* Only show needs confirmation, if the booking needs it
* Clean up
* Type fix
* More type fixes
2023-04-14 21:56:16 +00:00
Yagiz Nizipli
5339a489f5
perf: reduce array iteration on bookings router ( #8276 )
2023-04-14 21:29:43 +00:00
Yagiz Nizipli
f7df204e0b
perf: parallelize database calls to improve speed ( #8275 )
2023-04-14 21:27:10 +00:00
Alex van Andel
4975aba5e0
Move some dependencies into async ( #8270 )
...
* Move some dependencies into async
* Also remove jackson & jose from global scope
2023-04-14 14:25:15 -07:00
Omar López
29d61ad67b
Update CODEOWNERS
2023-04-14 14:18:06 -07:00
Udit Takkar
6e555e64fa
fix: spacing in booking item mobile ( #8279 )
2023-04-14 22:35:17 +02:00
Peer Richelsen
c748bbc7e6
Update package.json
2023-04-14 22:34:32 +02:00
Leo Giovanetti
0681359bf3
Removing unneeded endpoint ( #8280 )
2023-04-14 20:27:37 +00:00
Yagiz Nizipli
4c9d4d7972
refactor: remove unnecessary or operation ( #8274 )
2023-04-14 11:03:24 -07:00
Crowdin Bot
67f8de42b3
New Crowdin translations by Github Action
2023-04-14 11:00:31 +00:00
Peer Richelsen
87584132b5
Update package.json
2023-04-14 12:59:31 +02:00
Crowdin Bot
5b943742e0
New Crowdin translations by Github Action
2023-04-14 08:05:36 +00:00
Hariom Balhara
fe155b0b97
Fix: Sylaps app shown uninstalled after installation ( #8256 )
2023-04-14 10:04:41 +02:00