1222 Commits (b66d76f010e1ad49478ef112ebfba3b28d3fa5b2)

Author SHA1 Message Date
Martin McKeaveney 50b547e0a9 fixes for templates, ensured iframetemplate fires ready event 5 years ago
Martin McKeaveney 0b6e6b35e8 change message when app not deployed 5 years ago
Martin McKeaveney 42e9286c68 adding check to make sure production db isn't created on sync 5 years ago
Martin McKeaveney ed051e1547 fix revert on unpublished app 5 years ago
mike12345567 9ce1866fab Fixing an issue with webhooks, couldn't use them in development (like getting schema) and making sure trigger will always use production app #3143. 5 years ago
mike12345567 aebd39d874 Fixing REST PUT using POST as per #3227. 5 years ago
Rory Powell 4b80bed3a1 Update snapshot 5 years ago
Rory Powell 0718f99850 Prevent non builder from accessing dev apps 5 years ago
Rory Powell f1a74d4384 Scope view filters to table always 5 years ago
Rory Powell 841e6b2518 Feedback: Rename set/not set to not empty/empty, remove cell rendering 5 years ago
mike12345567 a2d302cd57 Removing live replication between deployed and development app, instead it is replicated when the app is opened in the builder. Live replication was not working and only actually pulled back the data on deploy which was a little confusing, this way it can easily be controlled. 5 years ago
mike12345567 4794a5374e Fixing an issue with user metadata not always being present when user accessing app, causing weird issues. 5 years ago
Martin McKeaveney 7882862a65 enable collapsible nodes in component tree 5 years ago
Rory Powell b88319d201 Handle nulls / empty in views and tables 5 years ago
Andrew Kingston bc26925c2f Remove optional chaining from server 5 years ago
Andrew Kingston 0f2b50b9f1 Keep views up to date with table schema changes 5 years ago
mike12345567 99f8bf1244 Fixing issue with SQL tables and automations updating a row, also making error handling better across automations to make sure some sort of error message is always returned. 5 years ago
Martin McKeaveney 2b05b2c17b error message fixes 5 years ago
mike12345567 3631a799c3 Fixing issue with permissions, if some permissions have already been set for a role an error would be thrown which would break the UI and make it impossible to setup permissions for other tables. 5 years ago
mike12345567 d20eb464b0 Fixes issue #2417 in the backend, looks for fields which could contain a key value and if they do it will resolve them down to the ID field value. 5 years ago
Andrew Kingston 8817230bf1 Refactor app exports to allow a streaming realtime backup, and tidy up 5 years ago
Peter Clement 29796c3490 Potential fix for issues with updating and saving rows and columns 5 years ago
Andrew Kingston 2bef8a036d Lint 5 years ago
Andrew Kingston a1ed5d2605 Remove linkRows processing when importing CSVs 5 years ago
mike12345567 2d94d93f5b Fixing some issues which were causing errors during the cypress test runs, such as not redirect /api/system/ requests to the worker. 5 years ago
mike12345567 ef8804d6f9 Fixing some issues which were causing errors during the cypress test runs, such as not redirect /api/system/ requests to the worker. 5 years ago
mike12345567 c5bc8fdd08 Fixing some issues which were causing errors during the cypress test runs, such as not redirect /api/system/ requests to the worker. 5 years ago
mike12345567 eb25e81072 Fixes #2998 the templates API call will no longer fail if no internet, will simply return an empty array. 5 years ago
mike12345567 cd1f48b920 Fixing some issues found with query while testing. 5 years ago
mike12345567 b27a07f785 Adding the basics of the query transformers to the frontend and to the backend, as well as switching to vm2 for script running. 5 years ago
mike12345567 a7b5fc2e1b Fixing some issues with cloud export/import, removing the ability to export and import your users as this was dangerous and didn't really work with passwords/SSO. 5 years ago
mike12345567 380d0e030e Fixing issue with user's being logged in and trying to access other tenants public apps, this work makes sure that users from other tenants will not be 403'd immediately (too aggressive) but instead they will have all other their RBAC roles revoked. 5 years ago
Martin McKeaveney eead9b07b3 fix user ping event 5 years ago
Martin McKeaveney 910477a765 fix table view export in prod 5 years ago
mike12345567 1684f18217 Fixing issue #2276 - allows reverting a SQL column to null if no input. 5 years ago
mike12345567 3878cf76cd Fixing issue #2788 - making client side queries and SQL queries consistent with internal table ones. 5 years ago
Rory Powell 651947bb49 Add API keys between account portal and budibase 5 years ago
mike12345567 b8e968644a Fixing issue with direct app request in self host not working when un-authenticated (doesn't re-direct to login). 5 years ago
mike12345567 a343805fee Fix for many to many relationships where the union table has arbituarily named foreign key constraint columns, an example has been provided in the scripts directory. 5 years ago
Martin McKeaveney 6a6dac9d3a adding debug log for deployments 5 years ago
mike12345567 f4b57aab1c Fixing issue with created by/updated by on public forms, also fixing a small issue with analytics ping generating a 404. 5 years ago
mike12345567 53fb8682f9 Fixing formula in enrichment calls, it did not retrieve the correct linked table for output processing, grouping rows for enrichment phase with their correct tables. 5 years ago
Martin McKeaveney bdc004d18e removing optional chain 5 years ago
Martin McKeaveney 665a9620a4 lint 5 years ago
Martin McKeaveney b8fef9965d end user ping for client apps 5 years ago
mike12345567 feae148d03 Fixing view test case. 5 years ago
mike12345567 8e7ee8f23e Only development apps. 5 years ago
mike12345567 b3cda1cf64 Adding cloud -> self host and self host -> cloud view migrations. 5 years ago
Peter Clement e0e4048b37 remove log statement 5 years ago
Andrew Kingston f03b8470a4 Only use fetch for search when running in cypress 5 years ago