You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updated CRUD operations to handle new configuration structure
[Feature] Added migration for UUID provider IDs [apps/backend/prisma/migrations/20240926014352_uuid_provider_id/migration.sql]
Created new migration to update existing records with random UUIDs
[Refactor] Updated project and user interfaces [packages/stack-shared/src/interface/crud/projects.ts, packages/stack/src/lib/stack-app.ts]
Modified project configuration schemas and types
Updated user and project interfaces to reflect new structure
[Refactor] Updated auth components to use new configuration structure [packages/stack/src/components-page/auth-page.tsx, packages/stack/src/components/oauth-button-group.tsx]
Modified AuthPage and OAuthButtonGroup to use new auth method configs
Updated logic for displaying auth options based on new configuration
[Chore] Reverted version numbers and changelogs [multiple files]
Reverted version numbers in package.json files
Removed entries for version 2.6.0 from CHANGELOG.md files
Created migration to update existing records with random UUIDs
Updated seed script to use UUIDs for OAuth provider configurations
[Refactor] Update project and user interfaces [packages/stack/src/lib/stack-app.ts]
Removed deprecated fields like credentialEnabled and magicLinkEnabled
Added new fields for OAuth provider configs, auth method configs, and connected account configs
Updated user interface to remove deprecated oauthProviders field
[Refactor] Update auth components to use new config structure [packages/stack/src/components-page/auth-page.tsx, packages/stack/src/components/oauth-button-group.tsx]
Modified AuthPage and OAuthButtonGroup to use new enabledAuthMethodConfigs
Updated logic for displaying credential, magic link, and OAuth options
Added new schemas for OAuth provider configs, auth method configs, and connected account configs
Removed deprecated fields from project configuration schemas
[Chore] Update tests for new project configuration [apps/e2e/tests/backend/endpoints/api/v1/internal/projects.test.ts, apps/e2e/tests/backend/endpoints/api/v1/projects.test.ts]
Updated test cases to use new project configuration structure
Added tests for creating projects with new auth method configs and OAuth provider configs
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.