gristlabs_grist-core/app/client/ui2018
Paul Fitzpatrick 4ab096d179 (core) granular access control in the presence of schema changes
Summary:
 - Support schema changes in the presence of non-trivial ACL rules.
 - Fix update of `aclFormulaParsed` when updating formulas automatically after schema change.
 - Filter private metadata in broadcasts, not just fetches.  Censorship method is unchanged, just refactored.
 - Allow only owners to change ACL rules.
 - Force reloads if rules are changed.
 - Track rule changes within bundle, for clarity during schema changes - tableId and colId changes create a muddle otherwise.
 - Show or forbid pages dynamically depending on user's access to its sections. Logic unchanged, just no longer requires reload.
 - Fix calculation of pre-existing rows touched by a bundle, in the presence of schema changes.
 - Gray out acl page for non-owners.

Test Plan: added tests

Reviewers: dsagal

Reviewed By: dsagal

Differential Revision: https://phab.getgrist.com/D2734
2021-03-01 13:49:31 -05:00
..
breadcrumbs.ts (core) Add viewport meta tag conditionally, and show a toggle for it on small devices. 2021-01-21 14:54:02 -05:00
buttons.ts (core) move client code to core 2020-10-02 13:24:21 -04:00
buttonSelect.ts (core) Making cells colors effective also in Card and Card List views 2021-02-09 15:08:44 +01:00
checkbox.ts (core) move client code to core 2020-10-02 13:24:21 -04:00
ColorPalette.ts (core) Brings the new color select. 2021-02-19 16:18:14 +01:00
ColorSelect.ts (core) Brings the new color select. 2021-02-19 16:18:14 +01:00
cssVars.ts (core) Make mobile the default mode. 2021-02-25 11:31:43 -05:00
draggableList.ts (core) move client code to core 2020-10-02 13:24:21 -04:00
editableLabel.ts (core) move client code to core 2020-10-02 13:24:21 -04:00
IconList.ts (core) Enhancements to the Public Access UI. 2020-09-23 18:54:23 -04:00
icons.ts (core) One more phase of ACL UI revision. 2020-12-22 22:18:12 -05:00
links.ts (core) move client code to core 2020-10-02 13:24:21 -04:00
loaders.ts (core) move client code to core 2020-10-02 13:24:21 -04:00
menus.ts (core) Improve the UI for ACL rules. 2020-12-22 13:40:52 -05:00
modals.ts (core) implement a safe mode for opening documents with rule problems 2020-12-14 13:04:13 -05:00
pages.ts (core) granular access control in the presence of schema changes 2021-03-01 13:49:31 -05:00
search.ts (core) A few improvements to CSS on mobile. 2021-03-01 11:17:51 -05:00