1
0
Fork 0
mirror of synced 2024-06-28 19:10:33 +12:00
Commit graph

27410 commits

Author SHA1 Message Date
Budibase Release Bot dd901cb835 v2.1.27 2022-11-15 15:28:49 +00:00
mike12345567 8cd36e25a8 Updating pkg version from 5.7.0 -> 5.8.0. 2022-11-15 15:06:30 +00:00
Michael Drury bc783934a2
Merge pull request #8686 from Budibase/fix/8589
Fix for app export 502 issue
2022-11-15 11:19:26 +00:00
mike12345567 1ceec58b6d Updating proxy configuration for docker-compose, k8s and single image to allow longer timeout for app export requests. Also fixing an issue that blocked requests from getting to app-service. 2022-11-15 10:49:17 +00:00
deanhannigan d357b0135a
Merge pull request #8670 from Budibase/fix/attachment-row-delete
Fix for attachment cleanup on internal table delete.
2022-11-14 15:01:22 +00:00
Budibase Release Bot 1ca2d0f312 Update pro version to 2.1.26 2022-11-14 14:36:05 +00:00
Budibase Release Bot c61155e61e v2.1.26 2022-11-14 14:32:46 +00:00
deanhannigan bccacfe773
Merge pull request #8669 from Budibase/fix/view-array-filter-options
Added multiselect/array options support to the view contains filter
2022-11-14 14:21:17 +00:00
Jonny McCullagh 4c723a908b
Merge pull request #8668 from Budibase/jonny/nfs
single image NFS & more logging
2022-11-14 08:45:09 +00:00
Dean 9974f78d5b Added multiselect/array options support to the view contains filter 2022-11-13 18:16:04 +00:00
Dean 15a96fb496 Fix for attachment cleanup on internal row delete. 2022-11-13 18:08:48 +00:00
Jonny McCullagh b29e2f8a42 single image NFS & more logging 2022-11-13 17:53:32 +00:00
Budibase Release Bot 1ecc6a42b4 Update pro version to 2.1.25 2022-11-11 12:54:20 +00:00
Budibase Release Bot 664bfae982 v2.1.25 2022-11-11 12:51:08 +00:00
Rory Powell 9ce79b1a2e
Merge pull request #8647 from Budibase/fix/logout-race-condition
Fix logout race condition
2022-11-11 12:40:22 +00:00
Rory Powell fbbc5f01b8 Fix logout race condition 2022-11-11 11:26:36 +00:00
Budibase Release Bot 5b8c49cf3a Update pro version to 2.1.24 2022-11-10 15:56:42 +00:00
Budibase Release Bot 97484b62e2 v2.1.24 2022-11-10 15:53:01 +00:00
melohagan 8bb7230655
Merge pull request #8635 from Budibase/bug/sev3/app-import-automations
App import automations - null pointer fix
2022-11-10 15:35:24 +00:00
melohagan b13723b1a3
Merge pull request #8593 from Budibase/bug/sev2/mongodb-aggregate-readable
MongoDB aggregate readable
2022-11-10 15:27:08 +00:00
Mel O'Hagan 531e30fa3d Null pointer fix 2022-11-10 15:22:05 +00:00
Mel O'Hagan 1532395033 Add readable flag to datasource validation 2022-11-10 14:23:22 +00:00
Budibase Release Bot 92fed8030c Update pro version to 2.1.23 2022-11-10 11:02:04 +00:00
Budibase Release Bot 19979ddf5d v2.1.23 2022-11-10 10:58:45 +00:00
melohagan 0f5c8a2961
Merge pull request #8597 from Budibase/bug/sev3/special-character-sorting
Prevent special characters being used in new internal DB column
2022-11-10 10:47:42 +00:00
Budibase Release Bot 78d6365e77 Update pro version to 2.1.22 2022-11-09 14:31:12 +00:00
Budibase Release Bot bc54e8d11a v2.1.22 2022-11-09 14:27:49 +00:00
Martin McKeaveney a355bdeee0
Merge pull request #8620 from Budibase/security/patch-vuln
patching sub dep for loader-utils to patch security vulnerability
2022-11-09 14:16:59 +00:00
Martin McKeaveney 04cc71624f patching sub dep for loader-utils to patch security vulnerability 2022-11-09 13:57:22 +00:00
Michael Drury 07a4a561ac
Merge pull request #8619 from Budibase/fix/8589
Updating proxy config to allow export a longer timeout
2022-11-09 12:53:50 +00:00
mike12345567 d0eb2d42f2 Updating nginx conf to allow export a lot longer period before timeout. 2022-11-09 11:33:57 +00:00
Budibase Release Bot bb5f0944cc Update pro version to 2.1.21 2022-11-08 20:48:06 +00:00
Budibase Release Bot 723a2de735 v2.1.21 2022-11-08 20:44:21 +00:00
Michael Drury 2e0041a1d6
Merge pull request #8599 from Budibase/fix/8578
Fix for groups access
2022-11-08 20:30:39 +00:00
Michael Drury 53b5cd1e1c Removing timeout for export apps - #8589. 2022-11-08 20:12:32 +00:00
Michael Drury 0af56bed25 Exporting roles differently to fix issue raised by test. 2022-11-08 20:01:01 +00:00
Michael Drury 9cfdfc174b Quick fix to not expose the builder ID outside of the role impl. 2022-11-08 19:48:16 +00:00
mike12345567 4dceee33c5 Exporting some functions that were previously exported. 2022-11-08 18:35:21 +00:00
mike12345567 189fb90bb0 Typescript re-write of the roles layer, this is the backbone of a lot of our security features, and I believe the issue was generally to do with a lack of handling of null-ish inputs. 2022-11-08 18:25:37 +00:00
Budibase Release Bot 3ef02a6181 Update pro version to 2.1.20 2022-11-08 17:23:42 +00:00
Budibase Release Bot be9e2f8327 v2.1.20 2022-11-08 17:20:53 +00:00
Mel O'Hagan b3c8e4f77e Use whitelist instead 2022-11-08 17:16:35 +00:00
Mel O'Hagan c89c0f32c0 Missed colon 2022-11-08 17:07:25 +00:00
Mel O'Hagan 94f12ad3e7 Remove escaped characters 2022-11-08 17:03:13 +00:00
Mel O'Hagan 8beaa09328 Block lucene special characters from new column 2022-11-08 17:02:31 +00:00
Mel O'Hagan f518cd8572 Added readable prop to aggregate function 2022-11-08 14:31:36 +00:00
Budibase Release Bot 6a8edb8520 Update pro version to 2.1.19 2022-11-08 12:46:43 +00:00
Budibase Release Bot c3873a6508 v2.1.19 2022-11-08 12:42:41 +00:00
Michael Drury 9b1c883955
Merge pull request #8586 from Budibase/fix/x-amz-meta-invalid
Fixing x-amz-meta-fieldname invalid value issue
2022-11-08 12:27:58 +00:00
mike12345567 687aa1c6f3 Adding more type handling around the upload object store function. 2022-11-08 11:49:07 +00:00