Rory Powell
|
4629fc9e6b
|
Merge branch 'master' into develop
|
2021-11-03 16:24:16 +00:00 |
Rory Powell
|
2dced6f7a8
|
Fix: Prevent user updates in multi tenant mode from deleting user password. Also forward the authentication error from the backend to the login page to warn when an sso user is trying to log in with a password when one is not present
|
2021-11-03 15:04:05 +00:00 |
mike12345567
|
2d2d342a8c
|
Removing the edit display columns modal as it was very specific and a little confusing, these are defaulted now anyway like internal tables.
|
2021-11-01 21:17:51 +00:00 |
mike12345567
|
3e82abd88e
|
Updating external table UI a bit, adding the concept of defining an existing relationship, updating the data sources UI to make it a bit less cluttered and make the creation of tables more obvious.
|
2021-11-01 21:15:46 +00:00 |
mike12345567
|
1d48ffc38a
|
Adding error scenario for table name already in use.
|
2021-11-01 16:03:53 +00:00 |
mike12345567
|
0cf08df80f
|
Adding many to many support, generating junction table and setting up constraints.
|
2021-10-29 18:37:29 +01:00 |
mike12345567
|
eb8fde5c95
|
Fixing a lot of issues around dropping columns, updating columns, relationships and bi-directionality, display columns now default to something for SQL tables as well.
|
2021-10-29 13:34:10 +01:00 |
mike12345567
|
7b1114b7df
|
Adding SQL relationship building.
|
2021-10-28 22:44:31 +01:00 |
mike12345567
|
246d08c804
|
SQL table building.
|
2021-10-28 19:39:42 +01:00 |
mike12345567
|
c15aafe6a2
|
Fixing builder jest tests.
|
2021-10-27 13:33:11 +01:00 |
mike12345567
|
015b2a8f56
|
Fixing #2820 - SQL system no longer includes tables without a primary key constraint and it displays an error to handle this.
|
2021-10-26 20:03:54 +01:00 |
Martin McKeaveney
|
9ec7cfbd75
|
merge with master
|
2021-10-26 14:28:49 +02:00 |
Michael Drury
|
1aee0e8f2a
|
Merge pull request #3122 from Budibase/fix/mike-d-various-fixes
Various fixes, including replacing live replication from prod -> dev
|
2021-10-25 14:41:08 +01:00 |
Rory Powell
|
29da2637bd
|
Merge pull request #3134 from Budibase/no-access-role-remove-public
Remove public role selection
|
2021-10-25 10:43:47 +01:00 |
Rory Powell
|
81ca6d3b22
|
Merge pull request #3104 from Budibase/view-not-set
Handle nulls / empty in views and tables
|
2021-10-25 10:16:23 +01:00 |
Rory Powell
|
4982759fb2
|
Remove public role selection
|
2021-10-25 10:15:04 +01:00 |
Martin McKeaveney
|
51416be213
|
get company size and role into intercom
|
2021-10-25 11:00:33 +02:00 |
Rory Powell
|
841e6b2518
|
Feedback: Rename set/not set to not empty/empty, remove cell rendering
|
2021-10-25 09:58:05 +01:00 |
Martin McKeaveney
|
3e292057f2
|
Merge pull request #3106 from Budibase/fix/postreleasefixes2
Fix/postreleasefixes2
|
2021-10-25 09:01:50 +01:00 |
mike12345567
|
bf432cfa9f
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/smtp-automation-check
|
2021-10-22 17:49:34 +01:00 |
Martin McKeaveney
|
ee4ddaf3fb
|
Merge branch 'develop' of github.com:Budibase/budibase into fix/postreleasefixes2
|
2021-10-22 17:39:59 +01:00 |
mike12345567
|
c223b7507c
|
Merge branch 'develop' of github.com:Budibase/budibase into fix/mike-d-various-fixes
|
2021-10-22 17:35:05 +01:00 |
Rory Powell
|
91502fbcb8
|
Merge branch 'develop' into view-not-set
|
2021-10-22 14:44:40 +01:00 |
mike12345567
|
a2d302cd57
|
Removing live replication between deployed and development app, instead it is replicated when the app is opened in the builder. Live replication was not working and only actually pulled back the data on deploy which was a little confusing, this way it can easily be controlled.
|
2021-10-22 14:34:20 +01:00 |
Peter Clement
|
2bb7dfc875
|
Merge remote-tracking branch 'origin/develop' into feature/smtp-automation-check
|
2021-10-22 09:27:13 +01:00 |
mike12345567
|
9617477dcd
|
Adding email address disabled to update user info, so you can see which user you are currently logged into.
|
2021-10-21 17:32:01 +01:00 |
mike12345567
|
47ebc393c7
|
When adding a user through the basic onboarding flow they get a temporary password, but we didn't set force password reset, meaning the user wouldn't necessarily have to change the temp password.
|
2021-10-21 17:25:29 +01:00 |
Peter Clement
|
f8e859e7de
|
negate boolean
|
2021-10-21 16:38:15 +01:00 |
Martin McKeaveney
|
7882862a65
|
enable collapsible nodes in component tree
|
2021-10-21 16:24:58 +01:00 |
Martin McKeaveney
|
8257d42701
|
fix import
|
2021-10-21 16:04:00 +01:00 |
Martin McKeaveney
|
b1f04a0f6b
|
Merge branch 'develop' into fix/postreleasefixes2
|
2021-10-21 16:00:48 +01:00 |
Rory Powell
|
5b8b314476
|
Merge branch 'develop' into view-not-set
|
2021-10-21 14:17:04 +01:00 |
Rory Powell
|
b88319d201
|
Handle nulls / empty in views and tables
|
2021-10-21 14:15:55 +01:00 |
Andrew Kingston
|
6be934a6c9
|
Fix styles of template list to display better on mobile
|
2021-10-21 13:24:37 +01:00 |
Michael Drury
|
c1d880d195
|
Merge pull request #3101 from Budibase/fix/2955
Fixing handlebars binding bug
|
2021-10-21 12:48:54 +01:00 |
Martin McKeaveney
|
6c41a71827
|
account for 400 errors in data ui for plus datasources, fix query param selection in automations
|
2021-10-21 12:31:06 +01:00 |
mike12345567
|
56274019d6
|
Fixing two issues, not verifying a file has been uploaded for import app and fixing HBS visual issue where handlebars statement could get screwed up.
|
2021-10-20 18:37:07 +01:00 |
Andrew Kingston
|
c9abb0148e
|
Fix view filters not accounting for invalid column names
|
2021-10-20 14:51:44 +01:00 |
Andrew Kingston
|
70890a62f8
|
Merge pull request #3042 from Budibase/fix/app-export-performance
Improve app export experience
|
2021-10-20 10:25:59 +01:00 |
Michael Drury
|
381687f663
|
Merge pull request #3086 from Budibase/fix/create-app-exp
Make it possible for first app to be an imported one
|
2021-10-20 10:24:00 +01:00 |
mike12345567
|
b29dcecd4f
|
Making sure cancel/close icon appear when in modal.
|
2021-10-20 10:05:51 +01:00 |
Martin McKeaveney
|
2b05b2c17b
|
error message fixes
|
2021-10-19 16:52:55 +01:00 |
Peter Clement
|
1286df17a9
|
Disable action if SMTP has not been setup
|
2021-10-19 16:44:30 +01:00 |
mike12345567
|
d1676fa8f3
|
Fixing some issues found with back button/close icon, making sure it is consistent and does what a user would expect.
|
2021-10-19 15:09:38 +01:00 |
mike12345567
|
629d94ee5c
|
Adding back old import button incase its removal confuses anyone.
|
2021-10-19 14:26:44 +01:00 |
mike12345567
|
fbba1b94a8
|
Making app creation experience more cohesive, allowing app import even when no apps exist.
|
2021-10-19 14:06:43 +01:00 |
Peter Clement
|
c6d9953673
|
Merge pull request #3076 from Budibase/fix/au-not-saving
Fix issue where external datasource action wasn't saving it's values
|
2021-10-19 13:01:36 +01:00 |
Peter Clement
|
2d8a8e34e9
|
Merge remote-tracking branch 'origin/develop' into fix/copy-id-and-rev
|
2021-10-19 09:53:29 +01:00 |
Peter Clement
|
b5824794b6
|
remove log
|
2021-10-19 09:51:40 +01:00 |
Peter Clement
|
3d222a62f9
|
Fix issue where external datasource action wasn't saving it's values
|
2021-10-19 09:45:04 +01:00 |