gristlabs_grist-core/app/client/models
George Gevoian 0f4f0d3dad (core) Migrate to SRP and add change password dialog
Summary:
Moves some auth-related UI components, like MFAConfig, out
of core, and adds a new ChangePasswordDialog component for
allowing direct password changes, replacing the old reset password
link to hosted Cognito.

Updates all MFA endpoints to use SRP for authentication.

Also refactors MFAConfig into smaller files, and polishes up some parts
of the UI to be more consistent with the login pages.

Test Plan: New server and deployment tests. Updated existing tests.

Reviewers: paulfitz

Reviewed By: paulfitz

Differential Revision: https://phab.getgrist.com/D3311
2022-03-16 21:35:06 -07:00
..
entities (core) Adds setSelectedRows to the grist api for custom view 2022-02-15 15:24:15 +01:00
AppModel.ts (core) Record new user sign-ups 2022-03-12 14:34:46 -08:00
BaseRowModel.js
BillingModel.ts
ClientColumnGetters.ts
ColumnACIndexes.ts
ColumnCache.ts
ColumnFilter.ts
ColumnFilterMenuModel.ts
ColumnToMap.ts (core) Custom Widget column mapping feature. 2022-02-08 17:41:04 +01:00
ConnectState.ts
DataRowModel.ts
DataTableModel.js
DataTableModelWithDiff.ts
DocData.ts (core) Wait for transform column before finalizing 2022-03-01 13:59:14 -08:00
DocModel.ts (core) New type conversion in the backend 2022-02-04 20:28:13 +02:00
DocPageModel.ts (core) Crudely show row count and limit in UI 2022-03-14 21:49:32 +02:00
errors.ts Correct spelling mistakes 2022-02-19 09:46:49 +00:00
gristConfigCache.ts
gristUrlState.ts (core) Migrate to SRP and add change password dialog 2022-03-16 21:35:06 -07:00
HomeModel.ts
MetaRowModel.js
MetaTableModel.js
modelUtil.js
NotifyModel.ts
QuerySet.ts
rowset.ts
rowuid.js
SearchModel.ts (core) Fixing bug with resuming search on a hidden column. 2022-03-09 10:34:17 +01:00
SectionFilter.ts
TableData.ts
TableModel.js
TreeModel.ts Correct spelling mistakes 2022-02-19 09:46:49 +00:00
UserManagerModel.ts (core) Remove UI-imposed restriction against combining public edit access and access rules 2022-02-17 09:57:23 -05:00
UserPrefs.ts (core) Replace questionnaire for new users with a popup asking for just their primary use-case. 2022-01-14 10:16:11 -05:00
WorkspaceInfo.ts