fc932dbc7e
fix(security): resolve audit findings — logging, endpoints, contact details
...
- Stop logging submitted password forms to the browser console
- Drive analytics from NEXT_PUBLIC_UMAMI_* instead of a hardcoded vendor
script URL and site ID; renders nothing when unset
- Replace the wildcard image remote host "**" with an explicit allowlist
(adds DigitalOcean Spaces)
- Fix the socket URL fallback to the API port (:3001, was :4000)
- Replace placeholder and personal contact emails with support@re-quest.com ,
including the privacy policy and terms pages
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com >
2026-08-04 11:30:46 +05:30
pradeepkumar
a07484af7e
refactor: decouple /home from cross-route page/layout imports
...
Move /home into the (user) route group so it inherits UserLayout via the
router instead of importing (user)/layout.tsx manually, and render shared
HomeDashboard content in both /home and /user/dashboard instead of importing
the dashboard route's default page export. Removes the fragile cross-route
coupling while keeping the same URL, SEO metadata, and rendered output.
2026-06-23 17:13:55 +05:30
Chinraj P
987ca11a4d
Added home page with dashboard content and SEO metadata
2026-06-23 14:14:08 +05:30
pradeepkumar
2245584734
fix: prevent profile bio/description horizontal overflow
...
Add min-w-0 to the flex-1 right content column so it can shrink below
its content width (flex items default to min-width:auto), and break-words
on the bio paragraph for long unbroken strings.
2026-06-23 12:58:56 +05:30
Chinraj P
376051c41e
feat: add SEO metadata and profile schema
2026-06-18 14:37:55 +05:30
pradeepkumar
fb14c4d37c
feat: add availability status check and disable connect button for unavailable agents
2026-05-15 11:28:24 +05:30
pradeepkumar
868e50c41d
refactor: remove agent redirect from user dashboard layout to allow persistent access
2026-05-11 14:04:37 +05:30
pradeepkumar
84605b99ea
refactor: update header navigation to dashboard, rename edit profile labels, and update professional search placeholder
2026-04-29 16:57:01 +05:30
pradeepkumar
07b19e3a7c
feat: update search query to include location filtering when no specific location is provided
2026-04-20 10:46:03 +05:30
pradeepkumar
ba8ce115b2
fix: improve message text wrapping and prevent empty search execution in profiles page
2026-04-20 10:25:21 +05:30
pradeepkumar
3474c97659
refactor: simplify listing type selection by dynamically mapping agent types instead of hardcoded categories
2026-04-20 10:21:23 +05:30
pradeepkumar
39a8d846b4
fix: improve HeroSection responsiveness and remove expertise tag truncation in user profile page
2026-04-17 20:20:31 +05:30
pradeepkumar
b568e4b178
refactor: restrict expertise tag extraction to only the about_me_expertise field
2026-04-17 08:12:40 +05:30
pradeepkumar
97b45fff82
feat: scope filterable fields by agent type and update filters dynamically on selection change
2026-04-16 16:46:02 +05:30
pradeepkumar
c60978aea1
feat: strip state prefixes from city values and format as title case in profile displays
2026-04-15 23:44:44 +05:30
pradeepkumar
b9e52b0485
style: improve TestimonialCard layout consistency and remove redundant availability labels from dashboard and profile pages
2026-04-15 16:57:53 +05:30
pradeepkumar
87d8ee389a
feat: display fallback "Not specified" state for agent work environment and tagline info cards
2026-04-15 14:00:40 +05:30
pradeepkumar
1637139f23
fix
2026-04-15 13:40:27 +05:30
pradeepkumar
ffa508f7cf
refactor: remove location field from user and agent profile settings forms
2026-04-14 13:05:54 +05:30
pradeepkumar
9042913e22
feat: add personal tagline support and improve snake_case string formatting in profile data mapping
2026-04-14 10:11:02 +05:30
pradeepkumar
dc2b279947
feat: implement dynamic work environment section and improve availability data mapping with backend-resolved labels
2026-04-14 09:07:37 +05:30
pradeepkumar
66b233159a
feat: add agency information section and dynamic field labels to profile experience data
2026-04-14 07:54:25 +05:30
pradeepkumar
dc18236bf0
feat: mark notifications as read when clicking action links in agent and user dashboards
2026-04-12 15:17:58 +05:30
pradeepkumar
11c3fdfde8
refactor: update location display order to state-first and fix minor typos in auth pages
2026-04-11 22:52:11 +05:30
pradeepkumar
0845e58a49
refactor: increase initial expertise tag count and constrain tag container height in profile and professional components
2026-04-10 23:51:47 +05:30
pradeepkumar
6fff0de325
feat: implement URL-based listing type selection and update footer navigation links
2026-04-10 20:15:25 +05:30
pradeepkumar
b2d2567a6c
fix: update expertise tag display to wrap and adjust initial tag count to 2
2026-04-10 17:10:10 +05:30
pradeepkumar
e5dfac0470
refactor: optimize profile tag display and truncate location text across professional components
2026-04-10 16:39:58 +05:30
pradeepkumar
772a0cde3d
feat: implement branded splash screen loading states for user and agent layouts
2026-04-09 16:06:34 +05:30
pradeepkumar
935c747cd1
style: update profile image object positioning and fix checkbox alignment in filter modal
2026-04-08 03:46:15 +05:30
pradeepkumar
5d930db290
style: adjust top padding on profile page and remove expand button from profile list sections
2026-03-31 06:26:54 +05:30
pradeepkumar
ed277d2955
feat: improve profile error handling with specific messages and UI for private or missing profiles
2026-03-30 15:35:36 +05:30
pradeepkumar
daa0e3ff67
refactor: remove hardcoded default content from components and update dashboard to conditionally render sections after CMS data loading
2026-03-30 12:07:20 +05:30
pradeepkumar
86cacd9a5b
feat: enable direct messaging initiation from agent profiles via agentProfileId query parameter
2026-03-29 17:40:06 +05:30
pradeepkumar
a60776be8b
fix
2026-03-28 20:08:59 +05:30
pradeepkumar
d759d6a2e8
style: adjust layout spacing in agent and user dashboard wrappers
2026-03-28 18:52:59 +05:30
pradeepkumar
d0d43eb69b
feat: implement avatar loading shimmers and restrict privacy settings visibility by user role
2026-03-28 17:01:37 +05:30
pradeepkumar
391d717987
feat: sanitize notification descriptions to display link types instead of raw URLs
2026-03-28 16:10:58 +05:30
pradeepkumar
0f3086bf34
fix
2026-03-28 02:21:28 +05:30
pradeepkumar
37d66150c3
fix
2026-03-27 15:47:29 +05:30
pradeepkumar
317f7e7402
feat: Introduce alwaysShow prop for MobileBackButton to control visibility and apply minor UI refinements to specialization cards and chat header.
2026-03-27 06:47:53 +05:30
pradeepkumar
64f4234220
feat: Implement contact form submission with API integration and status feedback, refactor user profiles page layout and scrolling, and remove updateSession call from profile settings.
2026-03-20 12:43:23 +05:30
pradeepkumar
9b6fbeb4fd
feat: Introduce and integrate a mobile back button component across agent and user profile pages.
2026-03-20 02:32:58 +05:30
pradeepkumar
b19991ed7b
refactor: adjust profile page layout by removing scrollable profile cards and updating header navigation positioning.
2026-03-19 18:18:44 +05:30
pradeepkumar
26dc563a49
feat: Implement S3 avatar resolution for network connections, refine messaging initial conversation selection, and adjust profile display logic and header navigation.
2026-03-19 16:37:24 +05:30
pradeepkumar
94b7577234
fix: Update total notification count only when the 'all' filter is active to prevent incorrect overwrites.
2026-03-19 16:25:10 +05:30
pradeepkumar
6aa4b62df3
fix: Remove notifications from the list when marked as read while viewing the 'unread' tab.
2026-03-19 16:22:57 +05:30
pradeepkumar
a5fb2fda46
feat: Implement scrollable profile card container with sticky pagination.
2026-03-19 10:49:07 +05:30
pradeepkumar
772e1024cc
feat: Implement useImageStatus hook and enhance image loading status handling across various components to address cached images and loading timeouts.
2026-03-18 11:54:40 +05:30
pradeepkumar
7dfa93adb5
feat: Implement dynamic specialization search in the hero section and parse URL filters on the profiles page.
2026-03-16 19:11:26 +05:30