aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
AgeCommit message (Collapse)Author
2020-10-02cleaned up CollectionLinkView and fixed an issue with link lines flopping aroundbobzel
2020-10-02Merge branch 'master' into presentation_v1geireann
2020-10-02fixed email (de)normalization. fixed sharing to hide objects whose ↵bobzel
permissions have been revoked
2020-10-01various fixes to new sharing / email normalizationbobzel
2020-10-01Merge pull request #827 from browngraphicslab/bug_fixes_melissabobzel
Bug fixes melissa
2020-10-01fixed tabs in carousel 3D viewbobzel
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-01redesigned presItemsGeireann Lindfield Roberts
2020-09-30fix 3DCarouselView mis-aligned slidesMelissa Zhang
2020-09-30fixed linking to text hyperlinks from PDFsbobzel
2020-09-30added restriction of link lines to stay mostly in their container intstead ↵bobzel
of dangling in space.
2020-09-30removed minimap for non-collection views.bobzel
2020-09-30fixed following summary to open new tab in place. merged link follow codebobzel
2020-09-30fixed dragging aliases using alias button. made dragging title of doc ↵bobzel
decorations or alias button allow doc to be embedded
2020-09-30fixed dragging alias buttonsbobzel
2020-09-29simplfiled ':' menu and fixed creating items to not assume a template. add ↵bobzel
emptyNote. fixed scrolling in stacking views broken in previous commit. changed formattedTextBox to support stacking sidebar.
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-29changed sidebar functionality for textboxes to open outward and make handle ↵bobzel
blue when there are contents. added a fitToBox capability for contents of sidebar.
2020-09-28from lastbobzel
2020-09-28fixed docRangeFilters to be propagated everywhere and evaluated like ↵bobzel
docFilters (if the field isn't there, it fails)
2020-09-28fixed follow link to scroll stacking/masonry views properly.bobzel
2020-09-28fixed schemacells to accept '=' syntax to set on layout document.bobzel
2020-09-27trying a different solr schema that better supports regexp's by not doing ↵bobzel
stemming. fixed issues with schema and tree views where children need to be registered for tryUpdateHeight to work but not when they're in a sidebar that specifies dontRegisterView. Changed stacking/freeform/tree/masonry to NOT be dontRegisterChildView -- this should be set by the context (ie, sidebar)
2020-09-28Merge branch 'master' of https://github.com/browngraphicslab/Dash-Webbobzel
2020-09-28fixed issue with docking view that has only one stackbobzel
2020-09-27fixed selecting schema cells to select the document after focusing on it.bobzel
2020-09-24changed dragging pdf link note to not create a note when dropped on ↵bobzel
annotatable item (image, video, pdf)
2020-09-23fixed saveFilter to save dashboard filters as well as search filtersbobzel
2020-09-23fixed exception when changing acls in shared collection. fixed adding ↵bobzel
document to shared colleciton to not give permsissions to sharer automatically
2020-09-23fixed link rendering to be less computationally inefficientbobzel
2020-09-23fixed marquee summarize. moved higlighint text to expoert mode. moved ↵bobzel
create timestamp on enter to expert mode.
2020-09-22Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-09-21changed acls so that only an admin owner distributes them when a doc is ↵bobzel
added. changed default acls to be Add by default when not in private mode. restored filtering from search bar for developer mode.
2020-09-21fixed fill down for schema cols with ctrl-enter. fixed gathering facet ↵bobzel
values in FilterBox
2020-09-21fixed text box llnk preview to go away when docs are closed. fixed tree ↵bobzel
view to be more efficient by not re-rendering when items are selected. made slide view text items forceActive
2020-09-21switched schema view to set dataDocs by defaultbobzel
2020-09-21Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
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-20fixed slide not setting focus on first bullet point after hitting enter.bobzel
2020-09-20Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-09-19changed Add-Only so that if you have Admin rights to a document you can ↵bobzel
remove it from a read-only or add-only collection
2020-09-19Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-09-18change imageBox to choose img size based on PanelWidth, not document width. ↵bobzel
fixed textboxcommetn date display
2020-09-18added maximum height to stacking items in sidebar using childLimitHeight. ↵bobzel
made stacking items non-interactive using contentsPointerEvents. made all links pubilc for now.
2020-09-18Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-09-18cleaned up warnings and split collection tree view into Tree View abobzel
2020-09-18changed ACL to acl. fixed title to read values from data doc ↵bobzel
preferentially over layout doc.
2020-09-18fixed pinWithView iconbobzel
2020-09-18fixed following link to doc in hidden tabbobzel
2020-09-18view path UI updatesGeireann Lindfield Roberts