adrinr
4a67136c72
Remove unnecessary initialisation
2023-04-17 09:49:11 +01:00
adrinr
965a417a21
Fix disabling fields on first load
2023-04-16 18:45:09 +01:00
mike12345567
b36702ca72
Merge branch 'master' of github.com:Budibase/budibase into develop
2023-04-14 17:32:04 +01:00
Peter Clement
d0b23d780d
Merge pull request #10202 from Budibase/fix/rest-bindings-bug
...
Fix issue with REST bindings not being shown in drawer
2023-04-14 09:55:24 +01:00
melohagan
6ca999722c
Add file/upload size validation option ( #10262 )
...
* Add file/upload size validation option
* Max upload size handler
* Update max total upload label
2023-04-12 11:51:18 +01:00
Michael Drury
bfec84e1df
Removing console logging.
2023-04-05 20:32:41 +01:00
mike12345567
022b3acbcc
Linting.
2023-04-05 17:54:05 +01:00
mike12345567
373952a59b
Fixing #10155 - some options errors were being swallowed and in general it was never considered to be an error state due to the 'handled' flag being consistently sent, changed the logic a bit here.
2023-04-05 17:43:35 +01:00
Peter Clement
c571a3f881
Fix issue with REST bindings not being shown in drawer
2023-04-04 09:12:15 +01:00
Michael Drury
9e68e9cf2f
Merge pull request #10181 from Budibase/fix/same-tab-googlesheets-onboarding
...
Minor googlesheets onboarding improvement
2023-04-03 12:22:09 +01:00
Adria Navarro
e1669c8260
Merge pull request #10022 from Budibase/feature/scim
...
Feature - SCIM endpoints
2023-04-03 13:22:01 +02:00
adrinr
d943e387b1
Expose actual error message
2023-04-03 12:00:06 +01:00
Michael Drury
09a48a1d21
Merge branch 'develop' of github.com:Budibase/budibase into fix/no-iterations-loop
2023-03-31 23:29:21 +01:00
mike12345567
ea70b6232f
Making login page open SSO authorization on same page, rather than leaving a dead tab.
2023-03-31 14:52:18 +01:00
mike12345567
8673ed1dae
Minor improvement - opening the google authorization in the same tab as onboarding rather than creating a dead tab.
2023-03-31 14:03:34 +01:00
Michael Drury
1c6465edcb
Merge pull request #10172 from Budibase/fix/budi-6797
...
Googlesheets onboarding - fix in cloud, disable self host
2023-03-31 13:19:29 +01:00
mike12345567
e9f69dcfea
Adding default state.
2023-03-31 12:51:45 +01:00
Peter Clement
0a567a3302
add new status to handle no iterations during loop
2023-03-31 12:23:10 +01:00
Adria Navarro
ceba91fd5c
Merge pull request #10176 from Budibase/bug/budi-6631-define-existing-relationships-doesnt
...
[BUG] Refresh sql columns on defining relationships
2023-03-31 13:00:58 +02:00
mike12345567
75baba76d6
Resolving PR comments.
2023-03-31 11:38:09 +01:00
adrinr
6f69798f27
Undo wrongly commited code
2023-03-31 11:27:44 +01:00
adrinr
faa1c27d29
Refresh sql columns on defining relationships
2023-03-31 10:53:50 +01:00
adrinr
ec0acadd0a
Fix user crossover on the bulder when no using account portal
2023-03-31 09:46:56 +01:00
mike12345567
42320b1d95
Merge branch 'develop' of github.com:Budibase/budibase into fix/budi-6797
2023-03-30 17:29:58 +01:00
Rory Powell
38e6d61709
Explictly check for google datasource configured ( #10165 )
...
* Explictly check for google datasource configured
* Unit tests for getGoogleDatasourceConfig
* Update /api/global/configs/public test + lint
2023-03-30 13:40:59 +01:00
mike12345567
32c78ec9bf
This makes it so that Googlesheets works correctly as part of onboarding in the Cloud, in self host the googlesheets onboarding option has been hidden as it is too complex to get the user to setup the correct integrations with their google account while doing the first time onboarding to an app.
2023-03-29 19:58:24 +01:00
mike12345567
26aeac357d
Removing tenancy validity check, instead depending on the PLATFORM_URL environment variable for determining tenant ID.
2023-03-29 16:19:35 +01:00
Michael Drury
d255bfad0b
Merge pull request #10149 from Budibase/fix/budicloud-log-out
...
Budicloud logout on googlesheet auth
2023-03-29 14:47:15 +01:00
mike12345567
b6be98fa4e
Making logic around logout very explicit.
2023-03-29 14:22:07 +01:00
mike12345567
70d91acc41
Adding a check for the tenant ID - to make sure it is a real tenant before forcing the user out of the platform based on it.
2023-03-29 14:19:54 +01:00
Rory Powell
d6992bbf94
Merge branch 'master' into merge-master-develop
2023-03-29 11:52:09 +01:00
adrinr
204b6d2950
Fix config type
2023-03-29 09:31:07 +01:00
adrinr
5e478f2eaa
Fix setting scim config
2023-03-29 09:27:52 +01:00
Rory Powell
89d19a87a7
Revert "Merge pull request #10038 from Budibase/fix/budi-6723" ( #10143 )
...
This reverts commit b1b18bef18
, reversing
changes made to e841ccd0ed
.
2023-03-29 08:48:06 +01:00
Andrew Kingston
f2b12bcf45
Component error state improvements ( #10136 )
...
* Tidy logic for creating initial component instances
* Add initial implementation of enriching empty settings
* Fix regression that prevented custom placeholders from working (#9994 )
* Tidy up
* Add automatic naming of form fields when added
* Update missing required setting placeholder
* Improve error states and add ability to automatically wrap a component in a required parent type
* Fix crash in column editor and rename component placeholder to error state
* Select the parent component after adding it when wrapping a component with a missing ancestor
* Fix blocks and make fields require forms
* Improve empty component placeholder
* Lint
2023-03-28 21:11:33 +01:00
Martin McKeaveney
bcbed08a40
Merge pull request #9951 from Budibase/settings-panel-update
...
Settings panel layout update
2023-03-28 18:36:58 +01:00
adrinr
ac1da306f9
Replace license with feature
2023-03-28 16:46:23 +01:00
adrinr
14347096e4
Replace license with feature
2023-03-28 16:46:23 +01:00
adrinr
b50e4df28c
Use feature instead of license
2023-03-28 16:46:23 +01:00
adrinr
d615e1daed
Create feature store
2023-03-28 16:46:23 +01:00
adrinr
dd2ec5ed78
Don't allow deleting users that are AD sync
2023-03-28 16:46:23 +01:00
adrinr
3c081843f0
Remove unnecessary deletes
2023-03-28 16:46:23 +01:00
adrinr
5d487950b1
Change default scimenabled value
2023-03-28 16:46:23 +01:00
adrinr
045af06edb
Use feature flag
2023-03-28 16:46:23 +01:00
adrinr
2fb6f81094
Display api key
2023-03-28 16:46:23 +01:00
adrinr
9094d3c9fd
Display right provisioning url
2023-03-28 16:46:23 +01:00
adrinr
5b98d9cbd9
Show settings
2023-03-28 16:46:23 +01:00
adrinr
675d3c5c65
Break components
2023-03-28 16:46:23 +01:00
adrinr
53020e2d2d
Create config
2023-03-28 16:46:23 +01:00
adrinr
c80d265ea3
Show SCIM banner on group detail
2023-03-28 16:46:23 +01:00