1
0
Fork 0
mirror of synced 2024-07-02 04:50:44 +12:00
Commit graph

8738 commits

Author SHA1 Message Date
Martin McKeaveney 6dac3e28bd
Merge pull request #2804 from Budibase/fix/redirect-loop-ff
fix firefox redirect loop
2021-09-29 19:27:15 +01:00
Martin McKeaveney 7adcd2e43e
Update packages/builder/src/components/upgrade/UpgradeModal.svelte
Co-authored-by: Rory Powell <rory.codes@gmail.com>
2021-09-29 19:12:19 +01:00
Martin McKeaveney b94c65f1c4 fix firefox redirect loop 2021-09-29 18:59:26 +01:00
Andrew Kingston f03b8470a4 Only use fetch for search when running in cypress 2021-09-29 18:22:56 +01:00
Budibase Staging Release Bot 087cbdbf18 v0.9.146-alpha.0 2021-09-29 17:08:46 +00:00
Rory Powell edc91401d1
Merge pull request #2803 from Budibase/fix/provisioning-only-check-verified
Update existing user in account portal check to only check verified users - fix provision flow
2021-09-29 17:58:12 +01:00
Rory Powell b56bca725a Merge branch 'master' into develop 2021-09-29 17:57:27 +01:00
Rory Powell 0734eb0ce7 replace ?. with && 2021-09-29 17:55:08 +01:00
Rory Powell e90d947e38 Update existing user in account portal check to only check verified users - fix provision flow 2021-09-29 17:46:13 +01:00
mike12345567 ccd2913857 Final cleanup, just need to handle view migration (to self host from cloud). 2021-09-29 17:43:16 +01:00
Andrew Kingston 2b31239f04 Treat the search endpoint as a fetch when running tests as lucene doesn't exist 2021-09-29 17:36:53 +01:00
Budibase Staging Release Bot ebb1302813 v0.9.145-alpha.1 2021-09-29 16:27:46 +00:00
Rory Powell e2bf53b957
Merge pull request #2789 from Budibase/feature/deprovisioning
Tenant deprovisioning
2021-09-29 17:17:26 +01:00
Rory Powell 3816d6a632
Merge pull request #2801 from Budibase/fix/set-tenant-from-url-ui
Respect tenant in url in UI app. Reject tenant and session mismatch
2021-09-29 17:14:33 +01:00
Rory Powell 8de6cd3585 Review feedback - shortcut user?.tenantId !== tenantId 2021-09-29 17:13:29 +01:00
mike12345567 f69469ea4f Adding the ability to run the monorepo in cloud mode without the connected account portal (login, org setting and admin creation are all available again) as well as re-working how the redirects work to massively reduce the chance of cycles which I was experiencing constantly. 2021-09-29 16:55:59 +01:00
Rory Powell 0dfae96e52 Respect tenant in url in UI app. Reject tenant and session mismatch 2021-09-29 16:41:58 +01:00
Andrew Kingston 7e01602227 Ensure transitions are only local to avoid weird svelte issues 2021-09-29 15:26:01 +01:00
Andrew Kingston ce011dc4df Fix table crash when data is null 2021-09-29 15:25:44 +01:00
Budibase Release Bot 22b29db903 v0.9.145 2021-09-29 13:55:56 +00:00
Rory Powell ffda3d3e17
Merge pull request #2795 from Budibase/develop
develop -> master
2021-09-29 14:46:33 +01:00
Budibase Staging Release Bot 736970afcc v0.9.145-alpha.0 2021-09-29 13:36:20 +00:00
Rory Powell 9740102226 Merge branch 'master' into develop 2021-09-29 14:26:13 +01:00
Budibase Staging Release Bot c45944547b v0.9.144-alpha.1 2021-09-29 13:01:12 +00:00
Rory Powell 65c1bafc49
Merge pull request #2791 from Budibase/rory/fixes
Honour cookie domain on empty values
2021-09-29 13:53:24 +01:00
Rory Powell e8b35e2a68 Honour cookie domain on empty values 2021-09-29 13:51:33 +01:00
Peter Clement 42e38ad876 update ssl ux 2021-09-29 13:02:30 +01:00
mike12345567 be1f94941c Merge branch 'develop' of github.com:Budibase/budibase into feature/cloud-export 2021-09-29 12:57:14 +01:00
Andrew Kingston 8b9b6dd4e2 Refresh data UI tables when creating a row 2021-09-29 12:29:26 +01:00
Rory Powell 5835716e9d Deprovision complete 2021-09-29 12:25:01 +01:00
Andrew Kingston bf46b41890 Automatically refresh data as needed when rows or columns are updated 2021-09-29 12:07:35 +01:00
Budibase Release Bot 1e4bbfcb3a v0.9.144 2021-09-29 10:51:15 +00:00
Martin McKeaveney 4050b530e2
Merge pull request #2786 from Budibase/develop
Develop -> Master
2021-09-29 11:43:21 +01:00
Budibase Staging Release Bot 299e77bbed v0.9.144-alpha.0 2021-09-29 10:39:31 +00:00
Rory Powell 5be2a8489d Deprovisioning working minus apps 2021-09-29 11:36:24 +01:00
Martin McKeaveney 44a0f0dc9d merge with master 2021-09-29 11:29:54 +01:00
Peter Clement ebd26cb42e cypress fix???? 2021-09-29 11:27:58 +01:00
Martin McKeaveney 4f31c4ef8e merge with master 2021-09-29 11:25:38 +01:00
Budibase Staging Release Bot a87b5b8e13 v0.9.143-alpha.11 2021-09-29 10:20:38 +00:00
Martin McKeaveney 49cf8529fa
Merge pull request #2784 from Budibase/fix/email-colors
Adding important to some email color properties (link color)
2021-09-29 11:10:50 +01:00
Budibase Staging Release Bot cdc7cdfb3f v0.9.143-alpha.10 2021-09-29 09:54:01 +00:00
Martin McKeaveney 6e576f7c23
Merge pull request #2781 from Budibase/fix/prevent-sso-redirect
prevent SSO configured tenants being redirected to account portal
2021-09-29 10:44:42 +01:00
Andrew Kingston cc9fd5dd08 Merge branch 'develop' of github.com:Budibase/budibase into data-ui-pagination 2021-09-29 10:34:03 +01:00
Andrew Kingston 824d8ac81a Add transitions to data UI tables to improve smoothness and prevent stuttering and flashing on loading 2021-09-29 10:33:55 +01:00
Martin McKeaveney 1ba39362a4 Merge branch 'develop' of github.com:Budibase/budibase into fix/prevent-sso-redirect 2021-09-29 10:33:30 +01:00
mike12345567 17b7a468d6 Adding important to some email color properties. 2021-09-29 10:32:14 +01:00
Andrew Kingston ac635b34f6 Fix resetting filters and sorting options when changing tables 2021-09-29 10:17:12 +01:00
Andrew Kingston b041e43e98 Suppress svelte runtime warnings 2021-09-29 10:16:44 +01:00
Peter Clement f7984d3dbe fix mysql ssl 2021-09-29 10:11:52 +01:00
Budibase Staging Release Bot e0b5a7ab4a v0.9.143-alpha.9 2021-09-29 09:06:03 +00:00