aboutsummaryrefslogtreecommitdiff
path: root/src/server/index.ts
AgeCommit message (Collapse)Author
2025-07-22Merge branch 'master' into lanyi-expanded-agent-paper-mainsharkiecodes
2025-07-21more server side cleanupbobzel
2025-05-27feat: 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-03-10fixed placing labels over text in images.bobzel
2025-03-10fixed compile errorsbobzel
2025-03-10Merge branch 'master' into alyssa-starterbobzel
2024-11-22added initial Firefly endpoint and hanged smartDrawHandler to generate an ↵bobzel
image and an svg.
2024-10-17flashcards with stack buttonalyssaf16
2024-09-01consolidated image resampling. fixed importing zipped workspace.bobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-05-17manually added ChatBox from aj-starterbobzel
2024-04-29eslint fixes.bobzel
2024-04-23fixes for rich text menu updates and setting parameters on text doc vs ↵bobzel
within in RTF. Lots of lint cleanup.
2024-04-17restoring eslint - updates not complete yetbobzel
2023-12-11commented out unused google photos uploader and directory import boxbobzel
2023-12-11fixed importing pdfs that have already been imported. removed unused ↵bobzel
pdfmanager for creating pdf thumbnails.
2023-12-06catch mongo errors. delete (some) sessions from mongo. more package ↵bobzel
updates. cleanup of express-validator.
2023-04-17Merge branch 'master' into james-server-statsbobzel
2023-03-18Add operations counterMohammad Amoush
2023-03-06/stats handlerjameshu111
2022-08-10Merge branch 'master' into data-visualization-view-naafiNaafiyan Ahmed
2022-07-20added a 'guest' login mode. added ability for mainView to be any doc, not ↵bobzel
just a docking collection.
2022-07-06added endpoint routes for csv and integrated chartjsNaafiyan Ahmed
2021-08-26really closegeireann
2020-10-15With a MONITORED=true in .env, this should now workSam Wilkins
2020-08-08Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵Lionel Han
new_audio
2020-08-08minor fixesLionel Han
2020-08-08clean up code, fix delete link bugsMelissa Zhang
2020-08-03merge with masterMelissa Zhang
2020-08-03Merge remote-tracking branch 'origin/menu_restructure' into presentation_updatesGeireann Lindfield Roberts
2020-07-31added debug flag to transpiler to catch hangs. fixed hang caused by imports ↵bobzel
being out of seqnce!?
2020-07-30remove unnecessary authentication/database stuffMelissa Zhang
2020-07-07made docFilters apply to links. added hypothesis api token inputBob Zeleznik
2020-06-15added ? to a lot of thingsLionel Han
2020-05-22fixed port issuesSam Wilkins
2020-05-17cleanupSam Wilkins
2020-05-17release server integration with sslbobzel
2020-05-15changeSam Wilkins
2020-05-14server side restructure, some documentation to accompany new wiki overview entrySam Wilkins
2020-04-17fixed home / doc access serving logicSam Wilkins
2020-04-16making debug server workbobzel
2020-04-11small server checks, removed buxton import document draggerSam Wilkins
2020-04-07uncommented line in index.tsSam Wilkins
2020-03-18finalized cleanupSam Wilkins
2020-03-17cleaned up relative web page paths.Bob Zeleznik
2020-03-17fixed up route handling for relative paths. changed search to dashsearch ↵Bob Zeleznik
for server request.
2020-03-16fixed pdf uploading. changed routes to allow web pages to be loaded with ↵Bob Zeleznik
relative urls. added a 'text' field to web documents with the page text contents.
2020-02-29Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into penyipstanley
2020-02-11small fixes for mobile remote uploadandrewdkim
2020-02-10server session now localSam Wilkins