18 Commits (882cfa700bc76ff8a24e2c5b71d9b04a08147ff8)

Author SHA1 Message Date
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 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
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
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
mike12345567 2a41f57382 Linting and update to try and fix issues when screens are created, screen saving now generates CSS. 6 years ago
Martin McKeaveney c0c8c430ea serve app assets 6 years ago
Martin McKeaveney 9b25a61706 allow editing of screen layout from modal 6 years ago
mike12345567 103161c7a8 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. 6 years ago
mike12345567 8a013c33c3 Major re-work, client library stills needs some work but it appears layouts and screens are no longer inter-dependent. 6 years ago
mike12345567 e26baa6faf Creating CSS generation capabilities in the server. 6 years ago
mike12345567 8ae24a4b30 Storing some work in commit, currently broken, further work needed - application needs cleaned up. 6 years ago
Martin McKeaveney 1d98025291 lint 6 years ago
Martin McKeaveney 9e190ac1ec tidy up 6 years ago
Martin McKeaveney 9b914e0395 remove squirrelly, compile a single bundle.css for each page, svelte and hbs server rendering 6 years ago
Martin McKeaveney 8cb716df3b start server render index.html 6 years ago
Martin McKeaveney f48736ffe9 lint 6 years ago
Martin McKeaveney 293e5b7859 delete local file upload when file deleted 6 years ago
Martin McKeaveney 4985949786 allow deletion of images 6 years ago
Martin McKeaveney e97ec7beaf Dropzone styling 6 years ago
Martin McKeaveney ad79d422e0 file attachments and processing working, basic design for dropzone 6 years ago