[Dev]: mehilia-node-dev queue/mehilia-node-dev
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: ENHANCED: Updated validation in SubscriptionRequest to replace 'receiptData' with 'verificationData' for iOS platform checks, improving clarity and consistency in subscription request handling. - fe04e48e6a6b901c13ea9b36282089212fbc55dd", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: ENHANCED: Updated tenant filtering logic in TenantController to support new query parameters for retrieving tenants. Introduced key-based filters for newly created tenants without leases and tenants with active leases, improving the flexibility of tenant retrieval based on landlord requirements. - 18074309f7ec971a8c1fc086ad63e4b0fda8985e", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: ENHANCED: Updated user invitation email template styles for improved readability and aesthetics. Adjusted font sizes, colors, and padding for various elements, and added a new intro subtext section to provide clearer context for invitees. Enhanced button and closing section styles for better user experience. - 40c5934eeda0a71fb9649a694c33cec652a4447e", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: ENHANCED: Updated subscription handling to utilize product IDs as plan types, replacing internal names. Refactored SubscriptionHelper, SubscriptionIapService, and related models to support this change. Improved validation in admin requests and adjusted plan feature retrieval methods to accommodate product ID structure, enhancing overall subscription management. - a5ee4d62eb19502a8365873cd25a23ae2493b2a9", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: ENHANCED: Added logging for debugging in SubscriptionController, SubscriptionWebhookController, and SubscriptionIapService to improve error tracking and payload verification. Updated validation rules in SubscriptionRequest to streamline receipt data checks. Removed unused webhook routes from API routes, enhancing code clarity and maintainability. - 6c12548dad44a7c7526bd782d3e3a03cfd698331", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: ENHANCED: Integrated Google APIs for in-app purchase verification in SubscriptionIapService, allowing for validation of Android subscriptions through the Google Play Developer API. Added environment variable configurations for service account credentials and package name. Updated tenant creation logic in TenantController to send invitations when creating new tenants. Enhanced API routes to include webhook endpoints for handling IAP notifications from Apple and Google Play, improving subscription management and user experience. - c5913cb5f091527a370f84894224ca61ab048aae", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: ENHANCED: Added validation rules for landlord account deletion in AuthRequest, requiring the current password for verification. Updated the permissions middleware to translate error messages using a new TranslationHelper. Enhanced localization files to include success messages for account deletion in English, Spanish, and Dutch, improving user feedback and experience. - 7fcdf9bc1791548b4d630b607928c44432651e09", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: ENHANCED: Refactored landlord data retrieval in AdminDashboardController to utilize a new repository method for fetching landlords with aggregated statistics, including properties, units, and subscription details. This improves code maintainability and optimizes data handling for the admin dashboard. - d3549f4cb416bf01f0f4bc163e982fd294ca49f4", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: ENHANCED: Added a public endpoint for retrieving available currencies in the API routes. This allows users to access currency information without authentication, improving the accessibility of currency data for the application. - 066ff9ecdef04525ad17b8b0aeabcc4796ae2b78", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: ENHANCED: Implemented Apple and Google sign-in functionality in AuthController, allowing users to authenticate using their Apple and Google accounts. Added corresponding validation rules in AuthRequest for both sign-in methods. Updated routes to include endpoints for Apple and Google sign-in, improving user authentication options. Enhanced login response handling to ensure proper data formatting. - 8225554920b72ea4bc633d485287b9b335aca486", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: ENHANCED: Removed console log statements across various files to clean up the codebase and reduce unnecessary logging during execution. Updated the subscription model and related middleware to include a new monthly file upload limit feature, enhancing subscription management. Added localization messages for file upload limit notifications in English, Spanish, and Dutch, improving user feedback regarding subscription limits. - 99cabe3881ba0cdcbb5ec0920a449e55155c4a88", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: ENHANCED: Implemented logical grouping for broadcast messages in MessageRepository, allowing retrieval of messages by channel with pagination. Updated MessageModel to include broadcastBatchId for grouping. Modified ConversationController to handle requests for broadcast channels, returning messages when a channelId is provided. Adjusted API routes to support new broadcast channel functionality, improving message management and retrieval. - 0f87c82db3ab4c563c207b4b4cf78fc704456946", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: ENHANCED: Added maxMaintenanceTicketsPerMonth limit to subscription model and plan schema, defaulting to 5 for free plans. Implemented middleware to check maintenance ticket creation limits based on subscription status. Updated localization files with new messages for ticket limit reached and unit limit reached scenarios. Adjusted routes to incorporate new middleware for unit and maintenance ticket creation, enhancing validation and user feedback. - f2188bc7de2f95dc24c18a1b11d7fd858fc52e1b", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: ENHANCED: Implemented password confirmation requirement for tenant account deletion. Added validation logic to ensure the provided password matches the stored password before allowing account deletion. Updated tenant routes to incorporate the new validation rules. - 99e540e53698d382824a57e2bf6c3a6b661204db", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: ENHANCED: Implemented duplicate entry checks for waitlist and feedback submissions in HomeSubmissionController. Added corresponding error messages in English, Spanish, and Dutch localization files to improve user experience and validation feedback. - 17681ecc4a9fed745d508369b085094162df7ec3", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: ENHANCED: Introduced user role constants in constants.js, added user and role repositories, and implemented user authentication middleware in api.js. Updated subscription controller to utilize a new response structure for plan retrieval. Enhanced localization files with new user validation messages in English, Spanish, and Dutch, improving user feedback and consistency across languages. - e727a72c6da16f5e81bcd5d522b285e8977e477e", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: UPDATED: Refined waitlist confirmation email content and styling, including changes to subject line, closing text, and greeting. Adjusted admin creation script with new default email and password. Enhanced email template styles for better readability and consistency. - 00ba9102db30766a6f95100cd7494f5b7bd6aedf", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: ENHANCED: Added new localization messages for submission handling in English, Spanish, and Dutch, including "submission not found" and "invalid submission type." Updated admin routes to include submission management functionality, allowing for marking submissions as reviewed. - aa87c904852872353ce59d09842a4a3a00d0644a", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: ENHANCED: Added waitlist confirmation email functionality, including a new email template and translations for English, Spanish, and Dutch. Updated HomeSubmissionController to send confirmation emails to users who submitted waitlist requests. Enhanced email job processing to include the new waitlist confirmation template and updated constants for email subjects. Improved localization files to support the new confirmation messages. - d4e3663ccc834e7eef673552454d99862751bc90", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: ENHANCED: Added email subjects for OTP verification, password reset, and waitlist submission in constants. Updated AuthController and HomeSubmissionController to utilize these constants for email notifications. Implemented OTP expiration check in AuthController and improved email template structure for better responsiveness and translation support. - 034c3c1f33e5397319f7d94b6aa4d22cdf6b1855", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
Hint: ⇧ + Click to select a range of jobs.