Full deployment history for this project.
⚡ Bolt: Optimize performer profile queries and image loading Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
⚡ Bolt: Resolve Supabase database query waterfalls Group independent database queries into Promise.all calls to eliminate sequential execution and improve page load time. Fix query waterfalls in app/dashboard/analytics/page.tsx and app/performers/[id]/page.tsx. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Fix insecure IP hashing by adding a salt This commit fixes a vulnerability where IP addresses were hashed without a salt. It updates the track-view API route to use an environment-provided salt or fallback to a default development salt. It also adds tests for the new hashing logic, sets up Jest, updates the README documentation, and adds an entry to the Sentinel journal. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
feat: add loading spinners and alert roles to auth forms Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
🛡️ Sentinel: [MEDIUM] Fix IP address exposure in analytics API Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #1 from mbarbine/vercel/react-server-components-cve-vu-le4p53 Fix React Server Components CVE vulnerabilities
Merge pull request #1 from mbarbine/vercel/react-server-components-cve-vu-le4p53 Fix React Server Components CVE vulnerabilities
Merge pull request #1 from mbarbine/vercel/react-server-components-cve-vu-le4p53 Fix React Server Components CVE vulnerabilities
Fix React Server Components CVE vulnerabilities Updated dependencies to fix Next.js and React CVE vulnerabilities. The fix-react2shell-next tool automatically updated the following packages to their secure versions: - next - react-server-dom-webpack - react-server-dom-parcel - react-server-dom-turbopack All package.json files have been scanned and vulnerable versions have been patched to the correct fixed versions based on the official React advisory. Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>