aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Collapse)Author
2022-04-29fixes to webpage proxying. fixes for images (and clippings) to use ↵bobzel
appropriate sampled image.
2022-04-29another fix for Label's BigText to make multiline work better. fixed server ↵bobzel
bug for 'write after end' when servering web pages.
2022-04-28Update database.tsGeireann
2022-04-28fixed feedback dragging link button. fixed warnings. added some assymetric ↵bobzel
linkRelationships.
2022-04-27attempting to fix server topology issuesGeireann Lindfield Roberts
2022-04-26Update applied_session_agent.tsgeireann
2022-04-26made creating a new thumbnail icon delete previous ones. fixed bug where ↵bobzel
documents would re-render if an earlier docuent in the collection list was added/removed.
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.