Commit Graph

  • 6ec939469b Merge remote-tracking branch 'origin/main' giancarlo 2024-06-06 15:36:36 +07:00
  • c9f0ec5d89 Turbo v2 (#32) Giancarlo Buomprisco 2024-06-06 15:36:16 +07:00
  • d057359ceb Added package.json scripts for env giancarlo 2024-06-05 20:12:09 +07:00
  • aba9076805 Use existing environment variables as defaults for the generator command. giancarlo 2024-06-05 20:02:29 +07:00
  • a3f339aaf6 Fix issues with Lemon Squeezy and i18n issue requiring a parameter we do not pass. giancarlo 2024-06-05 19:15:21 +07:00
  • d3a4fbdeb1 Refactor env file generation and validation giancarlo 2024-06-05 15:45:47 +07:00
  • 83a4f29be4 Add environment variables generators and validators giancarlo 2024-06-05 14:59:10 +07:00
  • 4b4feeec99 Added tests for storage giancarlo 2024-06-05 13:12:35 +07:00
  • 521cba7dd3 fix(web): update schema.sql for supabase, fixes file upload (#31) mk3ext 2024-06-05 06:43:04 +01:00
  • 8808e37558 Refactor sign out and auth change listener hooks giancarlo 2024-06-04 19:38:51 +07:00
  • d203c9782d Remove redundant loaders and update styling giancarlo 2024-06-04 17:46:40 +07:00
  • 5f872f26cd Remove unused tooling/license from pnpm-lock.yaml giancarlo 2024-06-04 17:20:14 +07:00
  • e2112eefee Update UI styling and Spinner component giancarlo 2024-06-04 17:17:12 +07:00
  • ab1e09cbc1 Update packages and refactored code for improved performance giancarlo 2024-06-04 16:03:31 +07:00
  • 2696c08d7d Refactor BillingEventHandlerService and update SQL permissions giancarlo 2024-06-04 13:32:02 +07:00
  • cc4453ae4c Update loading bar and spinner animations giancarlo 2024-06-04 12:33:19 +07:00
  • 3261f2b582 Add more efficient authentication check function to server components. giancarlo 2024-06-04 11:54:04 +07:00
  • 16c0f07e59 Update collection type for content retrieval giancarlo 2024-06-04 02:12:39 +07:00
  • 86e4bdcc7a Update loading indicators with animation and unmount completion option giancarlo 2024-06-04 02:00:23 +07:00
  • bf7e3185de Refactor cache functions to use explicit loaders giancarlo 2024-06-04 01:03:57 +07:00
  • b1c3f12721 Fixed React Query provider. Removed getSession and replaced with getUser to make Supabase happy. Fixed Stepper's responsiveness. giancarlo 2024-06-03 16:13:55 +07:00
  • 88cebc2126 Improved cache invalidation, and minor design fixes giancarlo 2024-06-03 15:10:40 +07:00
  • d0c6981e78 New Tailwind CSS formatter run giancarlo 2024-06-03 00:35:09 +07:00
  • 08de59a43a Update dependencies and improve type safety in webhook handling giancarlo 2024-06-03 00:33:49 +07:00
  • 26b2eed60d Update pricing table to exclude flat line items giancarlo 2024-06-02 12:22:52 +07:00
  • ced1b4f7e3 Add refinement to ensure metered line items have zero cost giancarlo 2024-06-01 17:03:20 +07:00
  • 2c52a06536 Update pricing table and billing configuration giancarlo 2024-06-01 15:59:39 +07:00
  • 88ff32479a Update dependencies and refactor SentryProvider component giancarlo 2024-05-31 19:38:56 +07:00
  • 4be66cb3da Update logic for enabling monitoring instrumentation giancarlo 2024-05-29 13:57:36 +07:00
  • 789b06cc1b Update route handler to include route parameters giancarlo 2024-05-29 13:28:16 +07:00
  • 7f4bfb15e5 Replace createServerClient with createClient in multiple files (#30) Giancarlo Buomprisco 2024-05-29 09:33:43 +07:00
  • cbf116c688 Add user id parameter to multi-factor authentication functions giancarlo 2024-05-28 21:13:36 +07:00
  • ae162f7471 Merge branch 'main' of github.com:makerkit/next-supabase-saas-kit-turbo giancarlo 2024-05-28 15:18:24 +07:00
  • c495335fd5 Sentry + Turbopack fixes (#28) Giancarlo Buomprisco 2024-05-28 15:17:56 +07:00
  • d7d05ddbc7 Updated packages giancarlo 2024-05-28 13:25:15 +07:00
  • 1e047463c8 Upgrade dependencies and enhance UI components giancarlo 2024-05-27 16:12:29 +07:00
  • 127ad5a315 Force no cache in Supabase clients with Next.js (#27) Giancarlo Buomprisco 2024-05-26 14:44:43 +07:00
  • f164b24786 Updated packages giancarlo 2024-05-25 11:31:42 +07:00
  • 428805f791 Update logic for setting active subscription status giancarlo 2024-05-22 00:49:26 +07:00
  • a115e37535 Update error handling and function calls in billing services giancarlo 2024-05-21 20:41:41 +07:00
  • 70f5ff42df Update dependencies in pnpm-lock.yaml giancarlo 2024-05-21 20:18:02 +07:00
  • 9107e31921 Rename 'subscription' path to 'return' in pricing components giancarlo 2024-05-21 13:50:30 +07:00
  • e4d4069aa8 Add check for document in useCsrfToken hook giancarlo 2024-05-20 12:12:07 +07:00
  • 912995730b Update UI layout and update request handler types giancarlo 2024-05-20 12:11:28 +07:00
  • 951356bfa6 Remove query parameters from the URL in auth-callback.service giancarlo 2024-05-20 02:03:16 +07:00
  • 048ab96cbc Add AuthCallbackService to handle auth callbacks in Supabase (#25) Giancarlo Buomprisco 2024-05-19 23:45:12 +07:00
  • 3cf3c263bc Fixed issue with one-time payments; Updated packages giancarlo 2024-05-18 22:56:57 +07:00
  • 5c1e1d5cd0 Update package versions in pnpm-lock.yaml giancarlo 2024-05-17 23:13:13 +07:00
  • e88ae7268a Update UI styles and behavior across various components giancarlo 2024-05-16 15:56:25 +07:00
  • 09c24346a6 Update logging and return statements in billing services giancarlo 2024-05-15 11:28:37 +07:00
  • 6fb315cc85 Merge remote-tracking branch 'origin/main' giancarlo 2024-05-15 11:08:59 +07:00
  • 4e50094808 Fix upsert billing (#24) Giancarlo Buomprisco 2024-05-15 11:08:19 +07:00
  • 71d7675031 Set search path in schema migration file giancarlo 2024-05-14 16:43:27 +07:00
  • fe86b04d95 Update database schema and tests for subscription and order management giancarlo 2024-05-14 15:38:53 +07:00
  • f07610ad8e Remove 'taint' from experimental features in next.config giancarlo 2024-05-13 22:49:11 +07:00
  • 9d30039ba8 Update package versions and optimize URL generation giancarlo 2024-05-13 21:47:51 +07:00
  • a75009c0df Update route check and add PageBody wrapper giancarlo 2024-05-13 19:51:33 +07:00
  • 6ab4558691 Refactor page layout in admin accounts component giancarlo 2024-05-13 19:27:25 +07:00
  • 55e364aebd Update packages to latest versions giancarlo 2024-05-13 18:54:12 +07:00
  • 741d54b994 Handle API error in team account retrieval giancarlo 2024-05-13 14:43:51 +07:00
  • f7be3e84f4 Add localization for teams-related strings in home component giancarlo 2024-05-13 14:17:25 +07:00
  • c5f255d002 Refactor CardButtonTitle and CardButtonHeader components for flexibility giancarlo 2024-05-13 12:38:26 +07:00
  • 43bfa16db2 Improved CardButton component; Fixrd translation giancarlo 2024-05-13 11:23:21 +07:00
  • 84271a31a8 Add card button component and enhance routing giancarlo 2024-05-13 02:09:28 +07:00
  • f4e2b8cf75 Add action path to request headers for server actions giancarlo 2024-05-12 14:52:12 +07:00
  • 7ada6b53c6 Refactor billing service and enhance account APIs giancarlo 2024-05-12 14:05:08 +07:00
  • f22c9817bd Update dependencies versions in pnpm-lock.yaml giancarlo 2024-05-11 23:30:05 +07:00
  • 1f75a84c8f Add scope options for Azure OAuth provider giancarlo 2024-05-10 23:43:49 +07:00
  • 3740ed642a Refactor middleware to decompose user data object giancarlo 2024-05-10 22:52:28 +07:00
  • 9d3f6eee92 Rename "user-workspace.loader" to "load-user-workspace" giancarlo 2024-05-10 20:53:14 +07:00
  • 9acf6d1295 Revert "Rename 'team-account-workspace.loader' to 'load-user-workspace'" giancarlo 2024-05-10 20:52:41 +07:00
  • 543a95c867 Rename 'team-account-workspace.loader' to 'load-user-workspace' giancarlo 2024-05-10 20:46:38 +07:00
  • 39e0a229b6 Refactor account handling to improve performance giancarlo 2024-05-10 20:33:05 +07:00
  • 6b3b3cb58b Update dependencies and improve CSS for notifications popover giancarlo 2024-05-10 14:37:32 +07:00
  • 1c20d4e052 Update UI styles in Button and Page components giancarlo 2024-05-10 13:34:00 +07:00
  • 6746ae3859 Update condition for rendering PlanIntervalSwitcher giancarlo 2024-05-10 10:51:01 +07:00
  • aa01436f0d Add feature flag for team accounts in home-menu-navigation giancarlo 2024-05-10 00:39:48 +07:00
  • 659f1c5416 Fix HMAC verification wrong reference to window giancarlo 2024-05-09 17:31:26 +07:00
  • 7a1dd7768a Updated zod; Fix issue displaying mode toggle in site header when disabled giancarlo 2024-05-09 10:46:00 +07:00
  • b81cc94800 Enforce config for billing; updated packages giancarlo 2024-05-08 21:47:17 +07:00
  • a501bb5444 Update SQL tests and schema definitions for membership and invitation management giancarlo 2024-05-08 17:16:33 +07:00
  • 25abe83dfa Update README and .gitignore giancarlo 2024-05-08 01:25:33 +07:00
  • c330158b3f Remove unused import in content-renderer.tsx giancarlo 2024-05-07 20:15:02 +07:00
  • d06882898a Update content rendering method in Keystatic package giancarlo 2024-05-07 20:07:09 +07:00
  • 951acd38a5 Update default path and string manipulation in keystatic.config.ts giancarlo 2024-05-07 19:51:05 +07:00
  • ce993ad120 Refactor import statements and error handling in CMS renderers giancarlo 2024-05-07 19:19:45 +07:00
  • dd99e47e70 Add production environment guards to Keystatic routes giancarlo 2024-05-07 19:07:35 +07:00
  • fc3929c7dd Update generator function names and revise transform method giancarlo 2024-05-07 18:58:45 +07:00
  • 374c506c38 Remove @keystatic/next and @kit/keystatic dependencies giancarlo 2024-05-07 18:54:10 +07:00
  • 3e288a0c57 Updated pnpm-lock file with '@keystatic/next' version giancarlo 2024-05-07 18:53:13 +07:00
  • bd79563dcd Refactor and add generators for keystatic and package giancarlo 2024-05-07 18:52:30 +07:00
  • 7c447c8848 Refactored e2e tests to use Promise.all for parallel execution giancarlo 2024-05-07 17:29:54 +07:00
  • 171a404379 Integrate Markdoc library with Keystatic CMS. giancarlo 2024-05-07 15:33:25 +07:00
  • 05255cbebe Update react-query and lucide-react dependencies and improve lockfile version giancarlo 2024-05-07 14:22:47 +07:00
  • 9a2fa3be13 Remove unnecessary dependencies from pnpm-lock.yaml giancarlo 2024-05-06 23:47:56 +07:00
  • d9250510f4 Remove unused dependencies from multiple packages giancarlo 2024-05-06 13:50:43 +07:00
  • b8f00f0a2d Refactor E2E tests, update utils, and modify plan-picker validation giancarlo 2024-05-05 18:15:11 +07:00
  • ca4932e351 Update package versions for improved stability giancarlo 2024-05-05 14:39:31 +07:00
  • d7d3693f41 Refactor function components across multiple files giancarlo 2024-05-05 13:31:40 +07:00
  • de15abb801 Update Supabase and Sentry dependencies giancarlo 2024-05-04 11:48:19 +07:00