aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/SharingManager.tsx
AgeCommit message (Collapse)Author
2021-05-25fixed userColors to be set on mySharingDocs data document. fixed so that ↵bobzel
field is userColor everywhere (not color).
2021-04-09removed some old comments + some unused importsusodhi
2021-04-04mergingusodhi
2021-03-31sharing bugfix + minor restructure + some commentsusodhi
2021-01-11initial flyout to dropdown changeusodhi
2020-12-20added settings manager to esc key handlerusodhi
2020-12-17mergedusodhi
2020-12-16fixed treeView layouts to pass good values for panelWidth/height to ↵bobzel
DocumentView. renamed Selectionmanager methods to be views not documents.
2020-12-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵bobzel
DocumentViewInternal
2020-11-27removed overrideusodhi
2020-11-26some sharing menu changesusodhi
2020-11-25Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-11-24prevent possible crash on empty text box hypertext link. prevent Webbox's ↵bobzel
from updating .text field every time loaded. avoided slow incremental updating of LinkDB by awaating document anchors when linkdb is setup.
2020-10-16mergeusodhi
2020-10-16fixed compile warn ings.bobzel
2020-10-15fixed warningsbobzel
2020-10-15mergingusodhi
2020-10-12split getEffectiveAcl code for determining if a field can be modified out ↵bobzel
into getPropAcl.
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-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-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-09fixed sharing to share with new user added during session.bobzel
2020-10-08removed unneeded call that slows down the dialogbobzel
2020-10-08Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
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-08fixes userlistcontents issueusodhi
2020-10-07can add -> can augment in sharingmanagerusodhi
2020-10-01various fixes to new sharing / email normalizationbobzel
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-01changed sharing to use __ to replace .'s in emails to avoid problems with ↵bobzel
storing keys in mongo
2020-10-01removed unnecessary actionusodhi
2020-10-01added acl refresh ish button to panel and sharing menuusodhi
2020-09-25changed unset to None and minor changesusodhi
2020-09-23hid View/Read only acl option. renamed Add acl Can Augmentbobzel
2020-09-23merge conflictusodhi
2020-09-23moved Layout checkbox to developer mode.bobzel
2020-09-23override and one-click stuffusodhi
2020-09-22changed default sharing to Add from Viewbobzel
2020-09-22changed default sharing permission in sharing menu to readonlyusodhi
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..
2020-09-18changed ACL to acl. fixed title to read values from data doc ↵bobzel
preferentially over layout doc.
2020-09-17fixed deleting text links to work when there are multiple links in the same ↵bobzel
linkAnchor mark. addressed problem with text getting a negative height when its resized to fit content in a preview window when its also displayed in freeform.
2020-09-17changed text box headers from a template to a title bar.bobzel
2020-08-30changes for multiple docs selected + other small changesusodhi
2020-08-24simplified sidebar document structure. changed treeViewHideTitle to ↵bobzel
treeViewHideTopDoc along with semantics to match. fixed linkBox to work with updates.