21 Commits (c71ad0cdec87d03f5ba05ca2dc5db2fc2fbd7e43)

Author SHA1 Message Date
mike12345567 3b9f3d6690 Fix for cypress test issues, when metadata is updated rapidly it could get into a bad state - this should resolve it. 5 years ago
mike12345567 8d56fe1339 Adding a script to be able to debug backend like cypress runs, without needing to build everytime - fixing an issue that appears to only occur occasionally in the cypress environment. 5 years ago
mike12345567 a9c6395d72 Fixing issue discovered by cypress test. 5 years ago
mike12345567 960ea66fd7 Quick update to the app caching to improve performance even further, cache when an app doesn't have metadata/is invalid, meaning we don't need to poll the database everytime to see if the metadata doc exists. 5 years ago
Michael Drury 0f37562ab6 Fixing issue presented by test, passing Couch instance around for when it is being used in memory. 5 years ago
mike12345567 7eb29ffc7d Updating the getAllApps function to use a cached version of the app metadata, rather than retrieving it individually everytime. Also invalidating the results everytime they are updated (at least in the important locations). 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
Rory Powell 12a5428a6e Move all session population to budibase (bug fix) 5 years ago
Maurits Lourens 104a84d19b merge develop into branch 5 years ago
Rory Powell 626b166346 Access controls for cloud, self, and regular budibase users 5 years ago
Rory Powell 8d4311d232 Fix typo 5 years ago
Rory Powell ff39d247c8 Configurable user cache population in auth middleware 5 years ago
mike12345567 2dca8ab46e Quick fix for backwards compat, enabling multi-tenancy on a previously single tenancy environment. 5 years ago
mike12345567 42f08f97cc Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants" 5 years ago
Michael Drury f37946d47e
Revert "Multi-tenancy/organisations" 5 years ago
mike12345567 55ff798803 Linting. 5 years ago
mike12345567 54e765a182 Implementing some changes to how context gets set for tenancy, after testing, as well as updating server. 5 years ago
mike12345567 7a69dcef78 re-write, to use the ideas that Rory put in place, still WIP, un-tested but all implemented. 5 years ago
mike12345567 f0f9736c0b Updating auth to utilise the tenant system. 5 years ago
mike12345567 5ffe3c7935 First version of multi-tenancy, work still to be done. 5 years ago
mike12345567 79b7747714 Fixing session issues after testing a bit. 5 years ago
mike12345567 36c0e45761 WIP - first version of user sessions. 5 years ago