1904 Commits (cfa5e5be73fbfa60f7bc9140cd5837649ec6d982)

Author SHA1 Message Date
mike12345567 be48677490 Fixes for a lot of issues generated by the use of the pouchdb allDbs call, which is not designed for multi-client DB setups like ours, using CouchDB method instead. 5 years ago
mike12345567 a7ba02620d Linting. 5 years ago
mike12345567 29817892a8 Fixing test cases. 5 years ago
Martin McKeaveney 9751e84bed fix sql server integration 5 years ago
mike12345567 5a0ef45c29 Fixing issues with many to many relationships in SQL, sometimes not creating right relationships. 5 years ago
mike12345567 789922e5a2 Linting. 5 years ago
mike12345567 7624390f0b Fixing a variety of issues with internal relationships and external SQL relationships. 5 years ago
Martin McKeaveney 0b3c04d71c lint 5 years ago
Martin McKeaveney 02a99f32cb updating attachment relative path so it works in all envs 5 years ago
mike12345567 83462a0eee Fixing merge issues. 5 years ago
mike12345567 46ea3f3e9e Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants" 5 years ago
Martin McKeaveney b35cab476a remove self host check from apps call 5 years ago
Martin McKeaveney 10e8df1fe7 Update budibase CDN link 5 years ago
mike12345567 cf5f0b3262 Linting. 5 years ago
mike12345567 217e5a02bf Fixing issue #2193, also fixing the name of the file on export, as well as fixing an issue with the exporters not handling relationships. 5 years ago
mike12345567 daed47a0a8 Fix #2209 - views, calculations and group by can't support formula or link fields, making sure these aren't options in the UI. Also fixing an issue where formula values were being saved to DB. 5 years ago
mike12345567 f4a3d2ff3b Fix for #2250, strings were being parsed for numbers which was causing the issue for strings starting with numbers, using the table schema to determine is parsing necessary. 5 years ago
Michael Drury b86a6fddc9 Revert "Multi-tenancy/organisations" 5 years ago
Maurits Lourens 81b4f8f5d4 add try/catch block around JSON.parse, since user input can be incorrect formatted string 5 years ago
Maurits Lourens 3029178eeb add headers input in outgoing webhook automation step 5 years ago
mike12345567 e7974f7e86 Implementing some changes to how context gets set for tenancy, after testing, as well as updating server. 5 years ago
mike12345567 f3ce979230 Linting. 5 years ago
mike12345567 7743384f77 re-write, to use the ideas that Rory put in place, still WIP, un-tested but all implemented. 5 years ago
Martin McKeaveney 0f1bb2ccff fix mongo code review comment 5 years ago
mike12345567 4606248ffd Fixing up everything found when testing with Cypress. 5 years ago
mike12345567 4d0faa38e3 Changing how apps are retrieved to be more efficient. 5 years ago
mike12345567 7588bfde39 Adjusting how redis modules are loaded, making sure client is always set, before init. 5 years ago
Andrew Kingston d6761fa9a8 Fix setVersion not returning itself to restore builder syntax compatibility 5 years ago
Andrew Kingston 72061f341e Add missing version to paginated search endpoint 5 years ago
mike12345567 fa3cf585d7 Adding concept of version to APIs. 5 years ago
mike12345567 94744ffbd8 Updating to use default false for search pre-processing. 5 years ago
mike12345567 a5d9883f28 Updating internal search to disable features were required. 5 years ago
mike12345567 e24c6bafd1 Removing optional chaining, not valid in Node. 5 years ago
Rory Powell 249df46770 Mark google activated by default for old configs 5 years ago
mike12345567 3f7bafe23d Linting. 5 years ago
mike12345567 313302cae2 Fixing test cases and bugs that they raised. 5 years ago
Andrew Kingston 520651119b Fix lucene filtering of all types by parsing values as expected types, and correctly wrapping non-numeric types while building queries 5 years ago
mike12345567 27b2a13817 Swapping admin -> global in worker to reduce confusion in API url naming. 5 years ago
mike12345567 2ec00c32b6 Linting. 5 years ago
mike12345567 65358cf10d Fixing an issue with lucene equality searching, strings weren't handled correctly. 5 years ago
mike12345567 e56a0f5aa3 Fixing some tenancy issues. 5 years ago
mike12345567 d6c47c5027 Changing how automations handle multi-tenancy. 5 years ago
Michael Drury 126bf74347 Fixing issue with update row after rows API changed. 5 years ago
mike12345567 f3156fca06 Further work, tenancy now working but some more work to be done. 5 years ago
mike12345567 b7995dd61d Updating auth to utilise the tenant system. 5 years ago
mike12345567 912659a8ad First version of multi-tenancy, work still to be done. 5 years ago
mike12345567 afd642c60d Fixing deployment issue. 5 years ago
mike12345567 f6a133e556 Cleaning up deployments into the app DB, moving API keys to be in global DB (which will be tenancy managed) and adding concept of platform info DB. 5 years ago
mike12345567 004f719dde Renaming groups to workspaces. 5 years ago
Martin McKeaveney 7e5c4be14f fix postgres query array value 5 years ago