Budibase is an open-source low-code platform for creating internal apps in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s 🚀
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
mike12345567 edbef7ec97 Minor change, making sure each link is definitely unique by combining each of its three unique properties into a uniqueness hash, was missing one of the components. 5 years ago
..
api Add new automation trigger for updating rows 5 years ago
automations Update icon for row updated trigger 5 years ago
constants Switching user activity state to an options field rather than boolean (more extensible). 5 years ago
db Minor change, making sure each link is definitely unique by combining each of its three unique properties into a uniqueness hash, was missing one of the components. 5 years ago
events Attempting to fix the issue with 4001, this updates the cypress tests so that it is easier to change the port on which it runs as well as updating the electron usage of the app to use port 0 (an ephermeral port). 5 years ago
integrations read all columns for schema rather than just the first 5 years ago
middleware Fixing an issue with RBAC, there was a mutable issue where a server builtin resource was getting updated, fixed this by not exposing the mutable structure, instead exposing a function which provides a new object everytime. 5 years ago
selfhost Updating API key controller in self-host mode to return self host API key. 6 years ago
utilities Updating the self auth endpoint to use the row processor. 5 years ago
app.js Merge pull request #1163 from Budibase/develop 5 years ago
electron.js Attempting to fix the issue with 4001, this updates the cypress tests so that it is easier to change the port on which it runs as well as updating the electron usage of the app to use port 0 (an ephermeral port). 5 years ago
environment.js When self hosting it is now possible to use a pretty URL to access the app rather than the normal appId. 5 years ago
index.js Fixing typo. 6 years ago