aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Collapse)Author
2023-06-24changed server ping to generate client alertsbobzel
2023-06-23Merge branch 'master' into heartbeatbobzel
2023-06-07CommentsJames Hu
2023-06-07Update other usesJames Hu
2023-06-07loggingJames Hu
2023-05-14major overhaul of field naming conventions.bobzel
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-10fixed server list removal to do value tests.bobzel
2023-05-10formattingbobzel
2023-05-10Merge pull request #170 from brown-dash/james-server-statsbobzel
James - remFromList fix
2023-05-06clean up and comment remFromListJames Hu
2023-05-05fixed issues with webpages that use brotli encodingbobzel
2023-05-04First attempt at remfromlsitJames Hu
2023-05-01fixed RecordingBox/View serialization to save docid, not Doc.bobzel
2023-04-18from lastbobzel
2023-04-18more cleanup of import/exportbobzel
2023-04-18cleaning up zip/unzip of filesbobzel
2023-04-17more gitignorebobzel
2023-04-17Merge branch 'master' into james-server-statsbobzel
2023-04-08Clean code and CommentsMohammad Amoush
2023-04-05fixed up dataviz to work again. fixed point selection, tooltips, making and ↵bobzel
following links
2023-04-05Merge branch 'master' into data-visualization-view-naafibobzel
2023-03-18Add operations counterMohammad Amoush
2023-03-16added importing and exporting of assets (images, pdfs, etc) to collection ↵bobzel
importer/exporter
2023-03-16fixed export/import collectoingeireann
2023-03-15fixed up Clone() and export/import collection to work with links, ↵bobzel
presentations, and contexts better.
2023-03-06/stats handlerjameshu111
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-11-02add basic heartbeat functinality througha ping/pong api cycleMichael Foiani
2022-10-13fixed sending body of web pages that are not gzip'edbobzel
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-21from lastbobzel
2022-09-21added error message for file upload errors before parsing.bobzel
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-15Revert "Update server_Initialization.ts"geireann
This reverts commit 7f48d9656387b40c4e3d53d6a7e71e9e17ceefe9.