aboutsummaryrefslogtreecommitdiff
path: root/src/client/util
AgeCommit message (Collapse)Author
2020-10-25changed title to be gray when an undo batch has not completed. useful for ↵bobzel
debugging mostly.
2020-10-22added more caching for linkManager queries.bobzel
2020-10-22added alert for uknown filetype uploadsbobzel
2020-10-20fixes for overlayDocs for undo/redo in presBox - undo/redo of minimize/show ↵bobzel
sidebar.
2020-10-20fixed getFirstDocumenView() to choose a visible document view over the first ↵bobzel
one in its list which may be in a hidden tab.
2020-10-18documents that are not in current collection open in new tab instead of on rightGeireann Lindfield Roberts
2020-10-18dragging has optional dropEvent argumentGeireann Lindfield Roberts
+ Changes presStatus -> enum
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-16fixed RTF so that you can scroll smoothly in a presentation.bobzel
2020-10-16fixed compile warn ings.bobzel
2020-10-15fixed warningsbobzel
2020-10-14fixed focusDocument in freeform views to work with annotation ↵bobzel
overlays(mostly) - still an issue when original image is in a frame that doen't match its dimensions
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-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-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-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-09backward compatibiilty with groupNamebobzel
2020-10-09from lastbobzel
2020-10-09fixed updating groups to take effect immediatelybobzel
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-08load entire DB in one message.bobzel
2020-10-08made computedFn's out of getRlatedLinks callsbobzel
2020-10-08removed unneeded call that slows down the dialogbobzel
2020-10-08fixes for getting pdfs and previews to scroll properlybobzel
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
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-07Merge pull request #847 from browngraphicslab/acls_uvbobzel
can add -> can augment in sharingmanager
2020-10-07fixed following links to not center outer document if originating anchor is ↵bobzel
in that document. fixed scroling to happen instantly if it's already scrolled there. fixed clicking on pdf text anchor to select the pdf.
2020-10-07fixed portals to zoom in place. fixed following links to not focus on ↵bobzel
context if starting anchor is in the same context. maded pushpins call finished()
2020-10-07can add -> can augment in sharingmanagerusodhi
2020-10-06set default user color explicitlybobzel
2020-10-06from lastbobzel
2020-10-06restored ability to open document that has been moved from another ↵bobzel
document's annotation overlay
2020-10-05fixed linkEditor to edit links for annotations embedded on PDFsbobzel
2020-10-05got rid of link group stuff. fixed sidebar popping out when properties pops ↵bobzel
out. got rid of Layout from properties because it caused PDFs to scroll.
2020-10-02fixed creating groupsbobzel
2020-10-01various fixes to new sharing / email normalizationbobzel
2020-10-01fixed warningsbobzel
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 closed library flyout view to not render a DocumentView. fixed ↵bobzel
sidebar panels to not be selectable. fixed changing view of sidebar panel to only affect that panel
2020-10-01changed sharing to use __ to replace .'s in emails to avoid problems with ↵bobzel
storing keys in mongo