Skip to content

feat: enforce secure database connections in production - #827

Open
Sau1707 wants to merge 10 commits into
mainfrom
dev
Open

feat: enforce secure database connections in production#827
Sau1707 wants to merge 10 commits into
mainfrom
dev

Conversation

@Sau1707

@Sau1707 Sau1707 commented Aug 30, 2026

Copy link
Copy Markdown
Member
  • 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.

Summary

Sau1707 and others added 10 commits August 30, 2026 16:36
- 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
…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
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