Conversation
- Updated DATABASE_SSLMODE default to "verify-full" in settings.py to ensure secure connections. - Added validation to check DATABASE_SSLMODE in production settings. - Modified test cases to reflect the new default SSL mode. feat: add revoke organization invitation API - Introduced new API types for revoking organization invitations in types.gen.ts. - Added corresponding Zod validation schemas in zod.gen.ts. - Implemented revoke invitation functionality in useOrganizationMembers hook. refactor: consolidate organization hooks - Moved organization-related hooks from use-organization.tsx and use-user.tsx to a new use-organization.ts file. - Updated hooks to manage organization applications and members more effectively. chore: remove unused XML constants and context - Deleted constants.ts and context.ts files as they were no longer in use. - Cleaned up related imports and references throughout the codebase. fix: ensure safe URL resolution in XML - Added URL resolution functions to handle app-relative URLs and prevent cross-origin requests. - Implemented safety checks for anchor URLs to block unsafe protocols.
fix(web): accept pasted docker pull commands
… Kubernetes validation
…rganization storage usage fix: update dependencies to latest versions in package.json and bun.lock refactor: simplify Avatar component and improve props handling style: clean up text color usage in various components for consistency
… on schema provisioning failure fix: simplify layout components by removing unnecessary width properties refactor: streamline documentation page headings for improved readability
…ance CSS theme variables, and create registry model for ORM
…eprecated sections
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
feat: add revoke organization invitation API
refactor: consolidate organization hooks
chore: remove unused XML constants and context
fix: ensure safe URL resolution in XML
Summary