aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Collapse)Author
2025-02-10updated from masterbobzel
2025-02-10code cleanup in createDocumentTool. added childLayoutFitWidth to ↵bobzel
comparisonBox so flashcards can fill window.
2025-02-09trying to get assistant to create Docs properlybobzel
2025-01-23added commentingA.J. Shulman
2025-01-21Merge branch 'master' into alyssa-agentbobzel
2025-01-17changed to generating 4 images for each firefly request.bobzel
2025-01-16fixed style references for generating ai images. fixed some error cases.bobzel
2025-01-15from lastbobzel
2025-01-15from lastbobzel
2025-01-15Merge branch 'eleanor-gptdraw' into eleanor-gptdraw-testerbobzel
2025-01-15fixed so that users are sentt to dropbox to authorized uploads once, and ↵bobzel
then a refresh token is used afterwards. fixed up some collection views to work better with the tagsView. fixed grid view to show entire image. tweaked notetaking view to work better with tags, but it's incomplete.
2025-01-14Merge branch 'eleanor-gptdraw' of https://github.com/brown-dash/Dash-Web ↵eleanor-park
into eleanor-gptdraw
2025-01-14added drawing fill style referenceeleanor-park
2025-01-13changing ai for images and collections to work mostly the same way. fixes ↵bobzel
for document view/collection/images to keep things working when the ai editor view reduces the rendered document size. fixed so that freeform views overlaid on images/vieos/etc have the ui menu items of collections.
2025-01-10working on merge conflictseleanor-park
2025-01-09fixed sizing of images created by firefly. added error message for failed ↵bobzel
firefly request.
2025-01-08from lastbobzel
2025-01-08Merge branch 'master' into eleanor-gptdrawbobzel
2025-01-07added an endpoint for / that redirects to /home. added a user error message ↵bobzel
for unknown endpoints.
2025-01-05added AI image editoreleanor-park
2025-01-02tags can now be used as style presetseleanor-park
2025-01-02made drawing fill automatically size imageseleanor-park
2025-01-01added size option to image generationeleanor-park
2024-12-30created image regeneration with dialogueeleanor-park
2024-12-19image generation works betterA.J. Shulman
2024-12-18image creation works but is weirdA.J. Shulman
2024-12-18trying new image generation plus new implementaion of video and audioA.J. Shulman
2024-12-18Merge branch 'master' into eleanor-gptdrawbobzel
2024-12-18fixed uploading data: imagesbobzel
2024-12-18betterA.J. Shulman
2024-12-17added updateIcon to imageBoxes to allow capturing of strokes for use with ↵bobzel
generative apis
2024-12-16fixed api for creating an image using another image as a structure reference.bobzel
2024-12-14Merge branch 'master' into eleanor-gptdrawbobzel
2024-12-14starting merge with masterbobzel
2024-12-14preparing to mergebobzel
2024-12-11fixes for uploading remote images to sample and save them properly. ↵bobzel
extnesions fo firefly manager to query text in images, expand images, and tweaks to generate images.
2024-12-09from lastbobzel
2024-12-09added firefly text in image requestbobzel
2024-12-05playing with ink stroke editing and fireflybobzel
2024-12-05added image to blob logic and firefly api call in drawingFillHandlereleanor-park
2024-12-04Merge branch 'master' into eleanor-gptdraweleanor-park
2024-12-04added structure and upload image firefly api callseleanor-park
2024-11-22switched to providing secret instead of bearer token for adobe api accessbobzel
2024-11-22fixed resamppling images uploaded from non-local source.bobzel
2024-11-22Update FireflyManager.tsbobzel
2024-11-22added initial Firefly endpoint and hanged smartDrawHandler to generate an ↵bobzel
image and an svg.
2024-11-12flashcards w assistant finally workgit add -Aalyssaf16
2024-11-04fixing chunking and doc namesA.J. Shulman
2024-10-30much better RAG with image retrieval fixed significantly and much faster ↵A.J. Shulman
(only saving images in one place and remembering where they are saved)
2024-10-30before changing the get result endpointA.J. Shulman