No description
Find a file
Leivur Djurhuus 0eaf809bc6 Add SSO bridge: Microsoft Entra ID auth with seed user linking
Configure Microsoft Entra ID as the sole SSO provider with
allowDangerousEmailAccountLinking to link SSO accounts to existing
seeded user records by email match. Add signIn event for automatic
org assignment by domain. Guard DEV_BYPASS_AUTH against production
use. Add branded pending page for authenticated users without org
membership. Remove Google provider for initial rollout simplicity.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 14:52:13 -05:00
.agents/skills Initial scaffold: Next.js 16, TypeScript, Tailwind CSS 4, ESLint, Prettier 2026-02-28 20:58:48 -06:00
.claude feat(calendar): implement calendar view with event filtering and detail display 2026-03-12 21:20:11 -05:00
assets/temp chore: remove Promptfoo integration plan and related configuration files 2026-03-12 22:00:25 -05:00
docker feat: Implement automation event bus and rule engine 2026-03-12 11:20:21 -05:00
docs Add SSO bridge: Microsoft Entra ID auth with seed user linking 2026-04-06 14:52:13 -05:00
prisma Switch from db push to versioned Prisma migrations 2026-04-06 14:45:36 -05:00
scripts Database cleanup pre rollout 2026-04-06 14:35:56 -05:00
src Add SSO bridge: Microsoft Entra ID auth with seed user linking 2026-04-06 14:52:13 -05:00
tests/llm feat(calendar): implement calendar view with event filtering and detail display 2026-03-12 21:20:11 -05:00
.dockerignore feat: add Smart Search Panel with semantic search capabilities 2026-03-06 16:13:36 -06:00
.env.example Add video upload with HLS streaming infrastructure (A7.1) 2026-03-17 23:52:40 -05:00
.gitignore Gitignore database backup files 2026-04-06 14:40:53 -05:00
.nvmrc Initial scaffold: Next.js 16, TypeScript, Tailwind CSS 4, ESLint, Prettier 2026-02-28 20:58:48 -06:00
.prettierignore Initial scaffold: Next.js 16, TypeScript, Tailwind CSS 4, ESLint, Prettier 2026-02-28 20:58:48 -06:00
.prettierrc Initial scaffold: Next.js 16, TypeScript, Tailwind CSS 4, ESLint, Prettier 2026-02-28 20:58:48 -06:00
CLAUDE.md Fix video review bugs: playback, annotations, coordinates, timeline markers 2026-04-03 12:44:02 -05:00
components.json Add shadcn/ui components and TooltipProvider 2026-02-28 21:00:51 -06:00
docker-compose.yml Add video upload with HLS streaming infrastructure (A7.1) 2026-03-17 23:52:40 -05:00
Dockerfile Switch from db push to versioned Prisma migrations 2026-04-06 14:45:36 -05:00
EXECUTIVE_OVERVIEW.md feat: implement stage date override and scheduling features 2026-03-12 23:13:29 -05:00
next.config.ts Add timestamped video annotations with timeline markers (A7.3) 2026-03-18 15:00:23 -05:00
package-lock.json Add video player component with HLS streaming and review page integration (A7.2) 2026-03-17 23:52:40 -05:00
package.json Database cleanup pre rollout 2026-04-06 14:35:56 -05:00
pinecone-research.md feat(pinecone): add research document assessing relevance of Pinecone for HP Prod Tracker 2026-03-06 15:25:52 -06:00
postcss.config.mjs Initial scaffold: Next.js 16, TypeScript, Tailwind CSS 4, ESLint, Prettier 2026-02-28 20:58:48 -06:00
prisma.config.ts feat: add validators for PowerPoint and Word documents, and Excel recalculation script 2026-03-02 12:23:09 -06:00
PRODUCER_GUIDE.md feat: implement stage date override and scheduling features 2026-03-12 23:13:29 -05:00
ROADMAP.md Switch from db push to versioned Prisma migrations 2026-04-06 14:45:36 -05:00
SETUP.md Switch from db push to versioned Prisma migrations 2026-04-06 14:45:36 -05:00
skills-lock.json Initial scaffold: Next.js 16, TypeScript, Tailwind CSS 4, ESLint, Prettier 2026-02-28 20:58:48 -06:00
tsconfig.json Add Prisma 7 schema with full data model and seed script 2026-02-28 21:06:17 -06:00