1638 Commits (4c19d2d42fd45de144fc0405d56b54b7a3bb6cbb)

Author SHA1 Message Date
Keviin Åberg Kultalahti 5d1d53f679 adds focus action to first input field of modals 5 years ago
Andrew Kingston 4e214f4e87 Disable image processing of attachments 5 years ago
mike12345567 b419430f04 Updating to make sure a relative URL is always used for attachments. 5 years ago
mike12345567 75e0d82c8d Making attachments always a relative path on the way out. 5 years ago
mike12345567 0f49868de8 Updating to make sure the envoy generated dev file is very obviously not to be edited. 5 years ago
Andrew Kingston 8a3a7cfe92 Update all scripts to use yarn rather than npm 5 years ago
mike12345567 482525187d Attempting to use HBS to re-create the envoy file as needed in dev. 5 years ago
mike12345567 29787032f0 Fixing an issue with builder auth, adding a temporary endpoint which the server can set builder token on. 5 years ago
mike12345567 c926206ad7 Fixing an issue with group by views. 5 years ago
mike12345567 18ce4a1e19 Updating authorization test case to remove check for builder security and removing builder security while auth is being worked on - added an option to start stack without server so that user can start it in a debug mode if desired. 5 years ago
Andrew Kingston 4cb085d80d Add commonJS fields to package.json for client and standard components so the server can require them 5 years ago
mike12345567 62360b1025 Fixing component definition test cases and fixing an issue found by authorized test case. 5 years ago
Andrew Kingston 2ccdf54924 Use node_modules to fetch component manifest in test env 5 years ago
Andrew Kingston 4e200d0def Update locks 5 years ago
Andrew Kingston 35c2e5dd94 Remove CORS hack now that the envoy proxy removes the need for it 5 years ago
mike12345567 be41ff0064 Adding back server lock file. 5 years ago
mike12345567 e9e01f00cc Fixing issue with node modules path. 5 years ago
mike12345567 07c4d519f6 Fixing an issue with server still expecting tmp directory to be created externally and updating component library to not cache with require in dev. 5 years ago
mike12345567 b25cd7a23f Fixing node modules path. 5 years ago
mike12345567 e2c5051467 Updating standard components to make use of the development version in node_modules. 5 years ago
mike12345567 73e97e50f4 Updating some route middleware security. 5 years ago
mike12345567 3672188f4e Some refactoring of utilities and constants, as well as documenting work carried out here. 5 years ago
mike12345567 8ea12c30a6 Updating how the client library is served in development. 5 years ago
mike12345567 d2bdb439ef Updating dev server rendered svelte app client link. 5 years ago
mike12345567 bdb751a8ff Adding a nuke stack option at top of repo and then setting up proxy for dev experience through envoy. 5 years ago
Andrew Kingston f2a898147f Update builder to hit port 1000 5 years ago
Andrew Kingston 23641a5d56 Update URLs to use builder instead of _builder 5 years ago
Andrew Kingston 2fb3a30e57 Update gitignore in server 5 years ago
Andrew Kingston e7b65719d5 Ignore builder files inside server 5 years ago
Andrew Kingston 96e8dfc68f Support serving vite-bundled builder from server 5 years ago
Andrew Kingston cc2d59f564 Remove hardcoded builder assets in server 5 years ago
Andrew Kingston 8457e1743c Add correct height placeholder for tables to avoid jarring page resizing when loading data 5 years ago
mike12345567 357cd8cfbd Quick change after reviewing. 5 years ago
mike12345567 3916b9a29a Some minor updates to make search test cases pass. 5 years ago
mike12345567 659874c9ee Some final changes to search system so that the new indexing system is used instead of mango to achieve exactly the same result. 5 years ago
mike12345567 a5fd8d0e33 Rewriting search to use the new couchdb 3.0 search functionality. 5 years ago
mike12345567 d459de1ae1 Fixing an issue with bucket creation, sometimes many calls will be made at once for checking bucket exists, just manage this by storing the state of promise. 5 years ago
mike12345567 03ef141297 Creating CouchDB 3.0 indexes. 5 years ago
mike12345567 dfa2881f1c Initialising CouchDB link to lucene and app design DBs for it. 5 years ago
mike12345567 321d3cbd5d Some further work to make sure all use of the budibaseAppsDir is removed in important places. 5 years ago
mike12345567 f16fe2d8d2 Quick change to make sure the client lib always served correctly in test. 5 years ago
mike12345567 e9ceff42d5 Attempting to solve component library issue permanently in test. 5 years ago
mike12345567 1cf0027c6e Some cleanup fixes for tests that makes sure temp directory isn't getting out of control. 5 years ago
mike12345567 7c2ef4d43f Fixing cypress test issues. 5 years ago
mike12345567 3bef238d55 Updating system for hosting error that blocked creating apps when server not configured correctly. 5 years ago
mike12345567 1de09689b5 Fixing an issue with a test case, was going down dev path. 5 years ago
mike12345567 7e232502d8 Formatting. 5 years ago
mike12345567 775ae3171f Fixing an issue with attachments. 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 e9ed014bac Adding a self host clause around minio aws config. 5 years ago