Skip to content

Merge develop into main#27

Merged
pallyoung merged 70 commits into
mainfrom
develop
May 10, 2026
Merged

Merge develop into main#27
pallyoung merged 70 commits into
mainfrom
develop

Conversation

@pallyoung

Copy link
Copy Markdown
Contributor

Summary

  • merge current develop into main
  • includes auth routing and websocket auth-context fixes
  • includes config drift feature removal and recent docs updates

Test Plan

  • pnpm --filter @coder-studio/web exec vitest run src/ws/__tests__/client.test.ts
  • pnpm --filter @coder-studio/web exec vitest run src/app/providers.lifecycle.test.tsx src/features/auth/index.test.tsx
  • pnpm exec biome check packages/web/src/ws/client.ts packages/web/src/ws/__tests__/client.test.ts

pallyoung added 30 commits May 7, 2026 10:10
- Change kicker to 'DEPLOY ONCE, CODE EVERYWHERE'
- Update description to highlight cross-device workflow
- Update Chinese translations accordingly
- Add badges for npm version, license, and Node.js requirement
- Add centered header with key product attributes
- Add emoji icons for visual appeal and quick scanning
- Reorganize content into clear sections with headers
- Add keyword section at the bottom for search indexing
- Add roadmap section for future planning visibility
- Add who-should-use section for target audience clarity
- Use tables for better information structure
- Improve meta description in opening paragraph
- Rename useWorkspaceBootstrap to useBootstrap for unified bootstrap logic
- Move hook from workspace actions to hooks directory
- Fix auth guard to redirect any unauthenticated path to /login (not just /workspace)
- Previously only /workspace was protected, now all paths except /login redirect properly

This fixes the bug where setting a password but accessing via LAN would not redirect to login page.
# Conflicts:
#	packages/web/src/features/config-drift-banner/index.test.tsx
#	packages/web/src/features/config-drift-banner/index.tsx
#	packages/web/src/features/workspace/components/workspace-fullscreen-button.test.tsx
#	packages/web/src/features/workspace/views/desktop/workspace-desktop-view.tsx
#	packages/web/src/features/workspace/views/mobile/mobile-files-sheet.tsx
#	packages/web/src/features/workspace/views/shared/file-tree-panel.test.tsx
#	packages/web/src/features/workspace/views/shared/git-panel.test.tsx
#	packages/web/src/features/workspace/views/shared/git-panel.tsx
#	packages/web/src/features/workspace/views/shared/git-status-bar.tsx
#	packages/web/src/features/workspace/views/shared/worktree-modal.tsx
#	packages/web/src/styles/components.css
Fix path escape checks so '/' workspaces can open files and image previews normally.
pallyoung added 27 commits May 9, 2026 15:07
@pallyoung
pallyoung merged commit 12da4a9 into main May 10, 2026
2 checks passed
pallyoung added a commit that referenced this pull request Jun 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant