Commit Graph

296 Commits (4a23b964ed8f74379a8dae5323a98f75ab883026)

Author SHA1 Message Date
Dmitry S b537539b73 (core) Implement UI for trigger formulas.
3 years ago
Jarosław Sadziński e180641c7d (core) Context menu for cards.
3 years ago
Dmitry S 01cef034ed (core) A quick attempt to fix summarizing by reference columns
3 years ago
Dmitry S a56714e1ab (core) Implement trigger formulas (generalizing default formulas)
3 years ago
Paul Fitzpatrick dca3abec1d (core) complete light sign-up flow for appsumo, and customize summaries
3 years ago
Paul Fitzpatrick 36d5e7870e (core) streamline registration flow for new appsumo users
3 years ago
Alex Hall 305b133c59 (core) Remaining Python 3 compatibility changes
3 years ago
Paul Fitzpatrick 1af99e9567 (core) link AppSumo activations with stripe, and support upgrades/downgrades
3 years ago
Dmitry S 6240fd6982 (core) Fix reporting of errors when saving cells by clicking away, and deduplicate memos.
3 years ago
Cyprien P 7a0cd6c2b4 (core) Makes filter counts take other column filters into account
3 years ago
Paul Fitzpatrick cc04c6481a (core) add appsumo endpoints with stub implementations
3 years ago
Jarosław Sadziński bdd4d3c46e (core) Freezing columns on a GridView
3 years ago
Jarosław Sadziński 698c9d4e40 (core) Readonly editors
3 years ago
Alex Hall 8a940676e9 (core) Generic tools for recording pycalls, deterministic mode.
3 years ago
George Gevoian f613b68a9e (core) Fix widget loading spinner title
3 years ago
George Gevoian 3af6dd46ea (core) Allow docs to be permanently deleted in icon view
3 years ago
Cyprien P b740028e8f (core) Increases readability of column filter menu code
3 years ago
George Gevoian b94eb107d4 (core) Use individual choices for filtering choice lists
3 years ago
Cyprien P 5d3a4b5b5b (core) Introduce tri-state checkboxes
3 years ago
George Gevoian 982711dbba (core) Update active view id when default view id changes
3 years ago
Paul Fitzpatrick 6f02987d10 (core) allow undos to be partial, if access control prohibits some part of them
3 years ago
Jarosław Sadziński af76c11be6 (core) Cursor position observable on a GristDoc wasn't triggered when a view was changed.
3 years ago
George Gevoian 8bf26a4433 (core) Add cell formatting options to reference columns
3 years ago
Jarosław Sadziński 24dca831c0 (core) Renaming column by clicking away resulted in renaming different column.
3 years ago
Alex Hall 2f3a0e0c7f (core) Showing censored values as a grey cell
3 years ago
Paul Fitzpatrick 2feef7f780 (core) avoid typeorm's .save() method for relation with multi-column primary key
3 years ago
Paul Fitzpatrick 29c2b35dcc (core) speed up a step in document deletion
3 years ago
Paul Fitzpatrick 69ac8fb4b3 (core) updates from grist-core
3 years ago
Dmitry S 11a5e0be34 (core) Add Lock icon
3 years ago
George Gevoian 68c1a8ba96 Improve renaming docs in icon view
3 years ago
Cyprien P 3a139e77c8 (core) Prevents running simultaneous search in parallel inadvertendly
3 years ago
Paul Fitzpatrick c6265335af (core) make SELF_HYPERLINK urls cleaner
3 years ago
Paul Fitzpatrick 37698f9cb5 (core) apply access control to code view
3 years ago
Jarosław Sadziński 96fee73b70 (core) Download as CSV button on sections
3 years ago
Jarosław Sadziński 5c0494fe29 (core) Draft cells
3 years ago
Cyprien P 8c6148dd9f (core) fix closing of the search bar
3 years ago
Alex Hall 7758cb830d (core) Prevent error when there are no visible columns
3 years ago
Dmitry S d1c1416d78 (core) Add rules to eslint to better match our coding conventions.
3 years ago
Alex Hall 0890749d15 (core) Change user attribute from select to formula, especially to allow link keys
3 years ago
Alex Hall 3a586a5f6c (core) Navigate hyperlinks in the same document without a page reload
3 years ago
Cyprien P db91d31416 (core) Search improvemement
3 years ago
Jarosław Sadziński 79497a7e79 (core) Editor position wasn't restored on a long list
3 years ago
Cyprien P e3a957a715 (core) Fixes persistence of the aclAsUser_ parameters across navigation
3 years ago
Dmitry S 8c2f0307e5 (core) Preserve configured choices when converting between Choice and ChoiceList types.
3 years ago
Jarosław Sadziński 5f182841b9 (core) Document keeps track of latest cursor position and latest editor value and is able to restore them when it is reloaded.
3 years ago
Jarosław Sadziński 2c93eafa44 (core) Null or undefined value on the Integer / Numeric cell
3 years ago
Paul Fitzpatrick 15723d1300 (core) check for +S bit early for changes that include formulas
3 years ago
Dmitry S dee487684e (core) Show invalid columns as an error when entering rules
3 years ago
Paul Fitzpatrick 3a0ec7b103 (core) be less fussy about rec/newRec distinction for creates/deletions
3 years ago
Paul Fitzpatrick 6d2e8378cd (core) fix some tests for node v14
3 years ago
Dmitry S 28cb64f1f7 (core) Fix JS error when scrolling with a column of hyperlinks, and use stricter types.
3 years ago
Paul Fitzpatrick d0d3d3d0c9 (core) discount indirect changes for access control purposes
3 years ago
Dmitry S 8d62a857e1 (core) Add ChoiceList type, cell widget, and editor widget.
3 years ago
Paul Fitzpatrick e55fba24e7 (core) fix up newRec when column names change; autocomplete after newRec
3 years ago
Cyprien P 9a6369a4ff (core) remove the sort&filter save button on readonly mode
3 years ago
Cyprien P 8056bb0069 (core) close sort&filter menu when clicking Save/Revert buttons
3 years ago
Cyprien P 570baa95a5 (core) change filtering section of the sort&Filter side panel to match newui style
3 years ago
Cyprien P a9d021af18 (core) fixes hanging Save/Revert tooltips
3 years ago
Dmitry S 18268d7838 (core) Add a Plus button below a rule set when there is no default rule
3 years ago
Dmitry S 2f26f140c8 (core) Add our very own implementation of tokenfield (aka pillbox, tag list)
3 years ago
Cyprien P 5baae7437a (core) split sort and filter menu into its own button
3 years ago
Jarosław Sadziński 8f008d8de2 (core) Select all functionality by clicking the upper left margin corner
3 years ago
Paul Fitzpatrick 0e22716761 (core) uncheck FullCopy special when copying/forking a document
3 years ago
Paul Fitzpatrick 729774552f (core) make sure Calculate action has full access
3 years ago
Cyprien P 2823727da1 (core) add + button to the filter section of the section menu
3 years ago
Paul Fitzpatrick 9696e24aac (core) always allow owners to edit access rules, so they don't get stuck
3 years ago
Dmitry S 526b0ad33e (core) Configure more comprehensive eslint rules for Typescript
3 years ago
Paul Fitzpatrick 91fdef58ac (core) fix autocomplete of LinkKey
3 years ago
Paul Fitzpatrick dcc4354da6 (core) log user attribution in absence of client
3 years ago
Paul Fitzpatrick 47ea00dea3 (core) add user and docId to heartbeat logging
3 years ago
Paul Fitzpatrick ee3a8a2b85 (core) streamline mixedColumns case of granular access control
3 years ago
Dmitry S 65a722501d (core) Show count of formula errors in the column config in the right-side panel.
3 years ago
Cyprien P 5479159960 (core) add `+` button to the filter bar
3 years ago
Cyprien P 8a26550312 (core) Fix issue when using `Other Values` with many rows
3 years ago
Paul Fitzpatrick 2dfa427d63 (core) support subscriptions to a doc with row-dependent column read permissions
3 years ago
Paul Fitzpatrick 35303fad21 (core) disentangle row and metadata steps in granular access calculations
3 years ago
Paul Fitzpatrick d64461cd81 (core) optimization: remove lodash/pullAt
3 years ago
Paul Fitzpatrick bc0d6605a1 (core) close a hole in bundle cleanup for granular access control
3 years ago
Cyprien P 2b1b586ecd (core) add new filter bar
3 years ago
Paul Fitzpatrick 9e8e895abd (core) fix filters with many values when querying directly from db
3 years ago
Paul Fitzpatrick 9f234b758d (core) freshen grist-core build
4 years ago
Cyprien P 351a717e6d (core) Adds `limitShown` option to ColumnFilterMenu, defaults to 500
4 years ago
Dmitry S 1a5bacc807 (core) Disallow the combination of Public Edit access and granular ACLs.
4 years ago
Dmitry S 8c2bea0f73 (core) Remove the aclUI=1 flag and add 'BETA' tag to the Access Rules page name.
4 years ago
Paul Fitzpatrick 9d1bc5a518 (core) make AccessRules and FullCopies effective
4 years ago
Dmitry S e14488bcc8 (core) Add support for special ACL rules, for viewing rules and downloading documents.
4 years ago
Paul Fitzpatrick d8df2404c2 (core) return to using meaningful SQL types for columns
4 years ago
Cyprien P 34f8078ead (core) Fix searching in filter for coltype not a text-or-number (ie: Date)
4 years ago
Paul Fitzpatrick afb83a4ff1 (core) add OWNERS='owners', EDITOR='editors', VIEWER='viewers' to condition formulas
4 years ago
Paul Fitzpatrick 0c5f7cf0a7 (core) add SELF_HYPERLINK() function for generating links to the current document
4 years ago
Dmitry S b4c34cedad (core) Update UI for formula and column label/id in the right-side panel.
4 years ago
Cyprien P e2d3b70509 (core) Filtering improvement - part 1
4 years ago
Dmitry S 6e844a2e76 (core) Use unicode-aware comparisons for user-visible strings.
4 years ago
Paul Fitzpatrick 85a2492123 (core) a script for making screenshots for access rules documentation
4 years ago
Paul Fitzpatrick a1a84d99c0 (core) alert user if they try to use rec in a column rule controlling read permission
4 years ago
Dmitry S 3f29baaded (core) Add a button and a tooltip to Access Rules page item, in View-As mode.
4 years ago
Cyprien P 5e5bf3af9d (core) Makes the hex value editable in the color select
4 years ago
Paul Fitzpatrick 92ef1f400c (core) prevent cross-talk via cache when applying access control to tables
4 years ago
Dmitry S 48e90c4998 (core) Change how formula columns can be converted to data.
4 years ago
Dmitry S 8a1e803316 (core) Fix resizing of ViewLayout in presence of Custom Views and iframes.
4 years ago