2372 Commits (8f668eac856d573ca32600e2d27f1792df4858a1)

Author SHA1 Message Date
Martin McKeaveney d3c515eb8b only show gsheets in self host 4 years ago
mike12345567 55b380c3c5 Fix for #4119 - any object based column will be exported with the comma types correctly encapsulated. 4 years ago
mike12345567 a35a8cb81c Addomg a fix for #4370 - allow queries to contain newlines, they will always be escaped. 4 years ago
mike12345567 30b6c1f3ca Fixing an issue with user syncing on save to app DBs as well as fixing a problem with pretty app URLs not setting the app ID correctly into the context. 4 years ago
mike12345567 f61e15594b Fix for #3928 - error invalid use of FETCH was based on a lack of sorting on MS-SQL platforms, this enforces a sort of some type no matter what. 4 years ago
mike12345567 f2a025013e Fix for #4308 - triple brace conversion was not working correctly, wrote this into the string templates instead - also fixing an issue with the RBAC for Rest. 4 years ago
mike12345567 f946f2f68d Fix for #4308 - triple brace conversion was not working correctly, wrote this into the string templates instead - also fixing an issue with the RBAC for Rest. 4 years ago
mike12345567 0b68db7516 Quick fix for #4256 - allow SQL related rows to perform dynamic formulas before becoming links, meaning that formulas can be used as primary display fields as with budibase DB. 4 years ago
mike12345567 aa204a9292 Fixing TS issue caused by linting. 4 years ago
mike12345567 168a126e2a Updating the SQL core to allow it to handle multiple relationships between the same two tables. 4 years ago
Michael Drury 6063ab03b0 Fixing issue with sql API after refactor. 4 years ago
Michael Drury 4b23a78bc9 Fixing a typescript issue in server. 4 years ago
mike12345567 dbc048b365 Review comments, renaming deployed -> prod in terms of app IDs. 4 years ago
Rory Powell b63aa71366 Tolerate missing app metadata in app url migration 4 years ago
mike12345567 1095ad17c6 Adding comments to areas that need to keep using old db creation method. 4 years ago
mike12345567 8d02fabb35 Review comments. 4 years ago
mike12345567 91a90e62b2 Fixing some issues discovered by the cypress tests, cleaning up how Couch is used. 4 years ago
mike12345567 d5f8cc1023 Tests updating, all now passing, fixed some issues discovered by them. 4 years ago
Rory Powell c96573069e Fix app update endpoint 4 years ago
Michael Drury d3a90acc55 Final pass refactoring - need to test but all code in server converted. 4 years ago
mike12345567 d2fe119d90 Main body of work, refactoring most usages. 4 years ago
Rory Powell 767354ad60 Add app db support + app url migration 4 years ago
mike12345567 9b55ba8b13 Fixing #4192 - allowing switching between JSON and multi-select types, as well as not switching multi-select to JSON when fetching SQL tables. 4 years ago
Martin McKeaveney 1e179fec76 remove need for index from dynamo connector 4 years ago
Rory Powell 3d533d9f13 Handle undefined url 4 years ago
Rory Powell 0b9bb42817 Revert "Fix dev app preview return url" 4 years ago
Rory Powell ffcf5354eb Add CSRF Token 4 years ago
Michael Drury 95e0c1aa1f Adding a possible fix for #4179. 4 years ago
mike12345567 b4eef68d71 Adding the formula bulk recalculation when adding/changing a formula field. 4 years ago
mike12345567 da04db39c3 Fixing a couple of issues after testing, moving from deleting column to clearing. 4 years ago
mike12345567 ab5c7766b4 Bit of refactoring, adding in functionality to remove invalid static formula when the elements that the formula depends on are removed. 4 years ago
mike12345567 6a6fdbb8ff Refactoring bulk table formula work a bit. 4 years ago
mike12345567 da26761773 Make sure attachments are deleted when table is deleted, or column is removed. 4 years ago
mike12345567 3bc51864b4 Handling deletion of related rows in formula updates. 4 years ago
Andrew Kingston 3dccf1b299 Prevent generating presigned URLs for any S3 datasources that use custom endpoints 4 years ago
Rory Powell 36456189f4 Test fix 4 years ago
Rory Powell 3fdce44d56 Migrations 2.0 4 years ago
mike12345567 10a2915bcb Getting relationship re-enrichment working, so that static formulas will update when the value of the relationship changes. 4 years ago
Rory Powell 0eecab7eed Always lowercase the app url on search 4 years ago
Rory Powell e0dcc7648c Remove server -> worker request to retrieve apps, remove hosting endpoints and store 4 years ago
mike12345567 deb4a34c18 Adding the ability to filter using the filter drawer for formula fields, getting them based on the enriched contents of a row - adding functionality to denote to each table which other tables depend on them for formula. 4 years ago
Andrew Kingston c578dedd51 Fix issue with array field validation 4 years ago
mike12345567 14ec6ac205 Fixing an issue where old apps did not send up the values of the default parameters, the server should be able to handle this, enrich them in if they aren't there. 4 years ago
mike12345567 50eff577f9 Getting the static formulas being processed on input, not re-processing on output. 4 years ago
Rory Powell 52a81ff75c Remove self hosted check 4 years ago
Rory Powell 4a5d4527e8 Remove self hosted check 4 years ago
Rory Powell fe374c0439 Merge fix and linting 4 years ago
Rory Powell bc67974996 Share validation between app modals, add yup based validation framework, add url to app modals 4 years ago
Maurits Lourens 2577a6631a run prettier + lint over typescript files as well 4 years ago
mike12345567 7d4bea8f22 Adding comments to a few SQL table schema building functions to explain their function. 4 years ago