Benny Joo and GitHub
d4b0516235
chore: App router migration - (/more, /maintenance, /connect-and-join, /upgrade) finish migration ( #16497 )
...
* more: extract client component into /modules folder
* maintenance: extract client component into /modules folder
* upgrade: extract client component into /modules folder
* improve WithLayout wrapper
* connect-and-join: extract client component into /modules folder
* add env vars
2024-09-06 17:22:05 +00:00
d2f7a427d0
chore: App-router-migration(/apps) fix metadata, extract components into /module and finish migration ( #16354 )
...
* fix metadata for apps page
* migrate apps route to modules
* migrate apps/[slug]
* migrate apps/[slug]/setup
* migrate apps/categories/**/*
* add apps/installed page to app router
* migrate apps/[slug]/[...pages]
* migrate apps/installed/**/*
* Add apps/installation/[[...step]] to App router
* fix imports
* add missing use client directive
* finish migration
* fix metadata
* fix metadata for apps/categories
* fix type for installation/[[...step]]
* fix type for apps/[slug]/[...pages]
* remove unnecessary code
* refactor
* fix apps/installation
* move getServerSideProps to lib
* fix import of apps/installation
* fix import for app slug page
* refactor
* fix installation page in app router
* remove res in getServerSideProps
* replace setHeader with NextResponse header setHeader
* refactor installed pages
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2024-09-06 15:40:19 +00:00
fced9a6355
feat: Add step in team creation form for selecting event type and create a team event ( #15286 )
...
* feat: Create team event on a new team creation
* fix
* fixed failed tests
* move team event type form
* fix type error
* requested chnages
* update
* some update and refactor
* fix e2e test
* Update useCreateEventType.ts
* update
* fix type error
* fix e2e
* update
---------
Co-authored-by: Somay Chauhan <somaychauhan98@gmail.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-09-05 12:33:18 -04:00
Benny Joo and GitHub
963d22648b
chore: App-router-migration(/availability) add pages / extract components into /module ( #16404 )
...
* migrate availability/[schedule]
* add use client directive
* migrate main availability page
* migrate availability/troubleshoot page
* add env var
* extract AvailabilitySettingsWebWrapper into /modules
* fix build
* add missing default
* add missing export
* fix troubleshoot
* use params, not searchParams in generateMetadata
* fix schedule page in app router
2024-09-05 12:37:18 +00:00
Benny Joo and GitHub
26be88fc56
chore: App-router-migration /auth/error, /auth/platform, /auth/oauth2 ( #16445 )
...
* preparePageMetadata: improve logic for title
* add missing pages: oauth2 / platform
* auth/error: add to app router and extract to /modules
2024-09-04 13:15:19 +00:00
Benny Joo and GitHub
86cf8feb55
chore: App-router-migration /auth/new and /auth/saml-idp ( #16447 )
...
* auth/new: add to app router
* auth/saml-idp: add to app router
* fix
2024-09-04 13:05:38 +00:00
Benny Joo and GitHub
d059b1399b
chore: App router migration - /auth/forgot-password/*, /auth/login, /auth/logout ( #16467 )
...
* migrate auth/forgot-password/*, auth/login, auth/logout
* revert
* fix forgot password
* fix folder structure
* fix logout
* fix middleware
* remove TODO log
* refactor logout
2024-09-03 18:53:16 +09:00
Benny Joo and GitHub
12a9c74eb6
chore: App router migration - Add method to BookingRepository & Extract /videos/**/* into /modules and /lib ( #16466 )
...
* meeting-ended: refactor and extract client code into /modules
* meeting-not-started: refactor and extract client code into /modules
* meeting-not-found: fix getData
* BookingRepository: add a new method
* video: refactor and extract client code into /modules
* refactor
* refactor getServerSideProps
* use findBookingByUid for more getServerSideProps functions
* rename findBookingByUid -> findBookingByUidWithOptionalSelect
* add safety
2024-09-03 18:53:02 +09:00
Benny Joo and GitHub
55d75a9786
chore: App router migration (/workflows) fix metadata and remove duplicate file for getStaticProps ( #16452 )
...
* Fix metadata
* add use client directive to workflow component
2024-09-02 23:00:48 +05:30
ae55e5e264
chore: App Router Migration - Ensure isBookingPage is correctly flagged before being passed to PageWrapper ( #16362 )
...
* Ensure adding isBookingPage is done in components in /modules, not in /pages
* Detect isBookingPage prop coming from Page and add it to page wrapper app dir
* fix build
* fix
---------
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
2024-08-29 17:03:02 -04:00
Joe Au-Yeung and GitHub
6b244fc5b5
fix: Move future/workflow/[workflow] getStaticProps into separate file ( #16124 )
2024-08-28 08:53:32 -04:00
Benny Joo and GitHub
47e8907184
chore: App Router Migration - Fix metadata util used in App Router and remove duplicate code ( #16346 )
2024-08-27 13:28:09 -04:00
Benny Joo and GitHub
5bcefb0b3e
settings/teams/[id]/sso is not needed ( #16288 )
2024-08-21 16:47:34 +00:00
Omar López and GitHub
101fea2c1c
fix: cross domain SVG sprites ( #16244 )
2024-08-16 16:33:10 +00:00
sean-brydon and GitHub
3666c260ee
fix: remove layout as its already in /future/settings/teams/layout.tsx ( #16172 )
2024-08-12 16:08:15 +00:00
45db5c0d5e
refactor: event types infinite scroll ( #15949 )
...
* chore
* chore
* feat: paginated event types
* fix: event types page
* fix: k bar
* fix: event type order
* fix: type error
* chore: remove commented code
* chore: type err
* chore: type err and feedback
* feat: add old component
* chore: missing import
* fix: add isInfiniteScrollEnabled prop
* chore: type err
* chore: type error
* feat: auto fetch next page when button is in view
* Update packages/lib/server/repository/eventType.ts
* Update packages/lib/server/repository/eventType.ts
* chore: feedback
* fix: managed event types
* fix: Review fixes for event-types-infinite-scroll (#16047 )
* Review fixes
* chore: missing import
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Udit Takkar <udit222001@gmail.com >
* chore: type error
* chore
* fix: delete event type
* fix: create event dialog
* fix: create and duplicate dialog
* chore: simplify return type
* fix: type
* chore: invalidate query
* chore: remove query
* fix duplicated event not showing.
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
2024-08-05 16:01:03 +04:00
37caa57798
fix: Add CORP and COEP headers to embedded pages ( #15275 )
...
* Add CORP headers
* Improve test
* Add unit tests as well
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-07-29 11:54:31 +02:00
2ad3592eb3
chore: Introduce a new class WebAppURL that extends URL ( #14982 )
...
* chore: Introduce a new class WebAppURL that extends URL
* update
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2024-07-18 07:27:34 +00:00
Somay Chauhan and GitHub
6d2ec71df3
add missing getServerSideProps to /event-types ( #15731 )
2024-07-13 09:51:00 +00:00
Keith Williams and GitHub
fa40f1ead5
fix: 404s becoming 500s ( #15696 )
2024-07-09 12:35:34 +02:00
Omar López and GitHub
8c2f6ae145
Revert "fix: 404 collisions ( #15249 )" ( #15339 )
...
This reverts commit 5d01eb2f38 .
Signed-off-by: zomars <zomars@me.com >
2024-06-05 20:33:19 +00:00
5d01eb2f38
fix: 404 collisions ( #15249 )
...
* fix: 404 collisions
* Added E2E test
* Removed await
* Attempting to fix E2E
* fingers crossed
Signed-off-by: zomars <zomars@me.com >
* fix: e2e tests
* fix: missing navigation to 404 page
* fix: don't interrupt post login navigation
* fix: Expect owner as possible host for RR events
---------
Signed-off-by: zomars <zomars@me.com >
Co-authored-by: Omar López <zomars@me.com >
2024-05-31 22:28:43 +00:00
Peer Richelsen and GitHub
2d0cac0dad
fix: windows app styling ( #14805 )
2024-05-06 17:41:45 +00:00
5695ba7c13
feat: Tasker ( #14180 )
...
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
2024-04-18 11:56:25 -07:00
Hariom Balhara and GitHub
aa2808d621
fix: Broken SSR for event booking pages ( #14497 )
...
* fix: Broken SSR for event type pages
* Add test
* Consider requestedSlug as well for instances that require payment
* Add a todo test
2024-04-11 10:57:15 +01:00
b3f4cfab32
feat: new org onboarding wizard ( #13139 )
...
* added layouts for moving teams step
* added admin section for org creation step
* extended org creation to also move existing teams
* wip
* wip
* wip
* further changes
* Add checkout for org in onboarding
* Fix ts errors
* Self review feedback
* Self review addressed
* Fix unit tests
* Fix ts error
* Seans feedback addressed
* feat: fix correct accounts pending
* fix: unit tests for new invite member permissions
* tests: org admin onboarding tests for existing user
* tests: Inital user self serve flow
* chore: update teamAndUserFixture to create X amount of teams
* chore: add testId to card actionButton
* test: add test-Id to continue or checkout button
* tests: add tests for migrating existing teams
* feat: match new designs
* fix: isAdminCheck
* chore: fix pricing copy
* fix: flacky tests
* Fix tests?
* More test fixes
* Check all checkboxes
* Fix type error
* Fix failing test and typescript issues
* Fix unpaid org allowing auto-add users
* Add self-serve flag
* Skip tests
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: Hariom <hariombalhara@gmail.com >
Co-authored-by: sean-brydon <sean@cal.com >
Co-authored-by: Joe Au-Yeung <j.auyeung419@gmail.com >
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
Co-authored-by: Omar López <zomars@me.com >
2024-04-03 18:53:02 +05:30
alannnc and GitHub
0df68cce3b
add favicon.ico to app/ ( #14076 )
2024-03-21 03:56:57 +00:00
502a3241e4
chore: run migrations conditionally ( #13925 )
...
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-03-13 19:52:27 +00:00
cc1c3b210a
chore: added new .env for script tags ( #13765 )
...
* added new .env for script tags
* Update turbo.json
* removed meticulous
* added body script .env
* nit
* fixed injection
* Update apps/web/app/layout.tsx
Co-authored-by: Alex van Andel <me@alexvanandel.com >
* Ensure NEXT_PUBLIC_BODY_SCRIPTS is casted to bool
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2024-03-06 12:00:19 +00:00
83fe4d6625
fix: font bold font semibold ( #13939 )
...
* Fixed issue#13879 changed font-bold to font-semibold with font-cal
* Revert yarn.lock changes
---------
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
2024-03-01 06:53:16 -03:00
d4f41e803a
fix: Collective Events: Duration parameter in link not working ( #13523 )
...
* set the selectedDuration in store to duration passed in query
* Pass durationConfig prop to Booker component in /team/[slig]/[type] pages
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2024-02-13 12:23:27 +05:30
97dcb2a2a9
fix: add missing title ( #13307 )
...
* add missing title
* add
* update
* update
* update
* fix lint
* Update AppsLayout.tsx
* update
* Update bookings-listing-view.tsx
* update
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-02-07 17:49:46 -03:00
Benny Joo and GitHub
d91e74ec13
chore: module based file structure for /video group ( #13453 )
...
* chore: module based file structure for /video group
* fix
* fix
2024-01-29 18:59:24 +00:00
Morgan and GitHub
f33ea91ab0
chore: move getFixedT to web ( #13446 )
2024-01-29 08:44:15 +00:00
c839e40a3e
chore: [app-router-migration 26] Migrate "/[user]" page ( #13057 )
...
Co-authored-by: zomars <zomars@me.com >
2024-01-27 10:57:43 +00:00
d804b3947d
chore: [app-router-migration 36] Migrate /org/* page group ( #13202 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
Co-authored-by: Pradumn Kumar <pradumn@tealfeed.com >
Co-authored-by: zomars <zomars@me.com >
2024-01-26 13:06:02 -07:00
DmytroHryshyn and GitHub
753cb5803d
chore: module based file structure: event types ( #13404 )
2024-01-25 18:37:26 -07:00
Omar López and GitHub
210bc9fc8c
chore: Proposal for new module based file structure ( #13396 )
2024-01-25 17:31:08 -07:00
DmytroHryshyn and GitHub
ebe6a60366
fix insights page ( #13390 )
2024-01-24 14:22:09 -07:00
+1
30ba168fc3
chore: bump @trpc/* and @tanstack/react-query ( #13335 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Omar López <zomars@me.com >
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: zomars <zomars@me.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Benny Joo <sldisek783@gmail.com >
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
Co-authored-by: Gergő Móricz <mo.geryy@gmail.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-01-23 16:42:29 -07:00
12eec186b2
chore: [app-router-migration 31] migrate the "/auth/setup" page ( #13196 )
...
* wip
* chore: setup page migration
* fix: conventions
* fix: convention
* use client
* fix: rebase on 13.5
---------
Co-authored-by: Dmytro Hryshyn <dev.dmytroh@gmail.com >
2024-01-23 18:05:47 -03:00
Benny Joo and GitHub
827d8995a1
chore: [app-router-migration 38]: Refactor migrated pages and fix generateMetadata functions ( #13314 )
...
* refactor to keep consistencies in files
* manual: more refactors
* revert unnecessary changes
* fix type errors
* fix build error
* fix
2024-01-22 17:32:15 -03:00
3c8c6d0574
feat: Add Owner during organization creation ( #13069 )
...
* feat: Add Owner during organization creation
* chore: remove dead code
* fix: change route from onboard-admin to onboard-members
* fix: change button name to add_members from add_team_member
* fix: change MembershipRole badge colour
* fix: previous membership role bug
* update: "On-board administrators" tests
* fix: wrong import
* Reverted extra changes
* fix: current user cannot remove itself
* Reverted extra changes
* Reverted extra changes 2
* send isOrg to removeMember handler
* fix: removed prisma.user.delete cleanup as not needed
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-01-22 10:24:09 -05:00
DmytroHryshyn and GitHub
ff1aefe539
chore: [app-router-migration 39] refactor ssr/ssg functions ( #13336 )
2024-01-19 15:58:37 -07:00
c11e76bac9
chore: [app-router-migration 30] migrate the "login" page ( #13195 )
...
Co-authored-by: Dmytro Hryshyn <dev.dmytroh@gmail.com >
Co-authored-by: Benny Joo <sldisek783@gmail.com >
Co-authored-by: zomars <zomars@me.com >
2024-01-19 15:14:14 -07:00
bf958c82da
chore: [app-router-migration 32] migrate the "/auth/forgot-password/*" pages ( #13197 )
...
Co-authored-by: Dmytro Hryshyn <dev.dmytroh@gmail.com >
Co-authored-by: Benny Joo <sldisek783@gmail.com >
Co-authored-by: zomars <zomars@me.com >
2024-01-19 21:08:05 +00:00
Sasha and GitHub
728a386bf0
chore: [app-router-migration 35] migrate the "sso" pages ( #13200 )
...
## What does this PR do?
- This PR migrates the `/auth/sso/*` page group to the app directory (which runs under the App Router).
- The migrated page exists under `/future/auth/sso/*` and is accessible at all times.
## Requirement/Documentation
- If there is a requirement document, please, share it here.
- If there is ab UI/UX design document, please, share it here.
## Type of change
- [x] Chore (refactoring code, technical debt, workflow improvements)
- [x] New feature (non-breaking change which adds functionality)
## How should this be tested?
There should be no changes between the old sso and new sso routes in terms of content and no downgrading in terms of performance.
The pages were not tested due to being unable to reproduce the flow locally.
## Mandatory Tasks
- [x] Make sure you have self-reviewed the code. A decent size PR without self-review might be rejected.
2024-01-19 14:00:36 -07:00
Sasha and GitHub
41efb5ea04
chore: [app-router-migration 34] migrate the "/auth/logout" and "/auth/signin" pages ( #13199 )
...
## What does this PR do?
- This PR migrates the `/auth/logout` and `/auth/signin` pages to the app directory (which runs under the App Router).
- Using `/future/auth/logout` is available at all times and is supposed to log the user out as `/auth/logout` page does.
- However `signin` page (or fragment) was used before should behave the same using the `/future/auth/signin` route.
## Requirement/Documentation
- If there is a requirement document, please, share it here.
- If there is ab UI/UX design document, please, share it here.
## Type of change
- [x] Chore (refactoring code, technical debt, workflow improvements)
- [x] New feature (non-breaking change which adds functionality)
## How should this be tested?
- Using `/future/auth/logout` is available at all times and is supposed to log the user out as `/auth/logout` page does.
- However `signin` page (or fragment) was used before should behave the same using the `/future/auth/signin` route. It was not tested locally.
## Mandatory Tasks
- [x] Make sure you have self-reviewed the code. A decent size PR without self-review might be rejected.
2024-01-19 13:40:53 -07:00
Sasha and GitHub
b268540d35
chore: [app-router-migration 33] migrate the "verify email" pages ( #13198 )
...
## What does this PR do?
- This PR migrates the `/auth/verify` and `/auth/verify-email` pages to the app directory (which runs under the App Router).
- The migrated pages exist under `/future/auth/verify` and `/future/auth/verify-email` and are accessible at all times.
## Requirement/Documentation
- If there is a requirement document, please, share it here.
- If there is ab UI/UX design document, please, share it here.
## Type of change
- [x] Chore (refactoring code, technical debt, workflow improvements)
- [x] New feature (non-breaking change which adds functionality)
## How should this be tested?
There should be no changes between the old verify and new verify routes in terms of content and no downgrading in terms of performance.
The pages were not tested due to being unable to reproduce the flow locally.
## Mandatory Tasks
- [x] Make sure you have self-reviewed the code. A decent size PR without self-review might be rejected.
2024-01-19 12:02:50 -07:00
bdd1d3a99d
chore: [app-router-migration 16]: migrate routing forms page ( #13015 )
...
Co-authored-by: Benny Joo <sldisek783@gmail.com >
2024-01-19 11:57:08 -07:00