Commit Graph

159 Commits

Author SHA1 Message Date
pradeepkumar
d97657b475 refactor: remove auto-seeding logic for agent-type-specific sections to preserve admin customizations 2026-04-15 13:41:29 +05:30
pradeepkumar
e6e46fe616 fix 2026-04-15 13:40:22 +05:30
pradeepkumar
9c293a106f fix 2026-04-15 12:43:15 +05:30
pradeepkumar
f053691d4a fix 2026-04-15 12:43:05 +05:30
pradeepkumar
76ad688cd8 refactor: remove state abbreviations from location labels in US_CITIES_CO_NE_ND_SD data file 2026-04-14 12:08:14 +05:30
pradeepkumar
e434863b88 feat: add personal tagline field to seed data and update subsequent field sort orders 2026-04-14 10:11:03 +05:30
pradeepkumar
0b2bcd285a feat: add Preferred Work Environment field and update subsequent field sort orders in seed script 2026-04-14 09:07:53 +05:30
pradeepkumar
66be448fa2 feat: include field options and resolve display labels for structured field values in agent service 2026-04-14 08:47:14 +05:30
pradeepkumar
756e803384 feat: add Real Estate Agency & Designation field group and update subsequent sort orders in seed script 2026-04-14 07:54:20 +05:30
pradeepkumar
2e8c097b7c fix: remove unnecessary double quotes from hero section headline in seed data 2026-04-13 23:31:36 +05:30
pradeepkumar
d84e55cb61 feat: mark related message notifications as read when updating conversation unread count 2026-04-13 22:48:05 +05:30
pradeepkumar
02a1f15324 feat: implement role-based login validation to restrict user/agent portal access 2026-04-13 20:26:14 +05:30
pradeepkumar
7be1b03383 refactor: disable agent match scoring and sorting when no search filters are active and strip privacy preferences from user objects 2026-04-13 16:51:47 +05:30
pradeepkumar
e1a364dc5b chore: remove description and helper text from seed data content 2026-04-12 16:18:35 +05:30
pradeepkumar
b66b5c963b feat: add script and data to update state and city location options for CO, NE, ND, and SD 2026-04-12 00:01:21 +05:30
pradeepkumar
91336e5ead feat: add optional slug field to UpdateSectionDto and update service to support manual slug overrides 2026-04-11 23:05:56 +05:30
pradeepkumar
bebff19052 chore: update ctaButtonText in seed data to See All 2026-04-11 22:14:07 +05:30
pradeepkumar
400f9e6c4a chore: remove obsolete testimonials CMS update script 2026-04-11 22:12:33 +05:30
pradeepkumar
e05a76a94f fix: update landing page topProfessionals section content text 2026-04-11 22:10:51 +05:30
pradeepkumar
a435a3d25e feat: update testimonials content and implement automatic CMS record updates during seeding 2026-04-11 21:44:38 +05:30
pradeepkumar
09003bd409 refactor: update deleteConversation to perform soft-delete without notifying other participants 2026-04-10 17:44:38 +05:30
pradeepkumar
78133497b3 feat: implement per-user soft delete for conversations with automatic restoration on new messages 2026-04-10 16:48:12 +05:30
pradeepkumar
d80f75a39e refactor: update email templates to use dynamic logo URLs and standardize branding to RE-Quest 2026-04-09 21:34:04 +05:30
pradeepkumar
92a29b664c feat: migrate getRevenueStats to fetch directly from Stripe API with database fallback 2026-04-09 16:03:01 +05:30
pradeepkumar
eb6a78ead9 feat: notify other participant via gateway when a conversation is deleted 2026-04-09 16:02:24 +05:30
pradeepkumar
1843db79f3 fix: reduce socket ping intervals and remove unreliable auto-delivery status updates in messages gateway 2026-04-08 18:39:19 +05:30
pradeepkumar
f468d403e2 fix: disable forcePathStyle for DigitalOcean Spaces to ensure correct CORS behavior 2026-04-08 14:03:29 +05:30
pradeepkumar
99ff978247 fix: disable default AWS SDK v3 checksum calculation to support S3-compatible storage providers 2026-04-08 12:33:02 +05:30
pradeepkumar
b108eb35a2 feat: add public endpoint to resend user verification email by email address 2026-04-08 10:32:35 +05:30
pradeepkumar
9b4d64cf6a feat: update user search to support multi-word name matching across profiles 2026-04-08 10:26:19 +05:30
pradeepkumar
3489fd913d fix 2026-04-08 09:36:08 +05:30
pradeepkumar
50ef4d9a08 fix 2026-04-08 04:15:39 +05:30
pradeepkumar
6beaeea425 fix 2026-04-08 04:12:44 +05:30
pradeepkumar
87b0c17b44 feat: include agent ratings in user profile and resolve field option labels in agent service transformations 2026-04-08 04:11:33 +05:30
pradeepkumar
0dc13cb43a fix 2026-04-07 19:55:12 +05:30
pradeepkumar
e7898536ec feat: add message_received socket handler to notify senders of delivery status 2026-04-07 19:52:46 +05:30
pradeepkumar
590b4efe9d feat: restrict agent profile access and search results to active, trialing, or past-due subscriptions 2026-04-07 15:53:48 +05:30
pradeepkumar
35b85c1cc0 fix: configure redis client options and optimize subscriber initialization using duplicate connection 2026-04-07 13:17:18 +05:30
pradeepkumar
44de2aeaa9 fix 2026-04-07 11:48:27 +05:30
pradeepkumar
c949b2d217 feat: add notification title, body, and icon to webpush payload in notifications service 2026-04-03 08:57:20 +05:30
pradeepkumar
df06200655 feat: add error event listeners to Redis pub/sub clients in IO adapter 2026-04-03 08:23:38 +05:30
pradeepkumar
539fdf70e3 feat: implement Redis-backed Socket.io adapter and user presence service for cross-instance communication 2026-04-02 19:30:08 +05:30
pradeepkumar
360969ae2c fix: prevent duplicate subscriptions by validating active status in webhook and cleaning up stale records during creation 2026-04-02 17:58:53 +05:30
pradeepkumar
0a2d46e81b fix: standardize message timestamps to ISO strings and update delivery status in real-time events 2026-04-02 10:58:23 +05:30
pradeepkumar
30a0f87d62 fix: remove duplicate FCM tokens from other users before registration to prevent cross-account notifications 2026-04-01 22:27:14 +05:30
pradeepkumar
fbe04b31e7 feat: restrict access to inactive user profiles and update deactivation error messages 2026-03-31 23:42:15 +05:30
pradeepkumar
f30894dd79 feat: add mode parameter to social auth to distinguish between login and signup flows 2026-03-31 23:22:52 +05:30
pradeepkumar
e5e1888615 ifx 2026-03-31 22:39:10 +05:30
pradeepkumar
475bc9e251 feat: emit real-time messages_read socket event when marking conversation as read 2026-03-31 19:28:48 +05:30
pradeepkumar
bd79e09b7f fix: wrap admin room join logic in try-catch to prevent connection failures and remove redundant comment 2026-03-31 05:33:43 +05:30