985 Commits (bdfd80fc030c7c7c93becde0f5691e6ca4029ec2)

Author SHA1 Message Date
Martin McKeaveney bdfd80fc03 rename buildPage 6 years ago
mike12345567 0c8bd319f3 More cleanup, removing template app pages that were unused and fixing a bug with auth not being configured correctly when app created. 6 years ago
mike12345567 105d407ce8 Further updates to clear out all usage of the old frontend store functions. 6 years ago
Martin McKeaveney 1106026687 cut over to new frontend store 6 years ago
Martin McKeaveney eeb6df894e feature parity with current pages, screens and store setup. Starting main bb store refactor 6 years ago
Michael Drury 8b35abe25f Updating screens API to be prefixed with /api/screens 6 years ago
Michael Drury 8c6a97198f Main work to get screens into the DB, fixing up issue with async page updates not being handled in order. 6 years ago
Michael Drury 7f3410204a Updates to pages so that they are written to DB and retrieved correctly. 6 years ago
Martin McKeaveney ea3162f329 screens in DB 6 years ago
Michael Drury 4f28bd9430 Updating server test cases with the header for appId. 6 years ago
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
Martin McKeaveney 4d388987c4 pages being stored in couch on initialisation and page save 6 years ago
Martin McKeaveney dc12752c6b started creating APIs for screens 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
Martin McKeaveney e59f759ad6 removing dead code 6 years ago
mike12345567 eeecd61058 Fixing another linting issue. 6 years ago
mike12345567 5e17e6d61f linting. 6 years ago
mike12345567 1238147be9 Updating script that had duplicate key. 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 fa00b6662d The removal of CLI package meant there was no way to init the system anymore so nuking budibase directory was unrecoverable, fixing this. 6 years ago
Michael Drury f621cb0853 Some quick fixes. 6 years ago
Martin McKeaveney 7dee8d6683 v0.3.1 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
Martin McKeaveney caab43a312 v0.3.0 6 years ago
Martin McKeaveney ee7a4215b4 move run command into cypress setup 6 years ago
Martin McKeaveney b2a2cde303 remove budibase cli 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
Martin McKeaveney 50f21e61ff bulk delete, delete column from panel 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
Martin McKeaveney c26eca48ae v0.2.6 6 years ago
Andrew Kingston f601185df8 Update server yarn.lock 6 years ago
Andrew Kingston 5a8c58a305 Fix incorrect content type header when serving attachments 6 years ago