|
|
25733ee3db
|
feat(frontend): scaffold Tailwind design system + routing + auth callback
- Tailwind v3 + PostCSS + autoprefixer
- BrowserRouter with Layout shell (Header, theme toggle dark/light)
- Pages: HomePage, CallbackPage (SuperOAuth callback handler)
- hooks/useAuth.ts + lib/api.ts (API client base)
- styles/index.css (Tailwind directives)
- Theme persisted in localStorage (od-theme)
|
2026-03-14 07:15:19 +01:00 |
|
|
|
f3e392ff1b
|
feat(backend): mount API routes + cookie-parser + CORS with credentials
- index.ts: mount /api/auth, /api/videos, /api/playlists; add cookie-parser; CORS with credentials + FRONTEND_URL env
- auth.middleware: read token from Bearer header OR od_token httpOnly cookie
- routes: auth (session/logout/me), videos (level-gated), playlists (CRUD + share management)
- deps: cookie-parser + @types/cookie-parser
|
2026-03-14 07:10:47 +01:00 |
|
|
|
71d90eb133
|
feat: initial schema migration — 9 tables + seed roles & plans
|
2026-03-14 07:02:20 +01:00 |
|
|
|
2f47be1305
|
feat: TypeORM entities — User, Role, SubscriptionPlan, Video, Playlist + relations
|
2026-03-14 06:53:02 +01:00 |
|
|
|
4f3c0e6433
|
feat: SuperOAuth token introspection middleware + /api/profile route
|
2026-03-14 06:40:43 +01:00 |
|
|
|
b771f4d1c3
|
fix: add package-lock.json — required for npm ci in Docker build
CI/CD — Build & Deploy / Build (push) Failing after 35s
CI/CD — Build & Deploy / Deploy to VPS (push) Has been skipped
|
2026-03-14 04:43:26 +01:00 |
|
|
|
4a3be2a323
|
feat: initial project structure — Express/TS/TypeORM + React/TS + Docker + Gitea CI
CI/CD — Build & Deploy / Build (push) Failing after 1m47s
CI/CD — Build & Deploy / Deploy to VPS (push) Has been skipped
|
2026-03-14 04:13:58 +01:00 |
|