615 Commits (ff3ed3bb58705fe0de8d0620751acf09a9624bc5)

Author SHA1 Message Date
charlieshoelace 3e2c92c871 feat: add keyboard shortcuts help dialog 5 months ago
shrimbly fc3f78b901 refactor: extract _buildExecutionContext to deduplicate NodeExecutionContext construction 5 months ago
shrimbly 424bf1b3e2 fix: content-type fallback, replicate polling/validation, atomic gallery append 5 months ago
shrimbly 12f40384e3 fix: additional PR review fixes — SSRF, data semantics, sync tracking, error propagation 5 months ago
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
shrimbly 3055143cf1 fix: apply loopCount in videoStitch regenerateNode path 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 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 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
shrimbly fa3a8e7333 fix: prune unsupported Kie.ai models and correct API parameters 5 months ago
shrimbly 9806f0ae0a feat: add all missing Kie.ai models + fix model page links 5 months ago
shrimbly 81b7acaa68 test: add comprehensive test coverage for audio/video stitch features 5 months ago