1
0
Fork 0
mirror of synced 2024-06-23 08:30:31 +12:00
budibase/packages/server/src/api/controllers
2020-12-01 16:22:06 +00:00
..
deploy Storing some work in commit, currently broken, further work needed - application needs cleaned up. 2020-11-23 14:07:18 +00:00
static Major re-work, client library stills needs some work but it appears layouts and screens are no longer inter-dependent. 2020-11-25 17:56:09 +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
accesslevel.js Fixing some bugs with previous commit and updating to add the functionality of the api/routing/client. 2020-11-18 15:12:42 +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 layouts and screens switcher, merge with component sdk 2020-12-01 16:22:06 +00:00
auth.js Tests failing but starting to progress. 2020-11-12 17:06:55 +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
layout.js layouts and screens switcher, merge with component sdk 2020-12-01 16:22:06 +00:00
routing.js Minor update to make use of new client header to state the request is from the client, not the builder. 2020-11-19 20:18:28 +00:00
row.js users as table working end to end 2020-11-24 17:00:15 +00:00
screen.js Quick update to allow deleting layouts if they are not currently in use. 2020-11-30 16:12:06 +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 fix users test, remove superfluous files 2020-11-25 15:30:10 +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