8635 Commits (0affc0d0c2a9f335e44eeeeb23a02b2a7272ee4b)

Author SHA1 Message Date
Peter Clement 0affc0d0c2 removing uneeded log 5 years ago
Peter Clement e1841ecc29 change naming of toggle 5 years ago
Peter Clement 78332a682e fix modal confirmatiom button 5 years ago
Peter Clement 59b59dcccb change naming of var 5 years ago
Peter Clement e7c02e2fb8 allow use of plain inputs for automations enabling use of bindings in all types 5 years ago
Andrew Kingston a575763bf6 Use automatic formatting for generated longform fields 5 years ago
Andrew Kingston a96ef98e39 Add rich text option to long form data type 5 years ago
mike12345567 86e6223e5a Fixing an issue with search field select erroring in builder when using queries in blocks. 5 years ago
Andrew Kingston f5197df8b4 Reset the builder store whenever unmounting the app root layout 5 years ago
mike12345567 61283e465d Fix for #4308 - triple brace conversion was not working correctly, wrote this into the string templates instead - also fixing an issue with the RBAC for Rest. 5 years ago
mike12345567 e12767fd85 Fix for #4308 - triple brace conversion was not working correctly, wrote this into the string templates instead - also fixing an issue with the RBAC for Rest. 5 years ago
Andrew Kingston bd6ae0686d Add markdown viewer component to builder 5 years ago
mike12345567 fa94ea7b3a Updating the SQL core to allow it to handle multiple relationships between the same two tables. 5 years ago
Andrew Kingston 7a3683a462 Use new rich text field in build backend UI 5 years ago
Rory Powell 74b6844ebf Fix CSRF token not present using local auth 5 years ago
Maurits Lourens fe51686458 Adds a url to the templates 5 years ago
mike12345567 9d3486eb8a Fixing #4205 - making sure builder loads the correct role for the query. 5 years ago
mike12345567 3567e7ddb6 Fixing #4192 - allowing switching between JSON and multi-select types, as well as not switching multi-select to JSON when fetching SQL tables. 5 years ago
Rory Powell 2465753af1 Handle undefined url 5 years ago
Rory Powell 4b903ffd47 Handle unexpected errors during validation 5 years ago
Rory Powell 3a4b8f4557 Fix cypress and update nodemon config to use backend-core 5 years ago
Rory Powell 5cb6e19274 Add CSRF Token 5 years ago
Andrew Kingston 5c6a9cf654 Filter out an S3 datasources which contain custom endpoints when selecting the datsource to use with the S3 upload component 5 years ago
Rory Powell 08bd447b51 Remove server -> worker request to retrieve apps, remove hosting endpoints and store 5 years ago
mike12345567 04934a544a Adding the ability to filter using the filter drawer for formula fields, getting them based on the enriched contents of a row - adding functionality to denote to each table which other tables depend on them for formula. 5 years ago
Rory Powell 7b19251b8d Add deprecation notice 5 years ago
Rory Powell 202fef1961 Remove cloud checks 5 years ago
mike12345567 ea6b286609 Fixing an issue where old apps did not send up the values of the default parameters, the server should be able to handle this, enrich them in if they aren't there. 5 years ago
mike12345567 5ba73b3c5c Minor fix, when testing the filtering the data section noticed some stuff didn't work, like filtering by just a number (which is actually text) we fixed this previously but had to version the API to fix it, builder needed to send up the API version it desires to use. 5 years ago
mike12345567 8115f6eef2 Getting the static formulas being processed on input, not re-processing on output. 5 years ago
Rory Powell b1ec406ae1 Send url to api and honour url on viewing published app 5 years ago
Rory Powell 4b787fefc9 validator tweak 5 years ago
Rory Powell 31ed47a221 validator tweak 5 years ago
mike12345567 c6de0f3d30 Renaming bindableOptions to bindings and replacing the query bindings variable with queryBindings. 5 years ago
Rory Powell 70788d42b7 Share validation between app modals, add yup based validation framework, add url to app modals 5 years ago
mike12345567 1975af430a Fix for #4126 - wrong bindings were being passed to the drawer, making sure correct ones are available. 5 years ago
mike12345567 f1a504e57f Fixing issue with dynamic/static formula types not being stored. 5 years ago
Rory Powell 765b5c67cf Add creatingApp && loaded checks 5 years ago
Peter Clement 15e8b64e6e fix export button size 5 years ago
Peter Clement ee20f2a934 add splash screen for apps page 5 years ago
mike12345567 10f55cf572 Adding in static/dynamic select, as well as the ability to set a tooltip on a select. 5 years ago
Peter Clement 7ab4d5f3d3 remove uneeded app creation modal 5 years ago
Peter Clement 3c1414dc18 fix issue with templates showing over more than two rows 5 years ago
Andrew Kingston e0a3911851 Rename return URL to redirect URL in log out action 5 years ago
Andrew Kingston d6bbe73db0 Update log out action text 5 years ago
Andrew Kingston 5b3b1d82d4 Add return URL setting to log out button action 5 years ago
mike12345567 93ecd44db1 Fix for #3721 - deleting invalid relationships if tables have been removed external to budibase - otherwise these could not be removed without deleting the datasource. 5 years ago
mike12345567 ae44eca764 Fixing issue #4064 - making it possible to delete JSON fields. 5 years ago
Rory Powell cfe7842cde Handle table deletion and data import 5 years ago
Maurits Lourens b03ce671db reset field.name to originalName after cancel 5 years ago