aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)Author
2020-10-22added server commentbobzel
2020-10-22Merge pull request #899 from browngraphicslab/restored_server_monitorbobzel
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 https://github.com/browngraphicslab...Sam Wilkins
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 succession...bobzel
2020-10-20Merge branch 'restored_server_monitor' of https://github.com/browngraphicslab...usodhi
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 re...usodhi
2020-10-17fixed rubberbadning ink shapes not to get cutoff. fixed animating annotations...bobzel
2020-10-17Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into re...usodhi
2020-10-16updated user initialization code to not generate server traffic when creating...bobzel
2020-10-16Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into re...usodhi
2020-10-15got rid of isDragging in favor of a field on the PresElement. fixed moving i...bobzel
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 to...bobzel
2020-10-10split LinkDatbase into its own field in the user's registry. fixed sharing t...bobzel
2020-10-10fixes to issues with updating interactively whe groups change. fixes for mul...bobzel
2020-10-08load entire DB in one message.bobzel
2020-10-08fixed adding/removing schema columns. fixed showing text/ink tools in menu a...bobzel
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 t...bobzel
2020-10-05handled concurrent list additions as a special case (need to handle all concu...bobzel
2020-10-01major performance fix by adding a SharingDocument to the user's DB account so...bobzel
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 search...bobzel
2020-09-04fixed typos + css + changing value on dropped documents in masonry view + ink...usodhi
2020-09-01trying new solr schema that splits words on whitespace. fixed context menu c...bobzel
2020-08-30fixed importBox upload to give feedback, share code. fixed stacking autoHeigh...bobzel
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 (remov...bobzel
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 lin...bobzel
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
2020-08-10filter checkboxesAndy Rickert
2020-08-08Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ne...Lionel Han