32 Commits

Author SHA1 Message Date
ordinarthur
2fbccfac10 add listen count
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 39s
2026-04-13 16:14:50 +02:00
ordinarthur
828b3b09e9 add many things 2
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 37s
2026-04-13 15:52:26 +02:00
ordinarthur
3ac0f4f214 add many things 2026-04-13 15:52:17 +02:00
ordinarthur
5ea5a390ce add offline part
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 38s
2026-04-13 13:45:04 +02:00
ordinarthur
f2227bc945 fix: switch API from Bun to Node.js (Bun OOMKilled in K8s)
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 41s
2026-04-13 11:53:55 +02:00
ordinarthur
6008536765 fix: increase API memory limit to 512Mi (Bun OOMKilled at 256Mi)
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 2m21s
2026-04-13 11:50:01 +02:00
ordinarthur
8fbd3ddc9b fix: increase API memory limit to 256Mi (Bun OOMKilled at 128Mi)
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 2m21s
2026-04-13 11:46:31 +02:00
ordinarthur
0f9679ca2f add good author
Some checks failed
Build & Deploy / build-and-deploy (push) Has been cancelled
2026-04-13 11:45:06 +02:00
ordinarthur
1ae040cdd3 feat: add backend API (Hono/Bun) for metadata proxying + fullstack K8s deploy
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 2m26s
2026-04-13 11:24:40 +02:00
ordinarthur
569b5a5846 add a little api 2026-04-13 11:20:47 +02:00
ordinarthur
49dcfb28de add youtube iframe 2026-04-13 11:02:38 +02:00
ordinarthur
a7c4aa5608 add progression on podcasts
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 20s
2026-04-13 10:55:08 +02:00
ordinarthur
143e453f78 add progression
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 11s
2026-04-13 10:49:27 +02:00
ordinarthur
95a7e744ff correct player 2026-04-13 01:08:05 +02:00
ordinarthur
cc4ced3076 feat: add in-app audio recording in upload page
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 28s
2026-04-12 22:24:41 +02:00
ordinarthur
c76b5e7d9c fix: auto-reload page when new service worker is available
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 19s
2026-04-12 22:14:22 +02:00
ordinarthur
bb860044dd feat: redesign player bar (solid dark bg, seek bar, proper nav stacking)
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 18s
2026-04-12 22:12:57 +02:00
ordinarthur
96eff9433c fix: uniform podcast player for all content types, hidden iframe for external audio
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 28s
2026-04-12 22:07:03 +02:00
ordinarthur
d9e69aa76c feat: support YouTube/Dailymotion/SoundCloud embed playback for external content
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 28s
2026-04-12 22:01:18 +02:00
ordinarthur
39e1ed70ee feat: upload page with original/external modes, YouTube/Dailymotion/SoundCloud auto-fetch
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 19s
2026-04-12 21:50:50 +02:00
ordinarthur
9302841bae fix: PWA service worker auto-updates without hard refresh
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 19s
2026-04-12 13:41:58 +02:00
ordinarthur
234c6dff54 fix: disambiguate profiles FK in Supabase queries (creator vs likes)
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 27s
2026-04-12 13:40:04 +02:00
ordinarthur
f80131804e fix: handle missing profile on login with auto-creation
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 27s
2026-04-12 13:38:21 +02:00
ordinarthur
3d06a27a73 ci: trigger rebuild
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 16s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-12 13:28:25 +02:00
ordinarthur
89ea85bbf8 change seed
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 18s
2026-04-12 12:34:13 +02:00
ordinarthur
ccc5cd4b78 fix: change NodePort from 30094 to 30096 to avoid conflict with Supabase Kong
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 27s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-12 12:10:34 +02:00
ordinarthur
e786cf6766 fix: install kubectl in CI before deploy step
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 12s
The Act runner doesn't have kubectl pre-installed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-12 12:04:58 +02:00
ordinarthur
3a719c5aea fix: remove tsc -b from Dockerfile, let Vite handle TS compilation
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 14s
Vite uses esbuild for TypeScript and resolves the @/ path alias via
vite.config.ts. Standalone tsc cannot resolve @/ without baseUrl/paths
which are deprecated in TS7. Dropping tsc from the build is the clean fix.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-12 12:03:25 +02:00
ordinarthur
8107dab15e fix: remove deprecated baseUrl/paths from tsconfig (TS7 compat)
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 12s
2026-04-12 11:56:23 +02:00
ordinarthur
44deb66cb7 fix: copy .npmrc before npm ci in Dockerfile
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 20s
2026-04-12 11:55:11 +02:00
ordinarthur
c154075193 fix: add .npmrc for legacy-peer-deps in Docker build
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 10s
2026-04-12 11:53:41 +02:00
ordinarthur
503e658f03 feat: We Talk — podcast communautaire PWA
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 16s
2026-04-12 11:45:29 +02:00