250 Commits (e511ff4e22d6a69ed060d7314c02207cb696fffa)

Author SHA1 Message Date
Rory Powell 651947bb49 Add API keys between account portal and budibase 5 years ago
Rory Powell 0e4bdb73a4 Remove global info users on user deletion 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 e8b35e2a68 Honour cookie domain on empty values 5 years ago
Rory Powell 5835716e9d Deprovision complete 5 years ago
Rory Powell 5be2a8489d Deprovisioning working minus apps 5 years ago
Martin McKeaveney 6e2508797a adding subdomain checking to tenancy middleware 5 years ago
Rory Powell b8e4824154 Set cookie domain to fix logout 5 years ago
Martin McKeaveney e92c2be577
Revert "Temp account portal logging" 5 years ago
Rory Powell aa428881e7 Temp account portal logging 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
mike12345567 649a33d3c8 Getting rid of the concept of permissions hierarchy, roles still have a hierarchy and base permissions still follow the old system, but resources can be given a stack of separate permissions which don't override each other. 5 years ago
Martin McKeaveney b4f9fd4f12 changed events to constants, instantiated analytics client at right time 5 years ago
mike12345567 efdd78c7fe Removing use of db.post as its dangerous to allow the possibility of _id being auto-generated, these docs would be lost as we couldn't query them out by the usual id mechanism. 5 years ago
Rory Powell 44002979b0 Self hosted SSO flow and account deletion 5 years ago
Martin McKeaveney 52f4aad525 adding AWS region to bucket config 5 years ago
Martin McKeaveney 0993825286 analytics clients 5 years ago
Rory Powell 12a5428a6e Move all session population to budibase (bug fix) 5 years ago
Rory Powell 72a0203829 Password reset for budibase users 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
Martin McKeaveney 57b92d5b96 fix app fetching 5 years ago
Martin McKeaveney 02c9719b03 publishing redis client fix to master 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 67c07b7e38 Fix for issue #2593. 5 years ago
mike12345567 3679579d53 Introducing the concept of flagging an automation as 'in test' which means it can run with triggers and everything as it normally would in development. 5 years ago
Martin McKeaveney 9bc592818a fix redis auth for hosts containing redis 5 years ago
Martin McKeaveney ad2cccfbd2 lint 5 years ago
Martin McKeaveney a6ff46be0c formatting 5 years ago
Martin McKeaveney c8b772b8c1 allow configuration of redis cluster with fully qualified redis URL 5 years ago
mike12345567 0117c1498f Fixing issue with multi-tenancy and public apps, when the tenant isn't necessarily known, it can be found in the app ID, building a middleware to manage this. 5 years ago
Rory Powell a7576d86ba Add new redis key for email verification 5 years ago
mike12345567 d05c60d470 Adding slack integration. 5 years ago
Martin McKeaveney 9e73dcdd44 lint 5 years ago
Martin McKeaveney 53aebdf585 fix test failure 5 years ago
mike12345567 9e4ab9054e Allowing all server endpoints to run without tenant information, as most endpoints in server can be public. 5 years ago
mike12345567 2dca8ab46e Quick fix for backwards compat, enabling multi-tenancy on a previously single tenancy environment. 5 years ago
Martin McKeaveney 6d5fa8f9c7 catch when no couchDB url passed 5 years ago
Martin McKeaveney acff289940 simplify couchDB configuration 5 years ago
Martin McKeaveney c66f5ab6ff couchDB auth options 5 years ago
Martin McKeaveney 7efe458120
Revert "Feature/couchdb auth" 5 years ago
Martin McKeaveney 16220dbf11 lint 5 years ago
Martin McKeaveney 884b36730b utility helper for determining correct couchDB URL 5 years ago
Martin McKeaveney 8718488aee couchdb direct auth 5 years ago
mike12345567 5f997ab836 Linting. 5 years ago
mike12345567 c4f8d17a6e Fixes for a lot of issues generated by the use of the pouchdb allDbs call, which is not designed for multi-client DB setups like ours, using CouchDB method instead. 5 years ago
mike12345567 d98706c7af Defining fetch for third party image retrieval. 5 years ago