21 Commits (05d54dedba02bba2d0ea1dcbd0efcfcfdb0d59e5)

Author SHA1 Message Date
mike12345567 09bf6833ed Making sure URLs are always lower-case. 5 years ago
mike12345567 d7db539746 Found small issue with encoding uris, simple fix. 5 years ago
mike12345567 0c66d9fca4 When self hosting it is now possible to use a pretty URL to access the app rather than the normal appId. 5 years ago
mike12345567 9aca697bee 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. 5 years ago
Andrew Kingston 97dfc14007 Bundle app ID inside apps, rather than trying to find it dynamically 5 years ago
mike12345567 675e5127ad 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. 5 years ago
mike12345567 8655d73248 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 166bf153de 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 c3abc9fed4 Removing the static CSS bundling from the server as it is no longer required. 6 years ago
mike12345567 b65a554ede Linting and update to try and fix issues when screens are created, screen saving now generates CSS. 6 years ago
Martin McKeaveney c7a4503dd2 serve app assets 6 years ago
mike12345567 364eb3c433 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 d3759a4c10 Major re-work, client library stills needs some work but it appears layouts and screens are no longer inter-dependent. 6 years ago
mike12345567 5eec4d7a47 Creating CSS generation capabilities in the server. 6 years ago
mike12345567 90a8435641 Storing some work in commit, currently broken, further work needed - application needs cleaned up. 6 years ago
Martin McKeaveney 070b0c8c0a lint 6 years ago
Martin McKeaveney ff66ed35c6 tidy up 6 years ago
Martin McKeaveney c2aa9eebfc remove squirrelly, compile a single bundle.css for each page, svelte and hbs server rendering 6 years ago
Martin McKeaveney 1e8f13f9cf start server render index.html 6 years ago
mike12345567 472305d214 Fixing issues with auth not being able to find appId in pathname, using the currentapp cookie if pathname not populated. 6 years ago
Michael Drury 98157f076f Some updates, still WIP. 6 years ago
mike12345567 d587bad363 Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now. 6 years ago
mike12345567 d79be3c854 Initial work into multi-tenancy removal, experiencing issues with test cases at this point. 6 years ago
mike12345567 012b290895 Adding a version to the app and then including this in user authentication, this for now is just the version of the builder/server that it was built with. 6 years ago
Andrew Kingston be805d05cf Fix incorrect content type header when serving attachments 6 years ago
Michael Shanks 158240bc3b auth - standard-components not loading, windows 6 years ago
Martin McKeaveney e95af51cde simplify user authentication, remove anon user, fix login cookie issues 6 years ago
Martin McKeaveney 7f7594895b adding auth object to context rather than separate booleans 6 years ago
Michael Shanks 6f890dbe85 :app to _app : bugfix 6 years ago
Martin McKeaveney f75f0f5f28 updated quota fixes 6 years ago
Michael Shanks e083d60597 merge from master 6 years ago
mike12345567 ba758905cc Removing sanisation, instead just using it as a central path system. 6 years ago
Michael Shanks 9f3bc07729 bugfix - appId not recognised in static.js controller 6 years ago
mike12345567 691ea16998 Adding a basic sanitise path function and fixing up use cases of appId filesystem paths throughout the system. 6 years ago
Martin McKeaveney ecb4cff96f CSV Import end to end 6 years ago
Martin McKeaveney 1fd749ce00 csv import functional 6 years ago
Martin McKeaveney c2321797f1 async templates working from S3 6 years ago
Martin McKeaveney db2d9af545 template export v1 6 years ago
Martin McKeaveney e3c72c9020 tidy up 6 years ago
Martin McKeaveney 6d4ea5c627 ensuring s3 upload works in prod 6 years ago
Martin McKeaveney 329e885ab6 lint, tidy up and some simplification 6 years ago
Martin McKeaveney 938f675922 abstract local file upload logic 6 years ago
Martin McKeaveney f40f388dd8 local file upload from apps 6 years ago
Martin McKeaveney 319fcabaa5 removing delete functionality - not necessary 6 years ago
Martin McKeaveney 14283a7b96 return processed file sizes 6 years ago
Martin McKeaveney 5150288e85 more lint 6 years ago
Martin McKeaveney bb2058a010 lint 6 years ago
Martin McKeaveney 9032738ae8 delete local file upload when file deleted 6 years ago
Martin McKeaveney 494e04f19f allow deletion of images 6 years ago
Martin McKeaveney b1dbc7cc62 Dropzone styling 6 years ago