26 Commits (bea7a5955ec40f9908321d7a6c4a95716b3c42e7)

Author SHA1 Message Date
mike12345567 7ae840f758 Fixing an issue with env variables becoming numbers if they started with one. 5 years ago
Rory Powell 322ef42713 Honour cookie domain when custom sso is enabled 5 years ago
Rory Powell 5e6e3cd123 Fix email link from internal bb onboarding. Prevent account holder from being deleted 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
Martin McKeaveney 5b1ae778da fallback SMTP configuration for cloud 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 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 c4c5a507c2 Remove cors configuration 5 years ago
Rory Powell 832127d5c8 Add configurable cors options to worker 5 years ago
Martin McKeaveney 9ad19092af match up env var in worker 5 years ago
Martin McKeaveney 5f2fc47a16 readd couchDB url to env 5 years ago
Martin McKeaveney 8718488aee couchdb direct auth 5 years ago
Peter Clement 66e593a6b3 Add self-hosting upgrade button to builder pane 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 07dd7d68d4 A lot of general fixes around getting logged in, setting up users etc. 5 years ago
mike12345567 3b81989250 Making sure the email sends out the write port if no platform URL is set. 5 years ago
mike12345567 2ea05c44b4 Changing INTERNAL_KEY to INTERNAL_API_KEY. 5 years ago
mike12345567 7d78d7b15a Some updates, working towards supporting automation send smtp email also removing the styling template, adding to base. 5 years ago
mike12345567 96f036b720 Updating testing system across the board after playing around with it, having the worker tests run when top level test is ran, fixing environment in worker when testing, removing the use of redis (replacing with ioredis-mock) when in test. 5 years ago
mike12345567 129b827d9f Adding a redis client to the auth system, as part of work towards the reset password flow. 5 years ago
mike12345567 fb4e52baff Updating worker/server to run in cypress properly. 5 years ago
mike12345567 53b7589d9e Updating worker package with the various parts of server that needed moved over. 5 years ago
mike12345567 f48b09d378 Starting worker instance as part of the stack, some changes to how environment handled for worker. 5 years ago
mike12345567 0c66d9fca4 When self hosting it is now possible to use a pretty URL to access the app rather than the normal appId. 6 years ago
mike12345567 675e5127ad Updating worker to support using a self host key, a basic level of security, stopping builder from asking for API key if currently configured for self hosting, made the default values for self hosting make sense for a basic local installation, this should be final. 6 years ago
mike12345567 8655d73248 Update after testing, it is now possible to make a deployment to a self hosted environment. Some work still required, better authentication around MINIO deployment, currently the bucket is set to public read and there is no signing/verification to the upload process, also right now four different URLs are needed for the builder to connect correctly, ideally this shouldn't be the case. 6 years ago
Michael Drury 7845118fb3 Renaming deployment service to worker service for its expansion plans. 6 years ago
mike12345567 15f8328770 Adding a deployment service which takes over from the lambdas in local operation, this may become part of the hosting portal if we ever decide to opensource that part of it. 6 years ago