Budibase / budibase

Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
https://budibase.com
Other
22.75k stars 1.57k forks source link

Row action/set table permission #14707

Closed adrinr closed 1 month ago

adrinr commented 1 month ago

Description

Implementing the backend for allowing/disallowing rowactions to be run for tables. This changes the default behaviour to be enabled by default, and adds new endpoints to support setting/unsetting permissions. We introduced some API changes, but we don't need to keep backwards compatibility as nothing is using it yet. The frontend changes can be found in this PR:

Addresses