Commit Graph

16867 Commits

Author SHA1 Message Date
Budibase Release Bot 951a398570 v2.1.28 2022-11-16 18:19:48 +00:00
melohagan 5f6445a7f2 Merge pull request #8694 from Budibase/bug/sev3/column-name-validation
Allow underscores in column names
2022-11-16 18:06:36 +00:00
Mel O'Hagan 2cec318af1 Allow underscores in column names 2022-11-15 16:57:18 +00:00
Budibase Release Bot 827a722484 Update pro version to 2.1.27 2022-11-15 15:33:11 +00:00
Budibase Release Bot f1cf5bda31 v2.1.27 2022-11-15 15:28:49 +00:00
mike12345567 3381b71e27 Updating pkg version from 5.7.0 -> 5.8.0. 2022-11-15 15:06:30 +00:00
Michael Drury 573344b76c Merge pull request #8686 from Budibase/fix/8589
Fix for app export 502 issue
2022-11-15 11:19:26 +00:00
mike12345567 d2f8a59b65 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 5e2a77b37e 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 d55998940f Update pro version to 2.1.26 2022-11-14 14:36:05 +00:00
Budibase Release Bot 80e2234650 v2.1.26 2022-11-14 14:32:46 +00:00
deanhannigan beabfab4d4 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 7f00e1907c Merge pull request #8668 from Budibase/jonny/nfs
single image NFS & more logging
2022-11-14 08:45:09 +00:00
Dean 0619fcd281 Added multiselect/array options support to the view contains filter 2022-11-13 18:16:04 +00:00
Dean 8f058e222b Fix for attachment cleanup on internal row delete. 2022-11-13 18:08:48 +00:00
Jonny McCullagh c71f9ccecf single image NFS & more logging 2022-11-13 17:53:32 +00:00
Budibase Release Bot 0cf55b933e Update pro version to 2.1.25 2022-11-11 12:54:20 +00:00
Budibase Release Bot 08766b3c22 v2.1.25 2022-11-11 12:51:08 +00:00
Rory Powell fe05c609ea Merge pull request #8647 from Budibase/fix/logout-race-condition
Fix logout race condition
2022-11-11 12:40:22 +00:00
Rory Powell a5a8b96be1 Fix logout race condition 2022-11-11 11:26:36 +00:00
Budibase Release Bot 816382f638 Update pro version to 2.1.24 2022-11-10 15:56:42 +00:00
Budibase Release Bot 870bee4de5 v2.1.24 2022-11-10 15:53:01 +00:00
melohagan c7b19a9cec 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 b6ff581d5e 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 6d1449431e Null pointer fix 2022-11-10 15:22:05 +00:00
Mel O'Hagan be32ef1cb6 Add readable flag to datasource validation 2022-11-10 14:23:22 +00:00
Budibase Release Bot bda2310760 Update pro version to 2.1.23 2022-11-10 11:02:04 +00:00
Budibase Release Bot 291514f57b v2.1.23 2022-11-10 10:58:45 +00:00
melohagan 93a599f660 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 d6ffeb1b73 Update pro version to 2.1.22 2022-11-09 14:31:12 +00:00
Budibase Release Bot 44fbdec0a2 v2.1.22 2022-11-09 14:27:49 +00:00
Martin McKeaveney f852b647e1 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 217743e6fd patching sub dep for loader-utils to patch security vulnerability 2022-11-09 13:57:22 +00:00
Michael Drury 3367e99880 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 62f65d3c16 Updating nginx conf to allow export a lot longer period before timeout. 2022-11-09 11:33:57 +00:00
Budibase Release Bot 0a5cdeb886 Update pro version to 2.1.21 2022-11-08 20:48:06 +00:00
Budibase Release Bot 7db103cd6e v2.1.21 2022-11-08 20:44:21 +00:00
Michael Drury 2a4f6bd5fb Merge pull request #8599 from Budibase/fix/8578
Fix for groups access
2022-11-08 20:30:39 +00:00
Michael Drury 2f6330db4f Removing timeout for export apps - #8589. 2022-11-08 20:12:32 +00:00
Michael Drury 41a65bbe47 Exporting roles differently to fix issue raised by test. 2022-11-08 20:01:01 +00:00
Michael Drury 2240b060d4 Quick fix to not expose the builder ID outside of the role impl. 2022-11-08 19:48:16 +00:00
mike12345567 eb251fb48e Exporting some functions that were previously exported. 2022-11-08 18:35:21 +00:00
mike12345567 693d6b6242 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 195dc8c0de Update pro version to 2.1.20 2022-11-08 17:23:42 +00:00
Budibase Release Bot b159ed2da0 v2.1.20 2022-11-08 17:20:53 +00:00
Mel O'Hagan ca2f85b6f9 Use whitelist instead 2022-11-08 17:16:35 +00:00
Mel O'Hagan 4f1ecf6dc1 Missed colon 2022-11-08 17:07:25 +00:00
Mel O'Hagan 847fc9f83a Remove escaped characters 2022-11-08 17:03:13 +00:00
Mel O'Hagan 572e31fb29 Block lucene special characters from new column 2022-11-08 17:02:31 +00:00
Mel O'Hagan 5aba8e4a65 Added readable prop to aggregate function 2022-11-08 14:31:36 +00:00