234 Commits (0fec07d1572d899d4d2bb97ed014dde6aa8dc79d)

Author SHA1 Message Date
Rory Powell 0518bac62e Set cookie domain to fix logout 5 years ago
Martin McKeaveney df261bf3ea Revert "Temp account portal logging" 5 years ago
Rory Powell 0806e69010 Temp account portal logging 5 years ago
Martin McKeaveney 1e3fca15c5 abstract usagedoc creation into auth, create the doc if it doesn't exist 5 years ago
mike12345567 e47bf71e6c 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 0a7512a4d9 changed events to constants, instantiated analytics client at right time 5 years ago
mike12345567 e8e331e578 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 29295e6d36 Self hosted SSO flow and account deletion 5 years ago
Martin McKeaveney be08668a46 adding AWS region to bucket config 5 years ago
Martin McKeaveney 184061a56b analytics clients 5 years ago
Rory Powell 1d873d9e11 Move all session population to budibase (bug fix) 5 years ago
Rory Powell 91b9a98247 Password reset for budibase users 5 years ago
Maurits Lourens 518f8fd55e merge develop into branch 5 years ago
Rory Powell 3576ca87be Access controls for cloud, self, and regular budibase users 5 years ago
Martin McKeaveney 9a19bbc1fd fix app fetching 5 years ago
Martin McKeaveney 4e08d5a8ea publishing redis client fix to master 5 years ago
Rory Powell ba199a592c Fix typo 5 years ago
Rory Powell fb01a66936 Configurable user cache population in auth middleware 5 years ago
mike12345567 d2c7d424de Fix for issue #2593. 5 years ago
mike12345567 3eeb7c27b8 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 0d88af0335 fix redis auth for hosts containing redis 5 years ago
Martin McKeaveney febe5c1f6f lint 5 years ago
Martin McKeaveney 94abf68bbe formatting 5 years ago
Martin McKeaveney 990882f9db allow configuration of redis cluster with fully qualified redis URL 5 years ago
mike12345567 58aa32f1b0 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 2a62eb82be Add new redis key for email verification 5 years ago
mike12345567 4450883a0a Adding slack integration. 5 years ago
Martin McKeaveney f7718ecae9 lint 5 years ago
Martin McKeaveney c1c4fe968f fix test failure 5 years ago
mike12345567 a0e0843363 Allowing all server endpoints to run without tenant information, as most endpoints in server can be public. 5 years ago
mike12345567 b3655bbee1 Quick fix for backwards compat, enabling multi-tenancy on a previously single tenancy environment. 5 years ago
Martin McKeaveney 2a766a3011 catch when no couchDB url passed 5 years ago
Martin McKeaveney af4c1b23de simplify couchDB configuration 5 years ago
Martin McKeaveney f4232bd7d7 couchDB auth options 5 years ago
Martin McKeaveney 8e1e016c66 Revert "Feature/couchdb auth" 5 years ago
Martin McKeaveney 2661d1c0b4 lint 5 years ago
Martin McKeaveney beb16a733e utility helper for determining correct couchDB URL 5 years ago
Martin McKeaveney 769c37a11d couchdb direct auth 5 years ago
mike12345567 506ff7dcd3 Linting. 5 years ago
mike12345567 be48677490 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 efcbe864c2 Defining fetch for third party image retrieval. 5 years ago
mike12345567 46ea3f3e9e Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants" 5 years ago
Martin McKeaveney 0ad651d592 adding log to authenticated middleware for K8S env 5 years ago
Michael Drury b86a6fddc9 Revert "Multi-tenancy/organisations" 5 years ago
mike12345567 4e13dde657 Fixing some issues highlighted by worker test cases. 5 years ago
mike12345567 88c07d28eb Linting. 5 years ago
mike12345567 e7974f7e86 Implementing some changes to how context gets set for tenancy, after testing, as well as updating server. 5 years ago
mike12345567 f3ce979230 Linting. 5 years ago
mike12345567 7743384f77 re-write, to use the ideas that Rory put in place, still WIP, un-tested but all implemented. 5 years ago
Rory Powell dd8b1361d8 Fix import 5 years ago