80 Commits (ce370ca1d2ba6a5e24bce35bff9ff017780dee3f)

Author SHA1 Message Date
Andrew Kingston 197d895174 Add basic fallback error to real apps when client library fails to load 5 years ago
mike12345567 cd42f38e2a fixing hbs styling. 5 years ago
mike12345567 9a28b19ee0 Adding back app.hbs as it is still required. 5 years ago
mike12345567 a7ce3ada3f Fixing issues discovered with hbs escaping. 5 years ago
Martin McKeaveney e3500a77fd remove random log 5 years ago
Andrew Kingston 38e064fa0f Fix all eslint issues 5 years ago
Martin McKeaveney 114eac4134 external/internal tables and datasources merged, removed autocapture, re-added logout action 5 years ago
mike12345567 73e7398a41 Removing leading slash. 5 years ago
mike12345567 5086a4d0c9 Super quick fix for attachments, keeping in correct object store directory. 5 years ago
Martin McKeaveney ca6735a11a set content type on client lib upload 5 years ago
Andrew Kingston 3c5696199a Remove Inter font fully and replace with Source Sans Pro, fix favicon import path 5 years ago
Martin McKeaveney 0f2bcf581d revert functionality working 5 years ago
mike12345567 2f5ecf6e5f Removing more useless deployment code. 5 years ago
mike12345567 2ec6b15e56 General cleanup, doing away with the concept of hosting in the builder and the generally confusing difference between cloud, self hosting and running locally - server is simply always a server now. 5 years ago
mike12345567 6db30045ad Some cleanup. 5 years ago
mike12345567 d517ca1ac9 Fixing issue with object store functions not being mockable in the server. 5 years ago
mike12345567 4e3bc326b4 Updating with a tested and functional API for uploading files for configs. 5 years ago
Andrew Kingston 797e8a8b67 Add explicit prettier options 5 years ago
Andrew Kingston c010eeb314 Fix prettier and fix crash when using certain views as data sources 5 years ago
Keviin Åberg Kultalahti 0afbf1649e lint:fix 5 years ago
mike12345567 e8383653c1 Formatting. 5 years ago
mike12345567 56b4b1583c Fixing some issues with the ctx.user, this was previously filled in by the old auth middleware. 5 years ago
Martin McKeaveney d82516d949 remove buildertoken refs 5 years ago
Martin McKeaveney 3226ee90e2 Authentication working on builder homepage, integration with currentapp middleware 5 years ago
Martin McKeaveney dd0b4baef5 in progress - currentapp token 5 years ago
mike12345567 3214abb89a Global users now working through the server, all requests proxied. 5 years ago
Andrew Kingston e76f40548b Disable image processing of attachments 5 years ago
mike12345567 a4b1f2390e Formatting. 5 years ago
mike12345567 74aa94fac6 Fixing issue with node modules path. 5 years ago
mike12345567 751607f72e Updating standard components to make use of the development version in node_modules. 5 years ago
mike12345567 de694ff338 Updating how the client library is served in development. 5 years ago
mike12345567 2252498cd6 Updating dev server rendered svelte app client link. 5 years ago
mike12345567 1c44808336 Adding a nuke stack option at top of repo and then setting up proxy for dev experience through envoy. 5 years ago
Andrew Kingston 60a045b4c3 Update builder to hit port 1000 5 years ago
Andrew Kingston ee33a151b0 Support serving vite-bundled builder from server 5 years ago
mike12345567 ae8dd1ec78 Removing use of the , replacing to ctx.appId to make it clear appId not part of the auth. 5 years ago
mike12345567 b97071bf82 Rewriting search to use the new couchdb 3.0 search functionality. 5 years ago
mike12345567 b70ff24dac Some further work to make sure all use of the budibaseAppsDir is removed in important places. 5 years ago
mike12345567 d66af9f151 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 36c20b2498 Updating some of the deployment/uploading mechanism purely to remove file system, all of this will go anyway but some of it was used to handle file uploads (attachments) to object store so needed to convert it a bit 5 years ago
mike12345567 14586cd124 moving some test cases to not use file system and re-introducing the image processor. 5 years ago
mike12345567 c49637db47 Work in progress, have refactored the templating system to remove local templates, application and template system now work through minio with no file access. 5 years ago
mike12345567 b765502d74 Working on moving file system access around, starting by centralising it then working out what needs to be moved to object store and how. 5 years ago
Andrew Kingston 9212a2f623 Revert deletion of S3 upload of attachments in cloud env 6 years ago
Andrew Kingston 05b6e825b4 Lint 6 years ago
Andrew Kingston 08ea461caa Remove electron specific attachment uploads inside the builder 6 years ago
mike12345567 164c5594e3 Fixing attachment issue in self hosting, urls are enriched on way out to point directly to MINIO. 6 years ago
mike12345567 73ac1f976c Fixing weird formatting issue. 6 years ago
mike12345567 8c5dbabb69 Quick update to chane how hosting key is noted. 6 years ago
mike12345567 13fe937e67 This commit includes some fixes for a few auth issues I found when I was working on this and a static page which shows the self hosting info to get the user going (if they end up there). 6 years ago