Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-17 | more gitignore | bobzel | |
2023-04-17 | Merge branch 'master' into james-server-stats | bobzel | |
2023-04-08 | Clean code and Comments | Mohammad Amoush | |
2023-04-05 | fixed up dataviz to work again. fixed point selection, tooltips, making and ↵ | bobzel | |
following links | |||
2023-04-05 | Merge branch 'master' into data-visualization-view-naafi | bobzel | |
2023-03-18 | Add operations counter | Mohammad Amoush | |
2023-03-16 | added importing and exporting of assets (images, pdfs, etc) to collection ↵ | bobzel | |
importer/exporter | |||
2023-03-16 | fixed export/import collectoin | geireann | |
2023-03-15 | fixed up Clone() and export/import collection to work with links, ↵ | bobzel | |
presentations, and contexts better. | |||
2023-03-06 | /stats handler | jameshu111 | |
2023-02-27 | restructured 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-03 | fixed occasional errors loading images | bobzel | |
2022-11-02 | add basic heartbeat functinality througha ping/pong api cycle | Michael Foiani | |
2022-10-13 | fixed sending body of web pages that are not gzip'ed | bobzel | |
2022-10-05 | from last | bobzel | |
2022-10-05 | fixed uploading tif and other unsupported images to generate an error ↵ | bobzel | |
quickly with a better erorr message. | |||
2022-09-26 | generate error when pdf parsing fails (eg., needs password) | bobzel | |
2022-09-23 | added max file size to youtube uploads of 100M | bobzel | |
2022-09-23 | added progress messages to youtube uploads | bobzel | |
2022-09-23 | grab youtube upload output ... still need to transmit to client. | bobzel | |
2022-09-22 | switched to yt-dlp | bobzel | |
2022-09-22 | went 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-21 | from last | bobzel | |
2022-09-21 | added error message for file upload errors before parsing. | bobzel | |
2022-09-21 | fixed renaming existing files | bobzel | |
2022-09-21 | gifs w/ drag drop work now | bobzel | |
2022-09-19 | if 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-15 | cleaned up youtube escaping code | bobzel | |
2022-09-15 | again... | bobzel | |
2022-09-15 | from last | bobzel | |
2022-09-15 | from last | bobzel | |
2022-09-15 | changed youtube ffmpeg command to escape filename (problem with videos ↵ | bobzel | |
starting with a '-') | |||
2022-09-15 | Revert "Update server_Initialization.ts" | geireann | |
This reverts commit 7f48d9656387b40c4e3d53d6a7e71e9e17ceefe9. | |||
2022-09-15 | Update server_Initialization.ts | geireann | |
npm | |||
2022-09-12 | fixed rotating UI for video boxes. fixed generating error response for ↵ | bobzel | |
unsupported video/audio formats. | |||
2022-09-06 | changed youtube upload defaults to be more compatible with chrome. | bobzel | |
2022-09-06 | final cleanup of dragging rotated images. fixed loading of youtube videos ↵ | bobzel | |
and displaying errors when the upload fails | |||
2022-09-01 | afixed 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-08-10 | Merge branch 'master' into data-visualization-view-naafi | Naafiyan Ahmed | |
2022-07-28 | fixed video thumbnail generation to have a lock that prevents multiple ↵ | bobzel | |
attempts to create the thumbnails at the same time. fixed ImageUpload to catch resize errors and not crash the server. | |||
2022-07-20 | added a 'guest' login mode. added ability for mainView to be any doc, not ↵ | bobzel | |
just a docking collection. | |||
2022-07-12 | merged master | Naafiyan Ahmed | |
2022-07-12 | merged master | Naafiyan Ahmed | |
2022-07-07 | trying to fix errors in compiles | bobzel | |
2022-07-06 | added endpoint routes for csv and integrated chartjs | Naafiyan Ahmed | |
2022-06-30 | merge with master | Michael Foiani | |
2022-06-29 | got basic file upload to work | Naafiyan Ahmed | |
2022-06-10 | remove console.logs | Michael Foiani | |
2022-06-10 | merge with jenny bug fixes and fix small ui | Michael Foiani | |
2022-06-08 | big commit. FINALLY got the combining segments to work using ffmpeg using a ↵ | Michael | |
different workflow. small ui changes as well. |