aboutsummaryrefslogtreecommitdiff
path: root/src/server/server_Initialization.ts
AgeCommit message (Expand)Author
2025-08-14added background removal for images.bobzel
2025-06-26Merge branch 'master' into agent-paper-mainbobzel
2025-06-18fixed corsproxying of images.geireann
2025-05-27feat: implement dynamic tool creation with deferred webpack rebuild and AI in...A.J. Shulman
2025-05-10changed how we corsProxy web pages to be simpler and work better. changed d...bobzel
2025-02-09trying to get assistant to create Docs properlybobzel
2025-01-08from lastbobzel
2025-01-07added an endpoint for / that redirects to /home. added a user error message ...bobzel
2024-10-17bad octal char in regexpbobzel
2024-08-21cleanup of face recognition. some lint fixes.bobzel
2024-08-20from lastbobzel
2024-08-20fixing lint errorsbobzel
2024-08-13cleaning up database typesbobzel
2024-04-30unwinding some import cycles. added PinFuncs and .from(dv:DocumentView) for ...bobzel
2024-04-29eslint fixes.bobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-04-05fixed npm start-release on ssl servergeireann
2023-12-06got rid of some unused packages. switche to react-type-animation from react-...bobzel
2023-12-06catch mongo errors. delete (some) sessions from mongo. more package updates....bobzel
2023-12-05mostly working version with latest librariesbobzel
2023-12-04trying to do version updates on all npm packages.bobzel
2023-09-21fixed zip export to include media properly. removed ClientUtils which wasn'...geireann
2023-09-10fixes for file uploads: restored progress for youtube videos, fixed info disp...bobzel
2023-09-05small fixes for web pages to get more to loadbobzel
2023-09-02restored some cors server code to allow bing and google searches to work. ad...bobzel
2023-08-22no longer relabel scripts in web pages as noscriptsbobzel
2023-08-10added client caching of jpg's in addition to png's. modified jitterRotation...bobzel
2023-08-08added caching of bundle.js, etc for release modegeireann
2023-08-08fixed searching web pages that are not cors readable to not generate an errorgeireann
2023-07-26fixed drawing on pdfs. fixed corsproxy issues on webpages (eg, bing search),...bobzel
2023-07-25upadted browndash components version to fix popup closing. fixed server initi...bobzel
2023-05-05fixed issues with webpages that use brotli encodingbobzel
2022-10-13fixed sending body of web pages that are not gzip'edbobzel
2022-09-15Revert "Update server_Initialization.ts"geireann
2022-09-15Update server_Initialization.tsgeireann
2022-05-13removed layerProvider functionality.bobzel
2022-05-13fixed bug with following links in lightbox.bobzel
2022-05-13simplified how web pages are served and I think fixed some bugs with pages th...bobzel
2022-04-29fixes to webpage proxying. fixes for images (and clippings) to use appropria...bobzel
2022-04-29another fix for Label's BigText to make multiline work better. fixed server ...bobzel
2022-03-10added prop when thumbnail is shown for a document so componentView can choose...bobzel
2022-03-02upgraded to typescript 4.6.2bobzel
2022-03-01updated to webpack 5bobzel
2022-02-22fixed switching tabs to immediately render the title of the tab as content to...bobzel
2022-02-16changed incremental loading to generate update requests more quickly. turned...bobzel
2022-02-09speeding up rendering using bitmaps for webpages and other heavyweight docs.bobzel
2021-10-26when document is in lightbox view and a link is followed to its sidebar, we n...bobzel
2021-10-16fixed warnings/errors & redirection to /homebobzel
2021-08-01made url server references relative.bobzel
2020-08-03Merge remote-tracking branch 'origin/menu_restructure' into presentation_updatesGeireann Lindfield Roberts