4402 Commits (62873fbb8d990ee314ee61545f65cfaf9cd52a7d)

Author SHA1 Message Date
Andrew Kingston 8be7018543 Rename return URL to redirect URL in log out action 5 years ago
Andrew Kingston ce3715ccad Update log out action text 5 years ago
Andrew Kingston 8be175843a Add return URL setting to log out button action 5 years ago
mike12345567 e0949b4ac3 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 8092068aaa Fixing issue #4064 - making it possible to delete JSON fields. 5 years ago
Maurits Lourens 77d0a556bd reset field.name to originalName after cancel 5 years ago
Maurits Lourens d2688124f4 use deleteColName when deleting a column 5 years ago
mike12345567 cde801d99b Adding dynamic filter capabilities, also updating search field select in builder to make sure it removes banned search field types. 5 years ago
Rory Powell f3ac142870 Remove console.log statements 5 years ago
mike12345567 aae2dc86d3 Getting client partially working, having an issue with search fields not updating for a table block. 5 years ago
Rory Powell d2e13da831 Test fix 5 years ago
Rory Powell 4433ebc1f2 Handle 403 when loading templates 5 years ago
mike12345567 41b9c94237 Quick fix, only allow using SQL. 5 years ago
mike12345567 90859cfe18 Basic frontend work, getting it sending up search fields from tables with links. 5 years ago
Rory Powell b5250ac244 Fix return url using cookies 5 years ago
mike12345567 44f9ae0682 Fixing issue where any two automations steps of the same type executed in the same automation would have the same response output in the frontend, this was a visual bug. Also fixing an issue introduced by REST update that broke the query controller. 5 years ago
mike12345567 b15f003c8c Updating to use automation setup to use action button instead of custom chevron div and using the action button in the automation code editor so that bindings can be hidden/shown if they are taking up too much of screen. 5 years ago
Andrew Kingston 54ad2237ea Improve naming of REST pagination parameters 5 years ago
mike12345567 657f55f0da Adding a skip button for fetching plus datasource tables incase working with very large data sets and still want to perform queries. 5 years ago
Andrew Kingston 422c0a3033 Comment builder implementation of lucene searching to highlight that it will be replaced 5 years ago
Rory Powell 6d5d301adb Support variables in URL 5 years ago
Rory Powell 22407446ee Navigation fixes for duplicate and delete query 5 years ago
mike12345567 efc691f238 Fixing issue #3915 so that when using the short hand URL for apps you will be redirected correctly if not logged in, allows all users to make use of it and updating the builder to send the user to the short form factor URL if not in cloud. 5 years ago
Rory Powell e115a561c2 Fix Add Authentication button icon 5 years ago
Rory Powell b1ef2e3988 Fix auth dropdown z-index 5 years ago
Andrew Kingston 8aa4d49f31 Fix crash in KeyValueBuilder when object doesn't exist 5 years ago
Andrew Kingston 81cbb6d403 Remove line from testing 5 years ago
mike12345567 532fefaeff Hiding all tables from data sources when there is no data for them (no placeholder table). 5 years ago
mike12345567 e32869b100 Fixing issue discovered by cypress test case and updating dynamic variable view to hide table when there are none. 5 years ago
Rory Powell 5890f5d4dc Add bold and code cell renderers 5 years ago
Rory Powell e96467a7cd Further fix for dynamic variable deletion across different queries 5 years ago
mike12345567 0841e2b50d Allowing switching between body types without losing state in REST UI. 5 years ago
Rory Powell 4b2ce2a280 Default rest body type to json when there is an existing body 5 years ago
Rory Powell 5dc6917fb2 Fix dynamic variable deletion and move utils 5 years ago
Andrew Kingston 882067056c Update query pagination to be stored in fields 5 years ago
mike12345567 ab77c081bd Some minor UI tweaks. 5 years ago
mike12345567 85aa2c27b5 Fixing issues with query dynamic variables being able to overwrite/appearing in other queries. 5 years ago
mike12345567 d61cb6c037 Some fixes after testing dynamic variables in rest a bit more. 5 years ago
Andrew Kingston 51d5885ec0 Add pagination tab to query UI 5 years ago
Andrew Kingston c6792f9903 Update client side lucene searching to treat string startsWith matches as case-insensitive 5 years ago
Michael Drury f03f3c8864 Fixing some issues discovered with saving queries and dynamic variables, also displaying dynamic variables in a reactive way. 5 years ago
Andrew Kingston af8d55ef32 Use fixed width for REST query verbs 5 years ago
mike12345567 fab94f5a3a Fixing lint issues. 5 years ago
mike12345567 a9437302b7 Fixing issue with switching between datasources and making sure old client apps can still use the deprecated API. 5 years ago
Andrew Kingston 49e813cc6c Revert hiding body tab for GETs since already implemented in another pending PR 5 years ago
Andrew Kingston f4add0a180 Hide 'Body' tab for REST API datasources when using a GET query 5 years ago
mike12345567 858ef084ad Finishing up front-end, getting variable creation and management up and working from within the query schema/header menus. 5 years ago
Andrew Kingston 12d41b95dd Lint 5 years ago
Andrew Kingston 36839d7fdc Revert open button size to small in app list 5 years ago
Andrew Kingston 6f9386ddde Restore original logic around export apps button 5 years ago