44 Commits (941371a62dfdacfaa19e10fa89909e979f8ea243)

Author SHA1 Message Date
Martin McKeaveney b8fef9965d end user ping for client apps 5 years ago
Andrew Kingston f03b8470a4 Only use fetch for search when running in cypress 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
mike12345567 d8b2dd035a Adding the ability to migrate from existing in db views to in memory views. 5 years ago
mike12345567 ac944e532b Moving views into a different location so they don't trigger tree creation and attempting to use in memory pouchDB to run views on the fly. 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
mike12345567 daef4c2d64 Fixing test cases, making it possible to still run automations via env variable. 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 8718488aee couchdb direct auth 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 a384cc059d Changing how apps are retrieved to be more efficient. 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 129b827d9f Adding a redis client to the auth system, as part of work towards the reset password flow. 5 years ago
mike12345567 73cf53d149 Getting rid of the CLOUD environment variable, this makes no sense anymore, now there is isDev() and isProd() which will work out the current state of the cluster. 5 years ago
mike12345567 e61a365d24 Some changes after testing, needed to update object store client creation. 5 years ago
mike12345567 d7497aa989 Some changes to how environment is loaded to make the init process by default flesh out some good settings. 5 years ago
mike12345567 bf2adb0458 Updating API keys and changing over system to allow use of builder endpoints when running in cloud. 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 e7913e5f19 This simply removes the self hosting logo URL feature as it doesn't really make sense, screen/layout templates are held in the builder codebase and therefore controlling the logo from the server isn't really possible. 6 years ago
mike12345567 9aca697bee Some minor updates, making template object store URL in self hosting relative so everything just goes through the proxy, and fixing issue with API key being required to create apps in self hosting. 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
mike12345567 166bf153de WIP - starting to work on deployment and hosting so that they don't use static URLs anymore to reach assets, instead using environment variables to determine what to use. 6 years ago
mike12345567 186fe1e8f1 Adding the ability to change default logo URL for new apps in self hosting. 6 years ago
mike12345567 2291a5acdb Some work towards replication of couch locally. 6 years ago
mike12345567 4fed10ccdf Some work to not contact lambda or use quotas when deploying locally. 6 years ago
mike12345567 f2c37c7179 Initial work, layout out some work which will eventually become docker compose, just using bash scripts for now. 6 years ago
mike12345567 667052e0b4 Updating templates to be able to run locally with an environment variable LOCAL_TEMPLATES and making them work using the DB. Users are also no longer included in the db dump. 6 years ago
Michael Drury 3df7f06226 Fixing an issue with env variables not getting set correctly. 6 years ago
mike12345567 d79be3c854 Initial work into multi-tenancy removal, experiencing issues with test cases at this point. 6 years ago
mike12345567 27acbac235 Found an issue where environment variables would load before they had actually been updated from dotenv, made sure they are always loaded correctly. 6 years ago
mike12345567 012b290895 Adding a version to the app and then including this in user authentication, this for now is just the version of the builder/server that it was built with. 6 years ago
Martin McKeaveney f75f0f5f28 updated quota fixes 6 years ago
mike12345567 fc2e2a8804 First work towards implementing Dynamo usage in the server when running in the cloud; this is for tracking usage against API keys. 6 years ago
mike12345567 60b907054a Initial work towards async block loading, it will pull the manifest.json from a specified bucket and load packages in async when it does not have them - this will need another feature for when running in the cloud to pull all packages it doesn't currently have to the install directory (EFS). 6 years ago
mike12345567 cba125256a Fixing an issue where any workflow would be triggered by the same type of event - now matching models. 6 years ago
mike12345567 c4683a3743 Updating some test cases which were failing silently and changing how environment want handled. 6 years ago
Michael Shanks 48d60a7183 removed ADMIN_SECRET env var (no longer needed) 6 years ago
Michael Shanks 18375a6d19 server tests in-memory and passing 6 years ago