1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00
budibase/packages/server/src/utilities
Michael Shanks 6c6f93af34
Merge pull request #981 from Budibase/trigger_automation_action
Trigger automation from button click
2021-01-13 11:06:10 +00:00
..
appDirectoryTemplate More cleanup, removing template app pages that were unused and fixing a bug with auth not being configured correctly when app created. 2020-11-05 12:43:03 +00:00
builder Updating worker to support using a self host key, a basic level of security, stopping builder from asking for API key if currently configured for self hosting, made the default values for self hosting make sense for a basic local installation, this should be final. 2021-01-06 16:58:29 +00:00
queue Some groundwork for the linked records, building up a much more in-depth emitter for models and records to drive the record cleanup. 2020-09-25 18:05:26 +01:00
routing Updating to have proper access control via an accessController and nearly ready to spit out the routing structure. 2020-11-16 18:04:44 +00:00
security Updating API key controller in self-host mode to return self host API key. 2020-12-09 17:10:53 +00:00
tests update test snapshot 2020-12-18 11:29:26 +01:00
bcrypt.js server tests in-memory and passing 2020-05-14 15:12:30 +01:00
budibaseDir.js Removing sanisation, instead just using it as a central path system. 2020-10-09 10:00:57 +01:00
centralPath.js Removing sanisation, instead just using it as a central path system. 2020-10-09 10:00:57 +01:00
createAppPackage.js remove superfluous files 2020-11-06 13:46:19 +00:00
csvParser.js Allow CSV upload in browser and add display column option 2020-10-19 19:24:05 +01:00
exceptions.js further tidy up and removal 2020-05-07 13:52:24 +01:00
fileProcessor.js Replace sharp with jimp for image processing 2020-10-21 13:00:23 +01:00
index.js Merge pull request #981 from Budibase/trigger_automation_action 2021-01-13 11:06:10 +00:00
initialiseBudibase.js tidy up 2020-11-12 10:41:49 +00:00
linkedRows.js Changing record -> row in this update, completing the update of renaming in the builder, this release needs further testing. 2020-10-09 19:10:28 +01:00
mustache.js Removing all reference to 'pages' in server source code, now to look at builder. 2020-11-23 15:46:26 +00:00
statusCodes.js further tidy up and removal 2020-05-07 13:52:24 +01: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
usageQuota.js Initial work into multi-tenancy removal, experiencing issues with test cases at this point. 2020-10-28 20:35:06 +00:00