aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-07-28chaned # text syntax to create a field startin with #. chaned pivot views to ↵Bob Zeleznik
aggreate #keys as if the value were the key after the #
2020-07-27removed pdf menu pin button. tried to improve performance by computin links ↵Bob Zeleznik
in document view.
2020-07-27fixed scrollin to web annotationsBob Zeleznik
2020-07-27added hypothesis icon to toolbar. fixed toolbar to update to any document ↵Bob Zeleznik
selection with specific items for each type.
2020-07-27fixed drain of webbox to keep annotations sychronized. fixed css for when ↵Bob Zeleznik
web box is small.
2020-07-27added vertical resie of fixedaspect when _fitWidth is on. fixin webBox css ↵Bob Zeleznik
to not clip contents.
2020-07-27extended pdfviewer interactions to WebBox's.Bob Zeleznik
2020-07-26from lastBob Zeleznik
2020-07-26from lastBob Zeleznik
2020-07-26added UseCors menu option for WebBox. fixed webbox css so that link button ↵Bob Zeleznik
is in riht place.
2020-07-26fixes for retrievin heiht/width syms when ACLs are private.Bob Zeleznik
2020-07-26fixed copyField() to copy non-ObjectFields. fixed docFilters button to work ↵Bob Zeleznik
with no filter
2020-07-26made linkButtons automatically hide blue link dot, rearraned some context ↵Bob Zeleznik
menu items and added an optional divider prop
2020-07-25made buttons turn into fonticons on iconify. droppin fonticons onto linear ↵Bob Zeleznik
views keeps them as buttons. droppin buttons on linear view makes them fonticons. fixed ColletionMenu scripts to work with templates by usin self instead of this. fixed pointer events with text boxes for filterview & normal. fixed fieldKey deletin and addin
2020-07-25added ability to resize fixed aspect docusments with ctrlKey. added menu ↵Bob Zeleznik
item to hide linkButton
2020-07-25pushpin annotations can follow links to multple targets at once. chaned ↵Bob Zeleznik
text boxes so that they can be made isBackround .fixed addin/remoin documents from freeform collections.
2020-07-24several siggnificant changes to how acls work with makin documents updated ↵Bob Zeleznik
interactively when permissions chane.
2020-07-24link created popup issue fixedusodhi
2020-07-24Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
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-23changed how ParentDocumentSelector collects contexts for a document. Now we ↵Bob Zeleznik
return aliases instead of data docs.
2020-07-23fixed zipping scriptFieldsBob Zeleznik
2020-07-24groups and acl bugfixusodhi
2020-07-23groups bugfixusodhi
2020-07-23groups bugfixusodhi
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-23cleaned up contextMenus a bitBob Zeleznik
2020-07-23fixed droppin of web pages (or anythin that adds a uri-list to the clipboard)Bob Zeleznik
2020-07-23added minimap toggleBob Zeleznik
2020-07-22simplified changing columnHeaders in StackingViewBob Zeleznik
2020-07-22fixed highlighting of text based on author. made download /import document ↵Bob Zeleznik
novice menu items.
2020-07-22fixed document download/import to capture links as well.Bob Zeleznik
2020-07-22restored download document. fixed clone() to clone to be async and handles ↵Bob Zeleznik
lists properly.
2020-07-21fixed problem where adding to a collection would cause a remote synchronized ↵Bob Zeleznik
collection to erase and redraw since all of its list items got replaced. the fix was to update the 'cache' field of ProxyFields when they are deserialized to use an existing cached value if available.
2020-07-21from lastBob Zeleznik
2020-07-21added test to force keyboard focus to stop at first freeform collection that ↵Bob Zeleznik
is hit as opposed to travelin up to the last collection -- this allows templates with nested collections to get keyboard focus.
2020-07-21fixed compile warningsBob Zeleznik
2020-07-21Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-07-21distributeAcls only changes if container is more restrictiveusodhi
2020-07-21fixed up autoscrollin a bit. scrolls the correct collection and waits 250ms ↵Bob Zeleznik
to start scrolling.
2020-07-21Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-07-21distributing acls shifted to util.tsusodhi
2020-07-21more addonly fixesusodhi
2020-07-20fixed active flag for pdfsBob Zeleznik
2020-07-20fixed noAutoscroll functionality for creator iconsBob Zeleznik
2020-07-20fixed some performance issues with dragging invalidating stackingview ↵Bob Zeleznik
documents unnecessarily
2020-07-20added standard static ScriptFields to avoid extra compilesBob Zeleznik
2020-07-20merge conflictsusodhi