Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-07 | lint fixes | bobzel | |
2024-08-21 | more lint fixes after update | bobzel | |
2024-08-15 | cleaned up server list add/rem. | bobzel | |
2024-08-13 | fixed bugs introduced cleaning up database list ops. | bobzel | |
2024-08-13 | updated list ops on server | bobzel | |
2024-08-13 | from last | bobzel | |
2024-08-13 | removed youtube query calls | bobzel | |
2024-08-08 | many changes to add typing in place of 'any's etc | bobzel | |
2024-04-23 | fixes for rich text menu updates and setting parameters on text doc vs ↵ | bobzel | |
within in RTF. Lots of lint cleanup. | |||
2024-04-17 | restoring eslint - updates not complete yet | bobzel | |
2024-04-05 | fixed npm start-release on ssl server | geireann | |
2024-04-05 | more fixes to socket.io and socket.io-client includes | bobzel | |
2023-12-05 | mostly working version with latest libraries | bobzel | |
2023-12-04 | trying to do version updates on all npm packages. | bobzel | |
2023-05-14 | major overhaul of field naming conventions. | bobzel | |
2023-05-10 | fixed server list removal to do value tests. | bobzel | |
2023-05-10 | formatting | bobzel | |
2023-05-06 | clean up and comment remFromList | James Hu | |
2023-05-04 | First attempt at remfromlsit | James Hu | |
2023-05-01 | fixed RecordingBox/View serialization to save docid, not Doc. | bobzel | |
2023-04-17 | Merge branch 'master' into james-server-stats | bobzel | |
2023-04-08 | Clean code and Comments | Mohammad Amoush | |
2023-03-18 | Add operations counter | Mohammad Amoush | |
2023-03-06 | /stats handler | jameshu111 | |
2023-02-27 | restructured 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-20 | added a 'guest' login mode. added ability for mainView to be any doc, not ↵ | bobzel | |
just a docking collection. | |||
2022-03-17 | removed buxton importer stuff. removed libxmljs needed by buxtonimporter ↵ | geireann | |
which was breaking npm install | |||
2022-01-18 | fixed 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-21 | Merge branch 'master' into trails-aubrey | Aubrey-Li | |
2021-08-10 | from last | bobzel | |
2021-07-24 | backend issues with creating map node | Aubrey-Li | |
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 | 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-20 | fixed list operation synchronizatoin on server and made preselementbox change | bobzel | |
2020-10-20 | Fixed. bug from last push. | bobzel | |
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-17 | fixed rubberbadning ink shapes not to get cutoff. fixed animating ↵ | bobzel | |
annotations. fixed ink masks. fixed warnings. | |||
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-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-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 | 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 | fixed 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-06 | fixes for undo with multi-users | bobzel | |
2020-10-06 | fixed list additions to be truly incremental to allow undo to work | bobzel | |
2020-10-06 | cleanup fixes. | bobzel | |
2020-10-05 | from last | bobzel | |
2020-10-05 | try sending list back to sender if we notice the set of fields is different ↵ | bobzel | |
than the originally sent set of fields | |||
2020-10-05 | handled concurrent list additions as a special case (need to handle all ↵ | bobzel | |
concurrent edits still). | |||
2020-08-15 | cleaned up console.logs. fixed updating lastModified for SOLR | bobzel | |