-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(): add IS_MULTIWORKSPACE_ENABLE flag #8656
base: main
Are you sure you want to change the base?
Commits on Nov 19, 2024
-
feat(auth, config): implement multi-workspace support
Replaced the 'IS_SIGN_UP_DISABLED' flag with 'IS_MULTIWORKSPACE_ENABLED' to control workspace creation. This change allows for conditional workspace setup based on the new environment variable. Also updated related service, resolver, and entity files.
Configuration menu - View commit details
-
Copy full SHA for e061720 - Browse repository at this point
Copy the full SHA e061720View commit details -
feat(content): Enable multi-workspace support setting
Updated the IS_MULTIWORKSPACE_ENABLED setting description to indicate support for multiple workspaces. This update clarifies that a web server capable of managing subdomain wildcards is required.
Configuration menu - View commit details
-
Copy full SHA for 08f7f23 - Browse repository at this point
Copy the full SHA 08f7f23View commit details -
chore(env): replace IS_SIGN_UP_DISABLED with IS_MULTIWORKSPACE_ENABLED
Updated the .env.example file to replace the IS_SIGN_UP_DISABLED variable with IS_MULTIWORKSPACE_ENABLED. Removed the IS_SIGN_UP_DISABLED property from environment-variables.ts as it is no longer needed.
Configuration menu - View commit details
-
Copy full SHA for 36e9021 - Browse repository at this point
Copy the full SHA 36e9021View commit details -
chore(client-config): replace isSignUpDisabled with isMultiworkspaceE…
…nabled Removed isSignUpDisabledState and associated references, and replaced them with isMultiworkspaceEnabledState. Updated GraphQL queries and related components to reflect this change, and ensured multi-workspace functionality is enabled where applicable.
Configuration menu - View commit details
-
Copy full SHA for a260113 - Browse repository at this point
Copy the full SHA a260113View commit details -
fix(ui/navigation): Correct variable casing in header component
Corrected the casing of the `isMultiWorkspaceEnabled` variable in the NavigationDrawerHeader component. This ensures consistent naming conventions and avoids potential bugs related to variable misnaming.
Configuration menu - View commit details
-
Copy full SHA for 3037ff5 - Browse repository at this point
Copy the full SHA 3037ff5View commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 629bf06 - Browse repository at this point
Copy the full SHA 629bf06View commit details -
fix(client-config): correct isMultiWorkspaceEnabled typo
Corrected the typo from isMultiworkspaceEnabled to isMultiWorkspaceEnabled. This change affects multiple files to ensure consistency across the codebase, including GraphQL queries, state management, and server configurations.
Configuration menu - View commit details
-
Copy full SHA for 270694e - Browse repository at this point
Copy the full SHA 270694eView commit details