Commit Graph

1552 Commits (5e1fa4c74a8dad577e122804d47016cadf409c9a)

Author SHA1 Message Date
Florent ee31764b83
DocApi: Implement DELETE on columns (#601) (#640)
1 year ago
Florent 9dfebefc9b
Dump the rule for ACL formula warnings (#639)
1 year ago
Janet Vorobyeva b41fa31dd9
Fixes bug 'this.valueFormatter is not a function' (#632)
1 year ago
Paul Fitzpatrick b3a71374d1 (core) updates from grist-core
1 year ago
Paul Fitzpatrick 0be858c19d
allow AI Assistance to run against any chat-completion-style endpoint (#630)
1 year ago
Alex Hall 166312be3a (core) Add dialog with options to allow downloading without history or data
1 year ago
Alex Hall a1d31e41ad (core) Prevent the AI assistant response from including class definitions
1 year ago
Alex Hall 999d723d14 (core) Cleanup old frontend code for handling empty summary groups
1 year ago
Paul Fitzpatrick fe846d3068 (core) allow copying errors from regular cell editor
1 year ago
Jarosław Sadziński fad421b7c0 (core) Removing temporary pro site
1 year ago
Philip Standt 9df62e3d81
Add appearance parameter to override theme preferences (#620)
1 year ago
Paul Fitzpatrick f1a0b61e15 (core) updates from grist-core
1 year ago
Philip Standt cbdffdfff8
Support grid selection with Ctrl+Shift+Arrow (#615)
1 year ago
Florent fde56ffa33
DocApi: Introduce `hidden` option for GET on records (#623)
1 year ago
Florent e93ad5a0c5
Issue #601: implement PUT on columns (#605)
1 year ago
George Gevoian 0f2b1f6a89 (core) Polish "Click to insert $id" tooltip
1 year ago
Jarosław Sadziński 732611c356 (core) Removing GRIST_FORMULA_ASSISTANT flag
1 year ago
George Gevoian 24bbf375f9 (core) Add earliestDocCreatedAt to telemetry
1 year ago
Dmitry S efb5fc63d7 (core) Change the label/nickname of the paid plan to Pro
1 year ago
Paul Fitzpatrick 031076cd07 (core) updates from grist-core
1 year ago
CamilleLegeron 02841bd15c
Header colored (#581)
1 year ago
Dmitry S 526a5df157 (core) Manage memory used for websocket responses to reduce the risk of server crashes.
1 year ago
Paul Fitzpatrick 016ab66ea0
fix type issue if python is missing when running unsandboxed (#610)
1 year ago
Jarosław Sadziński 00b88fd683 (core) Adding links to description tooltips
1 year ago
Alex Hall 5dfa9a542c (core) Upgrade to Python 3.11
1 year ago
Jarosław Sadziński 6416994c22 (core) Import redesign
1 year ago
George Gevoian 05c15e4ec3 (core) Show tweaked formula in AI responses
1 year ago
Jarosław Sadziński 4cfa033078 (core) TypeTransform race condition fix
1 year ago
Paul Fitzpatrick 8110a26873 (core) updates from grist-core
1 year ago
Paul Fitzpatrick 61f954ff05
move getTemplateOrg method; enable template org in docker tests (#602)
1 year ago
George Gevoian 9484fa14db (core) Fix mislabeled telemetry metadata
1 year ago
John Cant e1df6039c2
REQUEST now supports POST (#588)
1 year ago
Alex Hall 9b87a6f06a (core) updates from grist-core
1 year ago
Jakub Serafin d4c5082799
reverting whitespace changes in DocPageModel (#594)
1 year ago
Paul Fitzpatrick f0b9e1f7e9
allow Grist front-end to function when location history is unavailable (#596)
1 year ago
George Gevoian a77170c4bd (core) Tweak navbar, breadcrumbs, and sign-in buttons
1 year ago
Alex Hall bc54a6646e (core) Filter rows based on linked widgets when exporting view
1 year ago
Vincent Viers ab6807c342
fix: don't count falses in summary (#589)
1 year ago
Alex Hall 3f71c9c488 (core) Cleanup: Remove unused AssistanceRequest.regenerate
1 year ago
Jakub Serafin f7fdfab6bf (core) GET endpoint for webhooks returns now data in format {webhooks:[...]}
1 year ago
Paul Fitzpatrick cd8eac36b8 (core) updates from grist-core
1 year ago
Janet Vorobyeva b2e98230b4
Linux-specific fonts: Liberation Sans (#572)
1 year ago
George Gevoian 5e26401a24 (core) Re-render assistant code blocks on theme change
1 year ago
Alex Hall 391c8ee087 (core) Allow assistant to evaluate current formula
1 year ago
Paul Fitzpatrick 8ecf0d7d0a
change order of new private method to fix lint after saas/core sync (#587)
1 year ago
Paul Fitzpatrick 7256e0c245 (core) updates from grist-core
1 year ago
George Gevoian 90cf018133 (core) Update assistant link
1 year ago
George Gevoian beffd02c41 (core) Improve highlighting of previewed formula
1 year ago
Alex Hall 5a703a1972 (core) Send hash of user ID in OpenAI API requests
1 year ago
George Gevoian 0a34292536 (core) Add telemetry for AI Assistant
1 year ago
Florent 5e33b68753
Issue 359 support scaleway (#577)
1 year ago
George Gevoian 0040716006 (core) Disable undo/redo in detached formula editor
1 year ago
Dmitry S 534615dd50 (core) Update logging in sandbox code, and log tracebacks as single log messages.
1 year ago
Alex Hall 7fd48364df (core) Improved error messages, retries, and handling of token limits in AI assistant
1 year ago
Jakub Serafin d894b60fd4 (core) deleting queue from single webhook
1 year ago
Paul Fitzpatrick 450472f74c (core) updates from grist-core
1 year ago
CamilleLegeron 61bd064f73
i18n: userManager translation + some forgotten translations (#557)
1 year ago
Paul Fitzpatrick a26eef05b0 (core) remove superfluous import
1 year ago
Jakub Serafin a9f4cfde90 (core) API reworked to use POST to create webhook and DELET to remove it
1 year ago
George Gevoian ea8a59c5e9 (core) Implement AI Assistant UI V2
1 year ago
Florent 7694588a42
External storage: split checkBackend and configure (follow-up #545) (#567)
1 year ago
Dmitry S 8581492912 (core) When a page starts with a number, don't treat it as an emoji
1 year ago
Alex Hall 152dc832f1
Split out new importFileAsNewTable method for grist-static (#564)
1 year ago
Paul Fitzpatrick 958ea096f3
fix a node-sqlite3-ism that breaks record removal in grist-static (#566)
1 year ago
Paul Fitzpatrick 733b6b3d29 (core) add back config call for external storage
1 year ago
Paul Fitzpatrick 2c7ad727d1 (core) resolved some divergence in mergedServerMain
1 year ago
Jarosław Sadziński d13b9b9019 (core) Billing for formula assistant
1 year ago
Florent b6b2d05be0
Abort when MinIO bucket does not have versioning enabled #545 (#546)
1 year ago
Jarosław Sadziński 75d979abdb (core) Fixing cursor position for filtered linked section.
1 year ago
George Gevoian 9a80f4bdf5 (core) Exclude additional pages from needsOrg
1 year ago
George Gevoian 271a5735c3 (core) Fix focus bug in filter menu
1 year ago
Jarosław Sadziński d5fe26f63c (core) Allowing selecting and copying texts from action log
1 year ago
George Gevoian 35237a5835 (core) Add Support Grist page and nudge
1 year ago
Dmitry S 2b581ab7dc (core) Fix issue with lodash's map interpreting objects with length as array-like
1 year ago
Dmitry S b0aa17c932 (core) Detect when a page initial is an emoji, avoid repeating it, and style it better
1 year ago
Dmitry S 4ea748b1a3 (core) Adjust the style of the 'attic' to have more of a toolbar feel, flush to the top, and taking up less space
1 year ago
Alex Hall bb7cf6ba20 (core) Modify prompt so that model may say it cannot help with certain requests.
1 year ago
Paul Fitzpatrick fc16b4c8f6 (core) updates from grist-core
1 year ago
Paul Fitzpatrick 7d3b4b49d5 (core) forward more kinds of edits to a virtual table
1 year ago
George Gevoian 25b71c4e57 (core) Polish doc tutorials
1 year ago
Dmitry S 3fa5125cf7 (core) Highlight rows used as a selector in linking, but do not show 'inactive' cursors.
1 year ago
Paul Fitzpatrick 7e50467396 (core) tweak handler for aborted connections to work on modern node
1 year ago
Alex Hall 52469c5a7e (core) Improve parsing formula from completion
1 year ago
George Gevoian 0b64e408b0 (core) Fix scrolling and column title bugs
1 year ago
Dmitry S 41280a31f2 (core) Fix recording of signups, and record as telemetry too.
1 year ago
Dmitry S 2740884e3c (core) Improve the look and behavior of /welcome/teams page (also shown for /welcome/start)
1 year ago
Florent 3d808f67f1
Visually identify that a field is a drop-down list (single choice) #491 (#525)
1 year ago
Dmitry S 812cded291 (core) Fix flaky FormulaEditor test by adjusting focus behavior of FormulaEditor.
1 year ago
Paul Fitzpatrick c5e750abc6 (core) add a cli command to view telemetry settings
1 year ago
George Gevoian a460563daf (core) Polish telemetry code
1 year ago
Alex Hall 6ac0bc3bbb (core) Implement exported functions without relying on ActiveDoc.docData
1 year ago
George Gevoian 10f5f0cb37 (core) Add optional telemetry to grist-core
1 year ago
George Gevoian 0d082c9cfc (core) Wrap buttons in filter bar
1 year ago
Jakub Serafin 90e902c10f (core) sanitizing redis errors
1 year ago
Paul Fitzpatrick 0fb5092e33 (core) updates from grist-core
1 year ago
Jarosław Sadziński da323fb741 (core) Floating formula editor
1 year ago
Dmitry S e10067ff78 (core) Rearrange ExportXLSX code and fix ExportsAccessRules test that became flaky
1 year ago
jarek 9edbf9f415
Setting main grist-widget repository as a default (#524)
1 year ago
Dmitry S d191859be7 (core) For exporting XLSX, do it memory-efficiently in a worker thread.
1 year ago
Dmitry S 6b338256e0 (core) On mobile, only show a warning for older and unknown browsers rather than for all
1 year ago
Jarosław Sadziński c592691e31 (core) Fixing DELETE and BACKSPACE keys on ChoiceList and RefList editor.
1 year ago
Paul Fitzpatrick dad41b2567 (core) updates from grist-core
1 year ago
George Gevoian ff03d32688 (core) Set DateTime timezone during xlsx import
1 year ago
George Gevoian d5b8240c07 (core) Fix snapshot migrations
1 year ago
Paul Fitzpatrick 7be0ee289d
support other SQLite wrappers, and various hooks needed by grist-static (#516)
1 year ago
Paul Fitzpatrick 3f3a0d3aa1 (core) support a wildcard option for ALLOWED_WEBHOOK_DOMAINS
1 year ago
Paul Fitzpatrick 4cc19ff748 (core) updates from grist-core
1 year ago
Dmitry S d4bc6246f1 (core) Fix breakage on Firefox iOS
1 year ago
George Gevoian f18bb3e39d (core) Add GRIST_UI_FEATURES env variable
1 year ago
wunter8 e7933d7c59
(core) Remove bool filtered rows immediately on change (#517)
1 year ago
George Gevoian 1e873b4203 (core) Tweak telemetry
1 year ago
Dmitry S be5cb9124a (core) Add logging of errors whenever ProxyAgent is used, and a test for it.
1 year ago
Paul Fitzpatrick 84854b7cfa (core) updates from grist-core
1 year ago
Paul Fitzpatrick b58929f095 (core) reconcile webhook and widget description migrations
1 year ago
softwareguru90 72730461eb
Track saved version per hour, day, week, month, year, and number of times a version with parameter (#509)
1 year ago
CamilleLegeron c16204f8ad
feature widget description (#483)
1 year ago
George Gevoian 18ad39cba3 (core) Add cut, copy, and paste to context menu
1 year ago
George Gevoian c6ec8339f5 (core) Avoid adding extra "(" when autocompleting
1 year ago
Paul Fitzpatrick 603238e966 (core) Adds a UI panel for managing webhooks
1 year ago
Paul Fitzpatrick 5e9f2e06ea (core) updates from grist-core
1 year ago
George Gevoian 9438f315e9 (core) Save choice config on focus loss
1 year ago
Paul Fitzpatrick 51a195bd94
add support for conversational state to assistance endpoint (#506)
1 year ago
Jakub Serafin 440d5b935a (core) Proxy Agent moved to the separate file, Triggers are using proxy now to perform fetch
1 year ago
Jakub Serafin 37347a79c0 (core) Currency from grist column is persistent when exporting to excel
1 year ago
Dmitry S 8f34ba5157 (core) Remove a defunct URL constant and a product flavor.
1 year ago
Jarosław Sadziński ca3cf0cd06 (core) Preserving rules when data is transformed
1 year ago
Jarosław Sadziński 5f9f4868ae (core) Showing close button when column is added
1 year ago
George Gevoian 959f8a45c6 (core) Direct users to last visited site when possible
1 year ago
Dmitry S 65013331a3 (core) Fix imports into reference columns, and support two ways to import Numeric as a reference.
1 year ago
Jarosław Sadziński 0bc758e3d0 (core) Styling text button for left alignment
1 year ago
Dmitry S 3513c1e8d2 (core) In formula autocompletions, fix suggestions after an opening parenthesis.
1 year ago
George Gevoian 8bedaedab6 (core) Fix ACL bug with rec.id in formula
1 year ago
Dmitry S b4cc519616 (core) Ignore leading whitespace in formulas, and strip out leading '=' sign users might add
1 year ago
Paul Fitzpatrick 1d93923efe (core) updates from grist-core
1 year ago
Jarosław Sadziński b4c4a62a73 (core) Migrating commands to typescript
1 year ago
Jarosław Sadziński b13fb1d97e (core) Adding description icon and tooltip in the GridView
1 year ago
George Gevoian 3aac027a13 (core) Polish tutorial popups
1 year ago
Jarosław Sadziński 35f7072bea (core) Enabling height adjustment on tutorial popup
1 year ago
George Gevoian c077f3c304 (core) Fix reporting of blank attachment types
1 year ago
George Gevoian b15ae98349 (core) Fix browser history bug with tutorials
1 year ago
Jarosław Sadziński 69fea132de (core) Fix for the creator panel on custom section.
1 year ago
CamilleLegeron 3775317eec
feat: allow simple click on certain cases for editing field in Widget Card (#446)
1 year ago
CamilleLegeron 3047bde1e4
rename welcomeTour file to WelcomeTour (#489)
1 year ago
Paul Fitzpatrick f490854324 (core) updates from grist-core
1 year ago
George Gevoian 36f3fd0120 (core) Fix owner view access to snapshots
1 year ago
Vinschni bcb5916434
make sendToDrive hidable (#493)
1 year ago
Jarosław Sadziński 40ea6bb2bc (core) Focusing the creator panel on the table wiget for charts and custom views
1 year ago
Paul Fitzpatrick cc0e1154d0 (core) port some more test/browser tests to newer selenium
1 year ago
George Gevoian 900859854c (core) Convert site metric strings to ints
1 year ago
George Gevoian c5029af4e7 (core) Remove duplicate shouldHideUiElement
1 year ago
George Gevoian 8a0bb4d4fe (core) Improve dark mode
1 year ago
Louis Delbosc 053ef45d64
Keep choices after apply formula (#474)
1 year ago
George Gevoian a19ba0813a (core) Add telemetry
1 year ago
Paul Fitzpatrick 6a4b7d96e8 (core) updates from grist-core
1 year ago
George Gevoian 4670d60c01 (core) Hide tutorial card with templates
1 year ago
Paul Fitzpatrick 903c81d348
close db after checkAllegedGristDoc (#482)
1 year ago
Jarosław Sadziński 7aa83858bd (core) Fixing bug with the import preview being not responsive
1 year ago
Paul Fitzpatrick b2b41a0bf8
fix log.add under electron (#478)
1 year ago
Paul Fitzpatrick f5eb8f7730
do not count unready translations in localization test (#480)
1 year ago
Paul Fitzpatrick 5730262c69 (core) updates from grist-core
1 year ago
Cyprien P d8a063284a (core) Adds endpoint to update webhook
1 year ago
Jarosław Sadziński 8cb928e83d (core) Removing translation from reported answeres on welcome screen
1 year ago
George Gevoian 8833958963 (core) Fix small Start Tutorial button
2 years ago
George Gevoian 0006e0604b (core) Disable tips during tutorials
2 years ago
George Gevoian 5b2fb62627 (core) Avoid clashes with rick rowing and tours
2 years ago
George Gevoian 58ef8d59b5 (core) Show coaching popup after Add New tip is dismissed
2 years ago
Jarosław Sadziński a317a727c8 (core) Adding tutorial card
2 years ago
Jarosław Sadziński 6b5c178953 (core) Fixing bug with type change when a collapsed section is maximized
2 years ago
Paul Fitzpatrick a941a72904
only offer languages that have been marked as substantially complete (#466)
2 years ago
George Gevoian 3a1fbbc533 (core) Un-escape names in HomeIntro
2 years ago
Jarosław Sadziński edff50238d (core) Proper way to recreate collapsed section.
2 years ago
George Gevoian 01fbe871aa (core) Add April Fools easter egg
2 years ago
Paul Fitzpatrick 503e56db40
rename 'theme' that is shadowing an import (#473)
2 years ago
Paul Fitzpatrick 6485fbd826 (core) updates from grist-core
2 years ago
jarek f9764f9780
Using static text in Grid menu for inserting columns. (#468)
2 years ago
Jarosław Sadziński d29770511c (core) Draft version of AI assistant
2 years ago
Dmitry S 33c08057ad (core) Bug fix: when on Raw Data popup, clicks on cells shouldn't navigate the page
2 years ago
Dmitry S 22dbab0123 (core) Add tooltip for the opener icon for the Creator Panel
2 years ago
Paul Fitzpatrick 12f9567ff4 (core) add a /welcome/start endpoint that forwards sensibly
2 years ago
Jarosław Sadziński a9ff6b9a84 (core) Fixing couple of bugs in collapsed section layout
2 years ago
George Gevoian be8e13df64 (core) Add initial tutorials implementation
2 years ago
George Gevoian 210aa92eed (core) Fix dark mode on welcome pages
2 years ago
Paul Fitzpatrick 327c78aa95
move a newly introduced private ActiveDoc method into the expected location (#465)
2 years ago
Paul Fitzpatrick 572995f19a (core) updates from grist-core
2 years ago
Paul Fitzpatrick 391d39effc (core) restore ActiveDoc shutdown behavior on error
2 years ago
Louis Delbosc c54e910fd6
Export table schema (#459)
2 years ago
Cyprien P 1ff93f89c2 (core) Porting the AI evaluation script
2 years ago
Jarosław Sadziński b3590c8a6f (core) Removing warnings about deprecated shortcuts.
2 years ago
George Gevoian 8a6962d3e6 (core) Hide id column in Access Rules
2 years ago
Dmitry S efd92c6c2a (core) Two fixes to tests affected by changes that came from grist-core.
2 years ago
Dmitry S 86681de595 (core) Add overflowTooltip() tool, and use for long tables in widget picker, and long page names.
2 years ago
Paul Fitzpatrick b28cbb378a
add a special key to allow translators to exclude language until ready (#461)
2 years ago
Cyprien P b312b3b08b (core) Fix css issue with tooltip in filter menu on safari
2 years ago
Paul Fitzpatrick 186263b4fb (core) updates from grist-core
2 years ago
Dmitry S 1274fe55fb (core) Fix linking of new records when attachment is the first thing added.
2 years ago
Paul Fitzpatrick 66643a5e6b
add a pyodide-based "sandbox" flavor (#437)
2 years ago
Paul Fitzpatrick 055522d374 (core) updates from grist-core
2 years ago
Louis Delbosc 7a82aa1ac7
Add labels for columns type (#435)
2 years ago
Jarosław Sadziński 59cf654190 (core) Minimazing widgets
2 years ago
Louis Delbosc 5af2cd4ef7
Add translation for visible field config (#442)
2 years ago
Paul Fitzpatrick e9efac05f7 (core) remove ormconfig.js from saas build; more sendgrid logging
2 years ago
George Gevoian aa3faae25b (core) Fix test util and upgrade fixtures
2 years ago
Paul Fitzpatrick e9d5ce0c60 (core) updates from grist-core
2 years ago
George Gevoian 788a223f13 (core) Fix missing placeholder flag icon
2 years ago
jarek cee0cdcd67
Merge pull request #406 from incubateur-territoires/column-description
2 years ago
CamilleLegeron 5e244a9a24
style(colmunDesc): tooltips icon line heigh to 0
2 years ago
Camille dba64a20b4 fix: Harmonize enter key behaviour between formulas and transformations
2 years ago
Paul Fitzpatrick cbf925aa00 (core) updates from grist-core
2 years ago
Camille 16d7f16840 style(ColmunDesc): icon size and visible when there is a long colmun name
2 years ago
George Gevoian 1ac4931c22 (core) Persist forks in home db
2 years ago
Paul Fitzpatrick 3aba7f6208 (core) set up a trialing list and a call scheduled flag for Grist SaaS
2 years ago
Camille 0fa908d41a fix(ColumnDesc): tooltip show multiline description + remove useless variable + remove outline style
2 years ago
Vincent Viers bb9dd5f15e
Add region param for MinIO bucket (#428)
2 years ago
Cyprien P bc43e16bc7 (core) Fix one day shift in datepicker for DateTime column [WIP]
2 years ago
Paul Fitzpatrick f7f76fb5e7
A set of tweaks to simplify electron packaging (#421)
2 years ago
Jarosław Sadziński 7c448d746f (core) Moving attachment's widget icon below the frozen columns
2 years ago
Jarosław Sadziński e93dd4bc6f (core) Preserving cursor position when linked state is removed.
2 years ago
Jarosław Sadziński 6e3f0f2b35 (core) Porting back AI formula backend
2 years ago
Cyprien P ef0a55ced1 (core) Makes GristTooltips translatable
2 years ago
Jarosław Sadziński ab2e2ef402 (core) Fix for flex-wrap in cssRow
2 years ago
Camille e46b93d57f test(columnDesc): create column description simple test
2 years ago
Paul Fitzpatrick 363fb7f89e (core) updates from grist-core
2 years ago
jarek 5a324f1358
Adding new flags for supported locales (#420)
2 years ago
jarek 65c8bec2b4
Merge pull request #412 from incubateur-territoires/bug-card-empty-reference
2 years ago
George Gevoian 6ccc195330 (core) Add dark theme to date picker
2 years ago
George Gevoian 046222b1d9
Show language prefs when custom CSS is enabled (#418)
2 years ago
Cyprien P 75c53faacd (core) Fix document settings' scroll bar
2 years ago
Paul Fitzpatrick 3be48c9a7e (core) updates from grist-core
2 years ago
Camille bd9c9aa8f9 codeStyle(column-desc): create separate iconTooltip for column description
2 years ago
Camille 95f1a41618 Merge branch 'main' into column-description
2 years ago
Cyprien P d2f98b4036 (core) Fix the empty values last option in multicol sorting
2 years ago
Jarosław Sadziński 6864649b92 Removing toast errors on missing keys
2 years ago
Paul Fitzpatrick 671e479bad (core) updates from grist-core
2 years ago
Louis Delbosc 5b031b8d84 Change link to reference new when rowId is null
2 years ago
Camille 5afb2e2fee fix(columnDesc): improve styling
2 years ago
Camille 51f6cf3070 feat(columnDesc): code styling
2 years ago
Camille f0dc24306a feat(ColumnDesc): Info Tooltip with column desc in DetailView
2 years ago
Camille 969280629b fix: linter correction
2 years ago
Camille 009ebefd96 feat(ColumnDesc): create column description in database and link it to visual behaviors
2 years ago
Camille 0a90fc0c7b feat(columnDesc): add front description in single card widget
2 years ago
Camille 66cb283075 feat(columnDescription): show description textarea in right panel
2 years ago
Jarosław Sadziński 90d3ee037a (core) User language switcher
2 years ago
jarek f1a4404a60
Merge pull request #411 from incubateur-territoires/no-check-box-toggle-formula
2 years ago
Cyprien P abea735470 (core) Preserves docPage upon viewAs mode activation, except for acl page
2 years ago
Camille 573c287747 fix: hide check box from toggle in formula mode
2 years ago
Camille 1f6a0f12ed fix(css): flex wrap when no space in cssRow right panel styles
2 years ago
Camille 55e4b93562 fix: styling error + word error
2 years ago
Camille 82d036d344 fix: remove trailing space
2 years ago
Camille 4ce820ed67 fix(CI): cut line too long
2 years ago
Camille 4befca1c92 trad: make the widgets and the Welcome Tour translatable
2 years ago
Paul Fitzpatrick 6804283603 (core) updates from grist-core
2 years ago
Jarosław Sadziński 2f39c07a5a (core) Preserving scroll position on Raw Data Page
2 years ago
Jarosław Sadziński dda453714a (core) Migrating LayoutEditor.js to ES
2 years ago
Cyprien P bf63e2bd70 (core) Fix comments nbrowser tests on mac
2 years ago
Cyprien P a8827b152e (core) New document settings page
2 years ago
Cyprien P ca5ae6fa3f (core) Hides the link icon in print view
2 years ago
Jarosław Sadziński 1dafe4bae0 (core) Expanding widgets
2 years ago
Paul Fitzpatrick 2bfd8b42f6 suppress unneeded error message
2 years ago
Dmitry S 45c7602f49 (core) Implement checkbox for SchemaEdit permission in Access Rules UI.
2 years ago
Cyprien P 18d016c745 (core) Fix date filter for DateTime columns.
2 years ago
Paul Fitzpatrick a822a5771c (core) updates from grist-core
2 years ago
George Gevoian db64dfeef0 (core) Add tip for "Add New" button
2 years ago
CamilleLegeron cf096889db
feat(TypeConversion): allow converting list of string with quotes to ChoiceList (#397)
2 years ago
Cyprien P b7f65ff408 (core) Adds dots menu to access rules page item
2 years ago
Dmitry S e170eef1a4 (core) A few assorted one-line fixes
2 years ago
George Gevoian 9e009bbab9 (core) Update memo notification styling
2 years ago
Paul Fitzpatrick e6692c2793 (core) add a checkbox for owner "boss mode"
2 years ago
Jarosław Sadziński b59829d57e (core) Updating dependencies for moment package
2 years ago
Jarosław Sadziński 887cd388c0 (core) Adding creator as an owner for a new doc and ws
2 years ago
Jarosław Sadziński 30600c5dc2 (core) Making makeT helper use the unprefixed key as a fallback
2 years ago
Paul Fitzpatrick 92276cdbda (core) updates from grist-core
2 years ago
Jarosław Sadziński 15dafb5707 (core) Removing beta tag from ACL rules tools menu
2 years ago
Cyprien P 8227be513c (core) Fix UI losing view as mode after updating doc sharing
2 years ago
Paul Fitzpatrick 3b4af3ce21 adapt weblate translations to new keys
2 years ago
Jarosław Sadziński d107810127 (core) Fixing scrolly bug on mobile
2 years ago
Paul Fitzpatrick cd72a54bbb (core) updates from grist-core
2 years ago
jarek 8c6f82fce3
Merge pull request #384 from gristlabs/eslint
2 years ago
Cyprien P a04979bede (core) Enable search in column pickers
2 years ago
Paul Fitzpatrick 13cb4e8389 (core) adapt some translation keys after reorganization
2 years ago
Paul Fitzpatrick 1780e1139f (core) updates from grist-core
2 years ago
Jarosław Sadziński e79613b0ed (core) Restoring separated transform columns
2 years ago
Jarosław Sadziński 0bd759a40b Adressing comments
2 years ago
Jarosław Sadziński f8795efff8 Linting long lines
2 years ago
Jarosław Sadziński 7ff2ca954c Adding eslint to github actions
2 years ago
Jarosław Sadziński fd02a00a0e Fixing all eslint's reported error
2 years ago
George Gevoian 5b9242fa7c (core) Tweak placement and title of filters tip
2 years ago
jarek de1001f46d
Merge pull request #367 from incubateur-territoires/translation-key-migration
2 years ago
George Gevoian 77e85c132c
Fix control-border CSS regression (#388)
2 years ago
Louis Delbosc 67c09d7f5a Fix new translations
2 years ago
Louis Delbosc 78a1c2d890 Add fr translation and fix some translation on the go
2 years ago
Louis Delbosc 4165c35dd3 Add translation keys generator script
2 years ago
Louis Delbosc 83ea6868cb Fix tests
2 years ago
Louis Delbosc 676c27d6c9 Remove prefix from translations keys
2 years ago
Louis Delbosc 1d97137f11 Generated translation keys from code file
2 years ago
Louis Delbosc 7082e3dce9 Change translation keys for keys with counts
2 years ago
Louis Delbosc e0ae321ff5 Change translation keys for complex context keys
2 years ago
Louis Delbosc 37dc0cc9fb Change translation keys for simple context keys
2 years ago
Louis Delbosc b76fe50bf9 Change translation keys for ui directory
2 years ago
Louis Delbosc 24a656406e Change translation keys for components directory
2 years ago
Louis Delbosc 7a2a0a797f Change translation keys for ui2018 directory
2 years ago
Louis Delbosc 32e3d25ae5 Change translation keys for aclui directory
2 years ago
Louis Delbosc 156a471db7 Change translation keys for lib directory
2 years ago
Louis Delbosc fb8bd2ddcd Change translation keys for models directory
2 years ago
Cyprien P cabac3d9d8 (core) Adds new view as banner
2 years ago
Cyprien P c0e9c18128 (core) Fixes date filter calendar view for dark mode
2 years ago
George Gevoian 17836031c5 (core) Disable selection summary in previews
2 years ago
Paul Fitzpatrick 9451fb9597 (core) updates from grist-core
2 years ago
Paul Fitzpatrick 103ebbb045
add MinIO tests (#381)
2 years ago
jarek 506f61838a
Fixing time bug in webhook tests (#383)
2 years ago
Paul Fitzpatrick 472a9a186e (core) control the distribution of attachment metadata
2 years ago
Paul Fitzpatrick e564d31582 (core) give preliminary support in core for storing snapshots in S3-compatible stores via minio-js client
2 years ago
Cyprien P 34b8dfa740 (core) Fixes date formatting in range filter when column is hidden
2 years ago
Jarosław Sadziński 2a86cde474 (core) Hiding helper columns used for column transformation
2 years ago
George Gevoian 1a4561dbf2 (core) Hide tips in grist-core
2 years ago
George Gevoian e52e15591d (core) Add behavioral and coaching call popups
2 years ago
Jarosław Sadziński fa75c93d67 (core) Only owners should be able to rename a document.
2 years ago
Cyprien P 620e86a9f1 (core) New date filter with a calendar view
2 years ago
Paul Fitzpatrick 7dc49f3c85 (core) updates from grist-core
2 years ago
George Gevoian c558800de5 (core) Avoid flagging support user as collaborator
2 years ago
Jarosław Sadziński 629fcccd5a (core) Adding /webhooks endpoint
2 years ago
George Gevoian e146f95c1c (core) Add new UI for writing memos
2 years ago
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