Universal knowledge capture tool for the r* ecosystem
Go to file
Jeff Emmett 17f2d49f12 feat: add article unlock feature for paywalled content
Multi-strategy approach to find readable versions of paywalled articles:
1. Wayback Machine (check existing + Save Page Now)
2. Google Web Cache
3. archive.ph (read-only check for existing snapshots)

Adds archiveUrl field to Note model, /api/articles/unlock endpoint,
unlock button on note detail page, and browser extension integration.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 15:32:37 -08:00
backlog chore: backlog TASK-14 SpaceRole bridge (Done) 2026-02-17 15:35:12 -07:00
browser-extension feat: add article unlock feature for paywalled content 2026-02-24 15:32:37 -08:00
prisma feat: add article unlock feature for paywalled content 2026-02-24 15:32:37 -08:00
public feat: live streaming transcription via WebSocket + diarization UI 2026-02-15 09:48:40 -07:00
src feat: add article unlock feature for paywalled content 2026-02-24 15:32:37 -08:00
.dockerignore Add .dockerignore for optimized Docker builds 2026-02-21 17:59:43 -07:00
.env.example Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
.gitignore Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
Dockerfile feat: wire rnotes to pull secrets from Infisical at startup 2026-02-23 19:35:15 -08:00
MODULE_SPEC.md docs: add MODULE_SPEC.md with permission model and capabilities 2026-02-17 12:30:14 -07:00
docker-compose.yml feat: wire rnotes to pull secrets from Infisical at startup 2026-02-23 19:35:15 -08:00
entrypoint.sh feat: wire rnotes to pull secrets from Infisical at startup 2026-02-23 19:35:15 -08:00
next.config.mjs Replace Whisper-tiny offline fallback with Parakeet.js (NVIDIA 0.6B v2) 2026-02-17 23:48:48 +01:00
package.json Replace Whisper-tiny offline fallback with Parakeet.js (NVIDIA 0.6B v2) 2026-02-17 23:48:48 +01:00
postcss.config.mjs Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
tailwind.config.ts Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
tsconfig.json Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00