aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Collapse)Author
2022-03-17removed buxton importer stuff. removed libxmljs needed by buxtonimporter ↵geireann
which was breaking npm install
2022-03-10added prop when thumbnail is shown for a document so componentView can ↵bobzel
choose not to render. fixed pdf views to not generate gray box when first transitioning from thumb to live view.
2022-03-02upgraded to typescript 4.6.2bobzel
2022-03-01updated to webpack 5bobzel
2022-02-22fixed switching tabs to immediately render the title of the tab as content ↵bobzel
to provide feedback that something is happening. changed server to only set caching for images. fixed warnings/errors.
2022-02-16changed incremental loading to generate update requests more quickly. ↵bobzel
turned on local browser caching of server responses (eg, images)
2022-02-14added an incremental load for freeform collections. fixed updating of web ↵bobzel
page thumbs on deselection after the first thumb is generated.
2022-02-10switched scripts to use a cache to avoid recompiling. simplified some things ↵bobzel
with documentView and zooming to avoid invalidations.
2022-02-09speeding up rendering using bitmaps for webpages and other heavyweight docs.bobzel
2022-01-18fixed warnings. display last user to edit db. fixed /activity to show ↵bobzel
only users with a connected socket. fixed toggle "Overlay" button to toggle its background based on overlay state.
2021-10-28Merge branch 'master' into trails-aubreyAubrey Li
2021-10-27new exif interface promotes exif data to the regular data field, not data.gpsbobzel
2021-10-27fixed warnings/errors.bobzel
2021-10-26Merge branch 'master' into trails-aubreyAubrey Li
2021-10-26update Mapbox image renderingAubrey Li
2021-10-26added better exif parser module to serverbobzel
2021-10-26when document is in lightbox view and a link is followed to its sidebar, we ↵bobzel
no longer reopen the document in its context. fixed selecting annotations on web/pdf. don't change document height when shown in a linkPreview. webBox fixes for pages with scripts. fixed range bounds when clicking on web text several fixes to web pages on server and client. client webbox allows clicks on divs with onclick instead of doing selection also hacky fix so that google search url doesn't keep expanding by removing 'q=' regions also added prevent/allow script menu item server grabs all html and hides id="google.." which are ads. also rewrites hrefs starting with http to route through corsProxy also removes target=_blank tags to prevent pages from opening outside of dash. also cleaned up routes and comments also when not logged in, references to anything in dash domain route to /home
2021-10-16fixed warnings/errors & redirection to /homebobzel
2021-09-15delete public/fileAubrey Li
2021-09-15merge conflicts and toggle sidebarAubrey Li
2021-09-15merge master into trails-aubreyAubrey Li
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-08-26really closegeireann
2021-08-21Merge branch 'master' into trails-aubreyAubrey-Li
2021-08-10from lastbobzel
2021-08-03Merge branch 'master' into trails-aubreyAubrey-Li
2021-08-01made url server references relative.bobzel
2021-07-26Merge branch 'master' into trails-aubreyAubrey-Li
2021-07-24fixed minor issues and got rid of console errorgeireann
2021-07-24backend issues with creating map nodeAubrey-Li
2021-07-22Update server_worker.tsgeireann
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
2021-02-26reverting back some parts of the fix to serializationbobzel
2021-02-26fixed serialization error handling to not kill Dash - bad list items ↵bobzel
prevented tabs from being created. cleaned up document fields a little more - switched layers to _layerTags, got rid of a couple unused fields.
2021-02-23restored export/import of collection clones. did a little cleanup of ↵bobzel
collection freeform view
2021-02-23fixed backspace to delete text items in treeViews. simplified ↵bobzel
UndoRunInTempBatch. fixed clicking on sort line for treeView to only recognize actual clicks. fixed stayInCollection with DocDecorations to not create a giant gray square. prevent server crash when db has bad data somehow.
2020-12-07fixed lists to allow multiple null-value entries & be able to edit in ↵bobzel
KeyValuePane. cleaned up a lot of stuff with animation frames and got working again. fixed previews of links to text selections to preview properly.
2020-10-28undoing dummy changeusodhi
2020-10-28dummy changeusodhi
2020-10-26Merge branch 'restored_server_monitor' of ↵usodhi
https://github.com/browngraphicslab/Dash-Web into restored_server_monitor
2020-10-22Single line renameSam Wilkins