1998 Commits (5bdf63c91de143efeb97a0adfa2d9aab799311aa)

Author SHA1 Message Date
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
Rory Powell c3a95d6c03 Deny only when usage quota is exceeded 5 years ago
Rory Powell 2f589a2f42 Add API keys between account portal and budibase 5 years ago
mike12345567 c82c9df522 Fixing issue with direct app request in self host not working when un-authenticated (doesn't re-direct to login). 5 years ago
mike12345567 80e7671444 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 ff610d6516 adding debug log for deployments 5 years ago
mike12345567 8decbc20d5 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 be09410cae 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 5bafd1c01b 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 68396fa4c8 Fix app creation when there is no app ctx 5 years ago
Martin McKeaveney 021c49ad8e removing optional chain 5 years ago
Martin McKeaveney 6ef1883328 lint 5 years ago
Mike Shanks 0c0ac7ed05 added awaits to all mongo querys 5 years ago
Martin McKeaveney 13a07a5e51 end user ping for client apps 5 years ago
mike12345567 976fca6dde Fixing view test case. 5 years ago
mike12345567 e1707111b2 Only development apps. 5 years ago
mike12345567 c132ac43b9 Adding cloud -> self host and self host -> cloud view migrations. 5 years ago
Peter Clement 1ba7c89492 remove log statement 5 years ago
Martin McKeaveney e2c4663541 fix tests 5 years ago
Martin McKeaveney e9fcf51f27 remove cloud limits for certain tenants 5 years ago
Andrew Kingston 1b60fb5988 Only use fetch for search when running in cypress 5 years ago
mike12345567 94737c6574 Final cleanup, just need to handle view migration (to self host from cloud). 5 years ago
Andrew Kingston a50d46ba32 Treat the search endpoint as a fetch when running tests as lucene doesn't exist 5 years ago
mike12345567 a0f69251c8 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 cfab8165bd update ssl ux 5 years ago
Peter Clement 1059460a40 fix mysql ssl 5 years ago
mike12345567 d282cd030f Some fixes after testing and adding some basic work to the frontend. 5 years ago
Peter Clement 01265b0b02 fix tests 5 years ago
Peter Clement 1a1c0f2892 check tables can be fetched before saving config 5 years ago
Rory Powell 8642868c5e Deprovisioning WIP 5 years ago
mike12345567 9f0d8a91b7 Putting together cloud export and import functionality, still need to test, but basic concept there. 5 years ago
Martin McKeaveney 1e3fca15c5 abstract usagedoc creation into auth, create the doc if it doesn't exist 5 years ago
Martin McKeaveney f6014190c8 tests 5 years ago
Martin McKeaveney 2da28ecc71 prevent SMTP fallback for automations 5 years ago
Martin McKeaveney 5b4bf74e2c re-adding env var controls for cloud limit functionality 5 years ago
Martin McKeaveney 35d4eac78a fallback SMTP configuration for cloud 5 years ago