1
0
Fork 0
mirror of synced 2024-08-08 06:37:55 +12:00
Commit graph

6857 commits

Author SHA1 Message Date
Martin McKeaveney
ec3445de2d
Merge pull request #1691 from Budibase/fix/recent-bugs
fix feedback notification panel, prevent MinIO bucket from being deleted
2021-06-10 13:45:43 +01:00
mike12345567
c51f1dae13 Updating examples, adding length tests and updating HBS helpers library. 2021-06-10 13:44:44 +01:00
Keviin Åberg Kultalahti
3fb4e222d3 Merge branch 'master' into feature/layout-poc 2021-06-10 13:55:48 +02:00
Budibase Release Bot
46e7fce3e7 v0.9.43 2021-06-10 11:21:35 +00:00
Michael Drury
aa3070d987
Merge pull request #1690 from Budibase/fix/smtp-tls
Adding options to SMTP form for configuring TLS/STARTTLS
2021-06-10 12:14:00 +01:00
Martin McKeaveney
bb83267221 Merge branch 'master' of github.com:Budibase/budibase into plus-datasources 2021-06-10 12:13:28 +01:00
Martin McKeaveney
37d7919211 re-adding if 2021-06-10 12:10:19 +01:00
Martin McKeaveney
2877648df5 fix feedback notification panel, prevent MinIO bucket from being deleted 2021-06-10 12:07:39 +01:00
Budibase Release Bot
a678aaf1ef v0.9.42 2021-06-10 10:51:32 +00:00
Michael Drury
45c3d94f76
Merge pull request #1684 from Budibase/fix/attachments
Quick attachments fix discovered when investigating the MinIO issue
2021-06-10 11:43:48 +01:00
mike12345567
9f53d08598 Removing leading slash. 2021-06-10 11:34:37 +01:00
Andrew Kingston
a8ba23c08e Use more unique class names to avoid clashes 2021-06-10 11:34:01 +01:00
mike12345567
e5531ad598 Spelling error. 2021-06-10 11:30:24 +01:00
mike12345567
2feabb594a Making sure auth section of form can always be filled in. 2021-06-10 11:28:03 +01:00
mike12345567
db393f05be Adding options to SMTP form for configuring TLS/STARTTLS. 2021-06-10 11:25:06 +01:00
Andrew Kingston
72f4eae31c Apply less aggressive global CSS rules to containers 2021-06-10 11:24:42 +01:00
Andrew Kingston
a1debf402f Fully remount update forms when initial values change 2021-06-10 11:17:14 +01:00
Andrew Kingston
b422de32c2 Add more opinionated container styles to make layout out components even easier 2021-06-10 10:59:00 +01:00
Andrew Kingston
8f1f621072 Add customProps function to screen component for building autoscreens 2021-06-10 10:36:43 +01:00
Andrew Kingston
15c824e19e Update layouts to use new container props and be more responsive 2021-06-10 10:36:23 +01:00
Keviin Åberg Kultalahti
1733739981 Merge branch 'master' into feature/layout-poc 2021-06-10 11:35:46 +02:00
Andrew Kingston
5297a7dcf2 Update autoscreens to be more responsive by default 2021-06-10 10:20:59 +01:00
Andrew Kingston
72088a8414 Add default styles to containers to improve component layouts 2021-06-10 10:20:47 +01:00
Andrew Kingston
c412af8766 Update autoscreens to have new container props 2021-06-10 09:48:08 +01:00
Andrew Kingston
c17550d0c6 Don't apply new container layout settings unless props have been defined, so that existing containers are unchanged 2021-06-10 09:28:10 +01:00
Andrew Kingston
383e6793ec Merge branch 'master' of github.com:Budibase/budibase into interactive-layouts 2021-06-10 09:20:45 +01:00
Andrew Kingston
e35854fae1 Fix indicator border radius style when flipped 2021-06-10 09:20:17 +01:00
Andrew Kingston
686205ec4b Hugely improve performance of selection and highlight indicators in builder preview 2021-06-10 09:05:08 +01:00
Budibase Release Bot
6255dadb43 v0.9.41 2021-06-09 18:01:31 +00:00
Andrew Kingston
5911065da4 Merge branch 'master' of github.com:Budibase/budibase into interactive-layouts 2021-06-09 18:54:36 +01:00
Andrew Kingston
fb77125ad8
Merge pull request #1682 from Budibase/fix/nullish-booleans
Fix nullish booleans
2021-06-09 18:51:48 +01:00
mike12345567
016c567fc9 Super quick fix for attachments, keeping in correct object store directory. 2021-06-09 17:38:24 +01:00
Martin McKeaveney
8d9d776377 plus datasource schema 2021-06-09 16:55:58 +01:00
Andrew Kingston
af15241019 Remove log statement 2021-06-09 16:42:14 +01:00
Andrew Kingston
345d286229 Invert boolean filter expressions to consider nulls as false 2021-06-09 16:41:15 +01:00
Budibase Release Bot
72caa080fe v0.9.40 2021-06-09 15:26:30 +00:00
mike12345567
c347c3d4cd Merge branch 'master' of github.com:Budibase/budibase into feature/opinionated-sql 2021-06-09 16:20:36 +01:00
Michael Drury
2a8129b1de
Merge pull request #1680 from Budibase/fix/smtp-error
Updating SMTP config to show better errors
2021-06-09 16:17:12 +01:00
mike12345567
eb3222a0bc Updating SMTP config to show better errors. 2021-06-09 15:45:54 +01:00
Andrew Kingston
49dd84a2bd Merge branch 'master' of github.com:Budibase/budibase into interactive-layouts 2021-06-09 15:10:11 +01:00
Budibase Release Bot
94c4a30657 v0.9.39 2021-06-09 13:51:07 +00:00
Andrew Kingston
e05d9f5e7f
Merge pull request #1678 from Budibase/form-fixes
Form fixes
2021-06-09 14:42:59 +01:00
Martin McKeaveney
d12dba2137 merge 2021-06-09 14:36:14 +01:00
Andrew Kingston
7e082a18d8 Allow string templates to handle null objects without failing 2021-06-09 14:17:11 +01:00
mike12345567
2af97ca494 Merge branch 'master' of github.com:Budibase/budibase into feature/opinionated-sql 2021-06-09 13:57:23 +01:00
Keviin Åberg Kultalahti
5f7885b5e6 Merge branch 'master' into feature/layout-poc 2021-06-09 14:10:55 +02:00
Keviin Åberg Kultalahti
50db4ccf69 add horizontal or vertical setting to navbar manifest 2021-06-09 14:10:29 +02:00
Andrew Kingston
a9eb15e925 Update autoscreens to add new form type setting 2021-06-09 13:08:36 +01:00
Andrew Kingston
e027e34c69 Change form type setting to 'actionType' to avoid clashing with old settings 2021-06-09 12:55:17 +01:00
Andrew Kingston
d47b871e9e Add type setting to forms and fix inheriting initial values 2021-06-09 12:53:12 +01:00