grist-core
grist-core copied to clipboard
Grist is the evolution of spreadsheets.
Thanks for adding forms! This makes our life 100 times easier! :heart: Little improvement would be setting correct input type on the form (e.g. [`number` for numeric field](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number))
There is an option to invite people by typing a mail address: we'll email an invite to ... But there is no option to configure a smtp server. I don't...
Hello, Is there a way to revoke access to a user for multiple teams at once? When having a lot of teams removing a single user can get pretty tedious...
### Describe the current behavior ``` ="""A B C""" ``` generates ``` A B C ``` ### Steps to reproduce 1. create a formula in a new document 2. 3....
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.0. Release notes Sourced from express's releases. 4.20.0 What's Changed Important IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was...
Following https://github.com/gristlabs/grist-core/issues/1217
Bumps [webpack](https://github.com/webpack/webpack) from 5.91.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...
### Describe the current behavior I am running Grist in Docker (rootless) for about 2 months. Since a few days, at 4 am, I the Docker container receives a `SIGTERM`....
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.0.6 to 3.1.3. Release notes Sourced from dompurify's releases. DOMPurify 3.1.3 Fixed several mXSS variations found by and thanks to @kevin-mizu & @Ry0taK Added better configurability for...
When using PUT or PATCH to update columns [through its API](https://support.getgrist.com/api/#tag/columns), if we add invalid references, like nonexistent rules, we cannot delete the column anymore. To reproduce the issue, I...