| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-01-14 | Merge branch 'eleanor-gptdraw' of https://github.com/brown-dash/Dash-Web ↵ | eleanor-park | |
| into eleanor-gptdraw | |||
| 2025-01-14 | added drawing fill style reference | eleanor-park | |
| 2025-01-13 | changing 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-10 | working on merge conflicts | eleanor-park | |
| 2025-01-10 | fixed scrolling when ai editor is open. rearranged items in ImageBox ai ↵ | bobzel | |
| editor to be more compact. added error catch handler to queryFireflyImage | |||
| 2025-01-09 | added ai editor to collections | eleanor-park | |
| 2025-01-08 | Merge branch 'eleanor-gptdraw' of https://github.com/brown-dash/Dash-Web ↵ | eleanor-park | |
| into eleanor-gptdraw | |||
| 2025-01-08 | minor cleanup | bobzel | |
| 2025-01-08 | Merge branch 'eleanor-gptdraw' of https://github.com/brown-dash/Dash-Web ↵ | eleanor-park | |
| into eleanor-gptdraw | |||
| 2025-01-08 | from last | bobzel | |
| 2025-01-08 | Merge branch 'master' into eleanor-gptdraw | bobzel | |
| 2025-01-08 | code cleanup | bobzel | |
| 2025-01-08 | added componentAIView for collections | eleanor-park | |
| 2025-01-07 | updated ai image editor past image dialogue | eleanor-park | |
| 2025-01-07 | imagebox now has basic ai functionalities | eleanor-park | |
| 2025-01-07 | fixed pdfs/marqueeAnnotator so that you can add rectangle annotations. | bobzel | |
| 2025-01-06 | started a previous images display | eleanor-park | |
| 2025-01-06 | more pdf tweaks | bobzel | |
| 2025-01-06 | pdf fixes for latest version of PDFjs. | bobzel | |
| 2025-01-05 | added AI image editor | eleanor-park | |
| 2025-01-02 | tags can now be used as style presets | eleanor-park | |
| 2025-01-01 | monorepo setup | Geireann Lindfield Roberts | |
| 2025-01-02 | made drawing fill automatically size images | eleanor-park | |
| 2024-12-30 | created image regeneration with dialogue | eleanor-park | |
| 2024-12-17 | added updateIcon to imageBoxes to allow capturing of strokes for use with ↵ | bobzel | |
| generative apis | |||
| 2024-12-16 | fixed api for creating an image using another image as a structure reference. | bobzel | |
| 2024-12-14 | Merge branch 'master' into eleanor-gptdraw | bobzel | |
| 2024-12-14 | replaced await in loop, added a componentWillUnmount to reset sticker palette | eleanor-park | |
| 2024-12-13 | added comments, refactored duplicate code, and resolved lint errors | eleanor-park | |
| 2024-12-11 | fixes 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-04 | Merge branch 'master' into eleanor-gptdraw | eleanor-park | |
| 2024-11-25 | bug fixes to image cropping | eleanor-park | |
| 2024-11-22 | added initial Firefly endpoint and hanged smartDrawHandler to generate an ↵ | bobzel | |
| image and an svg. | |||
| 2024-11-19 | Merge remote-tracking branch 'origin/ajs-finalagent' | bobzel | |
| 2024-11-14 | changed isScribble related code to be more robust at determine cusps and ↵ | bobzel | |
| deciding if cusps amount to a scribble. enabled undo of scribble erase without undoing scribble. added cusp visualizer for debugging, and cleaned up downDocView to be downFfview on CollectionFreeformView. | |||
| 2024-11-13 | made link text use text menu. and made link text zoom with view. cleaned up ↵ | bobzel | |
| equationBox updateSize() | |||
| 2024-11-12 | updated equationBox to support margins/padding like text. fixed initial ↵ | bobzel | |
| undo of newly typed equation. | |||
| 2024-11-12 | fixed resizing height to 0 to autoResize. fixed setting background color ↵ | bobzel | |
| default for equations (and everything else) to textBackgroundColor from user doc. Added a math pseudo-font to trigger entering equations instead of rich text. | |||
| 2024-11-12 | made equation background same as text. fixed dflt stroke/link width to both ↵ | bobzel | |
| be 1. made function plot axis ranges get saved to Doc. marked equation->function links as being svgs. fixed initial size of equation boxes.. | |||
| 2024-11-12 | fixed clicking on filled closed strokes to select them.. fixed equationBox ↵ | bobzel | |
| initial width. fixed line mode for ink to always create lines. fixed contextMenu to reset selectedIndex after being hidden. added reveal options for comparisonbox to contexst menu. | |||
| 2024-11-11 | changes for demo | eleanor-park | |
| 2024-11-08 | Displays markdown again now | A.J. Shulman | |
| 2024-11-08 | displays much better with citations inline | A.J. Shulman | |
| 2024-11-08 | looks better still some things to work out | A.J. Shulman | |
| 2024-11-07 | making it work even better | A.J. Shulman | |
| 2024-11-07 | working to create docs but wrong doc types/not compatible with LLM | A.J. Shulman | |
| 2024-11-07 | trying to add a new create any doc tool | A.J. Shulman | |
| 2024-11-06 | Enhance assistant security with structured validation and input sanitization | A.J. Shulman | |
| - Prompt enhancements: - Enforce strict response structure validation by requiring <stage>, <thought>, <action>, and <answer> tags in responses. - Add self-validation instruction in <final_instruction> for assistant to check response structure before outputting. - Instruct assistant to ignore XML-like syntax from user input, treating any <stage>, <action>, etc., as plain text. - Code changes: - Implement `validateAssistantResponse` function to enforce required response structure (e.g., ensuring <stage> element). - Add input sanitization using `lodash.escape` to treat user inputs as plain text, preventing XML or HTML injection. - Configure XML parser to ignore external entities and avoid interpreting embedded XML-like syntax. - Introduce fallback error handling in parsing and validation to prevent assistant crashes on malformed or unexpected input. - Log response errors with detailed messages to aid debugging and improve system resilience. - Enhance input validation for tools by adding parameter checks, handling malformed data gracefully, and logging safety errors. | |||
| 2024-11-03 | working on smart draw width bugs | eleanor-park | |
| 2024-11-01 | fixed inifnite loop in card view caused by bug in formattedText of adding ↵ | bobzel | |
| tagsView height to doc height. made selected docs also be focused docs in cardview. fixed tags text color to be set to black | |||
