aboutsummaryrefslogtreecommitdiff
path: root/src/client/util
AgeCommit message (Collapse)Author
2023-07-16code block markup fix.bobzel
2023-07-13from last - fixed one problem with group sharing, others exist ↵bobzel
(remove/adding meber from group after sharing has been done doesn't take effect until browser refresh)
2023-07-13removed shared dashboards from SharedDocs -- only available through the ↵bobzel
Dashbaord view now. Need to change hgihlight of Dashboard button to show badge w/ new dashboards the same as is done is shard docs.
2023-07-13getting shared links to show up when they are made remotely. fixing text to ↵bobzel
not generate network events when it's not selected
2023-07-13fixes for equation box default selections.bobzel
2023-07-12fixing dashboard view of shared dashboards to open dashbarods the same as ↵geireann
sharing panel - as embeddings.
2023-07-11only show view/not shared for guest options.bobzel
2023-07-11more fixes to simplify sharingbobzel
2023-07-10fixed acl groups from disappearing when new account is made.bobzel
2023-07-10fixed sharing to a user to allow upgrading credentials.geireann
2023-07-07fixed self-ownership of copied Docs created by someone else. prevent dash ↵bobzel
from being pasted into itself. fixed inheritance of acls
2023-07-07a bunch of fixes to simplify collaboration and make it work better.bobzel
2023-07-05changed acl inheritance for docking views.bobzel
2023-07-05Update SharingManager.scsssrichman333
2023-07-05Update SharingManager.scsssrichman333
2023-07-05override previous -> override nestedsrichman333
2023-07-05SharingManager UI fix from merge with master + Sharing Dashboards appearsrichman333
2023-07-04Merge branch 'master' into collaboration-sarahsrichman333
2023-07-04SharingManager added documentation + clearer copy url buttonsrichman333
2023-07-02fixed animations in lightbox view because showDocument() was finding the ↵bobzel
wrong view previously.
2023-07-01turned off notetaking chrome in browse mode. fixed pointereventrs for text ↵bobzel
in/out of browse mode. changed background to be gray by default
2023-06-30fixed onBrowseClick for notetaking. fixed panning when in onBrowse explore ↵bobzel
mode. fixed switching dashboards to not display an empty stack.
2023-06-28GroupManager spacingsrichman333
2023-06-26layout always an option in SharingManager, current user layout acl bug fix ↵srichman333
in PropertiesView + SharingManager
2023-06-26PropertiesView layout acls worksrichman333
2023-06-26layout acl updates - SharingManager workssrichman333
2023-06-24changed server ping to generate client alertsbobzel
2023-06-24ping cleanupbobzel
2023-06-23Merge branch 'master' into heartbeatbobzel
2023-06-23cleaned up more issues with pointer events/contents active. fixed dragging ↵bobzel
from piles.
2023-06-23acls in proto so that layout acls start clearedsrichman333
2023-06-22fixed placement of link preview in sidebar to be on screen. got rid of ↵bobzel
transition for display doc border on hover. fixed showing link targets in menu when source is an annotation. fixed crashes when their is no context path for a showDocument
2023-06-22cleaned up dragging - abort presItem drags properly, fix naming for ↵bobzel
drag/dropAction, small fix undo of drag removeproperties, dragging in/out of headerBar, fixed isContentActive to avoid SnappingManager.GetIsDragging. fixed resizing videos.
2023-06-21Merge branch 'master' into collaboration-sarahsrichman333
2023-06-20SharingManager UIsrichman333
2023-06-19SharingManager UIsrichman333
2023-06-16SharingManager checkboxes don't stay selectedsrichman333
2023-06-16cleaner w/ effectiveAclssrichman333
2023-06-15fixed group sharing distribution bug and group sharing in the properties menusrichman333
2023-06-15Merge branch 'collaboration-sarah' of https://github.com/brown-dash/Dash-Web ↵srichman333
into collaboration-sarah
2023-06-15acls distribute properly, documentDecorations shows user effective aclsrichman333
2023-06-15fixes post-mergebobzel
2023-06-15properties viewsrichman333
2023-06-15fixed updating server cache when window/tab closes.bobzel
2023-06-15fixed adding links to update cache so that they dont' disappear if you quit ↵bobzel
right away. fixed highlighting text (with bold) to not update the text box size if it's autoHeight
2023-06-14Merge branch 'master' into collaboration-sarahsrichman333
2023-06-14PropertiesView changes - colors on all permissions and fixed bug with when ↵srichman333
the drop down arrow is displayed
2023-06-14fixed double clicking font icons when deafultDoubleClick is ignore but they ↵bobzel
have a double click script. fixed coloring of z order button
2023-06-13fixed updating cached docs when opening a backlinks collection. added some ↵bobzel
FieldInfo types and added 'enumeration' field display in schema view. fixed bug in schema view column sizing. updated a bunch of standard field names to be more consistent.
2023-06-07Update other usesJames Hu