aboutsummaryrefslogtreecommitdiff
path: root/src/server/DashUploadUtils.ts
AgeCommit message (Collapse)Author
2024-02-11fixed uploading remote image blobsbobzel
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-14a bunch more fixes to making things observable. fixed calling ↵bobzel
super.componentDidUpdate on subsclasses
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-06more error/warning fixesbobzel
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-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-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-17Added the beginning of an A/V recording buttonbobzel
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-08fix dall-e issueJames Hu
2023-08-01fix for SOS error on samsung images during upload -- ignore errorsbobzel
2023-07-11clean upJames Hu
2023-07-11clean upJames Hu
2023-07-06flag with commentsJames Hu
2023-06-28back to using original filenameJames Hu
2023-06-26temp working versionJames Hu
2023-06-07CommentsJames Hu
2023-06-07loggingJames Hu
2023-05-13fixed caption scrolling in carousel view. fixed display of audio tags in ↵bobzel
textboxes. fixed screengrab video upload and made dictation view possible (but needs reworking)
2023-05-01fixed RecordingBox/View serialization to save docid, not Doc.bobzel
2023-02-27restructured getAnchor()/scrollFocus to be more consistent. added ↵bobzel
setterscript for computedFields. restructed getFieldsImpl to avoid making multiple requests for the same document due to timing issues by 'locking' a document cache with a promise before sending the server request. added rotation and fill color as animatable fields. fixed image cropping for
2023-01-03fixed occasional errors loading imagesbobzel
2022-10-05from lastbobzel
2022-10-05fixed uploading tif and other unsupported images to generate an error ↵bobzel
quickly with a better erorr message.
2022-09-26generate error when pdf parsing fails (eg., needs password)bobzel
2022-09-23added max file size to youtube uploads of 100Mbobzel
2022-09-23added progress messages to youtube uploadsbobzel
2022-09-23grab youtube upload output ... still need to transmit to client.bobzel
2022-09-22switched to yt-dlpbobzel
2022-09-22went back to simple mp4 request for youtube videos. audio wasn't coming ↵bobzel
through otherwise which is weird because it used to work.
2022-09-21fixed renaming existing filesbobzel
2022-09-21gifs w/ drag drop work nowbobzel