aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Collapse)Author
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
2020-10-08fixed adding/removing schema columns. fixed showing text/ink tools in menu ↵bobzel
at right time. cleaned up schema view a bit and fixed drag bar from disappearing when shown in full tab.
2020-10-06fixes for undo with multi-usersbobzel
2020-10-06fixed list additions to be truly incremental to allow undo to workbobzel
2020-10-06cleanup fixes.bobzel
2020-10-05from lastbobzel
2020-10-05try sending list back to sender if we notice the set of fields is different ↵bobzel
than the originally sent set of fields
2020-10-05handled concurrent list additions as a special case (need to handle all ↵bobzel
concurrent edits still).
2020-10-01major performance fix by adding a SharingDocument to the user's DB account ↵bobzel
so that inquiring the users' UserDoc (and everything it referecens) is no longer necessary.
2020-09-28fixed follow link to scroll stacking/masonry views properly.bobzel
2020-09-28fixing search to handle bad regexps without killing the server. fixed ↵bobzel
search to not loop forever on bad searches that return nothing.
2020-09-04fixed typos + css + changing value on dropped documents in masonry view + ↵usodhi
ink x + added .mpeg as acceptable audio format
2020-09-01trying new solr schema that splits words on whitespace. fixed context menu ↵bobzel
clicking in schema/search view.
2020-08-30fixed importBox upload to give feedback, share code. fixed stacking ↵bobzel
autoHeight to happen immediately. fixed images to not need to request image information. changed doc decorations to change image native width. changed alert() when dropping on impermissibale doc. fixed allow dropping over images,etc. changed default image nativeSize to 900
2020-08-15cleaned up console.logs. fixed updating lastModified for SOLRbobzel
2020-08-15fixes for search -- need to rethink how to get a sortable string field ↵bobzel
(removed _s suffix for now).
2020-08-13fixed search for type with multipe values. changed search schemabobzel
2020-08-13changed solr schema so that text and date fields are sortable. fixed one ↵bobzel
line text not to show scrollbars. fixed scriptingRepl to allow document ids to be entered.
2020-08-13bug fixes, small UI changes, import in left sidebarGeireann Lindfield Roberts
2020-08-11Merge branch 'master' into schema_searchbobzel
2020-08-10restored context display be re-enabling proxy types in websocketbobzel
2020-08-10mergeAndy Rickert
2020-08-10reverting back to earlier algorithmAndy Rickert
2020-08-10fixes for search to do filter system and non-searchable documents on the server.bobzel