aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Collapse)Author
2024-01-18lots of changes to try to simplify API for viewPaths and relatedbobzel
2024-01-04fixed ffmpeg for uploading videos. fixed getView() to take focus options so ↵bobzel
that if a sidebar or timeline has to be opened, the didMove flag can be set properly. added video snapshot frame to top menu. fixed using '^' to stop and start a selection region on timelines.
2023-12-29fixed imports a little in dashuploadutilsbobzel
2023-12-29fixed dropping images from web. fixed exif data on images and autorotating ↵bobzel
exif rotated images. fixed selecting on web pages, and resizing web pages upward so that pointer events aren't grabbed.
2023-12-28fixed youtube uploads, cleaned up a bunch of imports and added some typings ↵bobzel
files.
2023-12-28fixed uploading unsupported file. changed admzip reference.bobzel
2023-12-21from lastbobzel
2023-12-18moved assets into public directory for now. fixed infoState to use gifbobzel
2023-12-14a bunch more fixes to making things observable. fixed calling ↵bobzel
super.componentDidUpdate on subsclasses
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-11more updates to mobx 6. updated typescript to v5. updated pdf-distbobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in ↵bobzel
@computed functions.
2023-12-08removed unused package referencesbobzel
2023-12-07fixed where thumbnail and other image uris get placed on server.bobzel
2023-12-06more error/warning fixesbobzel
2023-12-06got rid of some unused packages. switche to react-type-animation from ↵bobzel
react-typist for gpt.
2023-12-06catch mongo errors. delete (some) sessions from mongo. more package ↵bobzel
updates. cleanup of express-validator.
2023-12-05mostly working version with latest librariesbobzel
2023-12-04trying to do version updates on all npm packages.bobzel
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-12-02changed uploading messages.bobzel
2023-12-02fixed jimp upload to not hang when error occurs. fied imagebox to show ↵bobzel
original image if resized images fail.
2023-12-02jimp cleanupbobzel
2023-12-02replaced sharp with jimpbobzel
2023-09-22remove printsSophie Zhang
2023-09-22fix: fix report manager for videos, only add _l suffix for imagesSophie Zhang
2023-09-21fixed image importing via zip file to do resizing.geireann
2023-09-21fixed zip export to include media properly. removed ClientUtils which ↵geireann
wasn't being used.
2023-09-10ugh...from lastbobzel
2023-09-10from lastbobzel
2023-09-10added upload percent feedbackbobzel
2023-09-10turning off command line progress printout to make log more readable.bobzel
2023-09-10added progress for pdf uploadsbobzel
2023-09-10instrumented pdf uploadsbobzel
2023-09-10fixes 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-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. ↵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-09-02changed upload progress to say pending instead of failed.geireann
2023-08-29fixed uploading images to not resize _o image and to not crash if image size ↵bobzel
is too big for resizer.
2023-08-22fixJames Hu
2023-08-22no longer relabel scripts in web pages as noscriptsbobzel
2023-08-17Added the beginning of an A/V recording buttonbobzel
2023-08-10more updates to out of date version alertbobzel
2023-08-10out of data version alert client sidebobzel
2023-08-10added client caching of jpg's in addition to png's. modified ↵bobzel
jitterRotation to _rotation_jitter and changed where it is used.
2023-08-10merged /getUserDocumentIds into /getCurrentUser to avoid extra server round tripbobzel
2023-08-09updated file system to include recentlyClosed, Shared, and Dashboards and ↵bobzel
fixed drag drop to make sense for the filesystem. Fixed loading documents to happen in one batch by fixing UPDATE_CACHED_DOCS to save only documents accessible from current dashboard.
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