Commit graph

16 commits

Author SHA1 Message Date
Mike Cao
72b5c658e2 Add rrweb-based session recording feature.
Implements full session recording with rrweb for DOM capture and rrweb-player
for playback. Includes: Prisma schema for SessionRecording model, chunked
gzip-compressed storage, recorder script built via Rollup, collection API
endpoint, recordings list/playback UI pages, website recording settings,
and cascade delete support.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 15:49:59 -08:00
Francis Cao
2489601ae6 website API shareId compatibility updates
Some checks are pending
Node.js CI / build (push) Waiting to run
2026-02-03 22:28:25 -08:00
Mike Cao
0eb598c817 implement website share functionality using share table
- Add support for multiple share URLs per website with server-generated slugs
- Create shares API endpoint for listing and creating website shares
- Add SharesTable, ShareEditButton, ShareDeleteButton components
- Move share management to website settings, remove header share button
- Remove shareId from website update API (now uses separate share table)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 17:23:14 -08:00
Mike Cao
fa8d8055df Reformatted files with biome. 2025-11-22 22:42:42 -08:00
Mike Cao
b9fbbc6453 Split queries into prisma and sql.
Some checks are pending
Create docker images / Build, push, and deploy (push) Waiting to run
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run
2025-09-29 16:55:07 -07:00
Francis Cao
8083482ba8 fix response error return type 2025-09-15 10:18:28 -07:00
Mike Cao
c916e4ff9c Fixed components build. Renamed validations to permissions. 2025-09-02 09:23:35 -07:00
Mike Cao
0ac8bd41b6 Pixel route. 2025-08-18 15:49:10 -07:00
Mike Cao
5f4b83b09c Link editing. 2025-08-15 11:11:24 -07:00
Mike Cao
247e14646b Pixel/links development. New validations folder. More refactoring. 2025-08-14 23:48:11 -07:00
Mike Cao
6d1603fa28 New share URL form. 2025-06-21 01:45:36 -07:00
Francis Cao
a407ff4693 add api-testing to cypress tests 2025-03-12 10:32:54 -07:00
Mike Cao
8525188e42 Changed import path. 2025-02-05 15:59:59 -08:00
Mike Cao
2d6428172b Merged auth into new parseRequest method. 2025-01-25 00:19:22 -08:00
Mike Cao
7d5556a637 Convert event-data, events, session-data, sessions routes. 2025-01-21 20:57:47 -08:00
Mike Cao
baa3851fb4 Convert /api/users. 2025-01-21 19:10:34 -08:00