aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/SharingManager.tsx
AgeCommit message (Collapse)Author
2021-08-19fixed errors and warningsbobzel
2021-08-09fixed augment only text to resize correctly with autoheight. fixed acls to ↵bobzel
cache correctly for new documents. fixed links to be shared across users. fixed links to always default to public.
2021-08-06collabortion fixes: added new acl for allowing people to edit their own text ↵bobzel
within the same note, fixed playground fields to write to the server without updating other clients.
2021-05-31Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
sharing_scenario
2021-05-30sharingmanagaer cleanupusodhi
2021-05-25fixed userColors to be set on mySharingDocs data document. fixed so that ↵bobzel
field is userColor everywhere (not color).
2021-05-17trying dynamic off screen docsusodhi
2021-04-10mergingusodhi
2021-04-09removed some old comments + some unused importsusodhi
2021-04-04mergingusodhi
2021-04-03dashboard sharing works, aliases to gousodhi
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