1187 Commits (cdfcff4bbb78b65298df4c032cded09bf543d45c)

Author SHA1 Message Date
Andrew Kingston 9b035df33e WIP component management and definition refactor 6 years ago
mike12345567 210897b909 This simply removes the self hosting logo URL feature as it doesn't really make sense, screen/layout templates are held in the builder codebase and therefore controlling the logo from the server isn't really possible. 6 years ago
Michael Shanks a878d7eb40 Trigger Automation from frontend actions 6 years ago
mike12345567 85320ea938 Some minor updates, making template object store URL in self hosting relative so everything just goes through the proxy, and fixing issue with API key being required to create apps in self hosting. 6 years ago
Andrew Kingston cf087209d7 Bundle app ID inside apps, rather than trying to find it dynamically 6 years ago
mike12345567 405ca07efe Adding a build method which can push docker images if you are logged in to docker CLI and making the main docker compose file use the pushed images instead. 6 years ago
Michael Drury 3e38bea3d6 Fixing cypress failure. 6 years ago
mike12345567 882cfa700b 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. 6 years ago
mike12345567 287bcd01d2 Fixing up settings to only take the one URL now, the main hosting URL. 6 years ago
Martin McKeaveney 736adca7a4 v0.4.3 6 years ago
Martin McKeaveney 4a38b2be70 add notarization step back in for OSX 6 years ago
Andrew Kingston fb3a3d504e Fix new layouts having bad styling 6 years ago
mike12345567 31bc45985f Update after testing, it is now possible to make a deployment to a self hosted environment. Some work still required, better authentication around MINIO deployment, currently the bucket is set to public read and there is no signing/verification to the upload process, also right now four different URLs are needed for the builder to connect correctly, ideally this shouldn't be the case. 6 years ago
kevmodrome b6974cba08 update test snapshot 6 years ago
kevmodrome 67d98119b5 updates test 6 years ago
kevmodrome b3497d3846 fixes encoding issue of file to work with non-english chars 6 years ago
mike12345567 4e13565d1f Adding a deployment service which takes over from the lambdas in local operation, this may become part of the hosting portal if we ever decide to opensource that part of it. 6 years ago
mike12345567 cc34838f45 Updating deployment service, checking in builder the builder settings info stored in DB before deploying. 6 years ago
mike12345567 c65ed9ad46 Linting. 6 years ago
mike12345567 21978007cf Adding feature to allow configured the builder to point at a self hosted system instead of production (for deployment). 6 years ago
Martin McKeaveney 0665a0dcc5 v0.4.2 6 years ago
Martin McKeaveney ab7a0bbeae Update package.json 6 years ago
Martin McKeaveney 14b88d781a v0.4.1 6 years ago
Martin McKeaveney 9900ce131f Update package.json 6 years ago
Martin McKeaveney f834004dab v0.4.0 6 years ago
mike12345567 f5a9c68c69 WIP - starting to work on deployment and hosting so that they don't use static URLs anymore to reach assets, instead using environment variables to determine what to use. 6 years ago
mike12345567 2546346f36 Adding the ability to change default logo URL for new apps in self hosting. 6 years ago
mike12345567 0e854473f0 Putting together the basics of the compose system, this is now functional, along with some handy scripts to make it work. This requires minimum docker 1.25.0 to run due to the use of --env-file. 6 years ago
mike12345567 7b21acd8bd Updating API key controller in self-host mode to return self host API key. 6 years ago
mike12345567 1cbe3771ab Adding in self hosted API key. 6 years ago
Andrew Kingston fba15e6d70 Remove client CSS bundle from index.html template 6 years ago
mike12345567 3959a18406 Removing the static CSS bundling from the server as it is no longer required. 6 years ago
kevmodrome 2fcdf3483b adds colorpicker to card componeent 6 years ago
mike12345567 36432a490f Updating row controller to make sure that all user requests (bar deletion) are passed through correctly to the user controller so that any logic such as removing user password can be correctly held in the user controller logic. 6 years ago
mike12345567 4ce920df01 Updating row controller to make sure that all user requests (bar deletion) are passed through correctly to the user controller so that any logic such as removing user password can be correctly held in the user controller logic. 6 years ago
mike12345567 4d5ac0ee9e Updating builder/server in a few ways, to allow creating users with extra columns attached, allowing password to be updated in the builder and making sure that all row endpoints correctly pass through the user controller so that we can still have customised functionality for users (such as making sure password is never returned). 6 years ago
Martin McKeaveney fb569a4425 fixing bugs found during testing 6 years ago
mike12345567 79cfc5ea01 Fixing an issue with power user not being usable. 6 years ago
mike12345567 9a63252666 Fixing automations to use recurseMustache from utilities. 6 years ago
Andrew Kingston 1c73786226 Update user editing to support new email field 6 years ago
Martin McKeaveney b7f628e250 lint 6 years ago
Martin McKeaveney c00af29fbc rename level to role in test 6 years ago
Martin McKeaveney cffa809316 fix tests 6 years ago
Martin McKeaveney ccb6b59588 code review 6 years ago
Martin McKeaveney a7789067d3 fix layout bugs, some tidy up 6 years ago
mike12345567 837778c250 Fixing test case and also making sure that external trigger does what its expected to. 6 years ago
mike12345567 ed292db82e Updating test so that it doesn't chain. 6 years ago
mike12345567 63f38ce99d Making chaining of automations through different row creation/deletions possible. 6 years ago
Martin McKeaveney 74f138ee9a lint 6 years ago
Martin McKeaveney a9d0c68a60 component store refactor - remove concept of currentPreviewItem and currentComponentInfo 6 years ago