aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/SharingManager.tsx
AgeCommit message (Collapse)Author
2025-03-25fixes to components so that things highlight reasonably in different skins. ↵bobzel
fixed color picker alternate selection.
2025-03-23more _props.Document to .Document refactoring. type updates to ↵bobzel
prosemirrortransfer
2025-03-04added link cretor button to text anchor menubobzel
2025-01-01monorepo setupGeireann Lindfield Roberts
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-05-02another push to remove cycles by pushing things onto Doc and DocumentViewbobzel
2024-05-02lots more dependency cycle unwinding.bobzel
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts ↵bobzel
and moving crate functions to <>Box functions
2024-04-30changed acl- and some other field- to acl_ and field_ stylebobzel
2024-04-24completing eslint passbobzel
2024-04-21more lint cleanupbobzel
2024-04-19lint fixes.bobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-01-02fixing more .props => ._props refernces.bobzel
2023-12-14a bunch more fixes to making things observable. fixed calling ↵bobzel
super.componentDidUpdate on subsclasses
2023-12-12cleaned up SelectionManager. fixed schema viewbobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in ↵bobzel
@computed functions.
2023-12-05mostly working version with latest librariesbobzel
2023-11-30final rootDoc refactoringbobzel
2023-08-28fixed runtime error in sharing manager when sharing the dashboardbobzel
2023-08-27lots of cleanup to streamline import orderings (ie packages should not ↵bobzel
mutually import each other directly or via a chain). change raiseWhenDragged to be keepZWhenDragged and got rid of system wide default.
2023-08-27working cleanup versionbobzel
2023-08-09updated file system to include recentlyClosed, Shared, and Dashboards and ↵bobzel
fixed drag drop to make sense for the filesystem. Fixed loading documents to happen in one batch by fixing UPDATE_CACHED_DOCS to save only documents accessible from current dashboard.
2023-07-27fixed some type errors.bobzel
2023-07-20components + homepagesrichman333
2023-07-19Merge branch 'master' into collaboration-againsrichman333
2023-07-18added number inputs to right hand sideGeireann Lindfield Roberts
2023-07-14more clear link to documentationsrichman333
2023-07-14override nested -> upgrade nested and a few small ui thingssrichman333
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-11only show view/not shared for guest options.bobzel
2023-07-11more fixes to simplify sharingbobzel
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-05override previous -> override nestedsrichman333
2023-07-05SharingManager UI fix from merge with master + Sharing Dashboards appearsrichman333
2023-07-04SharingManager added documentation + clearer copy url buttonsrichman333
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-23acls in proto so that layout acls start clearedsrichman333
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