Commit Graph

57 Commits

Author SHA1 Message Date
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
pradeepkumar
ea05e18c15 feat: Add dynamic S3 Cache-Control headers based on upload folder type to S3 upload operations. 2026-02-02 16:26:27 +05:30
pradeepkumar
8e71915501 feat: Allow users to cancel pending requests and unlink accepted connections. 2026-02-02 10:01:00 +05:30
pradeepkumar
93070474f1 feat: implement connection request management including schema, API endpoints, and business logic for users and agents. 2026-02-02 09:59:25 +05:30
pradeepkumar
497a1a4ba6 feat: Add isAvailable field to AgentProfile model and DTO for managing agent availability status. 2026-02-02 00:34:35 +05:30
pradeepkumar
4421a8fcbf feat: Update Prisma seed script to populate missing options, validation, and UI config for existing profile fields. 2026-02-01 23:20:26 +05:30
pradeepkumar
05ab2774a4 feat: Include agent field values and their associated field details in agent data retrieval. 2026-02-01 22:46:08 +05:30
pradeepkumar
bc830a0208 feat: Implement dynamic filtering for agent search based on profile fields. 2026-02-01 18:30:14 +05:30
pradeepkumar
b8b26b236d feat: de-duplicate filterable fields by both slug and normalized name, merging options from fields with the same name but different slugs. 2026-02-01 16:14:34 +05:30
pradeepkumar
91d4625fcd feat: Add public endpoint and service to retrieve and merge filterable profile fields with options. 2026-02-01 15:04:28 +05:30
pradeepkumar
2e6b3662af feat: Allow users to delete uploaded files in addition to agents and admins. 2026-02-01 00:59:26 +05:30
pradeepkumar
6624b35e59 feat: Implement user profile management and avatar upload functionality for regular users. 2026-02-01 00:50:46 +05:30
pradeepkumar
eece0f7401 feat: Implement agent verification system with a new status enum, admin update functionality, and document retrieval. 2026-01-28 13:48:14 +05:30
pradeepkumar
dfd8bc38a5 feat: Introduce an admin endpoint to update agent types and enhance user profile retrieval to include agent type details. 2026-01-26 23:12:22 +05:30
pradeepkumar
0abbe6bede feat: Add agent type ID field to registration DTO and implement validation for agent role registration. 2026-01-26 22:48:51 +05:30
pradeepkumar
75d1dc2914 fix: add --legacy-peer-deps to npm ci for peer dependency compatibility 2026-01-25 11:45:11 +05:30
pradeepkumar
29c34d3b4a chore: Add CLAUDE.md to .gitignore. 2026-01-25 10:41:00 +05:30
pradeepkumar
f2e410268e fix: regenerate package-lock.json to sync with package.json 2026-01-25 09:52:23 +05:30
pradeepkumar
f031113781 s3 fix 2026-01-24 23:10:05 +05:30
pradeepkumar
9c7e21e1ad fix 2026-01-24 22:31:12 +05:30
pradeepkumar
4397075715 fix 2026-01-24 22:19:26 +05:30
pradeepkumar
3b76a5aa50 fix 2026-01-24 21:39:14 +05:30
pradeepkumar
06dc78d57e fix 2026-01-24 21:36:39 +05:30
pradeepkumar
5844d17837 feat: Add dynamic field value management for agent profiles, including DTOs, controller endpoints, and service logic for saving and retrieving. 2026-01-24 21:06:08 +05:30
pradeepkumar
8dc8a961ab feat: Add 'Expertise' profile section to seed data, extend JWT token expiration times, and allow agents to retrieve profile sections by type. 2026-01-24 20:36:21 +05:30
pradeepkumar
7d7eb1ac31 feat: Introduce new profile sections and fields with detailed configurations and validation rules. 2026-01-24 15:32:54 +05:30
pradeepkumar
43b422a81e feat: Introduce default profile sections and fields, updating schema with isSystem and isSearchableOnly properties. 2026-01-24 12:49:25 +05:30
pradeepkumar
710803a3ec fix 2026-01-24 03:33:54 +05:30
pradeepkumar
3df8ea067a feat: Introduce agent types module, replacing categories and verification modules, and updating agent-related DTOs, services, and Prisma schema. 2026-01-20 12:16:01 +05:30
pradeepkumar
c04ca2bcef add validate rules 2026-01-11 22:09:50 +05:30
pradeepkumar
c72be7d2ac agent and category Dto creation 2026-01-11 20:59:12 +05:30
pradeepkumar
14ca59f02c fix 2025-12-24 07:42:19 +05:30
pradeepkumar
4adab3b064 revert 2025-12-24 07:04:07 +05:30
pradeepkumar
e5fe561901 feat: configure database URL using environment variable 2025-12-24 07:00:16 +05:30
pradeepkumar
fb57d1b8a4 feat: Dockerize web application by adding Dockerfile, .dockerignore, and configuring next.config for standalone output and image optimization. 2025-12-24 06:39:16 +05:30
pradeepkumar
099622dc88 feat: add Twitter social login support by updating the auth service and user schema. 2025-12-22 16:49:37 +05:30
pradeepkumar
14e78d80e7 feat: Implement user role filtering for findAll endpoint and dynamically select user/agent profiles. 2025-12-22 13:26:39 +05:30
pradeepkumar
82d342508b feat: Enhance password reset feedback by throwing specific exceptions for non-existent users or social logins. 2025-12-22 13:14:12 +05:30