1918 Commits (2d90abecde855a2997744ece893de4fa2ba6a5bd)

Author SHA1 Message Date
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 6ccaea4a9f remove currentapp stuff 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 be5f3a84ca Fixing minor mistake. 5 years ago
mike12345567 1fbd84b629 Making sure creation of SQL rows don't pass down null columns (no point). 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
mike12345567 2b0bdffa65 Fixing an issue with attempting to access a locked app causes a redirect loop locking up browser. 5 years ago
Martin McKeaveney 9e41b9cd8f UX improvements 5 years ago
Martin McKeaveney ddfecf14dc templates working end to end 5 years ago
Rory Powell f20cc45bc3 Deny only when usage quota is exceeded 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 04acb160a2 Quick fix for worker, API key was not considered good enough to access worker, updated this and added better error to smtp action. 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
Rory Powell fda5a52630 Fix app creation when there is no app ctx 5 years ago
Martin McKeaveney bdc004d18e removing optional chain 5 years ago
Martin McKeaveney 665a9620a4 lint 5 years ago
Mike Shanks fe6ea329f1 added awaits to all mongo querys 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
Martin McKeaveney 6681542ab5 fix tests 5 years ago
Martin McKeaveney 6ebc5a389b remove cloud limits for certain tenants 5 years ago
Andrew Kingston f03b8470a4 Only use fetch for search when running in cypress 5 years ago
mike12345567 ccd2913857 Final cleanup, just need to handle view migration (to self host from cloud). 5 years ago
Andrew Kingston 2b31239f04 Treat the search endpoint as a fetch when running tests as lucene doesn't exist 5 years ago
mike12345567 f69469ea4f Adding the ability to run the monorepo in cloud mode without the connected account portal (login, org setting and admin creation are all available again) as well as re-working how the redirects work to massively reduce the chance of cycles which I was experiencing constantly. 5 years ago
Peter Clement 42e38ad876 update ssl ux 5 years ago
Peter Clement f7984d3dbe fix mysql ssl 5 years ago
mike12345567 4de566d864 Some fixes after testing and adding some basic work to the frontend. 5 years ago
Peter Clement 22bbbb5ba4 fix tests 5 years ago
Peter Clement 5ca4da1146 check tables can be fetched before saving config 5 years ago
Rory Powell 4813a63439 Deprovisioning WIP 5 years ago
mike12345567 f836565f69 Putting together cloud export and import functionality, still need to test, but basic concept there. 5 years ago
Martin McKeaveney f877244571 abstract usagedoc creation into auth, create the doc if it doesn't exist 5 years ago
Martin McKeaveney 0692263960 tests 5 years ago
Martin McKeaveney 30f60d9bae prevent SMTP fallback for automations 5 years ago
Martin McKeaveney 757fbbc19c re-adding env var controls for cloud limit functionality 5 years ago
Martin McKeaveney 5b1ae778da fallback SMTP configuration for cloud 5 years ago
mike12345567 ba2f6ee120 Fixing issue discovered by test case. 5 years ago
mike12345567 02a3b7425e Removing useless statement. 5 years ago
Andrew Kingston 4c47ee9853 Fix check to create default layouts and screens 5 years ago
Martin McKeaveney 9cb20bcda2 ensure automation quotas are not incremented for test runs 5 years ago