Martin McKeaveney
|
ce61af1331
|
XSS safe mode to prevent unsanitised input
|
2024-10-07 16:47:49 +01:00 |
Martin McKeaveney
|
af2071c60c
|
fixing vulns for ent client
|
2024-10-07 16:44:28 +01:00 |
Sam Rose
|
ee897e4d7e
|
Fix imports.
|
2024-10-02 10:05:56 +01:00 |
Sam Rose
|
4dd6afd435
|
Symbolise the special __bb_total count field name.
|
2024-10-02 09:57:18 +01:00 |
Sam Rose
|
ddd229062c
|
Rename total field when doing row counts.
|
2024-10-02 09:39:54 +01:00 |
Sam Rose
|
0eb90cfbea
|
Type checks pass, now to find out how much stuff I've broken.
|
2024-09-24 16:35:53 +01:00 |
Sam Rose
|
fc9b54cb85
|
Mostly solving type errors around passing the view all the way down, got a fair few left.
|
2024-09-24 13:01:33 +01:00 |
Sam Rose
|
51774b3434
|
Working on plumbing 'source' all the way through our code.
|
2024-09-24 12:30:45 +01:00 |
Adria Navarro
|
6b259676b2
|
Enrich on get row from view
|
2024-08-29 13:16:27 +02:00 |
mike12345567
|
3e1a0a60b4
|
Checking the correct operation - also typeguarding the check.
|
2024-08-09 14:35:13 +01:00 |
Adria Navarro
|
62fa05a855
|
Type
|
2024-07-31 13:28:28 +02:00 |
mike12345567
|
aab100b130
|
Changing how counting is processed.
|
2024-06-19 14:28:22 +01:00 |
mike12345567
|
abfab054d7
|
Addressing comment about datasource being optional.
|
2024-06-19 12:03:20 +01:00 |
mike12345567
|
1b36d8af51
|
Getting counting flow working correctly for external datasources.
|
2024-06-14 19:00:59 +01:00 |
Michael Drury
|
a3d2871330
|
Merge branch 'master' into feature/audit-log-sqs
|
2024-05-23 16:52:50 +01:00 |
Adria Navarro
|
43acea931a
|
Ensure iso time config still work
|
2024-05-23 15:23:02 +02:00 |
Adria Navarro
|
d1ef9067dc
|
Allow range crossing midnight
|
2024-05-23 14:59:51 +02:00 |
Adria Navarro
|
d58c144dce
|
Add extra tests
|
2024-05-23 14:59:51 +02:00 |
Adria Navarro
|
402426a5f3
|
Validate time only field constrains
|
2024-05-23 14:59:51 +02:00 |
Adria Navarro
|
f6146c4974
|
Validate time only fields
|
2024-05-23 11:39:45 +02:00 |
mike12345567
|
a2200a38fb
|
Merge branch 'master' of github.com:Budibase/budibase into feature/audit-log-sqs
|
2024-05-20 14:09:57 +01:00 |
mike12345567
|
c1ce6be9b9
|
Disallowing arrays for single types (attachment and user).
|
2024-05-17 17:17:57 +01:00 |
mike12345567
|
0efa1f06ab
|
Moving some stuff around to make way for other services using the sql layers.
|
2024-05-16 17:33:47 +01:00 |
mike12345567
|
e90e2b214e
|
Making sure meta.table is always available.
|
2024-04-17 17:36:19 +01:00 |
Adria Navarro
|
5b6c3d0c96
|
Merge branch 'master' into revert-13398-revert-13356-BUDI-8122/single-attachment-column-type
|
2024-04-10 09:01:36 +02:00 |
Michael Drury
|
5437188385
|
Revert "Revert "Single attachment column type""
|
2024-04-03 16:05:18 +01:00 |
Michael Drury
|
1cfe4da027
|
Revert "Single attachment column type"
|
2024-04-03 16:01:45 +01:00 |
Adria Navarro
|
a8c3011071
|
Rename FieldType.ATTACHMENT to FieldType.ATTACHMENTS
|
2024-04-03 12:54:20 +02:00 |
mike12345567
|
8df38b8bb2
|
Merging in most recent changes, recent SQL aliasing changes caused some big differences.
|
2024-03-20 12:42:07 +00:00 |
mike12345567
|
5c01ba0095
|
Fix for issue with aliasing not quite working as expected when interacting with very old datasources, there is a flag 'isSQL' which was not set in old versions, this is now set when retrieving datasources to avoid issues with it being unset.
|
2024-03-19 14:48:56 +00:00 |
mike12345567
|
2eb16a70db
|
Merge branch 'master' of github.com:Budibase/budibase into labday/sqs
|
2024-03-06 17:27:53 +00:00 |
Michael Drury
|
edda776b14
|
PR comments.
|
2024-03-05 17:42:44 +00:00 |
Michael Drury
|
a332c058ce
|
Disabling aliasing on writes (create, update, delete) for MySQL/MS-SQL datasources.
|
2024-03-05 16:19:21 +00:00 |
Michael Drury
|
c5591ee87f
|
Revert "Revert "SQL Query aliasing""
|
2024-02-29 12:33:03 +00:00 |
Michael Drury
|
de3968ffe3
|
Revert "SQL Query aliasing"
|
2024-02-29 12:32:15 +00:00 |
mike12345567
|
2d75e1e85c
|
Merge branch 'feature/sql-query-aliasing' of github.com:Budibase/budibase into labday/sqs
|
2024-02-28 17:03:59 +00:00 |
Michael Drury
|
a9da4e11d3
|
Merge branch 'master' into feature/sql-query-aliasing
|
2024-02-27 09:59:10 +00:00 |
melohagan
|
6e4c2b7242
|
Export data make CSV delimiter configurable (#13028)
* Add delimiter option
* Add custom delimiter
* external export delimiter
* Custom headers for row export
* External export rows custom headers
* Support custom JSON export labels
* Handle export table source switch
* update account portal
* Add space as delimiter
* Refactor
* update account portal
|
2024-02-27 09:23:49 +00:00 |
mike12345567
|
cb19e1f24c
|
Fixing response types of DS+ query function.
|
2024-02-26 17:56:28 +00:00 |
mike12345567
|
fcf8cf61da
|
Merge branch 'master' of github.com:Budibase/budibase into feature/sql-query-aliasing
|
2024-01-29 12:35:54 +00:00 |
mike12345567
|
ccc751d09c
|
A quick refactor to get rid of the old 'FieldTypes' enumeration, considering how core it is to all data handling in Budibase, the fact we had both 'FieldType' and 'FieldTypes' was confusing - righting this fully.
|
2024-01-24 16:58:13 +00:00 |
mike12345567
|
cb7c1898f2
|
Getting basic aliasing working after some testing.
|
2023-11-27 19:02:06 +00:00 |
mike12345567
|
09ce950e64
|
Merge branch 'master' of github.com:Budibase/budibase into fix/internal-db-enrich-perf
|
2023-10-11 17:24:08 +01:00 |
Adria Navarro
|
6c328109b6
|
Fixes
|
2023-10-10 18:54:57 +02:00 |
mike12345567
|
ee4a042204
|
Typing fixes - unsure why all of these came up suddenly.
|
2023-10-05 18:40:56 +01:00 |
Adria Navarro
|
11f0569446
|
Move row.validate to the sdk
|
2023-07-26 14:12:58 +02:00 |
Adria Navarro
|
deb256a013
|
Refactor and clean export tests
|
2023-07-17 19:50:06 +02:00 |
Adria Navarro
|
90bf4655ea
|
Remove ctx from export rows (search not implemented)
|
2023-07-17 15:57:12 +02:00 |
Adria Navarro
|
d1b64bcd9c
|
Moving files and functions
|
2023-07-14 17:09:34 +02:00 |