66 Commits (1da29900c76ecaf4e40f0c2d085646bf3331cc1d)

Author SHA1 Message Date
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
Martin McKeaveney 41bc7dbaf7 backwards pagination 5 years ago
Martin McKeaveney fde5ef02ac user search 5 years ago
Martin McKeaveney d2bd2209eb indexable fields 5 years ago
Martin McKeaveney 7f24c80bf0 search UI complete, server side cursor based pagination 5 years ago
mike12345567 cd729192ea Adding in resource IDs everywhere they should be accessible. 5 years ago
Martin McKeaveney 2b74fd887b test 5 years ago
mike12345567 4b2b375512 Fixing some issues found with users and row updates, specifically relationships and numbers. 5 years ago
Martin McKeaveney c57dee754f custom columns 5 years ago
mike12345567 a367460fbc fixing cypress test. 5 years ago
mike12345567 e0ea434f27 Added some unit tests for the enrichment process of rows, in the process found some issues with linking a table to itself, so fixed those so that we can do that in the future if desired. 5 years ago
Martin McKeaveney 4b5e572da3 internal search working 5 years ago
mike12345567 c724f3e701 Fixing attachment issue in self hosting, urls are enriched on way out to point directly to MINIO. 5 years ago
Martin McKeaveney ae4e34c872 lint 5 years ago
mike12345567 40d855df10 Updating row controller to make sure that all user requests (bar deletion) are passed through correctly to the user controller so that any logic such as removing user password can be correctly held in the user controller logic. 6 years ago
mike12345567 c490e97573 Updating row controller to make sure that all user requests (bar deletion) are passed through correctly to the user controller so that any logic such as removing user password can be correctly held in the user controller logic. 6 years ago
mike12345567 2928a379b0 Updating builder/server in a few ways, to allow creating users with extra columns attached, allowing password to be updated in the builder and making sure that all row endpoints correctly pass through the user controller so that we can still have customised functionality for users (such as making sure password is never returned). 6 years ago
kevmodrome 0725b3bd6d
adds rollup-json to standard-components and adds RichText to Form component 6 years ago
Martin McKeaveney 6518976825 browse contents of s3 buckets from within budibase 6 years ago
Martin McKeaveney 113c68e4c9 budibase postgres E2E working 6 years ago
Martin McKeaveney f1fe5de294 users as table working end to end 6 years ago
mike12345567 a43777c78b linting. 6 years ago