Commit Graph

144 Commits

Author SHA1 Message Date
pradeepkumar
924b03f459 feat: Implement endpoint and service method for sending test push notifications. 2026-03-26 11:22:30 +05:30
pradeepkumar
ddc9c0caaa feat: Add real-time socket event emissions for connection requests and responses via MessagesGateway. 2026-03-26 08:55:42 +05:30
pradeepkumar
0da76838a1 feat: Add connection validation before sending messages and extend support chat admin access to include SUPER_ADMIN role. 2026-03-25 23:57:59 +05:30
pradeepkumar
9c270a942c feat: add featured agents data to the Prisma seed. 2026-03-23 11:25:56 +05:30
pradeepkumar
3e7e3683ed feat: Introduce agent profile verification history tracking and status notifications for agents. 2026-03-21 08:55:57 +05:30
pradeepkumar
31439c3b06 feat: Add SUPER_ADMIN role with dedicated admin user management and updated access controls for existing admin features. 2026-03-20 17:05:40 +05:30
pradeepkumar
8e9d623f24 feat: Add contact form submission and message management functionality. 2026-03-20 12:42:16 +05:30
pradeepkumar
2914e74947 feat: Implement connection request response notifications and emit them upon status update. 2026-03-20 02:45:27 +05:30
pradeepkumar
7736917c96 feat: add email notification functionality to the notifications service by integrating EmailModule and EmailService. 2026-03-19 17:15:09 +05:30
pradeepkumar
fcf90e8638 feat: implement conversation mute and favorite functionality with corresponding notification suppression. 2026-03-19 17:04:02 +05:30
pradeepkumar
870eb0c067 fix: Rename conversation URL parameter from conversation to conversationId. 2026-03-19 16:22:41 +05:30
pradeepkumar
82f1225e0a feat: Populate directionsUrl in seed data with a Google Maps URL. 2026-03-19 13:50:38 +05:30
pradeepkumar
7260a9ca93 fix 2026-03-19 13:32:49 +05:30
pradeepkumar
80d08a677c fix 2026-03-19 11:34:27 +05:30
pradeepkumar
a68cd4c7d3 feat: Add endpoint and service logic to clear all messages within a conversation. 2026-03-19 09:33:06 +05:30
pradeepkumar
76b7365dc3 feat: implement user reporting system with dedicated module, service, controller, DTOs, and Prisma schema updates. 2026-03-19 05:19:47 +05:30
pradeepkumar
4d5a3fc36d feat: Add an admin endpoint to retrieve the total count of unread support messages. 2026-03-19 04:19:55 +05:30
pradeepkumar
c3a3df704e feat: Implement real-time message delivery for conversations via WebSocket integration and update admin seed email. 2026-03-18 16:49:13 +05:30
pradeepkumar
2cb4a649bd feat: Improve message broadcasting to exclude sender, add error handling for direct delivery, and enhance sendToUser logging. 2026-03-17 18:02:53 +05:30
pradeepkumar
960cdd8d48 feat: Allow both users and agents to initiate conversations and dynamically display the other party based on the caller's role, while also enhancing user profile data in connection requests. 2026-03-15 00:28:14 +05:30
pradeepkumar
2c0d0f0aeb feat: Sync Stripe subscription period end and cancellation status with local records. 2026-03-14 23:44:06 +05:30
pradeepkumar
4e602abf49 feat: Filter agent profiles by verificationStatus: 'APPROVED' in search, featured, and top-rated listings. 2026-03-14 14:00:06 +05:30
pradeepkumar
c431c751e8 feat: Add endpoint and service logic to delete conversations and their associated messages. 2026-03-10 00:10:38 +05:30
pradeepkumar
5a88b0ffa6 fix: use FRONTEND_URL from config for Stripe redirect URLs instead of hardcoded localhost 2026-03-08 21:37:01 +05:30
pradeepkumar
17487d3932 feat: mark presigned download URL endpoint as public. 2026-03-07 22:19:00 +05:30
pradeepkumar
b75c931393 feat: Add fallback default for stripePriceId in seed data. 2026-03-07 10:11:05 +05:30
pradeepkumar
d1e4e12510 feat: Implement Stripe integration for subscription management, including new services, controllers, Prisma models, and webhook handling. 2026-03-07 10:09:50 +05:30
pradeepkumar
b3f43bf2e5 feat: Update default JWT access token expiration to 7 days and refresh token expiration to 365 days. 2026-03-07 09:03:02 +05:30
pradeepkumar
0487d1caca fix: Prevent getOrCreateChat race conditions with a transaction and extract common chat include fields. 2026-03-05 06:38:33 +05:30
pradeepkumar
399b8aa937 feat: implement support chat functionality with new module, service, controller, DTOs, and schema updates. 2026-03-05 06:37:07 +05:30
pradeepkumar
c1fa1f4aab feat: Dynamically set notification action URLs based on user role and specify agent network link for connection requests. 2026-03-05 05:41:43 +05:30
pradeepkumar
87671ce8b6 feat: Implement testimonials module with submission, link generation, and viewing functionalities. 2026-03-05 05:36:36 +05:30
pradeepkumar
0defcb24fb Refactor agent profile field processing by removing section-based filtering from agent search and enhancing field selection logic for agent profile updates. 2026-03-04 22:11:48 +05:30
pradeepkumar
d4cff1ada8 Fix: Correct agent filtering to aggregate results for fields with identical slugs across different sections using OR logic. 2026-03-04 21:22:33 +05:30
pradeepkumar
0ad73b1636 feat: Implement a general location search for agents, querying both legacy city/state/country fields and dynamic profile field values. 2026-03-04 20:49:37 +05:30
pradeepkumar
7b8d6e3db8 feat: Implement in-app notifications with new database model, enhance Firebase initialization to support service account files, and add message read functionalities. 2026-02-25 06:45:27 +05:30
pradeepkumar
36ccc8c303 fix 2026-02-24 22:36:50 +05:30
pradeepkumar
7ab5330a88 fix 2026-02-24 22:36:42 +05:30
pradeepkumar
d30358755e feat: Implement section access validation for agent filtering and refine filterable field retrieval to include only fields from global or assigned sections. 2026-02-24 21:45:39 +05:30
pradeepkumar
49bd08c5fe feat: Implement CMS module with API endpoints, data model, and initial seeding for landing page content. 2026-02-22 21:52:16 +05:30
pradeepkumar
dd6636dbb3 feat: Implement pre-signed URL generation for message attachments with dedicated DTO, controller endpoint, and service logic. 2026-02-21 22:12:19 +05:30
pradeepkumar
89a036b410 feat: skip response transformation for WebSocket contexts in the transform interceptor. 2026-02-11 07:38:07 +05:30
pradeepkumar
755ddda123 feat: Implement direct notification for new messages and read receipts to conversation participants. 2026-02-11 04:48:15 +05:30
pradeepkumar
6bc0b41e1f feat: Synchronize agent phone numbers between profile and field values, and add optional service areas to agent profile DTO. 2026-02-09 02:04:12 +05:30
pradeepkumar
bbbd83084a feat: Add account deletion functionality for both agents and regular users. 2026-02-09 01:15:45 +05:30
pradeepkumar
789551e443 feat: Implement privacy preferences for users and agents with new database field, service methods, and API endpoints. 2026-02-09 00:55:55 +05:30
pradeepkumar
6ade2c74c5 feat: Implement notification preferences management for both users and agents. 2026-02-09 00:33:54 +05:30
pradeepkumar
3b1a7b999e feat: Implement real-time messaging module with REST API endpoints and WebSocket gateway. 2026-02-08 22:44:16 +05:30
pradeepkumar
895a106d1b feat: implement authenticated user password change functionality, including a new DTO, service method, and API endpoint. 2026-02-06 09:45:01 +05:30
pradeepkumar
750cb55764 feat: Implement two-factor authentication (2FA) with dedicated endpoints for setup, enabling, disabling, verification, and backup code management. 2026-02-06 09:30:12 +05:30