31 Commits (36f3bbf6dd4ffe0a2d9c8b3b3dc5885f4e20aeb4)

Author SHA1 Message Date
Martin McKeaveney 36f3bbf6dd user search 6 years ago
Martin McKeaveney 7ef56de1be indexable fields 6 years ago
Martin McKeaveney 07aeccb36d search UI complete, server side cursor based pagination 6 years ago
Martin McKeaveney 2a78d1f419 test 6 years ago
mike12345567 5ba9f1a65e Fixing some issues found with users and row updates, specifically relationships and numbers. 6 years ago
Martin McKeaveney b1b02934ed custom columns 6 years ago
mike12345567 ca66433aa2 fixing cypress test. 6 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. 6 years ago
Martin McKeaveney 27c7f5697b internal search working 6 years ago
mike12345567 164c5594e3 Fixing attachment issue in self hosting, urls are enriched on way out to point directly to MINIO. 6 years ago
Martin McKeaveney dfca8a7f4b lint 6 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
mike12345567 5b2be03bc3 Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now. 6 years ago
Martin McKeaveney 71a7482dda lint 6 years ago
Martin McKeaveney f0f9015819 more filtering updates 6 years ago
Martin McKeaveney a23440c740 adding sum and count functionality, preventing user from doing bad filters 6 years ago
Martin McKeaveney 802b05815d lint 6 years ago
Martin McKeaveney 4be3014e91 update row_save event 6 years ago
Martin McKeaveney 2b3b41e778 bulk deletes on grid 6 years ago
mike12345567 dc9552dbad Updating tests and re-formatting. 6 years ago
mike12345567 5d49d529e3 Changing record -> row in this update, completing the update of renaming in the builder, this release needs further testing. 6 years ago
mike12345567 fdaa69ee7f Renaming Model -> Table across the entire system, this is an unstable update and has not been tested fully yet. 6 years ago
Michael Shanks db22d8862a merge from master 6 years ago
mike12345567 eea0bc5fb9 Update to IDs as has been discussed, to change them from colons (:) to underscores (_) as this is more URL, S3 and file system safe. Also shortening most prefixes down to two characters. 6 years ago
Michael Shanks 027819bae0 merge from master - including fixes 6 years ago
kevmodrome da32029c31 fix delete functionality 6 years ago
mike12345567 69a1c13793 Using array de-structuring as per review. 6 years ago
Andrew Kingston 917bf47925 Fix crashing on creating a record with fields of type link or options due to coercing values 6 years ago
Michael Shanks ed8371c41f a few changes from code review 6 years ago
mike12345567 72de4dcab4 First work towards implementing Dynamo usage in the server when running in the cloud; this is for tracking usage against API keys. 6 years ago
Michael Shanks 267e8e39aa Coerse record fields, to be a bit more tolerant of data input 6 years ago
Andrew Kingston 537c5a81e0 Fix record patch function 6 years ago
Michael Shanks 3e1e865bb4 record value coersion - untested 6 years ago
mike12345567 0db7768e5d Adding jsdoc to the db utils and removing the views, this is a breaking change for existing apps. 6 years ago
Michael Drury c7693d6e86 Purging the use of views where possible, this update should remove the use of by_type and all model views. 6 years ago
mike12345567 4f4298468a Fixing record editting. 6 years ago
mike12345567 2bb349a381 Changing relationship system around a little, to not work with fieldNames anymore in the view and simplifying quite a few of the update systems. 6 years ago
mike12345567 9c6490f0f2 Fixing some missues with linked records after testing with the new UI. 6 years ago
mike12345567 672094b177 A small performance enhancement, storing in the record that it does have links, so that when retrieving info for records it can exit the process early if a record has no mention of links. 6 years ago
mike12345567 dee763a952 Major update to linked record backend, now handling adding info about record links to all responses. 6 years ago
mike12345567 bfe2bb5a23 Update to make sure all linked record updates occur in sync with the API call. 6 years ago
kevmodrome cbbda8599f adds events when records are deleted and adds more stylish controls 6 years ago
kevmodrome d94a9b193b adds multiple selection delete functionality 6 years ago