mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
64a5c79dbc
Summary: - Add a new parameter `Features.baseMaxAttachmentsBytesPerDocument` and set it to 1GB for the free team product. - Add a method to DocStorage to calculate the total size of existing and used attachments. - Add a migration to DocStorage adding an index to make the query in the above method fast. - Check in ActiveDoc if uploading attachment(s) would exceed the product limit on that document. Test Plan: Added test in `limits.ts` testing enforcement of the attachment limit. Reviewers: georgegevoian Reviewed By: georgegevoian Differential Revision: https://phab.getgrist.com/D3374 |
||
---|---|---|
.. | ||
AclRule.ts | ||
Alias.ts | ||
BillingAccount.ts | ||
BillingAccountManager.ts | ||
Document.ts | ||
Group.ts | ||
Login.ts | ||
Organization.ts | ||
Pref.ts | ||
Product.ts | ||
Resource.ts | ||
Secret.ts | ||
User.ts | ||
Workspace.ts |