-
Notifications
You must be signed in to change notification settings - Fork 243
[comp] Production Deploy #1475
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
[comp] Production Deploy #1475
Conversation
…g improvements (#1456) - Updated the `trustedOrigins` configuration in `auth.ts` to improve readability and maintainability. - Set a `membershipLimit` of 100 billion in the organization plugin for Better Auth in both `auth.ts` files. These changes streamline the authentication setup and enhance the handling of organization memberships. Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
* create /v1/devices endpoint
* create /v1/devices/member/{id} endpoint
* minor update
---------
Co-authored-by: chasprowebdev <chasgarciaprowebdev@gmail.com>
Co-authored-by: chasprowebdev <chasgarciaprowebdev@gmail.com>
|
|
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
Co-authored-by: chasprowebdev <chasgarciaprowebdev@gmail.com>
Signed-off-by: Mariano Fuentes <marfuen98@gmail.com> Co-authored-by: chasprowebdev <chasgarciaprowebdev@gmail.com> Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
Signed-off-by: Mariano Fuentes <marfuen98@gmail.com> Co-authored-by: chasprowebdev <chasgarciaprowebdev@gmail.com> Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
* create Policies endpoints * refactoring for policies.controller --------- Signed-off-by: Mariano Fuentes <marfuen98@gmail.com> Co-authored-by: chasprowebdev <chasgarciaprowebdev@gmail.com> Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
* feat: Add PDF view for policies * refactor: Improve PDF view switching and preserve content * chore: change path of db:getSchema to read from local package instead of node_modules * chore: update db:getschema script to use combine-schemas.js for schema generation * chore: update Dockerfile and package.json scripts to pre-combine schemas and add build:docker command for optimized builds --------- Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
- Added content disposition and content type to the PDF URL generation for inline viewing. - Refactored PdfViewer component to support file uploads via a dropzone interface, improving user experience. - Updated file handling logic to manage multiple file uploads and provide feedback on upload status. This update streamlines the process of uploading and viewing policy PDFs, ensuring better usability and functionality. Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
Signed-off-by: Mariano Fuentes <marfuen98@gmail.com>
This is an automated pull request to release the candidate branch into production, which will trigger a deployment.
It was created by the [Production PR] action.