aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Collapse)Author
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-10from lastbobzel
2021-08-01made url server references relative.bobzel
2021-07-24fixed minor issues and got rid of console errorgeireann
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
2020-10-22added server commentbobzel
2020-10-22Merge pull request #899 from browngraphicslab/restored_server_monitorbobzel
Restored server monitor
2020-10-21Replaced redundant DeconstructedError with ErrorLikeSam Wilkins
2020-10-21SessionManager now expects .MONITORED rather than .RELEASESam Wilkins
2020-10-20removed artificial errorSam Wilkins
2020-10-20Merge branch 'restored_server_monitor' of ↵Sam Wilkins
https://github.com/browngraphicslab/Dash-Web into restored_server_monitor
2020-10-20Fixed crash reportSam Wilkins
2020-10-20fixed list operation synchronizatoin on server and made preselementbox changebobzel
2020-10-20Fixed. bug from last push.bobzel
2020-10-21server restarts automatically, session key + crash report distributedusodhi
2020-10-20fixed concurrency problem when adding/deleting from lists in rapid ↵bobzel
succession. was causing presentation lists to do strange things when deleting multiple documents at once.
2020-10-20Merge branch 'restored_server_monitor' of ↵usodhi
https://github.com/browngraphicslab/Dash-Web into restored_server_monitor
2020-10-19Switch to ts-node from ts-node-dev for server monitoringSam Wilkins
2020-10-18fixed uploading .mov files.bobzel
2020-10-19Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
restored_server_monitor
2020-10-17fixed rubberbadning ink shapes not to get cutoff. fixed animating ↵bobzel
annotations. fixed ink masks. fixed warnings.
2020-10-17Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
restored_server_monitor
2020-10-16updated user initialization code to not generate server traffic when ↵bobzel
creating a new account. set user accounts to update their cache 2.5s after login.
2020-10-16Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
restored_server_monitor
2020-10-15got rid of isDragging in favor of a field on the PresElement. fixed moving ↵bobzel
items in presBox by fixing websocket to maintain ordering on sequential operations on a list. fixed list splicing to not call addToSet unless splicing is at end of list. fixed setting return scale when following link into portal
2020-10-15With a MONITORED=true in .env, this should now workSam Wilkins
2020-10-10fixed docFilters to use up one string field, not 3. makes adding/removing ↵bobzel
to lists incrementally work with new server code.
2020-10-10split LinkDatbase into its own field in the user's registry. fixed sharing ↵bobzel
to set lastModified after modifying groups so that remote participants see the right data. fixed text boxes to show blue icon when there's an annotaitn entry
2020-10-10fixes to issues with updating interactively whe groups change. fixes for ↵bobzel
multiple rapid modifications to list field where values would be overwrriten when sever sendBack stale information. fixes to list.splice() where deleting nothing but adding something didn't result in an addToSet.
2020-10-08load entire DB in one message.bobzel