aboutsummaryrefslogtreecommitdiff
path: root/src/server/websocket.ts
AgeCommit message (Collapse)Author
2020-10-17fixed rubberbadning ink shapes not to get cutoff. fixed animating ↵bobzel
annotations. fixed ink masks. fixed warnings.
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-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-10fixed docFilters to use up one string field, not 3. makes adding/removing ↵bobzel
to lists incrementally work with new server code.
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-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-08-15cleaned up console.logs. fixed updating lastModified for SOLRbobzel
2020-08-13fixed search for type with multipe values. changed search schemabobzel
2020-08-11Merge branch 'master' into schema_searchbobzel
2020-08-10restored context display be re-enabling proxy types in websocketbobzel
2020-08-10filter checkboxesAndy Rickert
2020-08-05fixes for bobAndy Rickert
2020-08-05fixed some warnings/errors. added tooltip for filter icon.bobzel
2020-08-05 lintAndy Rickert
2020-08-03merge with new uiAndy Rickert
2020-08-03Merge branch 'master' into menu_restructurebobzel
2020-08-02changed server printout again.bobzel
2020-08-02Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵anika-ahluwalia
menu_restructure
2020-08-02changed output on serverbobzel
2020-08-02Merge branch 'master' into menu_restructurebobzel
2020-08-02fixed up import order on server to allow 'npm start' to work without hanging.bobzel
2020-08-02from lastbobzel
2020-08-02more server console messagesbobzel
2020-08-02added GetRefFields log statement on severbobzel
2020-07-31added debug flag to transpiler to catch hangs. fixed hang caused by imports ↵bobzel
being out of seqnce!?
2020-07-31mergeAndy Rickert
2020-07-13simplified tools panel (remove buxton, import folder). changed spacing of ↵Bob Zeleznik
fonticon labels.
2020-07-13added date to connection time.Bob Zeleznik
2020-06-09 bugfixing and cosmetic changesAndy Rickert
2020-06-03mergeAndy Rickert
2020-05-22fixed port issuesSam Wilkins
2020-05-22port extensibility fixesSam Wilkins
2020-05-17cleanupSam Wilkins
2020-05-17release server integration with sslbobzel
2020-05-15server initialization and port resolution fixesSam Wilkins
2020-05-14server side restructure, some documentation to accompany new wiki overview entrySam Wilkins