Andrew Kingston
|
b0defa8176
|
Merge pull request #4030 from Budibase/s3-upload
S3 file upload component
|
2022-01-24 15:41:46 +00:00 |
Andrew Kingston
|
8284e1d76c
|
Filter out an S3 datasources which contain custom endpoints when selecting the datsource to use with the S3 upload component
|
2022-01-24 15:19:21 +00:00 |
Rory Powell
|
04386bd1d8
|
Merge pull request #4000 from Budibase/fix/sync-apps-reset-rows-quotas
App and Row Quota Fixes
|
2022-01-21 11:20:14 +00:00 |
mike12345567
|
23a9fc709f
|
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.
|
2022-01-20 18:06:14 +00:00 |
mike12345567
|
8d95d9b603
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-01-20 17:03:21 +00:00 |
mike12345567
|
c66b9fb0b4
|
Renaming bindableOptions to bindings and replacing the query bindings variable with queryBindings.
|
2022-01-20 16:12:32 +00:00 |
mike12345567
|
06a6001f95
|
Fix for #4126 - wrong bindings were being passed to the drawer, making sure correct ones are available.
|
2022-01-20 15:44:39 +00:00 |
Peter Clement
|
0802522106
|
Merge branch 'fix/template-row-limit' of github.com:Budibase/budibase into fix/template-row-limit
|
2022-01-20 09:45:31 +00:00 |
Rory Powell
|
539bce8aed
|
Add creatingApp && loaded checks
|
2022-01-20 07:23:13 +00:00 |
Peter Clement
|
094df5922d
|
fix export button size
|
2022-01-19 19:45:19 +00:00 |
Peter Clement
|
d4463fc0f3
|
add splash screen for apps page
|
2022-01-19 19:40:28 +00:00 |
Peter Clement
|
b0b8e568ce
|
remove uneeded app creation modal
|
2022-01-19 18:29:09 +00:00 |
Peter Clement
|
a9d7a19cb5
|
fix issue with templates showing over more than two rows
|
2022-01-19 15:22:55 +00:00 |
Michael Drury
|
84f7405f02
|
Merge pull request #4090 from Budibase/fix/3721
Fixing issue with existing SQL relationships and deleting tables externally to Budibase
|
2022-01-19 15:02:15 +00:00 |
Andrew Kingston
|
8be7018543
|
Rename return URL to redirect URL in log out action
|
2022-01-19 12:50:07 +00:00 |
Andrew Kingston
|
ce3715ccad
|
Update log out action text
|
2022-01-19 12:45:15 +00:00 |
Andrew Kingston
|
8be175843a
|
Add return URL setting to log out button action
|
2022-01-19 11:22:04 +00:00 |
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.
|
2022-01-18 17:21:29 +00:00 |
Michael Drury
|
cdaab9e989
|
Merge pull request #4085 from Budibase/fix/4064
Allow deleting JSON fields in JSON schema
|
2022-01-18 17:14:20 +00:00 |
Michael Drury
|
8873cffb17
|
Merge pull request #4082 from mslourens/cancel_rename_column
reset field.name to originalName after cancel
|
2022-01-18 15:29:39 +00:00 |
mike12345567
|
8092068aaa
|
Fixing issue #4064 - making it possible to delete JSON fields.
|
2022-01-18 15:24:42 +00:00 |
mike12345567
|
d93617d3c7
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-01-18 14:25:30 +00:00 |
Michael Drury
|
7cf78f8c8b
|
Merge pull request #4073 from Budibase/feature/sql-relationship-filtering
SQL relationship filtering
|
2022-01-18 13:10:58 +00:00 |
Rory Powell
|
4d61e84c2b
|
Handle table deletion and data import
|
2022-01-18 11:57:20 +00:00 |
Maurits Lourens
|
77d0a556bd
|
reset field.name to originalName after cancel
|
2022-01-18 10:45:37 +01:00 |
Maurits Lourens
|
d2688124f4
|
use deleteColName when deleting a column
|
2022-01-18 09:53:15 +01:00 |
mike12345567
|
cde801d99b
|
Adding dynamic filter capabilities, also updating search field select in builder to make sure it removes banned search field types.
|
2022-01-17 16:48:49 +00:00 |
mike12345567
|
29fbfe7b95
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/sql-relationship-filtering
|
2022-01-17 13:34:16 +00:00 |
Rory Powell
|
f3ac142870
|
Remove console.log statements
|
2022-01-17 09:53:53 +00:00 |
mike12345567
|
aae2dc86d3
|
Getting client partially working, having an issue with search fields not updating for a table block.
|
2022-01-14 17:42:14 +00:00 |
Andrew Kingston
|
4dfb74f512
|
Add public URL of uploaded file to button action outputs when uploading files to S3
|
2022-01-14 10:40:38 +00:00 |
Rory Powell
|
d2e13da831
|
Test fix
|
2022-01-13 17:46:57 +00:00 |
Rory Powell
|
4433ebc1f2
|
Handle 403 when loading templates
|
2022-01-13 17:24:52 +00:00 |
Andrew Kingston
|
3f2b6db2b2
|
Merge branch 'develop' of github.com:Budibase/budibase into s3-upload
|
2022-01-13 17:17:30 +00:00 |
mike12345567
|
41b9c94237
|
Quick fix, only allow using SQL.
|
2022-01-13 16:48:19 +00:00 |
mike12345567
|
90859cfe18
|
Basic frontend work, getting it sending up search fields from tables with links.
|
2022-01-13 15:59:04 +00:00 |
Rory Powell
|
f055d392b5
|
Merge branch 'develop' into fix/return-url
|
2022-01-13 14:11:20 +00:00 |
Rory Powell
|
b5250ac244
|
Fix return url using cookies
|
2022-01-13 14:07:49 +00:00 |
Andrew Kingston
|
9f90bf3801
|
Update reset theme button to use white for light theme
|
2022-01-13 10:26:05 +00:00 |
Andrew Kingston
|
9a7cc4113d
|
Merge branch 'develop' of github.com:Budibase/budibase into rest-pagination
|
2022-01-13 09:44:09 +00:00 |
Andrew Kingston
|
aa5762d6d7
|
Revert nav bar background to default theme color when changing client app theme, and use a unique nav background color for light theme
|
2022-01-12 15:39:20 +00:00 |
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.
|
2022-01-11 17:14:04 +00:00 |
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.
|
2022-01-11 16:54:43 +00:00 |
Andrew Kingston
|
dfd95f9b83
|
Add initial work on new S3 upload component and button action
|
2022-01-11 14:01:21 +00:00 |
Michael Drury
|
904906e364
|
Merge pull request #3970 from Budibase/fix/jan-various-fixes
Various fixes
|
2022-01-11 09:36:12 +00:00 |
Rory Powell
|
8bf0c86c92
|
Merge pull request #3932 from Budibase/feature/query-variables
Fixes for new rest datasource
|
2022-01-10 12:08:47 +00:00 |
Andrew Kingston
|
54ad2237ea
|
Improve naming of REST pagination parameters
|
2022-01-07 11:03:31 +00:00 |
mike12345567
|
657f55f0da
|
Adding a skip button for fetching plus datasource tables incase working with very large data sets and still want to perform queries.
|
2022-01-06 15:28:38 +00:00 |
Andrew Kingston
|
422c0a3033
|
Comment builder implementation of lucene searching to highlight that it will be replaced
|
2022-01-06 14:05:32 +00:00 |
Rory Powell
|
6d5d301adb
|
Support variables in URL
|
2022-01-05 14:33:14 -05:00 |