66 Commits (9c903feed0bec3db04ac488f1f598c8abc8e3669)

Author SHA1 Message Date
mike12345567 de19e986c6 Linting and formatting. 5 years ago
mike12345567 eaa89c824e Updating the server to remove use of the email in the user ID. 5 years ago
Martin McKeaveney d27609de40 default user 5 years ago
Martin McKeaveney 201b26059c account for empty user id in automations 5 years ago
mike12345567 f1e37a501c Fixing an issue with save row, changing how pre existing was handled caused an issue. 5 years ago
mike12345567 a1227c5819 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 4f71e11c94 Updating some test cases to work with new system. 5 years ago
mike12345567 e34894dd92 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 3214abb89a Global users now working through the server, all requests proxied. 5 years ago
mike12345567 8cde219db9 First pass of global user configuration through existing user API with role mappings. 5 years ago
mike12345567 852ecd840c Fixing an issue with group by views. 5 years ago
mike12345567 ae8dd1ec78 Removing use of the , replacing to ctx.appId to make it clear appId not part of the auth. 5 years ago
mike12345567 273855ed8c Some minor updates to make search test cases pass. 5 years ago
mike12345567 97f8d34947 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 b97071bf82 Rewriting search to use the new couchdb 3.0 search functionality. 5 years ago
mike12345567 163d24a767 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 bf7bc51566 fix user creation relationships bug 5 years ago
mike12345567 468ee7ac0c Fixing an issue with option fields not being unselectable. 5 years ago
mike12345567 d16015587f 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 9013c493aa Add new automation trigger for updating rows 5 years ago
Richard Grant 8ed6dbb312 lint fix 5 years ago
Richard Grant 2dac471b2f richard.grant/row-update-user-update-password-fix 5 years ago
mike12345567 f080fa6537 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 7b389180c7 Fixing an issue with complex relationships that are heavily intra-related. 5 years ago
mike12345567 4b1855974c Work in progress, getting the server backend mostly ready for this work. 5 years ago
mike12345567 ca20cbeeca First lot of work to update the auto fields into schema. 5 years ago
mike12345567 feb7e2756f WIP - start of auto columns like autonumber, createdBy, createdAt, updatedBy etc. 5 years ago
Martin McKeaveney 24c2dd2cdb code review 5 years ago
Martin McKeaveney 9c7a373fb0 primary and secondary index fields 5 years ago
Martin McKeaveney 05353c7666 backwards pagination 5 years ago
Martin McKeaveney 36f3bbf6dd user search 5 years ago
Martin McKeaveney 7ef56de1be indexable fields 5 years ago
Martin McKeaveney 07aeccb36d search UI complete, server side cursor based pagination 5 years ago
mike12345567 a55d836c33 Adding in resource IDs everywhere they should be accessible. 5 years ago
Martin McKeaveney 2a78d1f419 test 5 years ago
mike12345567 5ba9f1a65e Fixing some issues found with users and row updates, specifically relationships and numbers. 5 years ago
Martin McKeaveney b1b02934ed custom columns 5 years ago
mike12345567 ca66433aa2 fixing cypress test. 5 years ago
mike12345567 c9690f730c 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 27c7f5697b internal search working 5 years ago
mike12345567 164c5594e3 Fixing attachment issue in self hosting, urls are enriched on way out to point directly to MINIO. 5 years ago
Martin McKeaveney dfca8a7f4b lint 5 years ago
mike12345567 36432a490f 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 4ce920df01 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 4d5ac0ee9e 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 5d686e22ff adds rollup-json to standard-components and adds RichText to Form component 6 years ago
Martin McKeaveney 6cca720117 browse contents of s3 buckets from within budibase 6 years ago
Martin McKeaveney 298ef30360 budibase postgres E2E working 6 years ago
Martin McKeaveney 2f996d4e68 users as table working end to end 6 years ago
mike12345567 5e17e6d61f linting. 6 years ago