263 Commits (cc5e42e933fa6ebf7fbc4a4b510473683bb97e59)

Author SHA1 Message Date
mike12345567 15907280b2 Fixing #3182 so that sorting is disabled for certain column types that we cannot use, as well as fixing some issues with MS-SQL plus tables. 5 years ago
mike12345567 9aa708588a Adding the sync call from the worker for creation, updating and deletion of users. Making sure that production and development apps are always up to date with user metadata. 5 years ago
Martin McKeaveney 7cead2d8f4 cookie based approach 5 years ago
Peter Clement 259ca7f4cd Don't show the create datasource popup in dev environments 5 years ago
Martin McKeaveney ad6d50df26 fixing auto imported path 5 years ago
Martin McKeaveney 81f49dcdf1 encapsulate global logout function 5 years ago
Martin McKeaveney 3f279d8d0f platform logout function 5 years ago
Martin McKeaveney 14370c81b9 SSL support for digitalocean, started utility function for BB logout, bunch of minor bug fixes 5 years ago
Rory Powell c0d46262bf Don't perform account deletion check when self hosted 5 years ago
mike12345567 b87559917b Adding a check for test environment to not clear app cookie on login as this breaks cypress. 5 years ago
mike12345567 245c92482c Fix an issue with current app cookie, get rid of it on login/logout. 5 years ago
Rory Powell 322ef42713 Honour cookie domain when custom sso is enabled 5 years ago
Rory Powell f10297953f Don't let user exist in multiple tenants when using custom sso 5 years ago
Rory Powell 5e6e3cd123 Fix email link from internal bb onboarding. Prevent account holder from being deleted 5 years ago
Rory Powell 0e4bdb73a4 Remove global info users on user deletion 5 years ago
Rory Powell 4ee2d23749 Fix saveUser by adding same tenant check 5 years ago
Rory Powell 0734eb0ce7 replace ?. with && 5 years ago
Rory Powell e90d947e38 Update existing user in account portal check to only check verified users - fix provision flow 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 5835716e9d Deprovision complete 5 years ago
Rory Powell 5be2a8489d Deprovisioning working minus apps 5 years ago
Rory Powell 5e286d8de2 Prevent duplicate internal budibase users across tenants 5 years ago
Rory Powell 96698f7e07 Prevent root account users being re-created as internal budibase users 5 years ago
Rory Powell 4813a63439 Deprovisioning WIP 5 years ago
Martin McKeaveney f877244571 abstract usagedoc creation into auth, create the doc if it doesn't exist 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
Martin McKeaveney 9cb20bcda2 ensure automation quotas are not incremented for test runs 5 years ago
Martin McKeaveney b161be85ae automation runs quotas 5 years ago
Martin McKeaveney 85c6fac8f5 usageQuota middleware writing to couch 5 years ago
Martin McKeaveney fb7a700542 point logo upload to S3 bucket when not self hosted 5 years ago
Martin McKeaveney 1790d13bb5 added user created at timestamp 5 years ago
Rory Powell ee2732fd51 Cloud SSO flow and auto login on verification 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 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
Rory Powell 8e9c1aa204 Navigate between budibase and account portal 5 years ago
Rory Powell 9433a1e360 Redirect to account portal login page in the cloud 5 years ago
Rory Powell 3ab39d1a1b Replace 'sandbox' with 'cloud' in builder, reuse 'SELF_HOSTED' flag 5 years ago
Rory Powell 93dcc64131 Add pre-hased password option to admin creation 5 years ago
Maurits Lourens 33104fb1d1 fix test 5 years ago
Maurits Lourens 01f3851c9a add link to checklist items for direct navigation (and lint issues) 5 years ago
mike12345567 bef1ce0426 Fixing an issue with list of app URLs not loading correctly. 5 years ago
Peter Clement adecf1897a Add link to account portal 5 years ago
Peter Clement 66e593a6b3 Add self-hosting upgrade button to builder pane 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