mirror of
https://github.com/gristlabs/grist-core.git
synced 2025-06-13 20:53:59 +00:00
Summary: When listing access on a doc or workspaces, include all users associated with the resource or its parents. Previously we only considered org-level users. This is normally sufficient since doc and workspace users are automatically added as guests of the org. But there are exceptions for special users (like everyone@), and generally, in case of any divergence, it's important to list everyone who affects access decisions. Test Plan: Added a test that everyone@ user gets included in listings Reviewers: paulfitz Reviewed By: paulfitz Subscribers: paulfitz Differential Revision: https://phab.getgrist.com/D2533 |
||
|---|---|---|
| .. | ||
| DocApiForwarder.ts | ||
| DocWorkerMap.ts | ||
| HomeDBManager.ts | ||
| Housekeeper.ts | ||
| Permissions.ts | ||
| scrubUserFromOrg.ts | ||
| TypeORMPatches.ts | ||
| Usage.ts | ||
| values.ts | ||