budibase/packages/server/src/api/controllers
mike12345567 3bcbb5f27c Merge branch 'feature/security-update' of github.com:Budibase/budibase into feature/self-hosting 2020-12-03 15:01:41 +00:00
..
deploy Making sure deployment object is used everywhere to hide all underlying deployment properties. 2020-12-01 16:51:17 +00:00
static Expanding on deployment, attempting to hide all the quota stuff behind layers that we can more easily abstract, as well as hiding away any AWS specific features in the index of deployment. 2020-12-01 13:39:34 +00:00
view Starting work off towards routing of screens in backend, getting view ready and a bit of cleanup to make internal views easier to create. 2020-11-10 17:22:41 +00:00
analytics.js Initial work into multi-tenancy removal, experiencing issues with test cases at this point. 2020-10-28 20:35:06 +00:00
apikeys.js Initial work into multi-tenancy removal, experiencing issues with test cases at this point. 2020-10-28 20:35:06 +00:00
application.js Changing the naming of access levels to be roles. 2020-12-02 13:20:56 +00:00
auth.js Changing the role system to have permissions integrated rather than the permissions being per user. 2020-12-02 17:08:25 +00:00
automation.js Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now. 2020-10-29 10:28:27 +00:00
component.js Fixing issues with auth not being able to find appId in pathname, using the currentapp cookie if pathname not populated. 2020-11-06 21:13:21 +00:00
page.js remove superfluous files 2020-11-06 13:46:19 +00:00
permission.js Changing the role system to have permissions integrated rather than the permissions being per user. 2020-12-02 17:08:25 +00:00
role.js Making public and basic roles accessible. 2020-12-03 12:28:30 +00:00
routing.js Changing the naming of access levels to be roles. 2020-12-02 13:20:56 +00:00
row.js users as table working end to end 2020-11-24 17:00:15 +00:00
screen.js Changing the naming of access levels to be roles. 2020-12-02 13:20:56 +00:00
table.js Fixing #848 - standard components was not using the same API calls consistently which was breaking some things like charts. For now just make it consistent by updating it to make calls the same way as client lib does but the SDK will eventually replace all this and solve these problems. 2020-11-10 15:09:54 +00:00
templates.js Updating templates to be able to run locally with an environment variable LOCAL_TEMPLATES and making them work using the DB. Users are also no longer included in the db dump. 2020-11-06 12:30:30 +00:00
user.js Changing the role system to have permissions integrated rather than the permissions being per user. 2020-12-02 17:08:25 +00:00
webhook.js Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now. 2020-10-29 10:28:27 +00:00