Commit Graph

3297 Commits

Author SHA1 Message Date
kodiakhq[bot] 87f0dcea30
Merge branch 'main' into fix/after-meeting-ends-migration 2022-08-31 18:31:52 +00:00
zomars 397d47b4b5 Clean up auth state after all E2E tests are done 2022-08-31 12:28:29 -06:00
zomars e020bb9758 Uncap local e2e testing 2022-08-31 11:30:05 -06:00
kodiakhq[bot] 41e7e39cec
Merge branch 'main' into fix/after-meeting-ends-migration 2022-08-31 17:08:39 +00:00
zomars dbbf77f21a Revert "Fixes type error (#4065)"
This reverts commit 19ae065f68.
2022-08-31 11:05:30 -06:00
kodiakhq[bot] 7722d7c979
Merge branch 'main' into fix/after-meeting-ends-migration 2022-08-31 15:16:01 +00:00
sean-brydon 19ae065f68
Fixes type error (#4065) 2022-08-31 17:12:44 +02:00
kodiakhq[bot] 12384440c3
Merge branch 'main' into fix/after-meeting-ends-migration 2022-08-31 12:14:22 +00:00
Hariom Balhara bb0ff5503a
Fix locations listing in v2 (#4062)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-08-31 14:11:36 +02:00
kodiakhq[bot] ed4bd0554a
Merge branch 'main' into fix/after-meeting-ends-migration 2022-08-31 11:14:50 +00:00
sean-brydon e17c463890
V2 General Fixes (#4038) 2022-08-31 11:13:27 +00:00
kodiakhq[bot] a71653a172
Merge branch 'main' into fix/after-meeting-ends-migration 2022-08-31 09:50:34 +00:00
Hariom Balhara f5e394bb57
Add back enabledDateButton and disabledDateButton UI custom styling for embed (#4059)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-08-31 09:47:23 +00:00
kodiakhq[bot] f5b05fbc41
Merge branch 'main' into fix/after-meeting-ends-migration 2022-08-31 09:29:31 +00:00
Hariom Balhara 2414cacabb
Fix routing forms logo (#4058) 2022-08-31 09:26:16 +00:00
kodiakhq[bot] c8c5663da9
Merge branch 'main' into fix/after-meeting-ends-migration 2022-08-31 08:33:22 +00:00
Peer Richelsen dd24ef4946
added translation for meeting ended webhook (#4057) 2022-08-31 10:30:05 +02:00
kodiakhq[bot] 5c6ffb92ed
Merge branch 'main' into fix/after-meeting-ends-migration 2022-08-31 07:47:12 +00:00
Carina Wollendorfer a3eeb9e3a3
Fix Zapier setup page (#4054)
* fix zapier setup page

* update app description

Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-08-31 09:43:40 +02:00
kodiakhq[bot] a404ae46e1
Merge branch 'main' into fix/after-meeting-ends-migration 2022-08-31 03:44:14 +00:00
Adam Garbowski b151ccd4c6
prevent from save doubled subscriber url (#3811)
Co-authored-by: Adam Garbowski <adamgarbowski90@gmail.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2022-08-31 03:41:23 +00:00
kodiakhq[bot] f18d504bc2
Merge branch 'main' into fix/after-meeting-ends-migration 2022-08-30 21:27:28 +00:00
zomars 0c8847fb87 Restores linting/type-check locally 2022-08-30 15:24:17 -06:00
kodiakhq[bot] 15271d4385
Merge branch 'main' into fix/after-meeting-ends-migration 2022-08-30 20:01:34 +00:00
Agusti Fernandez Pardo b8b1b9a6d0
fix: rate limit auth (#3820)
* fix: rate limit auth

* fix: replace lru-cache w memory-cache

* remove comments

* fix: yarn.lock

* fix: remove changes yarn lock

* fix: add missing EOL empty liune

* fix: move rate limiter so it kicks the last, limit to 10 tries per minute

* fix: move limiter w rest of code

* test: trying fix onboardong

* fix: undo changes in globalSetup.ts

* test: fix disable login for onboarding

* fix: use username instead of email for token check

* fix: tests

* fix: don't run on test

* fix: add missing comma

* fix: remove uniqueTokenPerInterval

* fix: add errorcode to packages lib auth

* Update packages/lib/rateLimit.ts

fix: improve readability

Co-authored-by: Omar López <zomars@me.com>

* Update packages/lib/rateLimit.ts

fix: no unnecessary any

Co-authored-by: Omar López <zomars@me.com>

* Update packages/lib/rateLimit.ts

fix: improve readability

Co-authored-by: Omar López <zomars@me.com>

* fix: rename interval -> intervalInMs

* fix: check user.email not username which could be empty

* fix: rateLimit update all naming

Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-08-30 13:58:35 -06:00
kodiakhq[bot] 554cc1203e
Merge branch 'main' into fix/after-meeting-ends-migration 2022-08-30 19:49:50 +00:00
Joe Au-Yeung f5c1c76f0a
V2 Settings - Security View (#4018)
* Create change password screen

* Add two factor auth screen

* Add two factor auth screen

* Remove header file

* Updates middleware and rewrites

* Adds Meta component to handle layout headings/metadata (#4021)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>
2022-08-30 13:46:52 -06:00
kodiakhq[bot] f7ba65916e
Merge branch 'main' into fix/after-meeting-ends-migration 2022-08-30 18:47:12 +00:00
Zach Waterfield e66050a414
Improve the README development setup steps around environment variables (#4034)
* Set the NEXTAUTH_URL in the .env example

* Add a .env step to the README development setup steps.

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-08-30 12:44:21 -06:00
kodiakhq[bot] f4d6a2f2a9
Merge branch 'main' into fix/after-meeting-ends-migration 2022-08-30 18:28:44 +00:00
Deepak Prabhakara 1a81459e28
Fix SAML login (#4037)
* after first login the user is read from the db and hence we need to inspect the `emailVerified` attribute as well.

* fixed mapping documentation for SAML, the current mapping is not right and is causing confusion
2022-08-30 12:25:24 -06:00
kodiakhq[bot] 494f744ca6
Merge branch 'main' into fix/after-meeting-ends-migration 2022-08-30 17:11:37 +00:00
Cheng CHENG ad8d0a4e77
fix: lark calendar get app access token bug (#4043)
Co-authored-by: chengcheng.frontend <chengcheng.frontend@bytedance.com>
2022-08-30 13:08:29 -04:00
kodiakhq[bot] afc930b596
Merge branch 'main' into fix/after-meeting-ends-migration 2022-08-30 13:51:05 +00:00
sean-brydon fe12a83898
Fixing padding + heading sizes (#4032)
* Fixing padding + heading sizes

* Fix title position
2022-08-30 15:47:43 +02:00
kodiakhq[bot] 7e776c9749
Merge branch 'main' into fix/after-meeting-ends-migration 2022-08-30 11:52:07 +00:00
sean-brydon 7d611c5527
Border color - brand color - mobile 1 colum times (#4025) 2022-08-30 13:51:08 +02:00
Alex van Andel 0bd8c23be7
Proposal to turn off eslint during 'yarn / next build' (#4027) 2022-08-30 13:50:34 +02:00
kodiakhq[bot] 8ed6e0e863
Merge branch 'main' into fix/after-meeting-ends-migration 2022-08-30 11:47:27 +00:00
Alex van Andel fdc8a839b4
Fix linting error (#4026) 2022-08-30 13:46:03 +02:00
kodiakhq[bot] abe23eb4ac
Merge branch 'main' into fix/after-meeting-ends-migration 2022-08-30 09:40:53 +00:00
Jeroen Reumkens 3da3e6ec38
feat: Adds new v2 design for app detail page. Fixes #3779 (#3997)
* feat: Adds new v2 design for app detail page. Fixes #3779

* fix: Made app images 90% width on mobile to show indication for scrolling. #3779

* Update apps/web/components/v2/apps/App.tsx

Co-authored-by: Leo Giovanetti <hello@leog.me>

Co-authored-by: Jeroen Reumkens <jeroen.reumkens@deptagency.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Leo Giovanetti <hello@leog.me>
Co-authored-by: Peer Richelsen <peer@cal.com>
2022-08-30 11:37:40 +02:00
kodiakhq[bot] 476fe83f9b
Merge branch 'main' into fix/after-meeting-ends-migration 2022-08-30 08:59:26 +00:00
sean-brydon fb3c481235
V2 colors - Public Booking (#4022)
* V2 colors

* Fix border right

* Fixing spacing
2022-08-30 10:56:30 +02:00
kodiakhq[bot] 1987e1352a
Merge branch 'main' into fix/after-meeting-ends-migration 2022-08-30 00:08:46 +00:00
alannnc 3527c5126a
Added Syntax error case and also default error returning (#4015) 2022-08-29 18:05:35 -06:00
kodiakhq[bot] 4424d717b6
Merge branch 'main' into fix/after-meeting-ends-migration 2022-08-29 23:58:36 +00:00
depfu[bot] d75a8910f6
Update all Yarn dependencies (2022-08-17) (#3887)
* Update all Yarn dependencies (2022-08-17)

* Fix package mismatches

* Submodule sync

* Type fixes

Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: zomars <zomars@me.com>
2022-08-29 17:55:27 -06:00
kodiakhq[bot] aecee5efda
Merge branch 'main' into fix/after-meeting-ends-migration 2022-08-29 22:36:56 +00:00
Omar López 037410aea7
One jest to rule them all (#3957)
* WIP

* Consolidates jest deps

* Test fixes

* Moves jest to root

* Test fixes

* Update CalendarService.test.ts

* Cleanup

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-08-29 22:33:53 +00:00