| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2024-10-30 | Merge branch 'master' into eleanor-gptdraw | eleanor-park | |
| 2024-10-30 | from last | bobzel | |
| 2024-10-30 | blending changes | eleanor-park | |
| 2024-10-30 | Merge branch 'master' into eleanor-gptdraw | eleanor-park | |
| 2024-10-30 | fix for disableMixedBlend over images and videos. | bobzel | |
| 2024-10-30 | Merge branch 'master' into eleanor-gptdraw | eleanor-park | |
| 2024-10-30 | integrated image stickers with palette | eleanor-park | |
| 2024-10-30 | reworked how context menu buttons for ink and text work. added ↵ | bobzel | |
| disableMixBlend for making transparent docs not use 'multiply'. | |||
| 2024-10-30 | bug fixes to cut modes and rendering | eleanor-park | |
| 2024-10-29 | fixes to allow typing and drawing without a mode switch. | bobzel | |
| 2024-10-28 | basic structure of 4 cut modes implemented, many bugs to fix | eleanor-park | |
| 2024-10-28 | reworked LabelBox's to be fully editable. gor rid of singleLine for label ↵ | bobzel | |
| boxes. made a text_fitBox field to render text with a labelBox. fixed styleprovider in freeformview clusters to be untracked() to avoid invalidations. added a default text color to Settings panel. fixed clicking text buttons to not lose focus in labelBox. | |||
| 2024-10-22 | fixed websearch tool endpoint so it only returns displayable results in ↵ | A.J. Shulman | |
| Dash; also fixed type checking but needs to be improved | |||
| 2024-10-20 | added different cut types, haven't been able to run & test | eleanor-park | |
| 2024-10-20 | changed to generic addLinkedDoc | A.J. Shulman | |
| 2024-10-20 | changes | eleanor-park | |
| 2024-10-18 | fixed following anchors to collection card/carousel to set the ↵ | bobzel | |
| current/selected Doc | |||
| 2024-10-18 | fixed tab switching instead of bringing up a lightbox when following link to ↵ | bobzel | |
| doc in different tab. | |||
| 2024-10-18 | fixed following links/show document of items in tabs/carousel/card view to ↵ | bobzel | |
| set options.didMove correctly so that toggleTarget works. | |||
| 2024-10-17 | changed layout_isFlashcard to layout_flashcardType with value of 'flashcard' ↵ | bobzel | |
| to make it easy to search for flashcards. made carousel views able to focus() on a Doc. added ability for carousel and card views to have anchors so they can be pinned and linked. fixed pinning collections to save filters | |||
| 2024-10-17 | Merge branch 'ajs-before-executable' of ↵ | A.J. Shulman | |
| https://github.com/brown-dash/Dash-Web into ajs-before-executable | |||
| 2024-10-17 | added create text doc tool with font color and background color and fixed no ↵ | A.J. Shulman | |
| tool | |||
| 2024-10-17 | fixed quizMode to actually render and to get pointer events. | bobzel | |
| 2024-10-17 | Merge branch 'master' into ajs-before-executable | bobzel | |
| 2024-10-17 | made Card and Carousel part of novice mode views. | bobzel | |
| 2024-10-17 | Removed awaits inside loops and made Parameters readonly for better type safety | A.J. Shulman | |
| 2024-10-17 | Implemented strict typechecking for tools, specifically tool inputs | A.J. Shulman | |
| 2024-10-16 | major fixes to cardDeck view to simplify code and to make arch follow a true ↵ | bobzel | |
| circle arc and to fix doc sizing when fitwidth/lightbox/etc. fixes to flashcard UI for advancing to next Doc in cardView and carousel3D. | |||
| 2024-10-15 | tried something for typechecking but way too overcomplicated | A.J. Shulman | |
| 2024-10-14 | reorganized comparisonBox related components -- moved stuff down into ↵ | bobzel | |
| Docs.Crete and CurrentUserUtils. changed Doc.Copy to copy Doc's in fields tagged with cloneOnCopy. Changed ComparisonBox to support hover for slide or flip views. Fixed pointerEfvents for hover in comparisonBox | |||
