3686 Commits (e25f64da7112b88e10e7bfd63ff7ef3de74e8fdf)
 

Author SHA1 Message Date
mike12345567 e25f64da71 Fixing up settings to only take the one URL now, the main hosting URL. 5 years ago
mike12345567 49f56ebd53 Version working with reverse proxy, need to just change settings menu in builder now to use this properly. 5 years ago
mike12345567 d36c2f3102 Initial state of swapping to envoy from nginx, this isn't fully functional, still need to make the builder use it and need to get URL re-writing working. 5 years ago
mike12345567 6baf4c3e39 Adding theme settings to main builder settings, this felt like a natural place to find it rather than needing to create an app. 5 years ago
mike12345567 4c8ee99905 Merge branch 'master' of github.com:Budibase/budibase into feature/self-hosting 6 years ago
mike12345567 6c6a63e9d1 Quick fixes. 6 years ago
mike12345567 97bb1e209d Linting. 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
Kevin Åberg Kultalahti 1f5898763c
Merge pull request #940 from Budibase/bugfix/csv-charset-problem 6 years ago
kevmodrome 39c5c8a6fc
update test snapshot 6 years ago
kevmodrome eb225a8df3
updates test 6 years ago
kevmodrome 851515896f
remove console logs 6 years ago
kevmodrome d62f0752da
fixes encoding issue of file to work with non-english chars 6 years ago
Michael Drury 7845118fb3 Renaming deployment service to worker service for its expansion plans. 6 years ago
Kevin Åberg Kultalahti 512618f1ed
Merge pull request #928 from Budibase/bugfix/various-small-bugs 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
mike12345567 86b0c4963c Another quick fix to copy right conf over. 6 years ago
mike12345567 983036aa03 Removing broken command statement. 6 years ago
mike12345567 6edb7b3af5 Some minor changes to get nginx up and running in front of minio correctly. 6 years ago
kevmodrome 2284ff812b
merge master 6 years ago
kevmodrome 52e826e4ec
add back accidently removed line of code 6 years ago
kevmodrome a9aa68c7bf
lint fix 6 years ago
kevmodrome b472ad0c63
fixes CreateEditRow not display multiselect correctly when long-form component was used 6 years ago
kevmodrome ad29ac3d6d
fix: corrects the overflowing multiselect when used with long-form type 6 years ago
kevmodrome 94e56ee94d
adds try/catch to API key validation 6 years ago
mike12345567 eae0e678d0 Linting. 6 years ago
mike12345567 f63466f1d1 Updating deployment service, checking in builder the builder settings info stored in DB before deploying. 6 years ago
mike12345567 fd1d7e3aa1 Linting. 6 years ago
mike12345567 775f84b6dc Adding feature to allow configured the builder to point at a self hosted system instead of production (for deployment). 6 years ago
Martin McKeaveney 79c9df6ea2 v0.4.2 6 years ago
Martin McKeaveney 498d627337
Update package.json 6 years ago
Martin McKeaveney a0e6ffd3e0 v0.4.1 6 years ago
Martin McKeaveney 1c379dd375
Merge pull request #925 from Budibase/rpm-remove 6 years ago
Martin McKeaveney 5a760a360c
Update package.json 6 years ago
Martin McKeaveney 23b4bab1ed
Merge pull request #923 from Budibase/fix-change-app-name 6 years ago
Andrew Kingston c54ea7294b Fix bug with changing app name 6 years ago
Martin McKeaveney 0c93c17292 v0.4.0 6 years ago
Andrew Kingston afe309d731
Merge pull request #903 from Budibase/feature/security-update 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
Martin McKeaveney 941441b353
Merge pull request #897 from Budibase/replace-appimage 6 years ago
Andrew Kingston 6f521c1644 Small JS syntax refactor 6 years ago
Andrew Kingston fb1ca5e7ef Fix cypress tests 6 years ago
Andrew Kingston 119107834f Rename create new row to create new user for users table 6 years ago
Andrew Kingston 449509a203 Fix URL update after creating a new layout 6 years ago
Andrew Kingston aa71e95597 Allow independent selection of screen IDs and layout IDs so that selections persist between toggling tabs. Update logic around role selection and screen filtering 6 years ago
mike12345567 f2b19aab3f Putting together the basics of the compose system, this is now functional, along with some handy scripts to make it work. This requires minimum docker 1.25.0 to run due to the use of --env-file. 6 years ago
Andrew Kingston a3992acfa8 Fix lint 6 years ago
Andrew Kingston 672fe3fcc9 Keep honouring selected screen access role after swapping to layout tab 6 years ago
Andrew Kingston 6937c8e054 Improve navigation when logging in and out, remove need to hard reload the page and replace with smooth transitions 6 years ago