aboutsummaryrefslogtreecommitdiff
path: root/src/fields
AgeCommit message (Collapse)Author
2020-11-10fixed performance issues with background grid by avoiding making really big ↵bobzel
canvases.
2020-11-09added fullScreen alias option for opening documents so that opened document ↵bobzel
can have different scale than original. fixed pushpins to not toggle target if something must be panned/zoomed to show the target. fixed drag drop to ignore the document being dragged properly when dropping (which prevented a document over a collection from being dropped on the colelction when move slightly).
2020-10-30trying out actionbobzel
2020-10-30from lastbobzel
2020-10-30fixed setting links from link dialogue in text boxesbobzel
2020-10-22fixed undobobzel
2020-10-22fixed list undo/redo to work with non-doc items.bobzel
2020-10-20fixes for overlayDocs for undo/redo in presBox - undo/redo of minimize/show ↵bobzel
sidebar.
2020-10-17major rewrite of native width/height/aspect. Fixed scaling of text note ↵bobzel
sidebars.
2020-10-16fixed compile warn ings.bobzel
2020-10-15fixed list undo/redo to work with incremental list edits. makes ↵bobzel
presentation boxes work
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-13fixed expand template layout to create delegate in timeout -- otherwise it ↵bobzel
can violate mobx computed values which may trigger it.
2020-10-12updated getEffectiveAcl to be a computedFn. got rid of OverrideAcl in favor ↵bobzel
of just using UpdatingFromServer
2020-10-12split getEffectiveAcl code for determining if a field can be modified out ↵bobzel
into getPropAcl.
2020-10-12took out acl cache because it wasn't working for shared docsbobzel
2020-10-12fixed computedFn()'s to be used correctly in several places. fixed major ↵bobzel
memory leak in PDFs
2020-10-12switched fonticonbox and colelctionsubview to test GetEffectiveAcl to ↵bobzel
determine if document is available (instead of hack of testing 'author'). made GetEffectiveAcl a computedFn. No longer create a pushpin when an annotation that's linked to text is dragged off a PDF. fixed undo of pushpin navigation (used to call finish() twice). fixed pushpin navigation to conistenly pan & sensibly toggle target
2020-10-11removed setting fields to undefined when Acl is Private in hopes of not ↵bobzel
losing data when permissions are changed. prevented server writes on startup by making renderContentBounds setting a reaction, and making linearView not resize if documents are still promises and make text boxes not flip-flop their height all the time.
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-10cached groups user is in for efficiency which avoids th whole screen ↵bobzel
redrawing when a group is added.
2020-10-10split LinkDatbase into its own field in the user's registry. fixed sharing ↵bobzel
to set lastModified after modifying groups so that remote participants see the right data. fixed text boxes to show blue icon when there's an annotaitn entry
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-09fixed updating groups to take effect immediatelybobzel
2020-10-09trying to get group updates to work automaticallybobzel
2020-10-09simplified setting group usersbobzel
2020-10-07fixed following links to set the scollTop of PDFs corretion. Fixed ↵bobzel
following links to rich text anchors to scroll and highlight properly. fixed pushpin behavior to only toggle off when the target is in sight.
2020-10-06runtime error fix for fetchProto(). fix for preview layout of text link.bobzel
2020-10-06fromlastbobzel
2020-10-06fixes for undo with multi-usersbobzel
2020-10-06from lastbobzel
2020-10-06fixed list additions to be truly incremental to allow undo to workbobzel
2020-10-05handled concurrent list additions as a special case (need to handle all ↵bobzel
concurrent edits still).
2020-10-02fixed email (de)normalization. fixed sharing to hide objects whose ↵bobzel
permissions have been revoked
2020-10-01from lastbobzel
2020-10-01major performance fix by adding a SharingDocument to the user's DB account ↵bobzel
so that inquiring the users' UserDoc (and everything it referecens) is no longer necessary.
2020-10-01fixed clearing out doc data when permissions are lost. includes ↵bobzel
CurrentEmailNormalized from previous commit
2020-10-01changed sharing to use __ to replace .'s in emails to avoid problems with ↵bobzel
storing keys in mongo
2020-09-30fixed filtering by #links. improved textlink preview layout.bobzel
2020-09-30fixed performance issue with linksbobzel
2020-09-25changed unset to None and minor changesusodhi
2020-09-25override related changes. more to gousodhi
2020-09-24shifted override location in geteffectiveaclusodhi
2020-09-24fixed acls for inkbobzel
2020-09-23override and one-click stuffusodhi
2020-09-22changed default sharing permission in sharing menu to readonlyusodhi
2020-09-22Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-09-22Update util.tsGeireann Lindfield Roberts
2020-09-21minor changesusodhi
2020-09-20fixed undo for bullet points to not take multiple steps and to work ↵bobzel
properly. no longer adds cursorfiels to the undo stack. fixed sharing manager to no create unnecesary documents..