Commit Graph

  • db4bc0dc73 chore(config): remove problem folder cfngc4594 2025-03-15 22:35:15 +0800
  • 672b627ed1 chore(app): remove playground folder cfngc4594 2025-03-15 22:34:23 +0800
  • 13217399d0 docs(readme): update Docker deployment instructions and add environment configuration details cfngc4594 2025-03-15 22:00:48 +0800
  • a399f0c2d5 docs(env): add PostgreSQL credentials, update DATABASE_URL format, and improve placeholders and comments cfngc4594 2025-03-15 21:37:56 +0800
  • 34266de048 feat(compose): add judge4c and postgres services, update lsp-c and lsp-cpp configurations, and change network to judge4c cfngc4594 2025-03-15 21:31:31 +0800
  • ef6de27957 chore(docker): delete compose.local.yml file cfngc4594 2025-03-15 21:20:08 +0800
  • a2007316e0 chore(docker): update Dockerfile to optimize build steps and remove redundant copying of .env file cfngc4594 2025-03-15 20:15:49 +0800
  • 86c58f87d3 chore(scripts): update postinstall script and remove prisma migrate deploy cfngc4594 2025-03-15 20:14:57 +0800
  • 3e4c58d953 refactor(AuthLayout): replace <a> with <Link> for better navigation cfngc4594 2025-03-15 00:11:51 +0800
  • 60ef253c1f feat(docker): add .env file copy step to Dockerfile cfngc4594 2025-03-14 23:51:36 +0800
  • 740bc1e00b feat(problemset): optimize database query by selecting specific fields cfngc4594 2025-03-14 18:59:44 +0800
  • cd50e73fc9 refactor(auth): extract saltRounds constant cfngc4594 2025-03-14 17:15:38 +0800
  • 116519a70b feat(auth): refactor sign up and sign in forms with react-hook-form and zod validation cfngc4594 2025-03-14 17:08:11 +0800
  • 468e72e9a8 feat(auth): add sign up and sign in functions with credentials cfngc4594 2025-03-14 17:06:19 +0800
  • abae72118a feat(components/ui): add Form component from shadcn/ui cfngc4594 2025-03-14 15:55:37 +0800
  • 0215644e6c refactor(auth): extract credentials sign-in and sign-up forms into separate components cfngc4594 2025-03-14 15:54:32 +0800
  • 5f49d6841e feat(layout): add Sonner Toaster for toast notifications cfngc4594 2025-03-14 15:36:29 +0800
  • 18d9b28e1e feat(components/ui): add Sonner component from shadcn/ui cfngc4594 2025-03-14 15:33:07 +0800
  • b94daca2cf chore(env): merge .env.local.example into .env.example cfngc4594 2025-03-14 15:29:58 +0800
  • 907d108714 feat(auth): implement custom credentials provider with session management cfngc4594 2025-03-14 14:39:26 +0800
  • bfaaf25732 feat(auth): add layout for authentication pages with redirect logic cfngc4594 2025-03-14 14:38:51 +0800
  • cb5c97a57f chore(public): add placeholder SVG image cfngc4594 2025-03-14 14:38:11 +0800
  • 2d872da445 feat(auth): add sign-in and sign-up pages cfngc4594 2025-03-14 14:37:32 +0800
  • 095af823e4 feat(auth): add sign-in and sign-up forms with GitHub sign-in option cfngc4594 2025-03-14 14:36:35 +0800
  • eadd276c29 feat(auth): add GitHubSignIn component cfngc4594 2025-03-14 14:35:07 +0800
  • 47c219bc4a refactor(avatar-button): replace sign-in handler with redirect to /sign-in cfngc4594 2025-03-14 14:34:05 +0800
  • e6e5ea98ea feat(auth): add validation schema using Zod cfngc4594 2025-03-14 14:22:58 +0800
  • 3cff6624c8 chore(deps): add uuid package cfngc4594 2025-03-14 14:18:09 +0800
  • 17dd98c78c refactor(utils): remove type annotation from getPath function cfngc4594 2025-03-14 11:04:12 +0800
  • f9ed3b4e39 chore(deps): add @types/bcrypt package cfngc4594 2025-03-14 11:03:06 +0800
  • e2dce21261 feat(components/ui): add Label component from shadcn/ui cfngc4594 2025-03-14 10:11:22 +0800
  • 015f46f873 chore(deps): add bcrypt and zod packages cfngc4594 2025-03-14 00:19:20 +0800
  • dbc1e8b814 chore(prisma): run migration for credentials-based auth changes cfngc4594 2025-03-14 00:18:56 +0800
  • eac20c8882 feat(prisma): allow nullable email/name and add password field in User model cfngc4594 2025-03-14 00:17:29 +0800
  • 60aef705d5 refactor(editor): replace loading skeleton with custom Loading component cfngc4594 2025-03-13 11:44:14 +0800
  • 2f037f8a78 feat(layout): add Suspense with fallback loading for problemset layout cfngc4594 2025-03-13 11:24:24 +0800
  • b78547a992 feat(run-code): add tooltip to button for better UX cfngc4594 2025-03-13 10:48:01 +0800
  • 574a98e58e chore(auth): move auth.ts to src/lib directory cfngc4594 2025-03-12 22:46:01 +0800
  • c6cba8f504 feat(playground-header): replace SettingsButton with AvatarButton cfngc4594 2025-03-12 21:17:50 +0800
  • e6b4be4758 feat(problemset-layout): add AvatarButton to problemset layout cfngc4594 2025-03-12 21:17:14 +0800
  • 171ee8abdc refactor(settings-button): update to use dropdown menu item instead of button cfngc4594 2025-03-12 21:15:44 +0800
  • d0235b0989 feat(avatar-button): add AvatarButton component with login/logout functionality cfngc4594 2025-03-12 21:14:18 +0800
  • 2679f52066 feat(RootLayout): add SettingsDialog component cfngc4594 2025-03-12 17:38:33 +0800
  • 118b96a7a8 fix(auth): change prisma import to default export cfngc4594 2025-03-12 15:55:42 +0800
  • 012e0f7d05 fix(problem): remove unnecessary parseInt conversion for problem id cfngc4594 2025-03-12 15:32:14 +0800
  • 24d94f3802 feat(prisma): add global Prisma client instance cfngc4594 2025-03-12 15:25:31 +0800
  • bc7b7e3b8a feat(components/ui): add Avatar component from shadcn/ui cfngc4594 2025-03-12 15:19:41 +0800
  • 89d9dbd01e feat(auth): add GitHub provider for authentication cfngc4594 2025-03-12 15:18:31 +0800
  • 6a0937390c chore(prisma): generate migration for authentication schema changes cfngc4594 2025-03-12 15:11:05 +0800
  • a3900d7c9c feat(prisma): refactor schema to support authentication and relational data cfngc4594 2025-03-12 15:09:01 +0800
  • 256a8614e3 feat(auth): integrate PrismaAdapter with NextAuth for database integration cfngc4594 2025-03-12 15:07:20 +0800
  • d3d280e618 refactor(prisma): replace global with globalThis for cross-platform compatibility cfngc4594 2025-03-12 15:06:08 +0800
  • 22b2824dc0 chore(deps): add @auth/prisma-adapter and update @prisma/client, prisma versions cfngc4594 2025-03-12 15:04:29 +0800
  • 18ab071ca6 feat(auth): create route.ts for NextAuth API handler cfngc4594 2025-03-12 15:02:02 +0800
  • 134cd38964 feat(auth): create auth.ts for authentication setup cfngc4594 2025-03-12 15:01:26 +0800
  • 78d04a34f2 chore(example): add AUTH_SECRET to .env.local.example cfngc4594 2025-03-12 15:00:03 +0800
  • 75c884e8cc chore(deps): add next-auth@beta package cfngc4594 2025-03-12 14:59:11 +0800
  • eab62706e0 feat(problemset): add dynamic rendering for ProblemsetPage cfngc4594 2025-03-12 13:57:57 +0800
  • c58ed38c03 feat(problemset): add sorting by id in problemset page cfngc4594 2025-03-12 12:52:50 +0800
  • 6d61e6e783 refactor(header): remove state management and add back button cfngc4594 2025-03-12 12:24:53 +0800
  • 97405a8657 feat(components): add back button component with tooltip cfngc4594 2025-03-12 12:22:41 +0800
  • 247e54c40c refactor(settings-dialog): integrate settings dialog state with store cfngc4594 2025-03-12 11:49:29 +0800
  • 83356993e9 refactor(settings-button): integrate settings dialog state with store cfngc4594 2025-03-12 11:48:41 +0800
  • efa16c8b77 refactor(store): rename useSettingNavStore to useSettingsStore and update state structure cfngc4594 2025-03-12 11:47:31 +0800
  • a7a50231d2 refactor(problems): use Suspense for lazy loading and adjust layout structure cfngc4594 2025-03-12 08:59:38 +0800
  • ca2d663533 feat(playground): add min size constraints for resizable panels cfngc4594 2025-03-12 08:23:24 +0800
  • 2bc704a818 feat(loading): add Loading component cfngc4594 2025-03-11 22:40:21 +0800
  • a5b5584e1c feat(prisma): add initial migration cfngc4594 2025-03-11 15:53:43 +0800
  • 30ca87ac7c chore(gitignore): remove prisma/migrations from ignored files cfngc4594 2025-03-11 15:52:25 +0800
  • 90e9829b79 chore(package): add prisma migrate deploy to postinstall script cfngc4594 2025-03-11 15:29:35 +0800
  • 6a01fed089 refactor(prisma): move prisma initialization to default export cfngc4594 2025-03-11 14:58:36 +0800
  • 24a1b60a8a feat(workflow): split Docker build and push into separate workflows for Monaco and LSP images cfngc4594 2025-03-11 14:41:48 +0800
  • 862fbf1379 fix(prisma): ensure single Prisma Client instance in development cfngc4594 2025-03-11 12:46:57 +0800
  • 4b0d238d37 fix(RunCode): update component with custom classes for background and hover states cfngc4594 2025-03-10 23:10:56 +0800
  • 02b75be71d feat(prisma): add solution field to problems during seed data creation cfngc4594 2025-03-10 22:40:37 +0800
  • 84ac0a88dc feat(solution): add layout and page components for problem solution, including footer cfngc4594 2025-03-10 20:54:31 +0800
  • 4727c55bcc refactor(layout, page, description): update problem page layout and structure, including description fetching and TabsContent styling cfngc4594 2025-03-10 20:51:21 +0800
  • c0f72a21dd feat(prisma): add solution field to Problem model cfngc4594 2025-03-10 20:44:32 +0800
  • aaa4c1def5 fix(mdx-components): restore list decoration for ordered and unordered lists cfngc4594 2025-03-10 20:34:10 +0800
  • 13fd49fd18 style(mdx): update code highlighting styles for dark mode cfngc4594 2025-03-10 14:09:11 +0800
  • 9ebd961efe docs(readme): clarify LSP configuration limitations and upcoming improvements cfngc4594 2025-03-10 11:44:10 +0800
  • 8c847018f0 fix(theme): update code block styles to use useTheme hook value cfngc4594 2025-03-09 20:30:02 +0800
  • 0868f45a10 chore(playground): comment out the import and usage of ProblemDescriptionFooter cfngc4594 2025-03-09 18:59:55 +0800
  • 28c10ad590 fix(style): removing shadow cfngc4594 2025-03-09 18:58:48 +0800
  • 849c8bc609 feat(page): deprecate /playground and redirect to /problemset cfngc4594 2025-03-09 18:21:27 +0800
  • 0dbed9c284 feat(terminal): add TerminalTestcasePage with release info card cfngc4594 2025-03-09 18:17:18 +0800
  • f3303fff3d feat(layout): add TerminalTestcaseLayout component for rendering testcase content cfngc4594 2025-03-09 18:16:28 +0800
  • f4078cb985 feat(layout): add terminal layout with Tabs and ScrollArea for testcase display cfngc4594 2025-03-09 18:15:48 +0800
  • 37fdbc1cdc chore(deps): update bun.lock after installing dependencies cfngc4594 2025-03-09 17:46:59 +0800
  • 8381dbaaf6 feat(prisma): add seed data cfngc4594 2025-03-09 17:45:13 +0800
  • a7506bed64 refactor(reset-button): remove unnecessary disabled state for button cfngc4594 2025-03-09 15:18:08 +0800
  • b9ac439178 fix(header): improve layout and adjust z-index for settings button cfngc4594 2025-03-09 15:14:47 +0800
  • dd2f4a733b feat(scroll-area): add horizontal scrollbar to problem description page cfngc4594 2025-03-09 15:04:54 +0800
  • 163dc4b57c feat(problem-description): add dynamic title to footer and fetch problem title cfngc4594 2025-03-09 14:49:59 +0800
  • ef753dd6c8 style(problems, workspace): adjust ScrollArea height and flex layout cfngc4594 2025-03-09 14:46:43 +0800
  • 3a75c3d415 style(layout): update panel border-radius to rounded-xl cfngc4594 2025-03-09 14:31:26 +0800
  • e224fae210 feat(layout): adjust resizable panel layout with equal distribution for workspace and terminal cfngc4594 2025-03-09 13:26:05 +0800
  • e082aed9a1 feat(editor): add undo stack support for reset button cfngc4594 2025-03-09 12:13:29 +0800
  • 28a4b0631d refactor(code-editor): update editor change handler and remove unused event parameter cfngc4594 2025-03-09 11:50:23 +0800
  • a691992404 fix(code-editor): improve template handling and default value logic cfngc4594 2025-03-09 11:22:40 +0800