Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-08-14 | added background removal for images. | bobzel | |
2025-06-26 | Merge branch 'master' into agent-paper-main | bobzel | |
2025-06-18 | fixed corsproxying of images. | geireann | |
2025-05-27 | feat: implement dynamic tool creation with deferred webpack rebuild and AI ↵ | A.J. Shulman | |
integration Added runtime tool registry to Agent.ts for dynamic tool lookup Implemented CreateNewTool agent tool for AI-driven code analysis and tool generation Enabled deferred saving to avoid interrupting AI workflows with immediate rebuilds Introduced user-controlled modal for confirming tool installation and page reload Added REST API and secure server-side persistence for dynamic tools Built TypeScript validation, transpilation, and sandboxed execution for safe tool handling UI enhancements: modal with blur, responsive design, clear messaging Ensured compatibility with Webpack using dynamic require() calls Full error handling, code validation, and secure storage on client and server sides | |||
2025-05-10 | changed how we corsProxy web pages to be simpler and work better. changed ↵ | bobzel | |
dragging off annotations after text selections to only create a text doc whent the drop target is the parent collection -- otherwise links are created. | |||
2025-02-09 | trying to get assistant to create Docs properly | bobzel | |
2025-01-08 | from last | bobzel | |
2025-01-07 | added an endpoint for / that redirects to /home. added a user error message ↵ | bobzel | |
for unknown endpoints. | |||
2024-10-17 | bad octal char in regexp | bobzel | |
2024-08-21 | cleanup of face recognition. some lint fixes. | bobzel | |
2024-08-20 | from last | bobzel | |
2024-08-20 | fixing lint errors | bobzel | |
2024-08-13 | cleaning up database types | bobzel | |
2024-04-30 | unwinding some import cycles. added PinFuncs and .from(dv:DocumentView) for ↵ | bobzel | |
CollectionFreeForm stiuff | |||
2024-04-29 | eslint fixes. | bobzel | |
2024-04-17 | restoring eslint - updates not complete yet | bobzel | |
2024-04-05 | fixed npm start-release on ssl server | geireann | |
2023-12-06 | got rid of some unused packages. switche to react-type-animation from ↵ | bobzel | |
react-typist for gpt. | |||
2023-12-06 | catch mongo errors. delete (some) sessions from mongo. more package ↵ | bobzel | |
updates. cleanup of express-validator. | |||
2023-12-05 | mostly working version with latest libraries | bobzel | |
2023-12-04 | trying to do version updates on all npm packages. | bobzel | |
2023-09-21 | fixed zip export to include media properly. removed ClientUtils which ↵ | geireann | |
wasn't being used. | |||
2023-09-10 | fixes for file uploads: restored progress for youtube videos, fixed info ↵ | bobzel | |
display on loadingBoxes, stop client from asking for progress on failed uploads. attempt to catch stream errors on webpages. fixed dataFieldView in text to print out layout document's field, not field of document that contains the field definition. | |||
2023-09-05 | small fixes for web pages to get more to load | bobzel | |
2023-09-02 | restored some cors server code to allow bing and google searches to work. ↵ | bobzel | |
adjusted webBox to change nativeWidth when navigating to a wider page (eg., from google search to target). enabled scripts for google and bing pages. enabled entering web page url through documents title. | |||
2023-08-22 | no longer relabel scripts in web pages as noscripts | bobzel | |
2023-08-10 | added client caching of jpg's in addition to png's. modified ↵ | bobzel | |
jitterRotation to _rotation_jitter and changed where it is used. | |||
2023-08-08 | added caching of bundle.js, etc for release mode | geireann | |
2023-08-08 | fixed searching web pages that are not cors readable to not generate an error | geireann | |
2023-07-26 | fixed drawing on pdfs. fixed corsproxy issues on webpages (eg, bing ↵ | bobzel | |
search), fixed contextmenu color and dockedbtn color, | |||
2023-07-25 | upadted browndash components version to fix popup closing. fixed server ↵ | bobzel | |
initialization to not redirect to home except for corsProxy's. fixes issue with login getting redirected to /home when requesting /css/main and /favicon. | |||
2023-05-05 | fixed issues with webpages that use brotli encoding | bobzel | |
2022-10-13 | fixed sending body of web pages that are not gzip'ed | bobzel | |
2022-09-15 | Revert "Update server_Initialization.ts" | geireann | |
This reverts commit 7f48d9656387b40c4e3d53d6a7e71e9e17ceefe9. | |||
2022-09-15 | Update server_Initialization.ts | geireann | |
npm | |||
2022-05-13 | removed layerProvider functionality. | bobzel | |
2022-05-13 | fixed bug with following links in lightbox. | bobzel | |
2022-05-13 | simplified how web pages are served and I think fixed some bugs with pages ↵ | bobzel | |
that didn't always render | |||
2022-04-29 | fixes to webpage proxying. fixes for images (and clippings) to use ↵ | bobzel | |
appropriate sampled image. | |||
2022-04-29 | another fix for Label's BigText to make multiline work better. fixed server ↵ | bobzel | |
bug for 'write after end' when servering web pages. | |||
2022-03-10 | added prop when thumbnail is shown for a document so componentView can ↵ | bobzel | |
choose not to render. fixed pdf views to not generate gray box when first transitioning from thumb to live view. | |||
2022-03-02 | upgraded to typescript 4.6.2 | bobzel | |
2022-03-01 | updated to webpack 5 | bobzel | |
2022-02-22 | fixed switching tabs to immediately render the title of the tab as content ↵ | bobzel | |
to provide feedback that something is happening. changed server to only set caching for images. fixed warnings/errors. | |||
2022-02-16 | changed incremental loading to generate update requests more quickly. ↵ | bobzel | |
turned on local browser caching of server responses (eg, images) | |||
2022-02-09 | speeding up rendering using bitmaps for webpages and other heavyweight docs. | bobzel | |
2021-10-26 | when document is in lightbox view and a link is followed to its sidebar, we ↵ | bobzel | |
no longer reopen the document in its context. fixed selecting annotations on web/pdf. don't change document height when shown in a linkPreview. webBox fixes for pages with scripts. fixed range bounds when clicking on web text several fixes to web pages on server and client. client webbox allows clicks on divs with onclick instead of doing selection also hacky fix so that google search url doesn't keep expanding by removing 'q=' regions also added prevent/allow script menu item server grabs all html and hides id="google.." which are ads. also rewrites hrefs starting with http to route through corsProxy also removes target=_blank tags to prevent pages from opening outside of dash. also cleaned up routes and comments also when not logged in, references to anything in dash domain route to /home | |||
2021-10-16 | fixed warnings/errors & redirection to /home | bobzel | |
2021-08-01 | made url server references relative. | bobzel | |
2020-08-03 | Merge remote-tracking branch 'origin/menu_restructure' into presentation_updates | Geireann Lindfield Roberts | |