- Updated localization files for multiple languages to include new strings related to reverse share features, improving user experience.
- Introduced new components for managing reverse share details, including editable fields and sections for received files.
- Enhanced existing modals with improved layouts and functionality for better user interaction during reverse share operations.
- Improved error handling and user feedback throughout the reverse share process.
- Updated localization files to include new strings for reverse share modals, improving user experience in multiple languages.
- Introduced new components for managing reverse share details, including editable fields and received files sections.
- Enhanced existing modals with improved layouts and functionality for better user interaction.
- Refactored hooks to streamline reverse share data handling and improve code organization.
- Added new utility functions for formatting file sizes and dates, enhancing the display of reverse share information.
- Improved error handling and user feedback during reverse share operations.
- Updated localization files to include new strings for the reverse share upload process, enhancing user experience in multiple languages.
- Implemented a new layout for reverse share uploads, integrating file upload sections and status messages for better feedback.
- Added error handling for various upload scenarios, including password protection, link expiration, and file validation.
- Refactored components to utilize hooks for managing upload state and responses, improving code organization and maintainability.
- Introduced a new password modal for handling protected links, enhancing security during file uploads.
- Enhanced the user interface with dynamic status messages and visual feedback during the upload process.
- Added a comprehensive guide for resetting user passwords directly within the Docker container, enhancing security and usability.
- Implemented reverse share features, including new routes, controllers, and services for managing reverse shares.
- Introduced DTOs and repository patterns for reverse share operations, improving code organization and maintainability.
- Updated API endpoints to support reverse share functionalities, including file uploads and password management.
- Enhanced the dashboard with new components for managing reverse shares, improving user experience and accessibility.
- Updated localization files to include new strings related to reverse shares and password management.
- Upgraded Node.js version in Dockerfile from 18-alpine to 20-alpine for improved performance and security.
- Added API_BASE_URL environment variable to support local API calls.
- Introduced a new reset-password.sh script for interactive password resets within the Docker container.
- Created reset-password.ts script to handle password reset logic, including user validation and password hashing.
- Enhanced Dockerfile to copy the new scripts and ensure proper permissions for execution.
- Introduced OIDC authentication support with new OIDCService, controller, and routes for handling OIDC login and callback processes.
- Updated user management functionalities to integrate OIDC, allowing users to authenticate via external providers.
- Enhanced localization files to include new strings related to OIDC authentication across multiple languages.
- Refactored existing components and hooks to support the new authentication flow, improving user experience during login and registration processes.
- Added new UI components for handling OIDC login and callback, ensuring a seamless integration with the existing application structure.
- Updated localization files for multiple languages to include new strings related to file sharing and management.
- Enhanced the FileSelector component to support additional features such as file descriptions, search functionality, and improved user feedback.
- Refactored action button titles and placeholder texts to utilize localized strings for better user experience.
- Improved the display of file counts and selection statuses in the file selector interface.
- Introduced ShareSecurityModal and ShareExpirationModal components to manage share security and expiration settings.
- Updated SharesModals and SharesTable components to integrate new modals for managing security and expiration.
- Enhanced ShareManager to handle updates for security and expiration settings.
- Improved localization files to include new strings related to share security and expiration across multiple languages.
- Refactored existing components to support the new functionality, improving user experience in managing shared items.
- Implemented a new method to safely encode filenames for the Content-Disposition header in both FilesystemController and S3StorageProvider, improving file download handling.
- Updated the upload and presigned URL generation processes to utilize the new encoding method, ensuring proper filename formatting and security.
- Enhanced validation logic in FilesystemStorageProvider for download tokens to improve robustness.
- Added bulk delete confirmation modal to enhance user experience when deleting multiple shares.
- Integrated bulk delete actions in the shares table, allowing users to select and delete multiple shares at once.
- Updated ShareManager to handle bulk delete operations and manage selected shares state.
- Enhanced localization files to include new strings related to bulk delete actions across multiple languages.
- Added a new slider component for audio playback control, improving user interaction with audio files.
- Implemented a custom audio player to support audio file previews within the file preview modal.
- Introduced a files view manager to toggle between table and grid views for better file organization.
- Updated localization files to include new strings related to audio playback and file management across multiple languages.
- Enhanced the recent files component to utilize the new dashboard files view for improved user experience.
- Added support for file descriptions in sharing modals, allowing users to provide additional context when sharing files.
- Implemented bulk sharing functionality, enabling users to share multiple files at once with a single action.
- Enhanced file management capabilities with new modals for bulk downloads and deletions, improving user experience.
- Updated localization files to include new strings related to file sharing and management across multiple languages.
- Improved the file manager to handle bulk actions and state management more effectively.
- Updated localization files for multiple languages to improve user experience with file previews and uploads.
- Enhanced the FilePreviewModal component to support video, audio, and PDF previews with blob loading for better performance.
- Implemented a confirmation modal for canceling ongoing uploads, providing users with clearer options during the upload process.
- Improved file upload handling with better state management and user feedback during uploads.
- Added ShareFileModal component to facilitate file sharing with customizable options.
- Integrated sharing functionality into RecentFiles and FileList components, allowing users to share files directly.
- Updated file manager to handle file sharing state and actions.
- Enhanced localization files to include new share-related strings across multiple languages.
- Added functionality to update file names and descriptions directly in the FileList and FilesTable components.
- Enhanced SharesTable to allow renaming of shares with inline editing capabilities.
- Updated ShareManager to handle name updates for shares, improving user experience in managing shared items.
- Introduced optimistic UI updates for better responsiveness during editing actions.
- Updated ShareService to hash passwords conditionally before storing them in the database.
- Modified API route handlers to await parameters, improving the handling of dynamic route parameters in the fetch requests.
- Added .gitignore entry for Prisma database files to prevent them from being tracked.
- Added a new FileSizeInput component to handle file size configurations in a user-friendly manner.
- Updated SettingsInput to integrate the FileSizeInput for maxFileSize and maxTotalStoragePerUser settings.
- Revised environment schema to remove MAX_FILESIZE validation, ensuring flexibility in configuration.
- Adjusted localization files to remove byte references in descriptions for clarity across multiple languages.
- Revised the .env.example file to clarify S3 storage configuration options and removed commented-out database URL.
- Added a comment to the COOKIE_MAX_AGE constant in the language switcher for better understanding of its purpose.
- Updated the language switcher component to include Italian (it-IT) and Dutch (nl-NL) as selectable languages, enhancing localization support for users.
- Introduced new localization files for Italian (it-IT.json) and Dutch (nl-NL.json) languages, providing complete translations for the application interface and enhancing accessibility for users in these regions.
- Changed the secure cookie setting in the LanguageSwitcher component from production-only to false, ensuring compatibility in non-production environments.
- Removed FRONTEND_URL validation from environment schema.
- Updated AuthController to include origin in password reset requests.
- Modified RequestPasswordResetSchema to require origin.
- Adjusted AuthService and EmailService to handle origin for password reset emails.
- Updated frontend hook to pass origin when requesting password reset.
- Added missing title for SMTP notifications in the French localization file.
- Reformatted the Portuguese localization file to improve structure and readability by aligning keys and values properly.
- Modified JSON files for multiple languages to replace template syntax from `{{variable}}` to `{variable}` for consistency across localization strings.
- Ensured that all relevant keys in the files for Arabic, German, Spanish, French, Hindi, Japanese, Korean, Portuguese, Russian, Turkish, and Chinese reflect this change, enhancing maintainability and readability.
- Updated Docker Compose and Dockerfile to remove PostgreSQL dependencies and configure SQLite as the database provider.
- Adjusted environment variables and healthcheck commands to reflect the new database setup.
- Simplified server startup script by removing PostgreSQL wait logic and replacing migration commands with schema push.
- Updated Prisma schema to use SQLite and removed related migration files.
- Refactored environment variable definitions in docker-compose files to enhance clarity and consistency.
- Updated healthcheck commands to utilize dynamic port variables for better adaptability.
- Added a new quick-start guide to the documentation, providing users with a streamlined setup process using Docker Compose.
- Included the quick-start page in the meta.json for better navigation in the documentation.
- Updated version to "2.1-beta" for both server and frontend applications.
- Changed project names to "palmr-api" and "palmr-frontend".
- Added descriptions, author information, keywords, and license details.
- Specified package manager version as "pnpm@10.6.0" for both applications.
- Renamed the project to "palmr-docs" and updated version to "2.1-beta" in package.json.
- Added new architecture and user management documentation for the 2.1-beta version.
- Updated meta.json files to include the new version and pages.
- Introduced a version warning component for deprecated documentation.
- Enhanced layout and styling for better user experience.
- Added new assets including logos and banners for the updated version.
Introduce three new docker-compose files: docker-compose-file-system.yaml for local filesystem storage, docker-compose-s3-minio.yaml for MinIO S3-compatible storage, and docker-compose-s3.yaml for direct S3 storage. Each configuration includes environment variables for service setup, health checks, and persistent volume management. This enhances deployment flexibility for the Palmr application.
Implement a new FilesystemStorageProvider to enable file uploads and downloads directly to a local encrypted filesystem. Update the application to support both S3 and local filesystem storage modes, allowing for flexible file handling based on environment configurations. Introduce timeout configurations for large file operations and ensure proper directory management for uploads. Update relevant routes and controllers to accommodate the new filesystem functionality.
Add support for S3-compatible storage by introducing a new S3StorageProvider. Update environment variables to replace MinIO configurations with S3 settings. Modify file service methods to utilize the new provider for generating presigned URLs and managing file operations. Update related documentation and API endpoints to reflect these changes, ensuring compatibility with various S3 providers.
Introduce a Dockerfile for building the Palmr application with multi-stage builds for both server and web components. Update docker-compose.yaml to consolidate services under a single 'palmr' service, ensuring proper health checks and environment variable configurations. Add a .dockerignore file to optimize Docker builds by excluding unnecessary files. Include a Makefile for simplified build and deployment commands.
Update environment variable names in the installation documentation to use consistent naming conventions. This includes changing POSTGRES_PASSWORD to POSTGRESQL_PASSWORD and similar adjustments for other variables to align with the expected naming format.
Update the base Node.js image from version 18 to 22-alpine in both web and server Dockerfiles to leverage the latest features and security patches. Additionally, update the @prisma/client dependency to version 6.4.1 in the server package.json and pnpm-lock.yaml to ensure compatibility and stability.
This change ensures that the installation guide uses the 'latest' tag for docker images instead of the specific 'v2.0.0-beta' version, making it easier for users to always get the most recent version without manually updating the tag.
I implemented a new API Endpoint /files/check that is queried before trying to upload the file to the MinIO backend.
This prevents the current issue where files exceeding the maximum file size would be uploaded to the storage backend but then fail to get registered, resulting in "dead" data invisible in the frontend but stored in the backend.
Additionally I added new toast notifications for the following errors that can happen while checking if the file is valid:
- filesizeExceeded: Displays a toast that the file is too large and shows the current MAX_FILESIZE
- insufficientStorage: Displays a toast with the error that not enough storage is available together with the currently available storage
- unauthorized: Displays a toast saying that the token is invalid
In this pull request, we're removing the default admin user that was previously created via seed. Instead, the initial user will now be created dynamically by whoever is installing Palmr., eliminating the need for a predefined seed. This change makes the setup process more fluid and secure.
commit 359d0a0403405fe85810174f89500202e21fa36c
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Fri Apr 25 14:11:09 2025 -0300
docs(installation): add command to generate .env file
Add a command to generate a .env file with the `server_ip` configuration to simplify the setup process for users. This command can be executed in the server terminal at the same path as the docker-compose.yaml file.
commit c3967eca72b7beffe46ffbcea0ce60d4d41c8e27
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Fri Apr 25 13:42:26 2025 -0300
refactor(web): remove unused config fetch in layout metadata
Simplify the metadata generation in the layout component by removing the unnecessary fetch of app configurations. This reduces complexity and improves maintainability.
commit 6898dd8d1b60435272ad886ed4ca0fdd6d24d7ed
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Fri Apr 25 01:22:53 2025 -0300
refactor(layout): remove unused changeLayout prop from Banner component
The changeLayout prop was not utilized in the Banner component, so it has been removed to simplify the code and improve maintainability.
style(home): add version tag to the hero section title
Added a small version tag "v2.0.0-beta" to the hero section title for better visibility and user awareness of the current version.
commit e80de3576c5e88a558ad71b840f937d0cc4c22fe
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Fri Apr 25 01:11:45 2025 -0300
build(docs): disable eslint and typescript checks during builds
To streamline the build process and avoid unnecessary interruptions, eslint and typescript checks are now ignored during builds
commit 17dd85241cb59922d16c54fd8048a31c0dce430f
Merge: da64d65 f7124ec
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Fri Apr 25 01:01:28 2025 -0300
Upgrade to v2.0.0-beta (#16)
commit f7124ec34674130a432bad4b8c3c468984668e30
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Fri Apr 25 00:56:04 2025 -0300
chore: update environment and docker configurations
Update .env.example to include SERVER_IP, add metadata to docs layout, and switch docker-compose image tags to 'latest' for consistency and clarity.
commit b443fcb0103a8f676c598507860314d2c24a5e92
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Thu Apr 24 23:31:40 2025 -0300
docs: update image URLs in README.md
Update the image URLs in the README.md file to use the new Cloudinary links for better reliability and consistency
commit d106b5346fbcd6f20a7c2baafccc1c5af6bb6ad9
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Thu Apr 24 23:28:30 2025 -0300
docs: update documentation links and README content
Update all documentation links from 'palmr-docs.kyantech.com.br' to 'palmr.kyantech.com.br' to reflect the new URL. Additionally, update the README.md to include the latest frontend technology stack and correct the screenshot image link. Also, add a hyperlink to the core maintainer's GitHub profile.
commit 7a6df5130823f3bcd7a9f1ef38bcd18c19098bfe
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Thu Apr 24 23:14:25 2025 -0300
refactor(home): update layout, image URLs, and documentation links
- Remove unnecessary spaces in JSX elements for cleaner code
- Add images configuration to next.config.mjs to support remote image sources
- Replace old image URLs with new Cloudinary-hosted images
- Update documentation links to include an icon for better UX
commit e40254fea6e2de276c4ffea5d91bcdc398b50262
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Thu Apr 24 20:17:04 2025 -0300
feat(home-page): redesign home page with interactive components
Added new interactive components like animated grids, pulsating buttons, and ripple effects to enhance the user experience. Updated the layout to include sections for features, architecture, and file sharing. Improved the overall design with modern animations and typography.
commit a3ed862ed97262616ffb3ff146ec4f8e42af201e
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Thu Apr 24 12:12:11 2025 -0300
docs: add new documentation pages for Palmr 2.0.0-beta
This commit introduces several new documentation pages for the Palmr 2.0.0-beta release. The added pages cover topics such as SMTP configuration, available languages, GitHub sponsorship, starring the repository, opening issues, generating shares, and contributing to the project. These additions aim to provide comprehensive guidance for users and contributors, enhancing the overall user experience and supporting the project's growth.
commit 7904333b157de86128d59d3bd5564853024914fc
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Wed Apr 23 16:59:06 2025 -0300
docs: add API documentation and update meta.json for 1.1.7-beta and 2.0.0-beta
This commit introduces API documentation files for both 1.1.7-beta and 2.0.0-beta versions, including detailed guides on accessing and using Scalar and Swagger-based API documentation. Additionally, it updates the meta.json files for both versions to include the new API section and other relevant entries. The global.css file has also been updated to improve styling for code blocks and headings.
commit 57af56ff7ee6606776e461d748f9dd9dd40989cc
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Tue Apr 22 17:46:31 2025 -0300
feat(docs): update and enhance documentation for v2.0.0-beta
Add new architecture, installation, and GitHub architecture documentation. Include new banner and architecture images. Refactor meta.json and index.mdx for better structure and clarity. Add sponsor and footer components to the docs layout. Update docker-compose.yaml with new environment variables and port configurations. Remove outdated files and streamline content for v2.0.0-beta release.
commit a2a5b6a88b32d7bb0f4fff9966c3a29ec18044b8
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Thu Apr 17 11:49:32 2025 -0300
refactor: replace Image component with img tag for app logo
The commit replaces the Next.js `Image` component with the standard HTML `img` tag in the app logo rendering. This change simplifies the implementation and removes unnecessary dependencies. Additionally, the `env` import was removed from the seed file, the docker-compose image tag was updated to a specific version, and remote image patterns were added to the Next.js config.
commit fccc9d559ff7299b583c14dac64ef9f482602975
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Thu Apr 17 01:16:38 2025 -0300
chore: remove docker-compose-local.yaml file
The file was deleted as it is no longer needed for the local development setup. This change simplifies the project structure and reduces maintenance overhead.
commit c1fc52c30227af2f1c4e57a15cee6b607569215d
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Thu Apr 17 01:15:19 2025 -0300
feat(docs): migrate documentation to Next.js with Fumadocs
This commit migrates the documentation site from Astro to Next.js, leveraging Fumadocs for enhanced functionality and maintainability. The migration includes:
- New Next.js configuration and setup
- Integration of Fumadocs for documentation rendering
- Addition of new documentation assets and images
- Removal of Astro-related files and configurations
The migration aims to improve the documentation site's performance, scalability, and developer experience.
commit dca252827caa95a1cf3fd2b0ebc95766b0ef2d20
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Wed Apr 16 15:24:20 2025 -0300
refactor: remove deprecated Makefile and generate-docker-compose.sh
The Makefile and generate-docker-compose.sh script were removed as they are no longer needed. The docker-compose.yaml file was updated to include inline comments and use the latest image tag for the palmr-app service. This cleanup simplifies the project structure and ensures clarity in the docker-compose configuration.
commit 32bc17c373cd188675eb41d54cd9812044bb6710
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Wed Apr 16 14:36:16 2025 -0300
chore: update .gitignore and docker-compose.yaml for better configuration
- Add `.env` to .gitignore to ignore environment variables file
- Update docker-compose.yaml to use environment variables for configuration
and improve comments for clarity
commit efba0b75dcc46f6f408ac6e731c51dfa6a64a32f
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Wed Apr 16 13:53:51 2025 -0300
refactor(web): restructure and clean up project files
Restructured the project by moving and deleting unused files, updating configurations, and organizing code for better maintainability. This includes removing deprecated models, updating environment settings, and consolidating utility functions.
commit a119ab4d4699ae2edc159e5ddeaab915f8cbba0b
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Wed Apr 16 13:40:54 2025 -0300
build(web): add Dockerfile and docker-compose.yml for production deployment
Refactor image handling in components to use Next.js Image component
Remove unused imports and disable ESLint during builds
Add error logging for i18n and login functionality
Update Next.js config for standalone output and build optimizations
commit d25f493c7ae2527c5abacbe27a68bb703d758be7
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Wed Apr 16 11:17:48 2025 -0300
feat(i18n): add theme translation support for multiple languages
Add theme-related translations (toggle, light, dark, system) to JSON files for all supported languages. Update the mode-toggle component to use these translations for theme switching. Also, refactor API route files to improve code consistency and readability.
commit 78e2d05d6c8cfe7e0a3858be988ccf6fe64708a3
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Wed Apr 16 10:52:20 2025 -0300
refactor(api): migrate API endpoints to use proxy routes and update axios instance
This commit introduces proxy routes for all API endpoints and updates the axios instance to use the new proxy routes. The changes ensure that all API requests are routed through the Next.js API routes, improving security and consistency. Additionally, the axios instance is renamed to `apiInstance` to reflect its purpose more accurately. The metadata generation in layout files is also simplified by removing unnecessary API calls.
commit 564ff43843e1f41219ea165db9c3eb3ab717a885
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Tue Apr 15 10:21:30 2025 -0300
chore: remove unused SVG files and refactor login types
Clean up the codebase by deleting unused SVG assets and improve code readability by adding proper spacing and type definitions in the login module
commit 5aea36fd98d2ba2f527092ff40ecc292f9ae728f
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Mon Apr 14 16:55:36 2025 -0300
feat: add forgot and reset password functionality
Implement forgot and reset password features, including form components, hooks for form handling, and layout/page components. This allows users to request a password reset and set a new password securely.
commit 7d6e484c2b5f15f8f024fb420779090eca9be3ba
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Mon Apr 14 15:55:15 2025 -0300
feat(shares): add share management and public share components
This commit introduces new components and hooks for managing shares and viewing public shares. It includes the following key changes:
- Added components for share management, such as `SharesHeader`, `SharesSearch`, and `SharesTableContainer`.
- Implemented `useShares` hook to handle share data fetching and state management.
- Created `PublicSharePage` and related components for viewing public shares, including `ShareDetails`, `PasswordModal`, and `ShareNotFound`.
- Added `usePublicShare` hook to manage public share data and password handling.
- Updated layout and types to support the new features.
commit e50abf953ebdef7c0a5efa32109ab5f35510e16e
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Mon Apr 14 15:21:31 2025 -0300
feat(shares): add shares page with search, table, and modals
Introduce a new shares page that includes a search bar, shares table, and various modals for managing shares. The page supports creating, editing, deleting, and generating links for shares. Additionally, it includes functionality for notifying recipients and viewing share details. The layout and components are designed to be reusable and maintainable.
commit 15dce5dab129ac6007dc6875c1c914faab8e07a8
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Mon Apr 14 11:53:43 2025 -0300
feat(layout): add app name to page titles and implement favicon component
Add app name to page titles by fetching it from the configs endpoint. Introduce a new `Favicon` component to handle dynamic favicon rendering based on the app logo. Remove manual favicon updates from the app info context as it is now handled by the `Favicon` component.
commit 20fee6b449c970bfce5008ce9f70291911c75339
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Mon Apr 14 10:37:00 2025 -0300
refactor(users-management): reorganize imports and clean up code for better readability
This commit focuses on improving the readability and maintainability of the users-management module by reorganizing imports, removing unnecessary whitespace, and standardizing code formatting. No functional changes were made.
commit e03ca7e0dc69e1d5895bde6a3b6a868129c948ab
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Mon Apr 14 10:30:45 2025 -0300
feat(users-management): add users management module
Introduce a new users management module that includes features for creating, reading, updating, and deleting users. The module includes components for user tables, modals for user actions, and hooks for managing user state and interactions. This replaces the previous admin page with a more comprehensive and modular approach to user management.
commit ab6c634782e4501715c8ae40afa4f7ad51027ed8
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Fri Apr 11 16:45:03 2025 -0300
feat(profile): add profile page with form, password, and image components
Introduce a new profile page that includes forms for updating user profile information, changing passwords, and managing profile pictures. The page is protected and integrates with the existing authentication system. Additionally, update validation messages for better clarity and consistency.
commit 6a933891c84ff0e4fccfc120c7fc41ed63d51e4e
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Fri Apr 11 16:43:51 2025 -0300
refactor(settings): reorganize imports and improve code readability
Restructured imports across multiple files to follow a consistent order and improve readability. Also, adjusted some code formatting for better maintainability.
commit 5cd7acc1589b19455009950ad019ed3050ecc343
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Fri Apr 11 15:47:42 2025 -0300
feat(settings): add settings page with layout, form, and components
Introduce a new settings page with a structured layout, form components, and hooks for managing application settings. This includes the addition of settings-specific types, constants, and UI components such as `SettingsForm`, `SettingsGroup`, and `SettingsInput`. The `useSettings` hook handles configuration loading and updates, while the `LogoInput` component manages logo uploads and removal. The `Select` component from Radix UI is also added to support dropdown functionality.
commit b4cecf9e32329e53012ff24ac498546b0b1b31a3
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Fri Apr 11 15:01:32 2025 -0300
style: reorganize imports and format code for consistency
Refactor import statements and code formatting across multiple files to improve readability and maintain consistency. This includes reordering imports, fixing linting issues, and standardizing code style.
commit e55f090235e5b61dd5dbd16333d41f93341c7c23
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Fri Apr 11 14:59:52 2025 -0300
feat(files): add file management components and hooks
Introduce new components and hooks for managing files, including file list, search bar, empty state, and modals. This includes the addition of a breadcrumb component for better navigation and the use of client-side rendering for specific components. The changes aim to improve the user experience and maintainability of the file management system.
commit 0a738430e7f6b8342fda1234e2e0680b5a401e51
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Fri Apr 11 14:18:11 2025 -0300
feat: add new utility functions and UI components for file management
This commit introduces several new utility functions and UI components to enhance file management capabilities. Key additions include:
- `generateSafeFileName` utility for creating safe file names.
- `customNanoid` utility for generating custom IDs.
- New UI components: `AspectRatio`, `Loader`, `Switch`, `ScrollArea`, and various modals for file actions, share management, and file preview.
- Updated translations and package dependencies to support new features.
commit 6c7117cc149fa37547a9078f1edf4cf09a727b08
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Wed Apr 9 15:57:09 2025 -0300
style: format code and fix linting issues across multiple files
Refactor code to improve readability and consistency by applying Prettier formatting rules. This includes fixing trailing commas, sorting imports, and ensuring consistent code style. No functional changes were made.
commit 61cf88b41f7c1e78a1e02e654d83e6a2fcd7d2f8
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Wed Apr 9 15:48:00 2025 -0300
feat(dashboard): add dashboard components and utilities
This commit introduces new components and utilities for the dashboard, including storage usage, quick access cards, recent files, and recent shares. It also adds file and share management hooks, along with new UI components like progress bars, separators, and avatars. The changes enhance the dashboard's functionality and improve user experience by providing quick access to essential features and better visual feedback.
The commit includes:
- New components for storage usage, quick access, recent files, and shares
- File and share management hooks for CRUD operations
- Utility functions for file size formatting and file icons
- New UI components like progress bars, separators, and avatars
- Updated translations and styles for consistency
commit b077154c22f027a3c3d0557c20b431bb3fb413e6
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Tue Apr 8 15:06:17 2025 -0300
feat(auth): add protected routes and enhance auth context
Implement protected routes for admin and dashboard pages to restrict access based on authentication and admin status. Enhance the auth context to handle user data validation and improve error handling during authentication checks.
commit 9e35d27497f2c3c23ca6a9c2cc3d73bb875dab7d
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Mon Apr 7 16:14:18 2025 -0300
feat: add initial project setup with config, models, and assets
This commit introduces the initial project setup including configuration files, API models, and necessary assets. The changes include:
- Added Prettier and PostCSS configuration files
- Included favicon and public assets like SVGs
- Set up Next.js and theme provider configurations
- Added TypeScript models for API endpoints and responses
commit da64d65401c4a7619d152924aed71c7af6bb7adf
Merge: ca7bdef 7b2f15d
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Fri Apr 4 23:40:35 2025 -0300
feat: enable reverse proxy support and add pnpm.lock for custom builds in apps/web (#13)
commit 7b2f15dcd599ee1ff388b0cc9a5e548e6f1c5cfc
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Fri Apr 4 23:37:08 2025 -0300
refactor: remove lock files from .gitignore and update vite config
Remove unnecessary lock files from .gitignore to streamline version control. Update Vite configuration to allow all hosts in both development and preview modes for better accessibility
commit ca7bdefcdb3d507e6dce6ab23d46585bba257607
Merge: 92b437e 1768aa8
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Fri Apr 4 00:44:02 2025 -0300
Merge branch 'main' of github.com:kyantech/Palmr
commit 92b437ee369149ff7a878ba9cfa80520b012a08d
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Fri Apr 4 00:41:55 2025 -0300
chore: bump version to 1.1.6 across all apps
commit fcaef88850ec953b75c71b409492f5bbb46f45f3
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Fri Apr 4 00:40:49 2025 -0300
docs: update installation guide with security and deployment details
Add a new section "Quick Start with Default Docker Compose" to emphasize the risks of using default credentials and provide recommendations for secure deployment. Clarify the usage of Docker Compose for different environments (local, production) and update port configuration recommendations with a warning about ReactJS limitations.
commit 68d6fd09afac484063ca23df738b93eab1112f46
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Fri Apr 4 00:12:02 2025 -0300
chore: add docker-compose.yaml and update .gitignore
Add docker-compose.yaml to define services for the application stack, including API, app, MinIO, and PostgreSQL. Remove docker-compose.yaml from .gitignore to track it in version control
commit 1768aa81b777bf8fbdc184fabd628a18e4451071
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Thu Apr 3 16:16:27 2025 -0300
Update README.md
commit 644fc7aa309841f0914d8d2c03a790605385b0d2
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Thu Apr 3 16:15:34 2025 -0300
Update README.md
commit cc6fe6d62e337ec2fed6eaf44c8242d4291d440c
Author: Daniel Luiz Alves <daniel.xcoders@gmail.com>
Date: Thu Apr 3 16:15:06 2025 -0300
Update README.md
Update the documentation and sponsor links in the site configuration to point to their new URLs. This ensures users are directed to the correct resources.
Include visual aids to improve clarity and user experience in the SMTP configuration documentation. The images help users better understand the steps involved in configuring the SMTP server.
The build command in the manual installation guide was incorrectly capitalized as "Build". This commit fixes it to "build" to ensure consistency and proper execution.