Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-14 | fixed crash for loading some images (e.g, .tiff) | bobzel | |
2021-09-12 | updated youtube-dl | Geireann Lindfield Roberts | |
2021-08-31 | "Untitled Presentation" only created after a document is pinned | geireann | |
2021-08-30 | GitHubs are default view | geireann | |
2021-08-26 | youtube | bobzel | |
2021-08-26 | really close | geireann | |
2021-08-10 | from last | bobzel | |
2021-08-01 | made url server references relative. | bobzel | |
2021-07-24 | fixed minor issues and got rid of console error | geireann | |
2021-07-22 | Update server_worker.ts | geireann | |
2021-06-30 | allowed Dash-Web[0-9] as a valid pathname for local Dash repositories. | bobzel | |
2021-05-18 | added downloading of youtube videos if https://youtube-dl.org/ is installed ↵ | bobzel | |
on the server's path | |||
2021-03-26 | extracted AudioWaveform out of AudioBox in order to use in ↵ | bobzel | |
CollectionStackedTimelineView to share between audioBox and videoBox. | |||
2021-03-21 | from last. tweaks to uploading video screengrabs. | bobzel | |
2021-03-21 | made it possible to capture screen recordings as videos. | bobzel | |
2021-03-21 | upload screengrab video to server in mkv format ... can't yet play them. | bobzel | |
2021-02-26 | reverting back some parts of the fix to serialization | bobzel | |
2021-02-26 | fixed 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-23 | restored export/import of collection clones. did a little cleanup of ↵ | bobzel | |
collection freeform view | |||
2021-02-23 | fixed 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-07 | fixed 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-28 | undoing dummy change | usodhi | |
2020-10-28 | dummy change | usodhi | |
2020-10-26 | Merge branch 'restored_server_monitor' of ↵ | usodhi | |
https://github.com/browngraphicslab/Dash-Web into restored_server_monitor | |||
2020-10-22 | Single line rename | Sam Wilkins | |
2020-10-22 | added server comment | bobzel | |
2020-10-22 | Merge pull request #899 from browngraphicslab/restored_server_monitor | bobzel | |
Restored server monitor | |||
2020-10-21 | Replaced redundant DeconstructedError with ErrorLike | Sam Wilkins | |
2020-10-21 | SessionManager now expects .MONITORED rather than .RELEASE | Sam Wilkins | |
2020-10-20 | removed artificial error | Sam Wilkins | |
2020-10-20 | Merge branch 'restored_server_monitor' of ↵ | Sam Wilkins | |
https://github.com/browngraphicslab/Dash-Web into restored_server_monitor | |||
2020-10-20 | Fixed crash report | Sam Wilkins | |
2020-10-20 | fixed list operation synchronizatoin on server and made preselementbox change | bobzel | |
2020-10-20 | Fixed. bug from last push. | bobzel | |
2020-10-21 | server restarts automatically, session key + crash report distributed | usodhi | |
2020-10-20 | fixed 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-20 | Merge branch 'restored_server_monitor' of ↵ | usodhi | |
https://github.com/browngraphicslab/Dash-Web into restored_server_monitor | |||
2020-10-19 | Switch to ts-node from ts-node-dev for server monitoring | Sam Wilkins | |
2020-10-18 | fixed uploading .mov files. | bobzel | |
2020-10-19 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵ | usodhi | |
restored_server_monitor | |||
2020-10-17 | fixed rubberbadning ink shapes not to get cutoff. fixed animating ↵ | bobzel | |
annotations. fixed ink masks. fixed warnings. | |||
2020-10-17 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵ | usodhi | |
restored_server_monitor | |||
2020-10-16 | updated 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-16 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵ | usodhi | |
restored_server_monitor | |||
2020-10-15 | got 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-15 | With a MONITORED=true in .env, this should now work | Sam Wilkins | |
2020-10-10 | fixed docFilters to use up one string field, not 3. makes adding/removing ↵ | bobzel | |
to lists incrementally work with new server code. | |||
2020-10-10 | split 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-10 | fixes 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-08 | load entire DB in one message. | bobzel | |