aboutsummaryrefslogtreecommitdiff
path: root/src/server/websocket.ts
AgeCommit message (Collapse)Author
2024-10-07lint fixesbobzel
2024-08-21more lint fixes after updatebobzel
2024-08-15cleaned up server list add/rem.bobzel
2024-08-13fixed bugs introduced cleaning up database list ops.bobzel
2024-08-13updated list ops on serverbobzel
2024-08-13from lastbobzel
2024-08-13removed youtube query callsbobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-04-23fixes for rich text menu updates and setting parameters on text doc vs ↵bobzel
within in RTF. Lots of lint cleanup.
2024-04-17restoring eslint - updates not complete yetbobzel
2024-04-05fixed npm start-release on ssl servergeireann
2024-04-05more fixes to socket.io and socket.io-client includesbobzel
2023-12-05mostly working version with latest librariesbobzel
2023-12-04trying to do version updates on all npm packages.bobzel
2023-05-14major overhaul of field naming conventions.bobzel
2023-05-10fixed server list removal to do value tests.bobzel
2023-05-10formattingbobzel
2023-05-06clean up and comment remFromListJames Hu
2023-05-04First attempt at remfromlsitJames Hu
2023-05-01fixed RecordingBox/View serialization to save docid, not Doc.bobzel
2023-04-17Merge branch 'master' into james-server-statsbobzel
2023-04-08Clean code and CommentsMohammad Amoush
2023-03-18Add operations counterMohammad Amoush
2023-03-06/stats handlerjameshu111
2023-02-27restructured getAnchor()/scrollFocus to be more consistent. added ↵bobzel
setterscript for computedFields. restructed getFieldsImpl to avoid making multiple requests for the same document due to timing issues by 'locking' a document cache with a promise before sending the server request. added rotation and fill color as animatable fields. fixed image cropping for
2022-07-20added a 'guest' login mode. added ability for mainView to be any doc, not ↵bobzel
just a docking collection.
2022-03-17removed buxton importer stuff. removed libxmljs needed by buxtonimporter ↵geireann
which was breaking npm install
2022-01-18fixed warnings. display last user to edit db. fixed /activity to show ↵bobzel
only users with a connected socket. fixed toggle "Overlay" button to toggle its background based on overlay state.
2021-08-21Merge branch 'master' into trails-aubreyAubrey-Li
2021-08-10from lastbobzel
2021-07-24backend issues with creating map nodeAubrey-Li
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-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-20fixed list operation synchronizatoin on server and made preselementbox changebobzel
2020-10-20Fixed. bug from last push.bobzel
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-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