aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-10-14Merge branch 'master' into presentation_v1Geireann Lindfield Roberts
2020-10-14update view (as button), doc.dragging q?Geireann Lindfield Roberts
2020-10-13fixed jumpToDocument where target is in a collection that isn't shown to ↵bobzel
display the doc in the colleciton without addinga an extra tab for the target. doc itself.
2020-10-13fixed following links from hypertext anchors to use FollowLinkbobzel
2020-10-13Merge branch 'master' into presentation_v1Geireann Lindfield Roberts
2020-10-13css mini fix :+1:Geireann Lindfield Roberts
2020-10-13fixed runtime errors in presBoxbobzel
2020-10-13Merge branch 'master' into presentation_v1Geireann Lindfield Roberts
2020-10-13Pres redesign and minor changesGeireann Lindfield Roberts
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-13Merge branch 'master' into presentation_v1Geireann Lindfield Roberts
2020-10-13updates before mergeGeireann Lindfield Roberts
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-12capped zoom in at a factor of 20. fixed zoom in not to pan when it hits its ↵bobzel
zoom in limit.
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-11prevented documents that are unshared (ie private to soeone else) from ↵bobzel
showing up as an empty key value in stacking and other views. tried to fix an exception when showing links (that wasn't repeatable, so dion't know if fix works).
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-10fixed scrolling down to annotations that have no height (but really do -- eg ↵bobzel
pdf selections) to at least show 50 pixels.
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-10fixed showing ink tools when text is unselected.bobzel
2020-10-10from lastbobzel
2020-10-10fixed text box cursorbobzel
2020-10-10some group fixesusodhi
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-09backward compatibiilty with groupNamebobzel
2020-10-09from lastbobzel
2020-10-09fixed updating groups to take effect immediatelybobzel
2020-10-10Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-10-09less broken, but still not workingbobzel
2020-10-09trying to get group updates to work automaticallybobzel
2020-10-09simplified setting group usersbobzel
2020-10-09fixed sharing to share with new user added during session.bobzel
2020-10-08fixed dragging bottom of some pdfs not to grow wildly. stopped writing ↵bobzel
renderContentBounds to annotation views. fixed texts sidebar notes to not add extra chars on creation.
2020-10-08added direct typing of notes into stacking columns in text box sidebar.bobzel
2020-10-08added hack to save startup state. fixed runtime failure by restoring imports ↵bobzel
in main.tsx
2020-10-08load entire DB in one message.bobzel
2020-10-08fixed exception when setting titles on text docs.bobzel
2020-10-08made computedFn's out of getRlatedLinks callsbobzel
2020-10-08removed unneeded call that slows down the dialogbobzel
2020-10-08from lastbobzel
2020-10-08don't have PDFS snap to page boundary on smooth scrollbobzel
2020-10-08fixes for getting pdfs and previews to scroll properlybobzel
2020-10-08Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-10-08fixed backspacing to delete schemaviewsbobzel
2020-10-08changed sharing manager to update users in one action, not multiple and only ↵bobzel
once per session if the user list doesn't change