aboutsummaryrefslogtreecommitdiff
path: root/src/fields/util.ts
AgeCommit message (Collapse)Author
2020-07-23got rid of lots of console.logs(). fixed fonticon box to show a 'label' if ↵Bob Zeleznik
defined otherwise 'title'. if neither, then it shows no tooltip.
2020-07-23fixed very slow resize performance caused by fetchinProto when there are no ↵Bob Zeleznik
acl's. made images not be natively draggable.
2020-07-21distributeAcls only changes if container is more restrictiveusodhi
2020-07-21distributing acls shifted to util.tsusodhi
2020-07-20fixed some addonly stuff + added annotations to playground fields + ↵usodhi
recursively distributes acls + some modal stuff
2020-07-16can't change acl field to non-acl (through kvp) now + added playground mode ↵usodhi
button to settings
2020-07-15Merge branch 'acls_uv' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-07-14added group creation modal to GroupManager + much uiusodhi
2020-07-13fixed issues with ACLs and writing to playground fields when you have Edit ↵Bob Zeleznik
permission. Also fixed text editing by fixing fetchProto to use untracked references to fields
2020-07-10added _chromeStatus to playground fieldsusodhi
2020-07-10set up playground modeusodhi
2020-07-09change DocListCast to async in SharingManager + prevented textbox from ↵usodhi
showing up on click
2020-07-09acls now work I think + some cleanupusodhi
2020-07-06trying first implementation of storing aclsusodhi
2020-07-02restructuring and simplifying group implementationusodhi
2020-06-29fixed date typeanika-ahluwalia
2020-06-29changed a lot of collection keys to start with "_" -- particularly for ↵Bob Zeleznik
Stacking and Schema views. Also added filtering to facet filters. enabled facet filter for sidebar library.
2020-06-27set LivePlayground to be the default for view-oriented fieldsBob Zeleznik
2020-06-18added a major hack to allow overriding of ACLs for adding a hyperlink to a ↵Bob Zeleznik
readonly text box.
2020-05-29added a version of client-side ACL'sBob Zeleznik
2020-05-23several fixes to progressivization and added UI for editing by suspending ↵Bob Zeleznik
transparency
2020-05-15renamed new_fields to fieldsSam Wilkins