aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/GroupManager.tsx
AgeCommit message (Collapse)Author
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-28cleanup of compile errorsbobzel
2023-07-20components + homepagesrichman333
2023-05-14major overhaul of field naming conventions.bobzel
2022-07-20added a 'guest' login mode. added ability for mainView to be any doc, not ↵bobzel
just a docking collection.
2022-07-07trying to fix errors in compilesbobzel
2021-03-08Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
filters
2021-03-08added doc data content synching to Git-like operations.bobzel
2021-01-11initial flyout to dropdown changeusodhi
2020-12-18added something that was removedusodhi
2020-10-15mergingusodhi
2020-10-10split LinkDatbase into its own field in the user's registry. fixed sharing ↵bobzel
to set lastModified after modifying groups so that remote participants see the right data. fixed text boxes to show blue icon when there's an annotaitn entry
2020-10-10some group fixesusodhi
2020-10-10fixes to issues with updating interactively whe groups change. fixes for ↵bobzel
multiple rapid modifications to list field where values would be overwrriten when sever sendBack stale information. fixes to list.splice() where deleting nothing but adding something didn't result in an addToSet.
2020-10-09backward compatibiilty with groupNamebobzel
2020-10-09from lastbobzel
2020-10-09less broken, but still not workingbobzel
2020-10-09trying to get group updates to work automaticallybobzel
2020-10-09simplified setting group usersbobzel
2020-10-02fixed creating groupsbobzel
2020-10-01various fixes to new sharing / email normalizationbobzel
2020-10-01major performance fix by adding a SharingDocument to the user's DB account ↵bobzel
so that inquiring the users' UserDoc (and everything it referecens) is no longer necessary.
2020-09-23override and one-click stuffusodhi
2020-08-30admin alertusodhi
2020-08-30admin caseusodhi
2020-08-30changes for multiple docs selected + other small changesusodhi
2020-08-24simplified sidebar document structure. changed treeViewHideTitle to ↵bobzel
treeViewHideTopDoc along with semantics to match. fixed linkBox to work with updates.
2020-08-24cleaned up all library() calls to add icons. fixed import styles. fixed ↵bobzel
keyboard events for presentation views to trigger when no input box is the target.
2020-08-07minor changes + attempt to move around the notifs buttonusodhi
2020-08-05comments + caretsusodhi
2020-08-04mergingusodhi
2020-08-03added sharing panelbobzel
2020-08-03minor changesusodhi
2020-08-03popup fades on closeusodhi
2020-08-03prevented repopulating users while populating usersusodhi
2020-07-31commentsusodhi
2020-07-30some playground mode stuff + minor sharingmanager changesusodhi
2020-07-27dropdown filters + commentsusodhi
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-24groups and acl bugfixusodhi
2020-07-23groups bugfixusodhi
2020-07-23groups bugfixusodhi
2020-07-20fixed some addonly stuff + added annotations to playground fields + ↵usodhi
recursively distributes acls + some modal stuff
2020-07-15bugfix + cleanupusodhi
2020-07-15ui + sortingusodhi
2020-07-14added group creation modal to GroupManager + much uiusodhi
2020-07-09acls now work I think + some cleanupusodhi
2020-07-06trying first implementation of storing aclsusodhi