1979 Commits (7b8318f9db0ea00cdb727254b99208fe69fa88d7)

Author SHA1 Message Date
Rory Powell 99b42c7083 Feedback: Rename set/not set to not empty/empty, remove cell rendering 5 years ago
mike12345567 bd59c28081 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 23071993c6 Fixing an issue with user metadata not always being present when user accessing app, causing weird issues. 5 years ago
Martin McKeaveney 9301406bcd enable collapsible nodes in component tree 5 years ago
Martin McKeaveney d573eb464a upgrade to mysql2 package 5 years ago
Rory Powell 0fb4613b5a Handle nulls / empty in views and tables 5 years ago
Andrew Kingston 2b7f393626 Remove optional chaining from server 5 years ago
Andrew Kingston 5caafed0f8 Keep views up to date with table schema changes 5 years ago
mike12345567 bdaf56fac7 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 a174de7f28 error message fixes 5 years ago
mike12345567 6539feb6d7 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 dd75d236c0 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 d00f3f27fe Refactor app exports to allow a streaming realtime backup, and tidy up 5 years ago
Peter Clement 5cfaa17798 add check for missing _rev 5 years ago
Peter Clement eb957bc94f Potential fix for issues with updating and saving rows and columns 5 years ago
mike12345567 fd894897ca Setting a hard limit on how many rows can be returned by the SQL plus queries. 5 years ago
Andrew Kingston 4c1451178c Lint 5 years ago
Andrew Kingston 18c88ac101 Remove linkRows processing when importing CSVs 5 years ago
mike12345567 a366e8a568 Fixing an issue with mongo test failing in Node 16 due to unhandled promise rejections. 5 years ago
mike12345567 5b81d25d1a 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 1e318ea267 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 b73fc93cdc 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 11b06b717e Fixing issue #3005 - when a filter step is executed it now will fill in the history with a status describing that it stopped, this stops any errors from occurring. 5 years ago
mike12345567 c5ed99939c Fixes #2998 the templates API call will no longer fail if no internet, will simply return an empty array. 5 years ago
mike12345567 9cece8b79e Removing the ability to use the bash scripting action in automations in cloud. 5 years ago
mike12345567 dcb334b564 Fixing some issues found with query while testing. 5 years ago
Peter Clement 194eddbda4 some tidy up 5 years ago
Martin McKeaveney 11e64b0ffe tidy up 5 years ago
mike12345567 b46a945fc4 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
Martin McKeaveney 03ba725fbc remove random files 5 years ago
Martin McKeaveney ec26d5c738 SSL support for digitalocean, started utility function for BB logout, bunch of minor bug fixes 5 years ago
Rory Powell 33a72b29d1 Fix unit tests 5 years ago
Peter Clement e479ced4c8 fix webhook issue in automations 5 years ago
Rory Powell 8c67f3da13 No access role / public by default 5 years ago
Peter Clement abebe5de12 fix app action trigger 5 years ago
mike12345567 1e4799ce9c Fixing an issue with env variables becoming numbers if they started with one. 5 years ago
mike12345567 7a26f3769d 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 183b6e7b50 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 f32266df83 remove currentapp stuff 5 years ago
Martin McKeaveney dea2c95d80 fix user ping event 5 years ago
Martin McKeaveney 0fb17e41b7 fix table view export in prod 5 years ago
mike12345567 0ea022971f Fixing minor mistake. 5 years ago
mike12345567 ab03435c84 Making sure creation of SQL rows don't pass down null columns (no point). 5 years ago
mike12345567 d482b01263 Fixing issue #2276 - allows reverting a SQL column to null if no input. 5 years ago
mike12345567 3cea3dd510 Fixing issue #2788 - making client side queries and SQL queries consistent with internal table ones. 5 years ago
mike12345567 453556d273 Fixing an issue with attempting to access a locked app causes a redirect loop locking up browser. 5 years ago
Martin McKeaveney ab24e02941 UX improvements 5 years ago
Martin McKeaveney 4c59087904 templates working end to end 5 years ago
Maurits Lourens dbf747f749 fix tests 5 years ago
Maurits Lourens 8709fb2f0b add a slash before the path and a questionmark before the querystring 5 years ago