17 Commits (51f680ebea0ee670397b73bb2dc9bc447458534b)

Author SHA1 Message Date
Maurits Lourens 8dfef0d342 return validation errors 5 years ago
mike12345567 42f08f97cc Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants" 5 years ago
Michael Drury f37946d47e
Revert "Multi-tenancy/organisations" 5 years ago
mike12345567 9f06b180a8 Adding concept of version to APIs. 5 years ago
mike12345567 8241df2581 Fixing some tenancy issues. 5 years ago
mike12345567 77de3e55d7 Linting. 5 years ago
mike12345567 987b66fd59 Formatting and fixing an issue with mysql not being able to return a row that it has created, updated or deleted. 5 years ago
Martin McKeaveney 4ee2adc6cb tidy up, fix UI tests 5 years ago
mike12345567 8c21cd5a19 Making sure patch/save rows API alternate between each other as required. 5 years ago
mike12345567 b8a3a13118 Fixing issues with inability to search. 5 years ago
mike12345567 91de2fb78e Adding some work towards supporting full data source integration. 5 years ago
mike12345567 11c52f26ad Formatting. 5 years ago
mike12345567 564cdd8102 Some of the functionality required for external SQL rows API. 5 years ago
mike12345567 bf47a66442 Fixing internal delete. 5 years ago
mike12345567 9719e26de2 Fixing bulk deletion. 5 years ago
mike12345567 7ba21329eb Updating rows API so that it has been broken into an internal and external API - this is breaking as it breaks out how bulk deletion is handled. 5 years ago
mike12345567 8c68f1c134 Fixing issues with the user table within the apps. 5 years ago
mike12345567 1956d9765e Adding admin only endpoint, removing the ability to create/delete global users from the app server and adding a global self user update. 5 years ago
Andrew Kingston da40086c0b Allow multipage searches and implement optional pagination to data providers 5 years ago
Andrew Kingston 556236ebce Add explicit prettier options 5 years ago
Keviin Åberg Kultalahti 4ec2e7d01f lint:fix 5 years ago
mike12345567 a464aa09db Linting and formatting. 5 years ago
mike12345567 ade007482c Updating the server to remove use of the email in the user ID. 5 years ago
Martin McKeaveney 07d108aafa default user 5 years ago
Martin McKeaveney 4700b24793 account for empty user id in automations 5 years ago
mike12345567 fa6267a2ac Fixing an issue with save row, changing how pre existing was handled caused an issue. 5 years ago
mike12345567 d0bdd113e1 Removing the lookup of _id in usage quota when in dev/self host for performance reasons as part of usage quota, re-writing some bits of fetch self for cleaner implementation, fixing some issues with updating/saving users from within app. 5 years ago
mike12345567 dccd559b56 Updating some test cases to work with new system. 5 years ago
mike12345567 dc62087dad Global user management now functioning as expected, there were some errant db.destroy functions from the system previously, this is now cleaned up. 5 years ago
mike12345567 164ef9a22e Global users now working through the server, all requests proxied. 5 years ago
mike12345567 792114ef46 First pass of global user configuration through existing user API with role mappings. 5 years ago
mike12345567 c926206ad7 Fixing an issue with group by views. 5 years ago
mike12345567 865baf6d16 Removing use of the , replacing to ctx.appId to make it clear appId not part of the auth. 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 d9217b1148 Updating row tests, reducing console logging during tests for speed and clarity, testing some misc endpoints and updating search functionality to use a starts with operator when working with strings on rows. 5 years ago
Martin McKeaveney 6a0c80da58 fix user creation relationships bug 5 years ago
mike12345567 63db4edbbe Fixing an issue with option fields not being unselectable. 5 years ago
mike12345567 43cb9878cf Fixing an issue where the table that a view was attached to was not being retrieved correctly, inhibiting the ability to enrich with relationships. 5 years ago
Andrew Kingston 19566d9b7d Add new automation trigger for updating rows 5 years ago
Richard Grant c05f3736a4
lint fix 5 years ago
Richard Grant 1cc445de00
richard.grant/row-update-user-update-password-fix 5 years ago
mike12345567 24a07bae41 Some major performance optimisations, found that db.find is not fast unless its indexed, there is also no point in indexing for our internal relationship searching, however we can use the allDocs call. This will likely be slow for very large calls (say 100K records) but for these sort of calls we really need to paginate anyway. 5 years ago
mike12345567 fa9fd02072 Fixing an issue with complex relationships that are heavily intra-related. 5 years ago
mike12345567 10aa830d05 Work in progress, getting the server backend mostly ready for this work. 5 years ago
mike12345567 7a2405c756 First lot of work to update the auto fields into schema. 5 years ago
mike12345567 f4a503d015 WIP - start of auto columns like autonumber, createdBy, createdAt, updatedBy etc. 5 years ago
Martin McKeaveney 933969ce55 code review 5 years ago
Martin McKeaveney e599854b14 primary and secondary index fields 5 years ago