744 Commits (23db4d1cf1da6f62c30c0b11df306b3e21ede7ff)
 

Author SHA1 Message Date
shrimbly be2f0505cc fix: address PR #59 review — 18 bug, security, and robustness fixes 5 months ago
shrimbly 4dde7acf6a fix: video regeneration spinner stuck + cancel error message 5 months ago
shrimbly 27220852a2 refactor: final cleanup of workflowStore module structure 5 months ago
shrimbly 0ee2307933 refactor: replace switch/if-else with node executor registry 5 months ago
shrimbly faac9e0c50 refactor: unify videoStitch and easeCurve executors 5 months ago
shrimbly 30e47bb647 refactor: unify splitGrid execution into shared executor 5 months ago
shrimbly 2213f6afc5 refactor: unify llmGenerate execution into shared executor 5 months ago
shrimbly 845ae98eac refactor: unify generateVideo execution into shared executor 5 months ago
shrimbly 1b002023ff refactor: unify nanoBanana execution into shared executor 5 months ago
shrimbly 67b9ffef68 refactor: extract simple node executors 5 months ago
shrimbly ab6d465c69 refactor: define node executor interface and context types 5 months ago
shrimbly 720ef5b0a4 refactor: extract getConnectedInputs and validateWorkflow as pure functions 5 months ago
shrimbly 194240133c refactor: extract execution utilities from workflow store 5 months ago
shrimbly 4c3847bfcb refactor: extract API header builder from workflow store 5 months ago
shrimbly 8a3e1c090e refactor: extract fal.ai, Kie.ai, WaveSpeed providers from generate route 5 months ago
shrimbly 1c0697c869 refactor: extract Replicate provider from generate route 5 months ago
shrimbly 35fb94ed7b refactor: extract Gemini provider from generate route 5 months ago
shrimbly a242d3e281 refactor: extract schema utilities from generate route 5 months ago
shrimbly 67204a54a4 fix: add missing loopCount to videoStitch defaults in validation.ts 5 months ago
Willie 8d6edce1f7
Merge pull request #58 from shrimbly/fix/video-stitch-loop-count-v2 5 months ago
shrimbly 3055143cf1 fix: apply loopCount in videoStitch regenerateNode path 5 months ago
Willie ab1ef4c5d7
Merge pull request #53 from shrimbly/develop 5 months ago
shrimbly dde89f18b4 fix: add SSRF validation for fal CDN upload/file URLs 5 months ago
shrimbly cd55127bbd fix: add SSRF validation for fal.ai queue URLs, fix CDN upload test mocks 5 months ago
shrimbly 7c7a24d94e fix: use positive content-type check for video/image data URLs 5 months ago
shrimbly 3fea13e2cf fix: update fal.ai CDN upload to use two-step initiate + PUT flow 5 months ago
shrimbly a55cdc3cec fix: update Kie and WaveSpeed provider badge icons 5 months ago
shrimbly b44930279c fix: remove dead generateWithFal, add upload size guard, add model cache refresh 5 months ago
shrimbly 2681adb2e5 Merge remote-tracking branch 'origin/master' into develop 5 months ago
shrimbly 73d0b5475b perf: switch fal.ai to queue-based execution with CDN upload and schema caching 5 months ago
shrimbly ebc98018ff fix: WaveSpeed video generation saves as .mp4 instead of .bin 5 months ago
shrimbly 63a79ed91c feat: add localStorage caching for model list and schema parameters 5 months ago
shrimbly 987d28a0c1 feat: add Veo 3 video generation models via Kie.ai 5 months ago
shrimbly 4fcd1f18e9 Merge branch 'develop' 5 months ago
shrimbly 0855e2f126 chore: remove outdated fork and upstream sync section from CLAUDE.md 5 months ago
Willie b901300194
Merge pull request #51 from shrimbly/develop 5 months ago
shrimbly a2fe2a310e fix: stabilize VideoStitchNode performance and add WaveSpeed provider badge 5 months ago
shrimbly 37eaff8459 fix: parallel execution state corruption, WaveSpeed SSRF, and blob URL leaks 5 months ago
shrimbly 4f13d76a55 fix: prevent regex injection in promptConstructor and add error handling 5 months ago
shrimbly eda8100bec feat: add SSRF protection, URL encoding, modelId validation, and media size limits 5 months ago
shrimbly e88f108ad1 fix: plug memory leaks in audio listeners, timeouts, and MediaBunny resources 5 months ago
shrimbly 8444f2a9e6 fix: restore backward compatibility for test mocks and FAL API key 5 months ago
shrimbly 276599fb5d fix: align EaseCurveNode Apply button to the right 5 months ago
shrimbly 497955c143 fix: render EaseCurveNode presets popover via portal to prevent clipping 5 months ago
shrimbly 16cde9b2db feat: add nano-banana-pro via Kie, fix dynamic input priority, update test mocks 5 months ago
shrimbly 99e9e4e9f9 fix: use type-specific dimensions for node-to-group drag assignment 5 months ago
shrimbly 2da0fbbe8d fix: improve EaseCurveNode UI spacing and layout consistency 5 months ago
shrimbly b615bc8d6c fix: prevent negative timestamp in video stitching 5 months ago
shrimbly 1ed53f7ae7 fix: resolve resource leaks, stale state refs, and cache correctness issues 5 months ago
Willie 1c7b8776c4
Merge pull request #49 from shrimbly/etailup/fix/deduplicate-api-calls 5 months ago