590 Commits (19bcecf9f3b7ea72cbc5e20dd3cd0f9dfca967e9)

Author SHA1 Message Date
Michael Drury 19bcecf9f3 Linting and fixing client test case, have to mock getAppId as the location will never be set during testing. 6 years ago
Michael Drury d8da28502e Removing appIds from tokens to reduce confusion. 6 years ago
Michael Drury ac73b5c4aa Further work towards the re-implementation of auth, changing how the appId is determined, now it mainly will use a header, and a cookie which will be written to store the current status of appId. 6 years ago
Michael Drury 871e9b123e Some further work, logout and preview appear to be working much better now. 6 years ago
mike12345567 a1fd261af6 Some more re-work, more testing needed to auth stuff. 6 years ago
Michael Drury c89f73efc0 Some updates, still WIP. 6 years ago
mike12345567 d9025d1aa1 Getting rid of userInstanceMap, preparing for meat of auth update. 6 years ago
mike12345567 c5d856f193 Updating for review comments. 6 years ago
mike12345567 eeecd61058 Fixing another linting issue. 6 years ago
mike12345567 5e17e6d61f linting. 6 years ago
mike12345567 5b2be03bc3 Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now. 6 years ago
mike12345567 08b0834fe2 Removing instance API as it was un-used and simplifying the nature of an instance. 6 years ago
Michael Drury 66e3e3b7a4 Fixing test cases. 6 years ago
Michael Drury 56f1170ae9 Fixing an issue with env variables not getting set correctly. 6 years ago
Michael Drury f621cb0853 Some quick fixes. 6 years ago
Martin McKeaveney ffc2c7bd5f adding cloud check to dev check 6 years ago
mike12345567 ea03d099b3 Initial work into multi-tenancy removal, experiencing issues with test cases at this point. 6 years ago
mike12345567 3d77163773 Switching from axios to node-fetch as per review. 6 years ago
mike12345567 e26f272746 Switching from mustache to handlebars for automations as allows configuring helpers, e.g. parsing object. 6 years ago
mike12345567 3ae82b95a3 Adding an outgoing webhook action, so that we have both incoming and outgoing ability. 6 years ago
mike12345567 9b0dd682ad Fixing typo. 6 years ago
mike12345567 f78ec2ddef Found an issue where environment variables would load before they had actually been updated from dotenv, made sure they are always loaded correctly. 6 years ago
mike12345567 c66541ad99 Joe-ifying some of the work on webhooks to make it a bit easier to understand and finished up some testing around it. 6 years ago
mike12345567 ec7a4d7f8b Adding a modal on creation of a webhook automation to make sure the user can setup a schema. 6 years ago
mike12345567 0d8ec8e03a Some initial work towards webhooks, that generates schema similar to integromat. 6 years ago
mike12345567 f1ff7a0b7c Adding validation to pages to protect against screen/page creation with no parameters. 6 years ago
mike12345567 9a41fde685 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 5a8c58a305 Fix incorrect content type header when serving attachments 6 years ago
Andrew Kingston 64812e2ddc Replace sharp with jimp for image processing 6 years ago
Martin McKeaveney 94f0f79f27 sanitizing s3 keys and making them windows friendly 6 years ago
mike12345567 e5314b607d Review comments and making sure errors get passed through correctly. 6 years ago
mike12345567 cfb274f34b Making sure quota is always set correctly. 6 years ago
mike12345567 69743faa0d Changing how invalidation is checked for Cloudfront cache, making sure that we don't lose state of the invalidation and can check it fully in the background. 6 years ago
Andrew Kingston f86ee9d573 Fix test 6 years ago
Andrew Kingston c0e0b48a80 Allow CSV upload in browser and add display column option 6 years ago
mike12345567 de9c4ea3ee Fixing some issues seen with cloudfront and adding a bit more UI around the deployment history as pending can be happening for some time. 6 years ago
Martin McKeaveney d6eb0b754e remove security doc 6 years ago
Martin McKeaveney 110acd0a7e cookie based couchdb auth 6 years ago
Martin McKeaveney a06c504619 cookie based auth for deployment 6 years ago
Michael Shanks a9d9e14e22 auth - standard-components not loading, windows 6 years ago
Martin McKeaveney 3679416322 couchdb security doc 6 years ago
Martin McKeaveney eb8dff88cf remove commented code 6 years ago
Martin McKeaveney 131dcdbcad deployment history design updates and polling 6 years ago
Martin McKeaveney afa5418d5a adding health check endpoint for AWS ALB 6 years ago
Andrew Kingston b139144b62 Fix default home page overriding detail pages 6 years ago
Andrew Kingston a978062a02 Set default link font weight to 500 6 years ago
mike12345567 ebffeeb998 Fixing some issues found with deleting tables and relationships not getting cleaned up fully + builder not updating - also making sure builder store initial state of screens is accurate. 6 years ago
Martin McKeaveney 8b54a55bcb making deploy process async, adding local deployment history 6 years ago
mike12345567 8e3e12f234 Linting. 6 years ago
mike12345567 312c5fc437 Fixing an issue whereby in some enrichment calls the count of links would be doubled (counting both sides). 6 years ago