1
0
Fork 0
mirror of synced 2024-08-22 21:41:49 +12:00
budibase/packages/server/src
2021-02-23 15:35:39 +00:00
..
api Add new automation trigger for updating rows 2021-02-23 14:07:19 +00:00
automations Update icon for row updated trigger 2021-02-23 14:16:44 +00:00
constants Switching user activity state to an options field rather than boolean (more extensible). 2021-02-22 12:29:49 +00:00
db Fixing some issues with enrichment, making sure display column can always be worked out. 2021-02-19 13:21:38 +00:00
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). 2021-02-03 16:09:48 +00:00
integrations read all columns for schema rather than just the first 2021-02-22 17:41:02 +00:00
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. 2021-02-12 20:34:54 +00:00
selfhost Updating API key controller in self-host mode to return self host API key. 2020-12-09 17:10:53 +00:00
utilities Updating the self auth endpoint to use the row processor. 2021-02-19 10:32:24 +00:00
app.js Merge pull request #1163 from Budibase/develop 2021-02-23 15:35:39 +00:00
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). 2021-02-03 16:09:48 +00:00
environment.js When self hosting it is now possible to use a pretty URL to access the app rather than the normal appId. 2021-01-14 17:01:31 +00:00
index.js Fixing typo. 2020-10-26 17:58:01 +00:00