aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocComponent.tsx
AgeCommit message (Collapse)Author
2020-11-20added a preliminary Layer mechanism. changed documentDecrations to not go ↵bobzel
out of the mainDocument area. changed parentActive to work "recursively" through stacks of background documents.
2020-10-12split getEffectiveAcl code for determining if a field can be modified out ↵bobzel
into getPropAcl.
2020-10-06cleanup fixes.bobzel
2020-10-06fixed adding documents to check acl of added document(s) correctlybobzel
2020-10-01various fixes to new sharing / email normalizationbobzel
2020-09-29made pdf/web anchors pushpins by default. can now remove docs you own from ↵bobzel
sidebars you don't. made formatted text boxes alway show sidebar handle when there's content. sidebar text has no padding by default. sidebar collection doesn't scroll when text overflows. added more playground fields
2020-09-28fixed filtering annotation anchors on PDFs. added tooltip for identifying ↵bobzel
who made an annotation.
2020-09-14made custom header default to author/creationDatebobzel
2020-09-14updated the custom text box to specify frontSize through document values.bobzel
2020-09-01fixed facet filters operations and whitelisting of known fieldsbobzel
2020-08-28fixed undo for collection tabs. fixed treeview to support freezeChildren to ↵bobzel
prevent children from being removed from the tree. Made _isBackground a layoutfield. fixed formattedTextBox exceptions on undo from a tab.
2020-08-27switched back to recentlyClosed from inactive. fixed adding tag to multiple ↵bobzel
document seleciton.
2020-08-21fixed stacking view to use autoHeight to avoid having scroll bars. changed ↵bobzel
some names (inactive instead of recentlyClosed). switched to untitled Tabs from Untitled Collection
2020-08-17added sort to solr search options. removed delete field assignment when ↵bobzel
removing Documents. Allowed ToScriptScript and ToString to go through regardless of ACLs
2020-08-12used datadoc for acl calculations in many places + some other changesusodhi
2020-08-12Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-08-12minor changesusodhi
2020-08-10reverting back to earlier algorithmAndy Rickert
2020-08-10prevented infinite loop in distributeAcls + allowed change of alias x, y, ↵usodhi
width, height in owned collection + changes to removeDocument calls in many places + comments etc
2020-08-10default acl private setting created + bugfixusodhi
2020-08-08tidying up assorted features, disabling editing doc keys in search, etcAndy Rickert
2020-08-04owner's acl set when sharing menu openedusodhi
2020-08-04reinstated collection acl inheritanceusodhi
2020-07-31integrated playgroundmode into geteffectiveacl, still some issues with ↵usodhi
deleting docs
2020-07-30some playground mode stuff + minor sharingmanager changesusodhi
2020-07-29fixed merge conflictsusodhi
2020-07-29anyone can share without setting acls + fixed some inheriting stuff + ↵usodhi
deleting stuff + some cleanup
2020-07-28cleaned up some font stuff. cleaned up DocumentView a bitBob Zeleznik
2020-07-27extended pdfviewer interactions to WebBox's.Bob Zeleznik
2020-07-24fixed instances of AclEdit to include AclAdminusodhi
2020-07-24added admin acl + renamed LinkCreatedBox to TaskCompletedBox and added ↵usodhi
custom text functionality + popups on sharing docs and creating groups + relocated SharingPermissions
2020-07-21distributeAcls only changes if container is more restrictiveusodhi
2020-07-21distributing acls shifted to util.tsusodhi
2020-07-21more addonly fixesusodhi
2020-07-20fixed some addonly stuff + added annotations to playground fields + ↵usodhi
recursively distributes acls + some modal stuff
2020-07-09change DocListCast to async in SharingManager + prevented textbox from ↵usodhi
showing up on click
2020-07-09removed some unnecessary importsusodhi
2020-07-09acls now work I think + some cleanupusodhi
2020-07-06trying first implementation of storing aclsusodhi
2020-06-12added ACL's for annotations.Bob Zeleznik
2020-06-08final cleanup of ink related stuff so that things are more structured and we ↵Bob Zeleznik
avoid input cycles
2020-06-08a bunch of cleanup to fix import order and to organize/restructure ink ↵Bob Zeleznik
things in the right places.
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-05-13fixed detailView to support scalingBob Zeleznik
2020-05-09lint fixesBob Zeleznik
2020-05-07fixed tree view title editing. cleaned up annotation keys in DocComponentBob Zeleznik
2020-05-07fixed most add/remove/move documents to support doc[]'sBob Zeleznik
2020-05-02cleaned up presbox to not use reactions but to use a lookup script. put ↵Bob Zeleznik
lookupField into DocComponent for general use
2020-05-02cleaned up a lot of layoutTemplate/String props. fixed link drawing.Bob Zeleznik
2020-05-01added childLayoutTemplate to render collection children w/o modifying them. ↵Bob Zeleznik
fixed docComponent's layoutDoc to use LayoutDoc prop. change buxton template to use new template mechanisms. fixed fixed lint errors.