gristlabs_grist-core/app
Paul Fitzpatrick ea71312d0e (core) deal with write access for attachments
Summary:
Attachments are a special case for granular access control. A user is now allowed to read a given attachment if they have read access to a cell containing its id. So when a user writes to a cell in an attachment column, it is important that they can only write the ids of cells to which they have access. This diff allows a user to add an attachment id in a cell if:

  * The user already has access to that a attachment via some existing cell, or
  * The user recently updated the attachment, or
  * The attachment change is from an undo/redo of a previous action attributed to that user

Test Plan: Updated tests

Reviewers: georgegevoian, dsagal

Reviewed By: georgegevoian, dsagal

Differential Revision: https://phab.getgrist.com/D3681
2022-11-15 09:52:32 -05:00
..
client (core) deal with write access for attachments 2022-11-15 09:52:32 -05:00
common (core) deal with write access for attachments 2022-11-15 09:52:32 -05:00
gen-server (core) Tweak autocomplete to only suggest team members 2022-10-18 08:08:05 -07:00
plugin Use relative imports only in plugin folder (#328) 2022-10-26 10:41:38 -04:00
server (core) deal with write access for attachments 2022-11-15 09:52:32 -05:00
tsconfig.json (core) move home server into core 2020-07-21 20:39:10 -04:00