Commit Graph

1031 Commits (34d930999132542c333ba51edbe43d1346d24261)

Author SHA1 Message Date
jarek f1090b98cf
Merge pull request #369 from gristlabs/proper-scoped-t
2 years ago
Jarosław Sadziński aaf32ece50 (core) Replacing transparent colors
2 years ago
jarek 10ac424514
Update app/client/lib/localization.ts
2 years ago
Jarosław Sadziński 349c8acfdc Ignoring reserved characters in a resource key in a scoped translation helper
2 years ago
Paul Fitzpatrick ebaf04dace (core) add buttons to delete bad rules
2 years ago
Paul Fitzpatrick 8c610dcb33 (core) updates from grist-core
2 years ago
Paul Fitzpatrick bd762628e4 (core) confirm owner's right to download snapshots
2 years ago
Louis Delbosc 4116949ea5
Add translation for boolean value in toggle columns for text cell (#364)
2 years ago
Jarosław Sadziński 92d4fca855 (core) Adding DELETE /api/docs/webhooks/queue endpoint to clear the queue
2 years ago
Dmitry S 29a7eadb85 (core) Fix problem with localStorage in some cross-origin embed situations
2 years ago
Jarosław Sadziński 59942a23b6 (core) Limiting doc remove permission to owners.
2 years ago
Jarosław Sadziński 601ba58a2e (core) Syncing db with data when actions are rejected
2 years ago
Louis Delbosc a4b1145605
Add GRIST_HELP_CENTER environment variable (#363)
2 years ago
Paul Fitzpatrick d47cac36f5 (core) updates from grist-core
2 years ago
Louis Delbosc ae76b25311
Add multiple users (#350)
2 years ago
Jarosław Sadziński 2ca407505b (core) Allow doc owners to view document usage regardless of access rules
2 years ago
Paul Fitzpatrick 312d2331a8 (core) lock down modification of the _grist_Attachments table
2 years ago
Paul Fitzpatrick 94a7b750a8 (core) updates from grist-core
2 years ago
Cyprien P 2aee5d586c (core) Update ACL save button when formula edit
2 years ago
Paul Fitzpatrick 6061b67fd9 (core) make filtering of metadata consistent in presence of default access rules
2 years ago
George Gevoian 1a6d427339 (core) Update sort and filter UI
2 years ago
Jarosław Sadziński af462fc938 (core) Fixing the ViewAs feature when the example user exists
2 years ago
Louis Delbosc 619cd91dea
Display table name instead of table Ids on select column reference (#353)
2 years ago
Louis Delbosc c2d61f1c01 add normalizetext to filter search
2 years ago
Paul Fitzpatrick 7b7b26c983 (core) limit access to list of snapshots for documents with granular access
2 years ago
Paul Fitzpatrick ea71312d0e (core) deal with write access for attachments
2 years ago
Jarosław Sadziński 955fdf4ae7 (core) Fixing multicolumn bug on a card view
2 years ago
Dmitry S ccbdeb71e5 (core) Don't override search on Code View and Access Rules pages.
2 years ago
Dmitry S 5c67e12aa5 (core) When a checkbox is clicked on a new record, set default values determined by linking
2 years ago
Jarosław Sadziński 46148aa125 (core) Fix for layout editor when fields are removed
2 years ago
Jarosław Sadziński 2248053b09 (core) Fixing scrolling for linked sections
2 years ago
Paul Fitzpatrick 42c3568835 (core) be stricter when replacing documents in the presence of granular access rules
2 years ago
Jarosław Sadziński 101450262c (core) Support for $ syntax in ACL rules
2 years ago
Dmitry S 7a56cd1a51 (core) Add AddUser icon
2 years ago
Alex Hall e590e65a3f (core) Allow requests from untrusted origins but without credentials
2 years ago
George Gevoian 12fb25476e (core) Wrap progress dots in OnBoardingPopups
2 years ago
Jarosław Sadziński 7c9cb9843e (core) Revealing hidden pages with visible children.
2 years ago
Dmitry S b263d83122 (core) Change 'Clear ... column' menu options to 'Reset', and make resetting columns reset type too
2 years ago
Arnaud Peich 79deeca640
Make a good part of the app localizable and add French translations (#325)
2 years ago
Paul Fitzpatrick ec20e7fb68 (core) updates from grist-core
2 years ago
Jarosław Sadziński d81bba625a (core) Fixing background color in frozen columns for zebra stripes
2 years ago
jarek baecaa0804
Merge pull request #329 from gristlabs/sendpage-translation
2 years ago
jarek 8cdddda237
Merge pull request #327 from incubateur-territoires/change-drag-icon-view-layout
2 years ago
Jarosław Sadziński 24b1ca92d7 Fixing translation key for sendAppPage.ts
2 years ago
Louis Delbosc 763c191dd8 Fix drag icon for view layout
2 years ago
Arnaud Peich c9933b6908
Use relative imports only in plugin folder (#328)
2 years ago
Jarosław Sadziński fb16c3de56 (core) Updating flow and UI for shortcut warnings
2 years ago
Louis Delbosc eea2ef5cfb
Use url.hostname instead of url.host to allow host from environment variable (#326)
2 years ago
George Gevoian 3145af36c6 (core) Add dark mode for comments
2 years ago
Paul Fitzpatrick 0c82b746d0 (core) updates from grist-core
2 years ago
Jarosław Sadziński 7c8db90aef (core) Fixing click-away bug for the cell color widget
2 years ago
Dmitry S 82eb5b3f76 (core) Fix bug causing cursor to jump to first row in a widget linked to a summary table.
2 years ago
Jarosław Sadziński 6460c22a89 (core) Changing shortcuts for adding and removing rows
2 years ago
Alex Hall 62792329c3 (core) DocApi meta endpoints: GET /tables and POST/PATCH /tables and /columns
2 years ago
George Gevoian 4c662253a9 (core) Add info and hover tooltips
2 years ago
Jarosław Sadziński 18ba7994ed Adding type inference and makeT helper function
2 years ago
Jarosław Sadziński 2f29df1b17 Changing domT to a default translation function for browser
2 years ago
Jarosław Sadziński 2586b595a5 Adding domT method for component interpolation
2 years ago
Arnaud Peich bac3067719 Fix condition to check that a translation key exists
2 years ago
jarek 4bb1d8c011
Merge pull request #312 from incubateur-territoires/arnaudpeich/Split_client_and_server_translations_organize_by_filename
2 years ago
George Gevoian acc218398d (core) Fix hidden columns bug when editing data selection
2 years ago
George Gevoian efc3ba29d7 (core) Tweak autocomplete to only suggest team members
2 years ago
Paul Fitzpatrick bf24c29de4 (core) updates from grist-core
2 years ago
George Gevoian 7682b3c320 (core) Fix bug preventing changes to ref list table
2 years ago
Jarosław Sadziński bfd7243fe2 (core) Comments
2 years ago
Jarosław Sadziński 8be920dd25 (core) Multi-column configuration
2 years ago
Paul Fitzpatrick ab3cdb62ac (core) make the support account configurable, and allow listing public sites
2 years ago
Jarosław Sadziński 1c8a29ef9b (core) Switching the order that colors are applied to a cell
2 years ago
Arnaud Peich 5f66a8f298
Return 403 error when origin is not trusted (#310)
2 years ago
Arnaud Peich a44989e4dd Introduce translate helpers
2 years ago
Arnaud Peich cc2a438fe5 Split client and server translations, organize by filename
2 years ago
Paul Fitzpatrick 6dd2068218 (core) show package.json version when hovering on Grist icon in grist-core
2 years ago
Paul Fitzpatrick 5b1fc20735 (core) mark first field as label (rather than x-axis) for two more chart types
2 years ago
Jarosław Sadziński db0b500197 (core) Migration that makes user.ref unique and non-nullable
2 years ago
Dmitry S 622a4c43c1 (core) For team sites, use term 'guest' in place of 'free outside collaborator'
2 years ago
Dmitry S d3d50cdca8 (core) Fix scrolling in Raw Data page, and tweak background of selection-summary in Raw Data tables to look better
2 years ago
George Gevoian 74c556ea85 (core) Fix CSS errors related to dark mode
2 years ago
Paul Fitzpatrick 303d071de1 (core) updates from grist-core
2 years ago
Jarosław Sadziński 9628253fd8 (core) Adding new column in users table "ref" with unique identifier.
2 years ago
Jarosław Sadziński 03631a1454 Improving documentation. Renaming folder to 'documentation'
2 years ago
George Gevoian 364610c69d (core) Add cell selection summary
2 years ago
Louis Delbosc 3f9d0b45b7
Remove duplicated hide colum option (#292)
2 years ago
Paul Fitzpatrick 433e1ecfc2 (core) updates from grist-core
2 years ago
Jarosław Sadziński 5219932a1f (core) i18
2 years ago
George Gevoian cd64237dad (core) Allow duplicating tables from Raw Data page
2 years ago
Paul Fitzpatrick 0eb1fec3d7 (core) show any error when creating initial team site with GRIST_SINGLE_ORG
2 years ago
Paul Fitzpatrick 20f935367b
remove old comment that gvisor is not available in grist-core (#295)
2 years ago
Jarosław Sadziński 198beaab2a (core) Ref columns weren't filtered on csv/excel export for sections.
2 years ago
Alex Hall 792565976a (core) Show example values in formula autocomplete
2 years ago
Louis Delbosc 49b1749e98
Add function to allow hosts from environment variables (#287)
2 years ago
Alex Hall 1864b7ba5d (core) Add BulkAddOrUpdateRecord action for efficiency
2 years ago
Jarosław Sadziński 0af379db7d (core) Fixing UserManger releted tests
2 years ago
Paul Fitzpatrick a5744dadfb (core) refactor assertCanMaybeApplyUserActions
2 years ago
Alex Hall d140b49ba3 (core) Include helper columns in ACL rules
2 years ago
Louis Delbosc 1bff046a3b
Improve input team member (#268)
2 years ago
Paul Fitzpatrick d55b5110ac (core) remove deprecated /download endpoint in favor of newer /api/docs/NNNN/download
2 years ago
Paul Fitzpatrick b1921209df (core) updates from grist-core
2 years ago
Louis Delbosc c8a80cb56e
Replace disabled attribute by readonly attribute (#281)
2 years ago
Dmitry S 23008038b7 (core) When managing focus, don't auto-scroll
2 years ago
Louis Delbosc 494a683332
Export xlsx #256 (#270)
2 years ago
Paul Fitzpatrick 1a091f1dd5 (core) another bundle of dependabot suggestions
2 years ago
Jarosław Sadziński 81c623109f (core) Adding empty workspace intro
2 years ago
Jarosław Sadziński 2a3328abfc (core) Clearing selection after rows or cols were removed
2 years ago
Paul Fitzpatrick c9a81ea7ea (core) updates from grist-core
2 years ago
George Gevoian 4ee47e9c1d Fix a few more CSS values
2 years ago
George Gevoian 965cf7e076 Fix incorrect CSS fallback values
2 years ago
Jarosław Sadziński 87731224df (core) Adding selection layer on top of field element
2 years ago
George Gevoian ec157dc469 (core) Add dark mode to user preferences
2 years ago
Paul Fitzpatrick d7b3fb972c (core) upgrade typeorm so we can support newer postgres
2 years ago
Dmitry S 1c24bfc8a6 (core) Fix exports to CSV/XLSX/etc when data is restricted by access rules
2 years ago
Alex Hall 42afb17e36 (core) Run and test imports only in Python 3, upgrade openpyxl, fix weird date handling
2 years ago
Alex Hall ecf2fdf71a (core) Fix summary table titles and linking when source table is hidden by ACL
2 years ago
Cyprien P 193d5360ad (core) Fix prevent auto-expansion when user is resizing browser window
2 years ago
Dmitry S b722fb3aaa (core) If invalid tableIds are present in Access Rules, avoid browser errors to show the rules anyway
2 years ago
Dmitry S 5e0bf50574 (core) Update text in the delete-page dialog
2 years ago
Alex Hall 81810bd44b (core) Don't show doc/onboarding tour in embedded mode
2 years ago
Paul Fitzpatrick 63683f98cc (core) updates from grist-core
2 years ago
Yohan Boniface 7ae425f869
add a description property to column mapping for custom widgets (#255)
2 years ago
Jarosław Sadziński b6f5718ad0 (core) Fixing ACIndex highlightMatches functions
2 years ago
George Gevoian 2cb783ea7b (core) Fix bugs with intervals
2 years ago
Dmitry S af77824618 (core) Add caching for measuring data size in DocStorage, when data isn't changing
2 years ago
Jarosław Sadziński 2997434815 (core) Showing a raw data section on a popup
2 years ago
George Gevoian 1c722014fa
Merge pull request #254 from vviers/main
2 years ago
Yohan Boniface 50a57c673f
Add GRIST_DEFAULT_LOCALE env var (#257)
2 years ago
Paul Fitzpatrick 177b9d83d9 (core) add a log message on proxying failures
2 years ago
Vincent Viers 2f48be26b1 fix(ui): add default cursor over disabled items
2 years ago
George Gevoian 56e8e1f4b3 (core) Randomize ActiveDoc interval delays
2 years ago
George Gevoian ed37401b2c (core) Add basic activation page to grist-ee
2 years ago
Jarosław Sadziński a52d56f613 (core) Moving client and common tests to core
2 years ago
Vincent Viers 5371ebcf46 fix(ui): pointer cursor when creating a new widget
2 years ago
Paul Fitzpatrick 028146f88a (core) updates from grist-core
2 years ago
Jarosław Sadziński a43a5a25a6 (core) Removing old billing landing page.
2 years ago
Alex Hall 42060df29a (core) Formula autocomplete improvements for references and lookups
2 years ago
Jarosław Sadziński 758c87f002 (core) Adding hide for multiple columns
2 years ago
Ronan Amicel cd16650e0e Rename text cleaning function to "normalizeText"
2 years ago
Ronan Amicel 4003d2d7c6 Use lodash to remove accents and ther diacritics
2 years ago
George Gevoian 360d838578 (core) Add Open Graph image tags
2 years ago
Ronan Amicel 2a05d04e35 Ignore diacritics in autocomplete
2 years ago
George Gevoian 0c5441b176 (core) Add unquarantine command to admin CLI
2 years ago
Paul Fitzpatrick e95b215405 (core) updates from grist-core
2 years ago
Alex Hall 49cb51bac5 (core) Error explanations from friendly-traceback
2 years ago
George Gevoian ebcfd2074f Fix bug that skips empty columns during imports
2 years ago
George Gevoian 3ad78590c2 (core) Polish display of table row counts
2 years ago
Jarosław Sadziński f215ec8b24 (core) Editing text for viewers on empty site
2 years ago
Jarosław Sadziński 9e4d802405 (core) Implementing row conditional formatting
2 years ago
George Gevoian fbba6b8f52 (core) Add methods for quarantining documents
2 years ago
Jarosław Sadziński ee109e9186 (core) Removing NEW_DEAL flag
2 years ago
Dmitry S 787b70f0f6 (core) Upgrade to latest plotly, and set automargin on Y-Axis
2 years ago
Paul Fitzpatrick c72ebf61a7 (core) updates from grist-core
2 years ago
Louis Delbosc a82d02ebcc feat: add tests for feature
2 years ago
Jarosław Sadziński 6206644686 (core) Fixing redirect url for landing page
2 years ago
Louis Delbosc 531ea1a4b5 feat: add rename when clicking on selected label page
2 years ago
George Gevoian 1c6ab775dd (core) Polish upgrade button
2 years ago
George Gevoian 771e1edd54 (core) Keep track of row counts per table
2 years ago
Jarosław Sadziński 40c9b8b7e8 (core) New URL that opens Create site popup.
2 years ago
Jarosław Sadziński c359547f6b (core) Welcome intro for viewers on a team site.
2 years ago
Alex Hall b7686fa664 (core) Add 'Show raw data' widget menu option
2 years ago
Paul Fitzpatrick b6890bed4b (core) serialize document uploads and DocSnapshots.versions() to reduce surprises
2 years ago
George Gevoian d12b05abcb (core) Keep focus when canceling choice rename
2 years ago
Paul Fitzpatrick 4c678f12cb (core) dust off electron build a little bit
2 years ago
Paul Fitzpatrick aeb7a4b849 (core) flesh out getAccessToken API documentation
2 years ago
Cyprien P 80f31bffc2 (core) Allow left pane to auto-expand on mouse over
2 years ago
George Gevoian c54dde3dba (core) Populate doc title, description and thumbnail in app.html
2 years ago
Paul Fitzpatrick 7078922a65 (core) ensure randomness works when sandbox is cloned from a checkpoint
2 years ago
Jarosław Sadziński 364715eba3 (core) FormulaEditor was updating formula when nothing has changed
2 years ago
George Gevoian aeba738f7c (core) Add product for new personal plan
2 years ago
Jarosław Sadziński 5c8211c61d (core) Fixing selectby error on the creator panel.
2 years ago
Alex Hall 460f22b701 (core) Don't show hidden tables in table data options when adding widgets
2 years ago
Dmitry S 4e805a4d9c (core) Fix sizing of tracebacks in formula errors, to make it scrollable
2 years ago
Paul Fitzpatrick dd8d2e18f5 (core) add an access token mechanism to help with attachments in custom widgets
2 years ago
George Gevoian 5c0a250309 (core) Prevent raw table names from overflowing
2 years ago
George Gevoian 3e49fe9a50 (core) Polish ChoiceListEntry drag and drop
2 years ago
Alex Hall 4b258ae0fa (core) Fix 'select by' when adding summary table widget to page
2 years ago
Alex Hall f39b496563 (core) Use table title instead of ID in ACL UI
2 years ago
Dmitry S a0f405e45f (core) Include altSessionId in morgan request logging
2 years ago
Jarosław Sadziński 257dafe423 (core) Improving billing page user experience
2 years ago
George Gevoian c70b427483 (core) Fix error when filtering empty choice and choice list columns
2 years ago
Alex Hall 1a6e1872de (core) Miscellaneous little logging improvements
2 years ago
Alex Hall 333ed863f4 (core) Only allow getFormulaError for clients with access to read the cell
2 years ago
Paul Fitzpatrick ec8ab598cb (core) add a `yarn run cli` tool, and add a `sqlite gristify` option
2 years ago
Alex Hall b8486dcdba (core) Nice summary table IDs
2 years ago
Alex Hall f1df6c0a46 (core) Prevent logging pointless errors about attachments and data size on shutdown
2 years ago
George Gevoian c0852761b9 (core) Fix cell selection bugs
2 years ago
Alex Hall 77775401fc (core) Don't clear widget options when changing column type
2 years ago
Jarosław Sadziński 8469b7ded0 (core) Fixing bug in token field editor with moving choices.
2 years ago
Jarosław Sadziński ddb80f111e (core) Reference columns weren't added to Raw Data Views
2 years ago
Paul Fitzpatrick f91f45b26d (core) support granular read access for attachments
2 years ago
George Gevoian a051830aeb (core) Show summary tables on Raw Data page
2 years ago
Cyprien P 808aacdc52 (core) Fix CustomWidget nbrowser test
2 years ago
Dmitry S 51ff72c15e (core) Faster builds all around.
2 years ago
Jarosław Sadziński 637caf8105 (core) Fixing bug with first click on windows
2 years ago
Jarosław Sadziński aefe451bab (core) Polishing upgrade plan UI
2 years ago
Dmitry S dd2eadc86e (core) Speed up and upgrade build.
2 years ago
Cyprien P 64ff9ccd0a (core) Allows range filter for Date, DateTime columns
2 years ago
Alex Hall 9fffb491f9 (core) External requests
2 years ago
George Gevoian abebe812db (core) Show Grist video tour after welcome questions
2 years ago
Dmitry S a91d493ffc (core) Fix issue with 'UNEXPECTED ORDER OF CALLBACKS' in Client.ts.
2 years ago
Paul Fitzpatrick 561d9696aa (core) clean up interaction of forward auth with session
2 years ago
Alex Hall 0005ad013e (core) Notify open ActiveDocs when the product is upgraded
2 years ago
Dmitry S b57a211741 (core) Fix issue with sandboxUtil where %s in message would get interpreted wrongly
2 years ago