388 Commits (aa687ac23a671fa9209092e4ea55fbf2dd25a93a)

Author SHA1 Message Date
mike12345567 9b629d49b5 Adding an outgoing webhook action, so that we have both incoming and outgoing ability. 6 years ago
mike12345567 27acbac235 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 533e502143 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 cc19e2e582 Adding a modal on creation of a webhook automation to make sure the user can setup a schema. 6 years ago
mike12345567 a967645a21 Some initial work towards webhooks, that generates schema similar to integromat. 6 years ago
mike12345567 122c34e65c Adding validation to pages to protect against screen/page creation with no parameters. 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
Martin McKeaveney 3f41fc0ba1 sanitizing s3 keys and making them windows friendly 6 years ago
mike12345567 f55ff98364 Review comments and making sure errors get passed through correctly. 6 years ago
mike12345567 f1eb185798 Making sure quota is always set correctly. 6 years ago
mike12345567 484070e0e0 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 05cb7e5374 Allow CSV upload in browser and add display column option 6 years ago
mike12345567 c319054c30 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 734fb2c543 remove security doc 6 years ago
Martin McKeaveney 7843f544c9 cookie based couchdb auth 6 years ago
Martin McKeaveney cdf82cf479 cookie based auth for deployment 6 years ago
Michael Shanks 158240bc3b auth - standard-components not loading, windows 6 years ago
Martin McKeaveney 5db3c03ee9 couchdb security doc 6 years ago
Martin McKeaveney 80e1c1b294 remove commented code 6 years ago
Martin McKeaveney ae71f9ed01 deployment history design updates and polling 6 years ago
Martin McKeaveney 82218c3a50 adding health check endpoint for AWS ALB 6 years ago
Martin McKeaveney 6f4b55c0f5 making deploy process async, adding local deployment history 6 years ago
Martin McKeaveney 202598a7fa fix unit tests 6 years ago
mike12345567 ca5f5f44ac Fixing issues with table columns allowing weirdness to happen around casing, now only one column with a particular name can be specified, no matter what the case, but the case will be respected. 6 years ago
Martin McKeaveney 6d22dd40cf updating test snapshots 6 years ago
Martin McKeaveney e300134186 lint 6 years ago
Martin McKeaveney 2308814e85 fix cloudfront invalidations 6 years ago
Martin McKeaveney ac0413eefd allow users to remove a calculation 6 years ago
mike12345567 bbe085f734 Some changes for authentication and getting rid of allScreens component of store as it was causing confusion and breakages. 6 years ago
Martin McKeaveney 3ba8f19e7f more filtering updates 6 years ago
Martin McKeaveney 11927d2340 adding sum and count functionality, preventing user from doing bad filters 6 years ago
Martin McKeaveney 3abf7daa73 frontend bug fixes, remove bindable prop, add not equals filter 6 years ago
Andrew Kingston 313b26982e Rename usages of primary display column to just display column 6 years ago
Michael Drury 94ceff1bbd Fixing an issue where linked record column deletion was not correctly removing relationships. 6 years ago
Andrew Kingston a7118a542d Ignore column renaming if the rename has the same name 6 years ago
Martin McKeaveney 1601a9b2a2 lint 6 years ago
Martin McKeaveney db72b29eaf update row_save event 6 years ago
Martin McKeaveney e95af51cde simplify user authentication, remove anon user, fix login cookie issues 6 years ago
mike12345567 686d85f07e Adding 501 not implemented errors to screen API which did not have a controller previously. 6 years ago
mike12345567 3fd5e7e578 Removing deprecated function - exists. 6 years ago
mike12345567 407d7606e9 Destroying instance DBs for an app before it is deleted. 6 years ago
Martin McKeaveney 34bfef5661 bulk deletes on grid 6 years ago
kevmodrome f386dba290
add back missing param to validate call on record post route 6 years ago
mike12345567 4e000a8904 Updating formatting. 6 years ago
kevmodrome 1e1662d265
lint fixes 6 years ago
mike12345567 47b97225a8 Improving consistency of model saving, making sure that any validation which could fail happens before any updates are carried out. 6 years ago
mike12345567 9bf568ecb1 Fixes for deleting records when a table is deleted. 6 years ago
Martin McKeaveney 7f7594895b adding auth object to context rather than separate booleans 6 years ago
Michael Shanks 72774e7fe9 code review changes 6 years ago