aboutsummaryrefslogtreecommitdiff
path: root/src/server/DashUploadUtils.ts
AgeCommit message (Collapse)Author
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
2022-09-19if same youtube video is uploaded, reuse the existing file without ↵bobzel
downloading again. removed failed uploads from parsed_files. change pinWithView to highlight the pinned view region. Give pinWithView collections an option to just pan or zoom to % of screen size.
2022-09-15cleaned up youtube escaping codebobzel
2022-09-15again...bobzel
2022-09-15from lastbobzel
2022-09-15from lastbobzel
2022-09-15changed youtube ffmpeg command to escape filename (problem with videos ↵bobzel
starting with a '-')
2022-09-12fixed rotating UI for video boxes. fixed generating error response for ↵bobzel
unsupported video/audio formats.
2022-09-06changed youtube upload defaults to be more compatible with chrome.bobzel
2022-09-06final cleanup of dragging rotated images. fixed loading of youtube videos ↵bobzel
and displaying errors when the upload fails
2022-09-01afixed loadingBox to show error message for unsupported videos. fixed video ↵bobzel
uploading to generate errors for unsupported (Chrome) codecs. fixed videos that don't have codec support to still play audio and show duration. fixed dragging rotated documents to show and place the rotted document WYSIWYG
2022-06-30merge with masterMichael Foiani
2022-06-29got basic file upload to workNaafiyan Ahmed
2022-06-10remove console.logsMichael Foiani
2022-06-08big commit. FINALLY got the combining segments to work using ffmpeg using a ↵Michael
different workflow. small ui changes as well.
2022-06-08got it to run, but not concatenating - only first videoMichael Foiani
2022-06-08Took stab at ffmpeg in server. did some reworking of recordingview css. fix ↵Michael Foiani
smoothness bug for the moving segment that follow cursor.
2022-06-03ffmpeg testingMichael
2022-03-02upgraded to typescript 4.6.2bobzel
2022-03-01updated to webpack 5bobzel
2022-02-10switched scripts to use a cache to avoid recompiling. simplified some things ↵bobzel
with documentView and zooming to avoid invalidations.
2021-10-27fixed warnings/errors.bobzel
2021-10-26added better exif parser module to serverbobzel
2021-09-14fixed crash for loading some images (e.g, .tiff)bobzel
2021-09-12updated youtube-dlGeireann Lindfield Roberts
2021-08-31"Untitled Presentation" only created after a document is pinnedgeireann
2021-08-30GitHubs are default viewgeireann
2021-08-26youtubebobzel
2021-07-24fixed minor issues and got rid of console errorgeireann
2021-06-30allowed Dash-Web[0-9] as a valid pathname for local Dash repositories.bobzel
2021-05-18added downloading of youtube videos if https://youtube-dl.org/ is installed ↵bobzel
on the server's path
2021-03-26extracted AudioWaveform out of AudioBox in order to use in ↵bobzel
CollectionStackedTimelineView to share between audioBox and videoBox.
2021-03-21from last. tweaks to uploading video screengrabs.bobzel
2021-03-21made it possible to capture screen recordings as videos.bobzel
2021-03-21upload screengrab video to server in mkv format ... can't yet play them.bobzel