| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-12 | fixed guest mode to always allow edits (since nothing is saved to server) | geireann | |
| 2023-07-11 | set acl for author of Doc when adding a Doc - otherwise, undetermined ↵ | bobzel | |
| behaviors happen. | |||
| 2023-07-11 | fixed sharing of presentations with dashboards. | bobzel | |
| 2023-07-11 | more fixes to simplify sharing | bobzel | |
| 2023-07-10 | fixed sharing to a user to allow upgrading credentials. | geireann | |
| 2023-07-10 | updated how Lists and Docs get updated when they contain an ObjectField that ↵ | bobzel | |
| will be modified | |||
| 2023-07-08 | fixed adding tabs to not try to distribute acls (this is done through adding ↵ | bobzel | |
| a Doc to the docking view's Doc list). | |||
| 2023-07-07 | fixed self-ownership of copied Docs created by someone else. prevent dash ↵ | bobzel | |
| from being pasted into itself. fixed inheritance of acls | |||
| 2023-07-07 | added a dashboard count to dashboard view to indicate that shared dashboards ↵ | bobzel | |
| exist. made dashboard lists scrollable. made guest mode be livePlayground to | |||
| 2023-07-07 | a bunch of fixes to simplify collaboration and make it work better. | bobzel | |
| 2023-07-07 | guest permission fixes | srichman333 | |
| 2023-07-07 | changing + inheriting layout acls fix | srichman333 | |
| 2023-07-07 | default is to override nested docs | srichman333 | |
| 2023-07-05 | from last | bobzel | |
| 2023-07-05 | changed acl inheritance for docking views. | bobzel | |
| 2023-07-04 | Merge branch 'master' into collaboration-sarah | srichman333 | |
| 2023-06-30 | fixed inherit parent acls to update shared docs list | srichman333 | |
| 2023-06-29 | from last | bobzel | |
| 2023-06-26 | layout acl updates - SharingManager works | srichman333 | |
| 2023-06-23 | cleaned up more issues with pointer events/contents active. fixed dragging ↵ | bobzel | |
| from piles. | |||
| 2023-06-23 | acls in proto so that layout acls start cleared | srichman333 | |
| 2023-06-22 | cleaned up dragging - abort presItem drags properly, fix naming for ↵ | bobzel | |
| drag/dropAction, small fix undo of drag removeproperties, dragging in/out of headerBar, fixed isContentActive to avoid SnappingManager.GetIsDragging. fixed resizing videos. | |||
| 2023-06-21 | uses acl from container for layout functions | srichman333 | |
| 2023-06-21 | layout acls initially unset + bug fix with public acl when creating tabs and ↵ | srichman333 | |
| dashbaords | |||
| 2023-06-16 | DocumentDecorations layout | srichman333 | |
| 2023-06-16 | cleaner w/ effectiveAcls | srichman333 | |
| 2023-06-15 | fixed group sharing distribution bug and group sharing in the properties menu | srichman333 | |
| 2023-06-15 | fixes post-merge | bobzel | |
| 2023-06-15 | more merge fixes | srichman333 | |
| 2023-06-14 | Merge branch 'master' into collaboration-sarah | srichman333 | |
| 2023-06-14 | PropertiesView changes - colors on all permissions and fixed bug with when ↵ | srichman333 | |
| the drop down arrow is displayed | |||
| 2023-06-13 | fixed updating cached docs when opening a backlinks collection. added some ↵ | bobzel | |
| FieldInfo types and added 'enumeration' field display in schema view. fixed bug in schema view column sizing. updated a bunch of standard field names to be more consistent. | |||
| 2023-06-06 | updated Symbol naming. fixed various compile errors related to type checking. | bobzel | |
| 2023-05-16 | fixed bugs with goldenlayout dragging and undoing. fixed searching for ↵ | bobzel | |
| filter values in sidebars. Stopped creating empty list for collections when datafield() is accessed because it messes up undo of a collection. fixed tab title editing. from marquee. Added UndoStack UI and additional naming support in code. | |||
| 2023-05-14 | fixed webpage link following by adding a presData for the current URL to all ↵ | bobzel | |
| embedded docs. fixed getView() in showDocuments to not get called with the proper anchors. changed unrendered MARKERs to CONFIGs. changed anchors to Configs or Markers as appropriate. | |||
| 2023-05-14 | major overhaul of field naming conventions. | bobzel | |
| 2023-05-10 | formatting and fixed problem with header overlapping text annotation sidebar. | bobzel | |
| 2023-05-10 | Merge branch 'master' into collaboration-sarah | bobzel | |
| 2023-05-06 | remove unused import from utils.ts | James Hu | |
| 2023-05-04 | properties view + sharing manager are consistent, and all text updates properly | srichman333 | |
| 2023-05-04 | First attempt at remfromlsit | James Hu | |
| 2023-05-02 | update | srichman333 | |
| properties view, document decorations, and sharing manager show + use correct acl | |||
| 2023-04-24 | fixed isContentActive=false to apply to stacking collections. fixed pile ↵ | bobzel | |
| view to be faster and to work in fit content panels. fixed issues with hidden docs and freeformviews that act as lightboxes - hidden docs can be shown as the lightbox doc without modifying the hidden flag to allow collection state to be restored. | |||
| 2023-03-22 | Merge branch 'master' into collaboration-sarah | srichman333 | |
| 2023-03-22 | visual changes to collaboration on doc and in PropertiesView | srichman333 | |
| 2023-03-14 | simplified Deserialize code. streamlined currentUserUtils to need fewer ↵ | bobzel | |
| compiled functions by parameterizing more functions. . | |||
| 2023-03-11 | changed links from being a computed field on documents to being accessed by ↵ | bobzel | |
| a function call on LinkManager | |||
| 2023-03-05 | replace jumpToDocument with showDocument. restructure code to get rid of ↵ | bobzel | |
| scrollFocus by adding getView() and fixing focus() and restoreTargetView | |||
| 2023-02-22 | fixed pres hide before/after, select w/o nav, and updating contents.. made ↵ | bobzel | |
| collections fitWidth by default so that they resize like a normal window. Made freeform pan/zoom animate when changing keyframes. allow nesting of keyframe collections.. made presEffects work even if there's no transition movement. made nested collection timelines follow parent by default, but with ability to change ordering. fixed treeView incremental render. treat doc anchors are preselements instead of delegating. don't highlight ink when dragging ctrl pts. | |||
| 2023-02-09 | fixed childLayoutString to work. made images capable of fitWidth. fixed ↵ | bobzel | |
| animating data field pres changes. fixed lightbox to ignore annotations on collections. fixed double-click on icon to open in lightbox. added options for turning off ink labels, and opening ink in lightbox. fixed closing ink strokes by dragging. fixed drawing ink to use coord sys of starting point and to render ink the correct width and to honor GestureOverlay mode properly. . | |||
